@charset "UTF-8";


/*----------------------------------------------------
common
----------------------------------------------------*/
p.noscript{
	width:100%;
	padding:10px 0 10px 100px;
	color:#f00;
	font-weight:bold;
	background-color:#ff9;
}

/*----------------------------------------------------
popup
----------------------------------------------------*/
#pop-wrap {
	padding:30px;
}

	#pop-wrap :after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
	* html #pop-wrap              { zoom: 1; } /* IE6 */
	*:first-child+html #pop-wrap  { zoom: 1; } /* IE7 */

#pop-wrap h2 {
	font-size:153.9%;
	font-weight:bold;
	color:#036;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom:solid #bc986a 1px;
	margin-bottom:20px;
}

#pop-wrap p {
	line-height:1.4;
	margin-bottom:1.5em;
	color:#333;
}