@charset "utf-8";
/* CSS Document */

.ProfilePhoto{
	display:block;
	width:210px;
	background-color:#FFF;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border:#000 solid 1px;
	border-bottom-style:none;
}

.ProfilePhoto img{
margin-left:25px;
margin-top:25px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}

.totalProfile{
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 20px;
	width: 210px;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border:#000 solid 1px;
	border-bottom-width:10px;
	border-top-style:none;
}

.pfWrap{ width:195px; height:25px; padding-top:5px;}
.pfWrap ul li{ width:85px; line-height:25px; float:left;}
.pfWrap ul li a{  font-size:1rem; }

.pfTotal{margin-top:10px;}
.pfTotal ul li{ font-size:0.8rem; height:20px; line-height:20px; font-weight:bold; width:170px; text-align:left; color:#000; padding-right:20px; letter-spacing:1px;}
.pfTotal ul li:nth-child(2n){ text-align:right; font-weight:normal; color:#666; }