@charset "UTF-8";
/************************************************ siteHeader ************************************************/
#siteHeader {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #272727;
    z-index: 9999;
    top: 0;
    left: 0;
    position: fixed;
    font-size: 12px;
    font-family: 'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    text-align: left;
    vertical-align: baseline;
}
#siteHeader #siteHeaderInner {
    width: 960px;
    height: 30px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
}
#siteHeader #navi {
    height: 30px;
    position: absolute;
    left: 0;
    display: block;
}
#siteHeader #navi li {
    height: 30px;
    float: left;
}
#siteHeader #navi li a {
    padding: 7px 10px 0;
    display: block;
    height: 23px;
    color: #FFF;
    background: url(../../img/pc/site_head_divider.gif) left center no-repeat;
    text-decoration: none;
    line-height: 1.5;
}
#siteHeader #navi li:nth-child(1) a {
    background: none;
}
#siteHeader #navi li:hover a {
    background: #474747;
    text-decoration: none;
}
#siteHeader #sns {
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    height: 30px;
}
#siteHeader #sns li {
    width: 110px !important;
    float: left;
}

/* Base
reset & default style ============================================ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-style: normal;
	font-weight: normal;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
li {
	list-style-type: none;
}
ol li {
	list-style-type: none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}

/* default */
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #fbfbfb url(../../img/pc/bg.png) repeat-x left top;
	color: #000;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.7;
}
html>/**/body {
	font-size: 14px;
}
a{
	color: #000;
	text-decoration: none;
}
a:link{
	color: #000;
	text-decoration: none;
}
a:visited{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
a:focus {
	color: #000;
}
::selection {
	background: #fa0;
}


/* Module
============================================ */
.cf {
	zoom: 1;
}
.cf:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#wrapper {
	padding-top: 30px;
}

.inner {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.boxInner {
	position: relative;
}
.boxInner h2 {
	position: absolute;
	top: 2px;
	left: 2px;
}
.boxL {
	margin-top: 15px;
	background: url(../../img/pc/box_l_bg.png) no-repeat center bottom;
}
.boxL .boxInner {
	background: url(../../img/pc/box_l_top.png) no-repeat center top;
}
.boxM {
	margin-top: 15px;
	background: url(../../img/pc/box_m_bg.png) no-repeat center bottom;
}
.boxM .boxInner {
	padding: 50px 30px 30px;
	background: url(../../img/pc/box_m_top.png) no-repeat center top;
}
.boxM2 {
	width: 500px;
	margin: 15px auto 0;
	background: url(../../img/pc/box_m2_bg.png) no-repeat center bottom;
	text-align: center;
}
.boxM2 .boxInner {
	padding: 50px 5px 5px;
	background: url(../../img/pc/box_m2_top.png) no-repeat center top;
}
.boxS {
	margin-top: 15px;
	background: url(../../img/pc/box_s_bg.png) no-repeat center bottom;
}
.boxS .boxInner {
	padding: 40px 5px 5px;
	background: url(../../img/pc/box_s_top.png) no-repeat center top;
}

.arrow {
	margin-right: 15px;
	padding-right: 20px;
	background: url(../../img/pc/arrow.png) no-repeat right 3px;
}


/* Layout
============================================ */
#siteHeader {
	background: #272727;
	font-size: 12px;
}
#siteHeader .inner {
	height: 30px;
}
.siteHeaderNav {
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.siteHeaderNav li {
	float: left;
}
.siteHeaderNav a {
	margin: 9px 0;
	padding: 0 10px;
	display: block;
	line-height: 1;
	color: #fff;
	border-right: 1px solid #666;
}
.sns {
	position: absolute;
	top: 6px;
	right: 0;
}

#primary {
	width: 630px;
	float: left;
}
#secondary {
	width: 310px;
	float: right;
}

.killer {
	padding-bottom: 28px;
	background: url(../../img/pc/killer_bg.png) no-repeat center top;
}

