@charset "UTF-8";
/* プロフィールビデオ rule CSS */
/* 2011.02.03 */

dl dt{
min-height:27px;
margin:0 0 15px;
font-size:1.4em;
color:#ff6882;
background:url(../../common/css/img/line01.png) no-repeat right bottom;	
line-height:1.4em;
font-weight:bold;}

* html dl dt{
height:27px;}

dl dd{
margin:0 0 25px;}

dl dd ul,
dl dd ol{
margin:10px 0;}

dl dd ol{
list-style:none;}

dl dd ul li{
padding:0 0 5px 13px;
background:url(../../common/css/img/icon_04.png) no-repeat 3px 6px;}

dl dd ol li{
padding:0 0 5px 10px;
list-style:decimal;
margin-left:3em;
}

dl dd ul li ol li{
padding:0 0 5px 10px;
background:none;}

dl dd.bottom{
margin:0 0 5px;}

dl dd.right{
text-align:right;}

