@charset "utf-8";


/*----------------------------------------------------

	プロフィールページ用CSS

----------------------------------------------------*/



#mainContents .contentsBox .profileBox {
	clear: both;
	margin-bottom: 30px;
}


#mainContents .contentsBox h3 {
	margin-bottom: 15px;
}



#mainContents .contentsBox .profileBox .profilePic {
	float: left;
	width: 250px;
}



#mainContents .contentsBox .profileBox div {
	float: right;
	width: 370px;
}
