@charset "utf-8";
/*--------------------------------------------
 
　　　よくある質問ページ用CSS
 
---------------------------------------------*/

#bar {
	background-image: url(img/bar_bg.png);
}
#main .section {
	background-color: #fbfbfb;
	border: 5px solid #f4f4f4;
}
#main #section01 dl {
	text-align: left;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#main #section01 dl dt {
/*	background-image: url(img/q_icon.png);*/
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 35px;
	font-size: 138%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #71d153;
	padding-bottom: 8px;
}
#main #section01 dl dd {
/*	background-image: url(img/a_icon.png);*/
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 35px;
	margin-top: 15px;
	margin-bottom: 42px;
}

#main #section01 dl dt span{
	color: #71d153;
	padding-right: 30px;
}

#main #section01 dl dd span{
	color: #FF99CC;
	font-size: 138%;
	font-weight: bold;
	padding-right: 30px;
}