/* ■■■■■CSS リセット■■■■■ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td, iframe{
    margin: 0; 
    padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
img {
	vertical-align: bottom;
}
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}


/* ■■■■■ベース■■■■■ */

body {
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#header {
	height: 95px;
}
#header #left {
	float: left;
	width: 375px;
}
#header #right {
	float: right;
	width: 200px;
	padding-top: 10px;
}
#home {
}
h1 {
}
#contents {
}
#contents #player {
	height: 470px;
	width: 1000px;
	margin-bottom: 20px;
}
#contents #base {
	width: 1000px;
}
#base #left {
	float: left;
	width: 545px;
}
#base #right {
	float: right;
	width: 435px;
}
#contents iframe {
	display: block;
	border: none;
}
iframe#movie {
	height: 470px;
	width: 1000px;
}
iframe#replay {
	height: 445px;
	width: 545px;
}
iframe#sumimovie {
	height: 350px;
	width: 435px;
}
#final {
	width: 435px;
	margin-bottom: 15px;
	z-index: 1000;
	background-image: url(../images/t_final.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 80px;
}


/* ■■■■■優勝戦リプレイ■■■■■ */

#final h3 {
	text-indent: -9999px;
	height: 40px;
}
#navlist {
	margin-left: 10px;
}
#navlist li {
	display: inline;
}
#navlist li a {
	float: left;
	display: block;
	color: #ffffff;
	height: 35px;
	width: 69px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	background-image: url(../images/final_tab.png);
	background-position: 0px 1px;
	text-align: center;
	padding-top: 5px;
	font-family: Helvetica, Verdana, "Trebuchet MS", sans-serif;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
	background-repeat: no-repeat;
}
#navlist li a:hover {
	background-position: -69px 0px;
	color: #000000;
}
#navlist li a.active {
	background-position: -69px 0px;
}
.dropdown {
	position: absolute;
	top: 80px;
	width: 411px;
	height: auto;
	color: #fff;
	padding: 12px;
	margin:0;
	background: url(../images/final_bg.png) repeat;
	display: none;
	z-index: 100;
	clear: both;
}
.dropdown li {
	background-image: url(../images/final_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 3px;
	padding-left: 20px;
}
.dropdown a {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	font-size: 12px;
}
.dropdown a:hover {
	color: #CCFF00;
	text-decoration: underline;
}
.dropdown li span {
	font-family: Helvetica, Verdana, "Trebuchet MS", sans-serif;
	padding-right: 10px;
}


/* ■■■■■その他■■■■■ */
#footer {
	clear: both;
	height: 20px;
	padding-top: 5px;
}
.about {
	float: left;
	padding-right: 15px;
	font-size: 11px;
	color: #FFCC00;
}
.about a {
	color: #FFFFFF;
	text-decoration: none;
}
.about a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#copyright {
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	float: right;
	width: 435px;
}

/*
スマホ表示
==========================================================*/
#sp {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: 140px;
	text-align: center;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#333333));
	background-image: -webkit-linear-gradient(#999999,#333333);
	background-image:    -moz-linear-gradient(#999999,#333333);
	background-image:         linear-gradient(#999999,#333333);
}

#sp a {
	display: block;
	font-size: 50px;
	line-height: 140px;
	color: #FFF;
	text-shadow: 2px -3px 1px #000000;	
	text-decoration: none;
}