@charset "UTF-8";

/* -----------------------------
プレゼントクイズ スタイリングcss（style.css）
----------------------------- */

#MainContents .nostyle { height: auto; margin: 0; padding: 0; background: none; border: none;}
#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 {
	margin: 1em 0 0 25px; padding-left: 15px;
	background: url(../common/img/point3.gif) no-repeat left center;
	border: none;
	color: #57a907;
	font-size: 100%;
	font-weight: bold;
}



/* 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 */