@charset "utf-8";
/* CSS Document */

/*====================================
	よくある質問ページスタイル
=====================================*/
#sec-two #nav #gnav li.nav09 a{ background-position:0 -540px;}

#questions dl{margin:16px 0 0 0;}

#questions dl dt{
	background:#dbf0e8;
	padding:12px 16px;
	border-bottom:2px dotted #fff;
	font-size:1.6rem;
	/* border-radius */
	border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
}

#questions dl dd{
	margin:0 0 20px 0;
	background:#dbf0e8;
	padding:12px 16px;
	/* border-radius */
	border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
}

#questions dl dd:last-of-type{margin:0 0 8px 0;}