@charset "UTF-8";
/* CSS Document */

div.qbox {
	width: 639px;
	clear:both;
	background: url(images/question_waku.gif) no-repeat left bottom;
	margin: 0px auto 10px;	
}


div.qbox:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div.qbox dd a{
	display:block;
	text-align:right;
	padding-top: 10px;}
	


div.qbox dl {width: 312px;}

div.qbox dl.rightbox { float:right;}

div.qbox dl.leftbox { float:left;}

div.qbox dl.leftbox dt {
	background: url(images/waku_top.gif) no-repeat left top;
}

div.qbox dl.rightbox dt {
	background: url(images/waku_top.gif) no-repeat right top;
}

div.qbox dt { height: 54px; }

div.qbox dt p {
	font-size: 14px;
	padding-top: 10px;
	line-height: 120%;
}

div.qbox dt span {
	font-size: 18px;
	font-weight: bold;
	padding-right: 10px;
	display: block;
	float: left;
	height: 40px;
}

div.qbox dd {
	text-align: center;
	padding:5px 10px;
}

div#a01 dd, div#a02 dd, div#a03 dd {
text-align:left;}



body#syohyo-question dl#app { clear:both;}
body#syohyo-question strong {
	font-style: normal;
	font-weight: normal;
}