.entry {
	text-align: center;
}

.topics {
	margin-top: 14px;
}
.topics .boxInner {
	padding: 20px 115px;
}

.player .detail + .detail {
	margin-top: 15px;
}
.player .info {
	width: 370px;
	float: right;
}
.player .photo {
	width: 188px;
	height: 188px;
	float: left;
}
.player .name {
	margin-top: 3px;
}
.player .record {
	font-weight: bold;
}
.player .text {
	margin-top: 10px;
}

.about dl + dl {
	margin-top: 20px;
}
.about dt {
	width: 75px;
	clear: left;
	float: left;
}
.about dd {
	padding-left: 110px;
	width: 230px;
}
.about .rule dd {
	width: auto;
}
.about .photo {
	position: absolute;
	top: 40px;
	right: 40px;
}

.guest h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #969696;
}
.guest .list ul {
	margin: 0 -4px 0 -13px;
}
.guest .list li {
	margin: 0 0 20px 11px;
	width: 184px;
	height: 200px;
	float: left;
	text-align: center;
}

.driversupport .movie {
	height: 310px !important;
}

.teamInfo {
	margin-top: 50px;
}
.teamInfo h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #969696;
}
.team .detail + .detail {
	margin-top: 15px;
}
.team {
	margin-left: -3px;
}
.team .info {
	width: 360px;
	float: right;
}
.team .photo {
	width: 210px;
	height: 188px;
	float: left;
}
.team .name {
	margin-top: 3px;
}
.team .text {
	margin-top: 5px;
}
.coach {
	margin: 20px 0 0 -3px;
}
.coach .info {
	width: 420px;
	float: right;
}
.coach .photo {
	width: 150px;
	height: 188px;
	float: left;
}
.coach .name {
	margin-top: 3px;
}
.coach .text {
	margin-top: 5px;
}
.support {
	margin: 20px 0 0 -3px;
}
.support .info {
	width: 420px;
	float: right;
}
.support .photo {
	width: 150px;
	height: 188px;
	float: left;
}
.support .name {
	margin-top: 3px;
}
.support .text {
	margin-top: 5px;
}

.driver .movie {
	text-align: center;
}
.driver .detail {
	margin-top: 15px;
}
.driver .info {
	width: 420px;
	float: right;
}
.driver .photo {
	width: 138px;
	height: 138px;
	float: left;
}
.driver .name {
	margin-top: 3px;
}
.driver .record {
	font-weight: bold;
}

.pv .movie {
	height: 178px;
}

.nama .info {
	width: 150px;
	float: right;
}
.nama .photo {
	width: 134px;
	height: 134px;
	float: left;
}
.nama .name {
	margin-top: 3px;
}
.nama .record {
	font-weight: bold;
}
.nama .movie {
	margin-top: 15px;
	height: 178px;
}

.timeline {
	margin-top: 15px;
}

.allentry {
	width: 100%;
	height: 71px;
	position: fixed;
	top: -71px;
	z-index: 10;
	background: url(../../img/pc/allentry_bg.png) repeat-x left top;
}
.allentry .inner {
	text-align: center;
	background: url(../../img/pc/allentry_btn_bg.png) no-repeat center top;
}
.allentry .inner a {
	position: relative;
	top: 4px;
}

.closeMsg {
	margin: 0 auto;
	width: 686px;
}
.infomovie {
	margin: 0 auto;
	padding: 70px 115px 50px;
	width: 490px;
	height: 310px;
	position: relative;
	background: url(../../img/pc/infomovie_bg.png) no-repeat center center;
}
.infomovie h2 {
	position: absolute;
	top: 28px;
	left: 265px;
}
.infomovie h3 {
	position: absolute;
	top: 32px;
	left: 480px;
}

