@charset "utf-8";


/* 
---------------------*/
#detail dl dt {
	float:right;
	width:160px;
}

#detail dl dd {
	float:left;
	width:420px;
	font-size:1.2em;
}

#detail dl dd.blank{
float:none;
width:100%;

}