/* ------------------------------
 Profile
------------------------------ */
#UserPortfolio #ContentsWrap #Contents.profileContent{
	border-radius: 5px;
	padding: 0 0 60px 0;
  margin: 0 auto 30px;
}
#ProfileHeader{
	width: auto;
	margin: 0 30px 20px;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #DDD;
}
#ProfileHeader .left{
	float: left;
}
#ProfileHeader .left .thumb{
	margin: 30px 0 10px 0;
	float: left;
	width: 90px;
	height: 90px;
	text-align: center;
	border-radius: 45px;
  box-shadow: 0 0 0 1px rgba(150,150,150,0.25);
}
#ProfileHeader .left .thumb img{
	border: 1px solid #ccc;
}
#ProfileHeader .left #DataArea{
	margin: 30px 0 0 20px;
	float: left;
	width: 300px;
}
#ProfileHeader .left .name,
#ProfileHeader .left .genre,
#ProfileHeader .left .school,
#ProfileHeader .left #ProfileSns{
	float: left;
	clear: both;
	margin: 0 0 10px 0;
	line-height: 17px;
}
#ProfileHeader .left #ProfileSns{
	margin-top:30px;
}
#ProfileHeader .left #ProfileSns .cbIcon{
	float: left;
	margin: 0 5px 0 0;
}
#ProfileHeader .left .name{
	font-size: 18px;
	font-weight:bold;
	line-height: 1.4;
}
#ProfileHeader .right{
	float: right;
	width: 470px;
}
#ProfileHeader .right dl{
	float: left;
	margin: 40px 0 0 0;
	width: 230px;
}
#ProfileHeader .right dt{
	float: left;
	clear: both;
	width: 50px;
	margin: 0 0 10px 0;
	line-height: 17px;
}
#ProfileHeader .right dt:after{
	content: ":";
	float: right;
	margin: -1px 0 0 0;
}
#ProfileHeader .right dd{
	float: left;
	width: 160px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	line-height: 17px;
}

#ProfileContentLeft{
	float: left;
	width: 480px;
	margin: 0 0 0 30px;
}
.profileContent .column{
	clear: both;
	display: block;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #DDD;
	line-height: 18px;
}
#UserComment{
	padding: 0 0 35px 15px;
}

.columnTitle{
	position: relative;
	float: left;
	margin: 0 0 0 11px;
	padding: 0 0 0 23px;
	width: 70px;
	/*height: 15px;*/
	background-position: left 2px;
	background-repeat: no-repeat;
	line-height: 17px;
}
.columnTitle .cbIcon{
	position: absolute;
	top: -1px;
	left: 3px;
}
#UserAttr .columnTitle .cbIcon{
	margin: 0px 3px 0 0;
	font-size: 14px;
}
.columnContent{
	float: right;
	width: 365px;
}
#UserUrl ul{
	list-style-type: none;
}
#UserUrl li{
  margin: 0 0 10px 0;
}
#UserUrl a{
  word-break: break-all;
}
#UserCareer th{
	width: 100px;
	text-align: left;
	font-weight: normal;
}
#UserCareer td{
	padding: 0 0 10px 0;
}
#UserAttr .columnTitle{
	width: 170px;
}
#UserAttr .columnContent{
	width: 265px;
}

#ProfileContentRight{
	float: right;
	width: 470px;
	margin: 0 30px 0 0;
}
#ProfileContentRight .column h4{
	float: left;
}
.column h4 .cbIcon{
	float: left;
	margin: -2px 3px 0 0;
}
#ProfileContentRight .column .moreButton{
	float: right;
	padding: 0 10px 0 0;
	background: url(/images/format/ArrowGray4.png) no-repeat;
	background-position: right center;
}
#ProfileContentRight .column .moreButton:hover{
	text-decoration: underline;
}
#ProfileContentRight .column ul{
	list-style-type: none;
	float: left;
	clear: both;
}
#ProfileContentRight .column ul li{
	float: left;
	text-align: center;
}
#UserFollow ul li,
#UserFollower ul li{
	line-height: 55px;
}
#UserFollow ul li img,
#UserFollower ul li img{
	vertical-align: middle;
}
#UserFav ul{
	margin: 10px 0 0 -10px;
	width: 480px;
}
#UserFav ul li{
	margin: 0 0 10px 10px;
	width: 110px;
	height: 100px;
}
#UserFav ul li .thumb{
	display: block;
	float: left;
	width: 108px;
	height: 78px;
	border: 1px solid #CCC;
	vertical-align: middle;
	text-align: center;
	line-height: 78px;
}
#UserFav ul li .thumb img{
	vertical-align: middle;
}
#UserFav ul li .itemData {
	position: relative;
	display: block;
	float: left;
	clear: both;
	width: 110px;
	height: 20px;
	word-wrap: break-word;
}
#UserFav ul li .itemData .itemStatus {
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 15px;
	text-align: left;
	font-size: 11px;
}
.itemStatus dt, .itemStatus dd {
	float: left;
	margin: 0 5px 0 0;
	font-size: 10px;
}
.itemStatus dt {
	margin: 0 2px 0 0;
}
.itemStatus dt .cbIcon{
	font-size: 15px;
}
#UserFollow ul,
#UserFollower ul{
	margin: 10px 0 0 -5px;
	width: 480px;
}
#UserFollow ul li,
#UserFollower ul li{
	margin: 0 0 5px 5px;
	width: 55px;
	height: 55px;
}
#UserFollow ul li .userImage,
#UserFollower ul li .userImage{
	width: 55px;
	height: 55px;
	display: block;
	border-radius: 28px;
  box-shadow: 0 0 0 1px rgba(150,150,150,0.25);
}