@charset "UTF-8";

/* -----------------------------
よくあるご質問スタイリングcss（style.css）
----------------------------- */

#MainContents h2 {
	margin: 1em 0 0 0.8em 0; padding: 7px 15px 10px 20px;
	background: url(../common/img/bg_midashi.gif) repeat-x left bottom;
	border: none;
	border-left: 5px solid #70b52b;
	font-size: 108%;
}
#MainContents h3 { font-size: 100%;}
#MainContents .content-box { font-size: 77%;}

#MainContents ul.bullet-circle li { margin-bottom: 0.5em;}
#MainContents ul.bullet-circle li li { margin-bottom: 0.2em;}

/* FAQ */
dl.faq { margin-top: 1.5em;}
dl.faq dt { padding: 0 0 5px 25px; background: url(../common/img/faq_q.gif) no-repeat left top; font-weight: bold;}
dl.faq dd { margin: 0 0 2em 0; padding: 0 0 5px 25px; background: url(../common/img/faq_a.gif) no-repeat left top;}
dl.faq dd p,
dl.faq dd ul,
dl.faq dd ol, { margin-top: 0;}




/* clearfix
----------------------------- */
/* clearfix for modern browser */
ul.convenience { display: inline-block;}
ul.convenience:after { content: "."; display: block; height: 0.1px; clear: both; visibility: hidden; font-size: 0.1em; line-height: 0;}
/* Hides from IE-mac \*/
* html ul.convenience { height: 0.1px;}
ul.convenience { display: block; }
/* End hide from IE-mac */
