@charset "utf-8";

/* CSS Reset
---------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {border:none;}

/* レイアウトベース
----------------------------------------*/
body	{
	width: 100%;
	margin: 0;
	background: #fff;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
}
#wrapper	{
	margin: 0 auto;
}

/* コンテンツ
----------------------------------------*/
#container {
	padding: 0px 5px 0px 5px;
	background: #fff;
}
h1 img{
	width: 100%;
	max-width: 680px;
}
h1 {
	margin: 0 0 20px 0;
	text-align: center;
}
h2 {
	margin: 0 0 20px 0;
	text-align: center;
	line-height: 1.3em;
	font-size: 22px;
	font-weight: bold;
	color: #e85e04;
}
h3 {
	border:1px solid #de5206;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 50px auto 15px auto;
	padding: 12px 8px 12px 8px;
	background-color: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec6c0f), color-stop(100%, #de5206));
	background-image: -webkit-linear-gradient(top, #de5206, #ec6c0f);
	background-image: -moz-linear-gradient(top, #de5206, #ec6c0f);
	background-image: -ms-linear-gradient(top, #de5206, #ec6c0f);
	background-image: -o-linear-gradient(top, #de5206, #ec6c0f);
	background-image: linear-gradient(top, #de5206, #ec6c0f);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#de5206, endColorstr=#ec6c0f);
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold;
	text-align: center;
	letter-spacing: 5px;
	font-size: 1.7em;
	color: #fff;
}
h3.first	{
	margin: 30px 0 20px 0;
}
h4 {
	margin: 10px 0 10px 0;
	font-size: 1.4em;
	font-weight: bold;
}
#container p{
	font-size: 1.4em;
	line-height: 1.6em;
}
#container ul li {
	list-style-type: disc;
	margin: 0 0 0 25px;
	font-size: 1.4em;
	line-height: 1.6em;
}
#container ol.prizelist	{
	font-size: 0.9em;
}
#container ol.prizelist li	{
	margin: 0 auto 20px auto;
	text-align: center;
}
#container ol.prizelist li	img	{
	margin: 0 0 10px 0;
	width: 66%;
	max-width: 680px;
}
#container ol.prizelist li p	{
	padding: 0 20px;
}
#container ol.prizelist li	.red	{
	color: #cb0000;
}

.product{
	width: 100%;
	max-width: 459px;
}


#entry {
	padding: 60px 5px 0px 5px;
	text-align: center;
}
#entry img{
	width: 100%;
	max-width: 680px;
}
#entry .attention {
	padding: 20px 0px 0px 0px;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
	color: #cb0000;
}
.pagetop {
	margin: 0 30px;
	padding: 20px 0 30px 0;
	text-align: right;
}

/* フッタ
----------------------------------------*/
#footer {
	width: 100%;
	background-color: #000;
	text-align: center;
	overflow:hidden;
}
#footer address{
	padding: 13px 0 11px;
	color: #fff;
}

/* リンク
----------------------------------------*/
a,
a:visited	{
	outline: none;
	text-decoration: underline;
	color: #184464;
}
a:hover,
a:active	{
	text-decoration: none;
	color: #00f;
}

/* ノーマライゼーション等
----------------------------------------*/
strong, b, .bold	{font-weight: bold;}
em, i	{font-style: italic;}
sup	{
	position: relative;
	top: -5px;
	font-size: 10px;
}
.larger	{font-size: 1.6em !important;}
.smaller	{font-size: 0.86em !important;}
.meiryofix	{
	font-family: "Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.aL	{text-align: left;}
.aC	{text-align: center;}
.aR	{text-align: right;}

.mT10		{margin-top: 10px !important;}
.mT20		{margin-top: 20px !important;}
.mB0		{margin-bottom: 0px !important;}
.mB5		{margin-bottom: 5px !important;}
.mB10		{margin-bottom: 10px !important;}
.mB20		{margin-bottom: 20px !important;}
.mB30		{margin-bottom: 30px !important;}
.mB50		{margin-bottom: 50px !important;}

/* floatなど
----------------------------------------*/
.fL	{float: left;}
.fR	{float: right;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix			 { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */