@charset "UTF-8";

/*

プロフィール用のスタイルです

*/

.profileSec { padding-bottom: 50px; }
.profileSec.line { background: url(../../img/line_dot_x.gif) repeat-x left bottom; }

.profileSec h2 { clear: both; float: left; margin-top: -8px; *margin-top: -11px; }
.profileSec dl { margin-left: 70px; height: 1%; overflow: hidden; font-size: 93%; line-height: 1.5; }
.profileSec dl dt { clear: both; float: left; width: 11em; color: #999; text-align: right; }
.profileSec dl dt img { position:relative; top:8px; }
.profileSec dl dd { margin-left: 12em; padding-bottom: 1.5em; }
