@charset "utf-8";
/* PC
-----------------------------------------------*/
#primary {background: url("https://s3-ap-northeast-1.amazonaws.com/golflive/product/img/entry-content-bg.gif") repeat-y center top;}

p {line-height:1.8;}
h3{font-size:210%; color:#000000; line-height:1.5em; text-align:center; font-weight:bold; margin:70px 0 20px;}
h4 {font-size:150%;margin:10px 0;color:#333;text-align:left;border-left:6px solid #003567;padding:10px;background:#f0f0f0;}
pre {background:#f9f9f9;}

.imgbox { overflow-y: auto; margin-bottom: 30px;}
.link{background:url(https://s3-ap-northeast-1.amazonaws.com/golflive/product/img/icon_link.png) no-repeat right 5px;padding-right:15px; color:#00A4D8;}

/*スマホメイン画像、PC版で見えないように*/
.imgnon { display: none;}

/* Smart Phone
-----------------------------------------------*/
/*デバイスサイズ375pxより小さい場合に適用*/
@media screen and (max-width: 420px) {
#main{margin-top: 20px;}
	h3 { font-size: 120%; line-height: 1; margin: 30px 0px;}
	h4 { font-size: 100%;}
	img.sp { width: 140px; height: auto;}
	.imgnon { display: block;}
	/*キャッチ帯*/
	.redbox { background:#ed1c24;padding: 10px;font-size:120%;color:#fff;text-align:center;font-weight:bold;}	
	/*決済ボタンのフォントサイズ（文章により調節してください）*/	
	.btn1 { font-size: 106%;}
	/*style-lp.cssのfont-size部分*/
	.f180 { font-size:100%;}
	.f200 { font-size:100%;}
	.f240 { font-size:140%;}
}