.koma {
	margin-top: -30px;
	padding-top: 50px;
}
.komaInner {
	padding-bottom: 70px;
	background: url(../../img/pc/koma_bottom.png) no-repeat center bottom;
}
.komaList {
	margin-top: 15px;
}
.komaList + .komaList {
	margin-top: 50px;
}
.komaList.single {
	width: 478px;
	margin: 50px auto 0;
}
.koma h2 {
	padding-top: 21px;
	height: 60px;
	text-align: center;
	background: url(../../img/pc/koma_ttl_bg.png) no-repeat center top;
}
.koma .detail {
	margin: 0 25px;
	width: 428px;
	float: left;
	text-align: center;
}
.koma .text {
	text-align: left;
}
.koma .text span {
	margin-top: 10px;
	display: block;
	font-size: 12px;
}
.koma .more {
	float: right;
}
.koma a.more {
	text-decoration: underline;
}
.koma a:hover.more {
	text-decoration: none;
}
.koma .entryBtn {
	margin: 0 auto;
	width: 208px;
	clear: right;
	display: block;
}

.entryFlow {
	margin-top: 20px;
	width: 960px;
	height: 131px;
	position: relative;
	background: url(../../img/pc/entry_flow_bg.png) no-repeat center center;
}
.entryFlow .other {
	margin: 60px auto 0;
	width: 292px;
	display: block;
	position: relative;
	top: -20px;
}
.entryFlow ul {
	position: absolute;
	top: 40px;
	left: 40px;
}
.entryFlow li {
	margin-left: -10px;
	float: left;
}

.thanks {
	text-align: center;
}
.thanks img + img {
	margin-top: 40px;
}
.thanks .movie {
	margin-top: 40px;
}
.btnArea {
	margin: 50px auto 0;
	width: 687px;
	height: 58px;
	position: relative;
}
.btnArea .back {
	position: absolute;
	top: 0;
	left: 0;
}
.btnArea .top {
	position: absolute;
	top: 0;
	right: 0;
}

.vs .killer {
	padding: 0;
	height: 341px;
}
.vs .inner {
	z-index: 100;
}
.vs h2 {
	margin-bottom: 20px;
	text-align: center;
}
.vs .player {
	padding-bottom: 80px;
	text-align: center;
	background: url(../../img/pc/vs.png) no-repeat center 280px;
}
.vs .player01 {
	width: 450px;
	float: left;
	position: relative;
}
.vs .player02 {
	width: 450px;
	float: right;
	position: relative;
}
.vs .result {
	position: absolute;
	top: 4px;
}
.vs .player01 .result {
	left: 15px;
}
.vs .player02 .result {
	right: 15px;
}
.vs .entryList {
	padding-bottom: 63px;
	background: url(../../img/pc/vs_bg.png) repeat-y center bottom;
	text-align: center;
}
.vs .koma {
	padding-bottom: 50px;
	background: url(../../img/pc/vs_koma_bg.png) no-repeat center bottom;
}
.vs .koma h3 {
	margin-bottom: 30px;
	padding-top: 25px;
	height: 42px;
	background: url(../../img/pc/vs_ttl_bg.png) no-repeat center top;
}
.vs .koma .comingsoon {
	padding-top: 28px;
}
.vs .koma p {
	padding: 10px 15px 0;
	text-align: left;
}
.vs .koma .more a {
	text-decoration: underline;
}
.vs #footer {
	height: 50px;
	position: relative;
	top: -64px;
}

#footer {
	margin-top: -80px;
	padding-top: 293px;
	background: url(../../img/pc/footer_bg.png) repeat-x center top;
	text-align: right;
}
#footer .inner {
	padding: 30px 0 40px;
}
#footer .bnr {
	position: absolute;
	top: -150px;
	left: 116px;
	cursor: pointer;
}
#footer .pagetop {
	position: absolute;
	top: -26px;
	right: 0;
	cursor: pointer;
}
#footer .links {
	position: absolute;
	top: 30px;
	left: 0;
}
