@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: #000 url(../img/bg.jpg) fixed repeat-x 0 0;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
}
#wrapper	{
	width: 810px;
	margin: 50px auto 0 auto;
	background: #fff;
	box-shadow: 0px 0px 12px 2px rgba(0,0,0,1);
}
#IE6 #wrapper,
#IE7 #wrapper,
#IE8 #wrapper	{
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#000000, Strength=10, Direction=0),
			progid:DXImageTransform.Microsoft.Shadow(Color=#000000, Strength=10, Direction=90),
			progid:DXImageTransform.Microsoft.Shadow(Color=#000000, Strength=10, Direction=180),
			progid:DXImageTransform.Microsoft.Shadow(Color=#000000, Strength=10, Direction=270);
}

/* 分岐ページ用
----------------------------------------*/
.switch-page	{
	padding: 80px 60px;
	line-height: 2.0em !important;
	font-size: 1.8em !important;
}

/* コンテンツ
----------------------------------------*/
#container {
	padding: 20px 60px 50px 60px;
}
h1 {
	margin: 0 0 20px 0;
}
h2 {
	margin: 0 0 20px 0;
	text-align: center;
	line-height: 1.3em;
	font-size: 24px;
	font-weight: bold;
	color: #e85e04;
}
h3 {
	border: 1px solid #d56e1c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 50px auto 15px auto;
	background-color: #ec6c0f;
	background-image: -webkit-linear-gradient(left, #ec6c0f, #721b04);
	background-image: -moz-linear-gradient(left, #ec6c0f, #721b04);
	background-image: -ms-linear-gradient(left, #ec6c0f, #721b04);
	background-image: -o-linear-gradient(left, #ec6c0f, #721b04);
	background-image: linear-gradient(left, #ec6c0f, #721b04);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#ec6c0f, endColorstr=#721b04);
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	text-align: center;
	letter-spacing: 5px;
	font-size: 1.7em;
	font-weight: bold;
	color: #fff;
}
h3.first	{
	margin: 30px 0 20px 0;
}
h3 span	{
	display: block;
	width: 100%;
	padding: 10px 8px 8px 8px;
	background: url(../img/bg-h3.png) 0 0;
}
#IE6 h3 span	{
	background: none;
}
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	{
	border-bottom: 1px dotted #c5c8d1;
	margin: 0 auto 20px auto;
	padding: 0 0 20px 0;
	font-size: 0.86em;
}
#container ol.prizelist2	{
	width: 460px;
	border-bottom: 0;
	margin: 0 auto;
	padding: 0;
}
#container ol.prizelist li	{
	float: left;
	width: 230px;
	text-align: center;
}
#container ol.prizelist li	img	{
	margin: 0 0 10px 0;
}
#container ol.prizelist li p	{
	padding: 0 20px;
}
#container ol.prizelist li	.red	{
	color: #cb0000;
}
#entry {
	padding: 60px 20px 0px 20px;
	text-align: center;
}
#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%;
    height: 50px;
	line-height: 50px;
    text-align: center;
	vertical-align: middle;
}
#footer address {
	color: #fff;
}

/* リンク
----------------------------------------*/
a,
a:visited	{
	outline: none;
	text-decoration: underline;
	color: #2278af;
}
a:hover,
a:active	{
	text-decoration: none;
	color: #f00;
}

/* ノーマライゼーション等
----------------------------------------*/
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 */
