@charset "utf-8";

@import url("base.css"); 

html, body, #wrapper {
	width:100%;
}

a {
	border:none;
}

body {
	margin:0;
	padding:0;
	background-color:#000;
	background-image:url(images/bg_main.gif);
	background-repeat:repeat;
	background-position: center top;
}

 .clear {clear:both;}

#wrapper {
    position:relative;
    top:0;
    right:0;
    left:0;
}

#mainbox {
	width:1000px;
	height:594px;
	margin:100px auto 10px;
    position:relative;
}

#topmovie {
	margin:0;
	padding:0;
	position:relative;
	z-index:1;
}


#topmovie .frame {
	display: inline-block;
	position: relative;
}
#topmovie .frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	box-shadow: 
	  inset 0 0 20px #000 /* 背景色と同じ色 */,
	  inset 0 0 20px #000,
	  inset 0 0 20px #000,
	  inset 0 0 20px #000;
}

#topshadow {
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:2;	
}

#headlogo {
	margin:0 auto;
	z-index:10;	
}
	

#countdown {
	width:800px;
	margin-left:110px;
	position:relative;
	top:0;
	left:0;	
}

#headlogo {
	position:absolute;
	top:0;
	width:100%;
	text-align:center;
	z-index:10;
}

.timer{
	text-align:left;
	width:800px;
	margin:0 auto;
	padding:0;
	font-family: 'Squada One', cursive;
	font-size:60px;
	color:#dec25f;
	text-shadow:2px 2px 2px #000;
	font-weight:normal;
	line-height:30px;
}

#countdown2 {
	position:relative;
}

.timer2{
	text-align:center;
	width:1000px;
	margin:20px auto 0;
	padding:0;
	font-family: 'Squada One', cursive;
	font-size:60px;
	color:#dec25f;
	text-shadow:2px 2px 2px #000;
	font-weight:normal;
}

.timer .kbmade {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:16px;
	color:#fff;
	text-align:center;
	text-shadow:2px 2px 2px #000;
	margin:15px auto;
}

#snslink {
	position:relative;
	width:480px;
	text-align:center;
	margin:20px auto;
}

#snslink li	{
	width:120px;
	height:80px;
	list-style-type:none;
	float:left;
}

#snslink li img {
	padding:0 20px;
}

#footer p {
	font-size:10px;
	color:#fff;
	text-align:center;
	padding:20px 0 10px;
}

#footer {
	width:100%;
	margin: 0 auto 20px;
}
	


/* プレオープン用 */

h2 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	font-size:36px;
	line-height:42px;
	margin:10px 0 20px;
}

.gaiyo {
	width:800px;
	margin:0 100px 40px;
}

.gaiyo table {
	border-top:1px solid #888;
}

.gaiyo th, .gaiyo td {
	text-align:left;
	font-size:14px;
	line-height:20px;
	padding:10px;
	border-bottom:1px solid #888;
}


h3 {
	font-family: 'Squada One', cursive;
	font-size:30px;
	width:200px;
	margin:10px auto;
}


.topnews td {
	text-align:center;
}


.backbtn {
	margin:20px auto;
}

.backbtn span a {
	font-size:12px;
	padding:5px;
	background:#333;
}

.backbtn span a:hover {
	padding:5px;
	background:#fff;
}


/* NEWS */

.news {
	width:760px;
	margin:20px auto 0;
	background:#fff;
	padding:20px 25px;
	color:#000;
	text-align:justify;
}

.news_title { 
	font-size:1.3em;
	font-weight:bold;
	line-height:1.8em;
	border-bottom:2px solid #000;
	margin-bottom:15px;
}

.news h4 {
	font-size:1.1em;
	font-weight:bold;
}




/* 日程一覧 */

.schedule_all table {
	border-top:1px solid #666;
	background:#fcfcfc;
}

.schedule_all th {
	text-align:center;
	font-size:12px;
	color:#fff;
	line-height:16px;
	padding:4px;
	border-bottom:1px solid #ccc;
	background:#555;
}

.schedule_all td {
	text-align:center;
	font-size:12px;
	line-height:16px;
	padding:4px;
	color:#000;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}


.schedule_all tr:nth-child(2n+1) {
    background:#f0f0f0;
}

.schedule_all td.east {
	background-color:#DFF6FF;
}

.schedule_all td.west {
	background-color:#FFE0E3;
}


.schedule_all td.win {
	color:#F00;
	font-weight:bold;
}


.schedule_all td.tie {
	color:#0033CC;
	font-weight:bold;
}
