@charset "UTF-8";

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

  profileページ用CSS
 
---------------------------------------------------------------------------- */
.ttl_prof {
	width: 320px;
	float: left;
}
.ttl_prof img {
	margin-bottom: 10px;
	/*
	margin-right: 15px;
	float: left;
	*/
}
.prof {
	width: 363px;
	margin-bottom: 15px;
	float: right;
}
.prof h2 {
	margin-bottom: -.5em;
}
.cam_wrap {
	float: right;
	border: 1px #e0e0e0 solid;
	padding: 30px;
	clear: both;
}
.cam_wrap img{
	float: left;
	margin-top: -202px;
	margin-left: 308px;
	clear: both;
}
.cam_wrap h3 {
	margin-top: -.2em;
}
#section2 dl.cam {
	width: 290px;
    border-top: 0;
    border-bottom: 1px #e0e0e0 solid;
	background: #fff;
	margin-top: 3px;
	margin-bottom: 15px;
	
}
#section2 dt.cam {
    float: left;
    clear: both;
    width: 6em;
    padding: 0.8em 0 1em 1em;
    _width: 11em;    /* WinIE */
    border-top: 1px #e0e0e0 solid;
	font-weight: bold;
	line-height: 1.2;
}
#section2 dd.cam {
    margin-left: 6em; 
    padding: 0.8em 0.5em 1em 1em;
    border-top: 1px #e0e0e0 solid;
    border-left: 1px #e0e0e0 solid;
    background: #fff;
	line-height: 1.2;
}
