@charset "utf-8";
/*******************************************************/
/*              初めての方へ用CSSファイル              */
/*******************************************************/

dl{
	display: block;
	border-left: #E6E1C4 solid 4px;
	margin: 30px 0;
}

#contents dl dt{
	display: block;
	background: url(http://www.socie.jp/faq/img/mkr_q.gif) no-repeat left 0;
	padding: 2px 0 10px 40px;
	margin: 10px;
	border-bottom: #999 dotted 1px;
}

#contents dl dd{
	display: block;
	background: url(http://www.socie.jp/faq/img/mkr_a.gif) no-repeat 36px 0;
	padding: 2px 0 10px 76px;
	margin: 10px;
}
.info {
	background-color: #996665;
	color: #FFF;
	font-size: 16px;
	padding: 2px;
	margin-bottom: 40px;
}
.info table{ margin:0;}
.info td{
	text-align:left;
	border: none;
	padding: 15px 10px;
}
div#question{
	padding-bottom:40px;
}
ul.question{
    overflow:hidden;
    height:100%;
}
ul.question li{
	line-height: 2.5em;
	border-bottom: #999 dotted 1px;
	background-position: left center !important;
	width: 364px;
	margin-left: 15px;
	float: left;
}
ul.question li.long{
	width: 760px;
}
.clearheight {
    overflow:hidden;
    height:100%;}
