@charset "utf-8";
/* CSS Document */

/*--------------------------------------------
	cmnProfileTop
	プロフィール
--------------------------------------------*/
.cmnProfileTop{
	
}

/*--------------------------------------------
	cmnProfileContent
	プロフィール
--------------------------------------------*/
.cmnProfileTop .cmnProfileContent .ProflePrimeIntro #CommentArea{
	border: 1px solid #999;
	line-height: 1.8em;
	padding: 10px;
	margin-bottom: 20px;

}

.cmnProfileTop .cmnProfileContent .ProflePrimeIntro .overflowhidden{
	overflow:hidden;
	height: 100px;
}

/*--------------------------------------------
	.cmnProfileLeft .ProfileImage
	プロフィールページのプロフィール画像
	レフトナビでの共通ではない
--------------------------------------------*/
.cmnProfileTop .cmnProfileLeft .ProfileImage{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #666;
	margin-bottom: 10px;
	width: 312px;
	vertical-align: middle;
	background-color: #F2F2F2;
	padding-top: 15px;
	padding-bottom: 15px;
}

.cmnProfileTop .cmnProfileLeft .ProfileImage .imagearea a{
	width: 282px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	border: 1px solid #000;
	margin: auto;
	background-color: #FFF;
	
}
.cmnProfileTop .cmnProfileLeft .ProfileImage .profname{
	text-align: center;
	padding-top: 10px;
}


/*--------------------------------------------
	cmnAppealBoardList
	プロフィール
--------------------------------------------*/
.cmnProfileTop .cmnProfileContent .entriesarea.cmnAppealBoardList{
	border: 1px solid #999;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px 5px 5px;
	
	border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
}

.cmnProfileTop .cmnProfileContent .entriesarea.cmnAppealBoardList .appeallabel{
	font-weight: bolder;
	color: #FF6491;
	margin-bottom: 8px;
}


.cmnProfileTop .cmnProfileContent .entriesarea.cmnAppealBoardList .entry{
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.cmnProfileTop .cmnProfileContent .entriesarea.cmnAppealBoardList .entry span{
	padding-right: 5px;	
}

.cmnProfileTop .cmnProfileContent .entriesarea.cmnAppealBoardList .entry a{
	font-size:16px;
	font-weight: bold;	
}


/*
.cmnVisitListProfile{
	
}
.cmnVisitListProfile li{
	float: left;
	text-align: center;
	height: 48px;
	width: 48px;
}

.cmnVisitListProfile li img{
	max-height:48px;
	max-width:48px;
}
*/

.cmnProfileVisitList ol{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
}


.cmnProfileVisitList li{
	padding-bottom: 3px;

	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
}

.cmnProfileVisitList li.cosplay{
	background-image: url(/img/icon/miniicon/user_16x16.gif);
}

.cmnProfileVisitList li.normal{
	background-image: url(/img/icon/miniicon/user.gif);
}



/*--------------------------------------------
	cmnProfileFooterAdv
	プロフィール下部の広告
--------------------------------------------*/
.cmnProfileFooterAdv{
	
	
}

.cmnProfileFooterAdv .left{
	float: left;	
	
}


.cmnProfileFooterAdv .right{
	float: right;	
	
}


.ProfileUrl{
	text-align: right;
	margin-bottom: 10px;	
}


.hitokoto{
	padding-left:10px !important;
	padding-right:10px !important;
}


/*--------------------------------------------
	profilecagebody
--------------------------------------------*/
.profilecagebody{
	padding:10px 0 10px 0;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
-moz-border-radius-bottomleft:8px;
-webkit-border-bottom-left-radius:8px;
border-bottom-left-radius:8px;

-moz-border-radius-bottomright:8px;
-webkit-border-bottom-right-radius:8px;
border-bottom-right-radius:8px;
}
