@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
#pageTitle h2 { background-image: url(../imgs/pagetitle.png); }

@media only screen and (max-width:480px) {
	#pageTitle .bg { background-image: url(../imgs/sp/bg-pagetitle.jpg); }
	#pageTitle h2 { background-image: url(../imgs/sp/pagetitle.gif); }
}

/* faq */
#faq dt {
	min-height: 25px;
	margin: 35px 0 15px;
	padding: 1px 0 8px 35px;
	border-bottom: #cccccc dotted 1px;
	background: url(../imgs/icon-q.gif) no-repeat left top;
	color: #103083;
	font-size: 114.3%;
	font-weight: bold;
	line-height: 1.5;
}
#faq dt:first-child {
	margin-top: 0;
}
#faq dd {
	min-height: 25px;
	padding: 1px 0 0 35px;
	background: url(../imgs/icon-a.gif) no-repeat left top;
}