
/* CSS Document */

@media only screen and (min-width:737px) and (max-width:1024px){


body{
	line-height:1.4;
}

.spnone{
	display:none;
}

.cs{
	padding:50px 0 100px 0;
	font-family:'Saira Condensed', sans-serif;
	font-weight:600;
	font-size:40px;
	text-align:center;
}

.sp_pd40t{padding:40px 0 0;}


/*---------- wrapper ----------*/

#scrollNewsBg{
	content:"";
	width:100%;
	height:100vh;
	display:block;
	position:fixed;
	/*background:url(../img/bg_news_sp.jpg) no-repeat center / cover;
	background-size:cover;*/
	background:url(../img/bg_news.jpg) no-repeat right top / auto 100%;
	background-size:auto 100%;
	top:0;
	right:0;
	z-index:-1;
}
#scrollAboutBg{
	content:"";
	width:100%;
	height:100vh;
	display:block;
	position:fixed;
	/*background:url(../img/bg_about_sp.jpg) no-repeat center / cover;
	background-size:cover;*/
	background:url(../img/bg_about.jpg) no-repeat right top / auto 100%;
	background-size:auto 100%;
	top:0;
	left:0;
	z-index:-1;
}
#scrollMovieBg{
	content:"";
	width:100%;
	height:100vh;
	display:block;
	position:fixed;
	background:url(../img/bg_movie.jpg) no-repeat left top / auto 100%;
	background-size:auto 100%;
	top:0;
	left:0;
	z-index:-1;
}
#scrollRidersBg{
	content:"";
	width:100%;
	height:100vh;
	display:block;
	position:fixed;
	/*background:url(../img/bg_riders_sp.jpg) no-repeat center / cover;
	background-size:cover;*/
	background:url(../img/bg_riders.jpg) no-repeat left top / auto 100%;
	background-size:auto 100%;
	top:0;
	left:0;
	z-index:-1;
}
#scrollSponsorsBg{
	content:"";
	width:100%;
	height:100vh;
	display:block;
	position:fixed;
	/*background:url(../img/bg_sponsors_sp.jpg) no-repeat center / cover;
	background-size:cover;*/
	top:0;
	left:0;
	z-index:-1;
}


/*---------- header ----------*/

/*header{
	width:300px;
	margin:0;
	padding:0;
	position:fixed;
	top:10px;
	right:10px;
	z-index:1020;
}*/
header{
	width:100%;
	/*height:100%;*/
	margin:0;
	padding:0;
	position:fixed;
	/*top:10px;
	right:10px;*/
	z-index:1020;
}

nav{
	/*background:rgba(9, 9, 9, 0.95);*/
	/*background:rgba(28, 28, 28, 0.95);*/
	/*background:rgba(36, 36, 36, 0.95);*/
	background:#242424;
	width:50px;
	height:50px;
	/*padding:4px;*/
	/*padding:10px;*/
	position:fixed;
	top:20px;
	right:20px;
	/*float:right;*/
	cursor:pointer;
}

#menuBtn-icon{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:20px;
	height:2px;
	margin:-1px 0 0 -9px;
	background:#FFF;
	transition:.2s;
}
#menuBtn-icon:before,
#menuBtn-icon:after{
	display:block;
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:20px;
	height:2px;
	background:#FFF;
	transition:.3s;
}
#menuBtn-icon:before{
	margin-top:-6px;
}
#menuBtn-icon:after{
	margin-top:4px;
}

nav .close{
	background:transparent !important;
}
nav .close:before,
nav .close:after{
	margin-top:0 !important;
}
nav .close:before{
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
nav .close:after{
	transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
}


#menuBtn{
	cursor:pointer;
}


/*#menu{
	background:rgba(9, 9, 9, 0.95);
	width:298px;
	margin:40px 0 0;
	border:1px solid #323232;
	text-align:center;
	z-index:1001;
}*/
#menu{
	/*background:rgba(28, 28, 28, 0.98);*/
	/*background:#1C1C1C;*/
	background:#242424;
	width:100%;
	height:100%;
	margin:0 auto;
	/*padding:20px 0 40px;*/
	padding:40px 0;
	/*border:1px solid #323232;*/
	text-align:center;
	z-index:1001;
}

#logo{
	width:100%;
	margin:0 auto;
	padding:30px 0;
	/*border-bottom:1px solid #323232;*/
	font-size:10px;
}
#logo h1{
	margin:0 0 10px;
}
#logo h1 img{
	/*width:100px;*/
	width:85px;
	height:auto;
}

/*#menu ul{
	width:100%;
	list-style:none;
	font-size:16px;
}*/
#menu ul{
	width:90%;
	margin:40px auto 0;
	list-style:none;
	font-size:16px;
}

#menu ul li{
	width:32%;
	margin:0 0 20px;
	display:inline-block;
	/*border-bottom:1px solid #323232;*/
}
#menu ul li:nth-last-of-type(-n+1){
	margin:0;
}

#menu ul li a{
	padding:16px 0;
	display:block;
	font-family:'Saira Condensed', sans-serif;
	font-weight:400;
	font-size:26px;
	color:#FF6000;
}
#menu ul li a:link,
#menu ul li a:visited{
	text-decoration:none;
}
#menu ul li a:hover{
	background:#323232;
}

#menu ul li img{
	width:14px;
	height:14px;
	margin:0 0 0 10px;
}


.langchg{
	/*width:100%;*/
	/*height:30px;*/
	margin:0 auto;
	padding:0 0 0 30px;
	text-align:left;
}
.langchg div{
	/*width:30%;*/
	/*cursor:pointer;*/
	display:inline-block;
}
.langchg div:last-of-type{
	margin:0 0 0 15px;
}
.langchg a{
	background:#090909;
	/*height:28px;*/
	/*margin:0 0 0 8px;*/
	padding:4px 20px;
	/*float:left;*/
	display:block;
	border:1px solid #4B4B4B;
	color:#7D7D7D;
	font-size:12px;
	/*line-height:30px;*/
	letter-spacing:1.5px;
	text-decoration:none;
}
.langchg a:link,
.langchg a:visited{}

.langchg a:hover{
	background:#4B4B4B;
	color:#FFF;
}
.langchg #langActiv a:link,
.langchg #langActiv a:visited{
	background:#4B4B4B;
	color:#FFF;
}

.langContainer{
	display:none;
}



/*---------- top ----------*/

#cd{
	background:rgba(9, 9, 9, 0.60);
	width:100%;
	height:1130px;
	padding:0 0 0;
	position:absolute;
	top:0;
	line-height:0;
	z-index:1000;
}
#cdH{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	color:#FFF;
	text-align:center;
	z-index:1010;
}
#cdInner{
	width:100%;
	height:220px;
	margin:auto;
	position:absolute;
	top:44%;
	left:0;
	right:0;
	/*bottom:0;*/
}
#cdTtl{
	/*font-family:Steelfish;*/
	font-family:'Saira Condensed', sans-serif;
	font-weight:600;
	font-size:70px;
	line-height:1.2;
	/*margin:0 0 5px;*/
	/*display:block;*/
}

.yycountdown-box{
	font-weight:bold;
}

#timer .yycountdown-box .yyc-hou,
#timer .yycountdown-box .yyc-min,
#timer .yycountdown-box .yyc-sec{
	font-size:140px;
}

#timer .yycountdown-box .yyc-hou-text,
#timer .yycountdown-box .yyc-min-text{
	margin:0 10px;
	font-size:140px;
}

#timer .yycountdown-box .yyc-day,
#timer .yycountdown-box .yyc-day-text,
#timer .yycountdown-box .yyc-sec-text{
	display:none;
}




.scrollContainer{
	width:100%;
	height:100%;
}
.scrollInner{
	width:94%;
	margin:0 auto;
	padding:120px 0;
	text-align:center;
}
.topTtl,.ttl{
	text-align:center;
}
.topTtl img,.ttl img{
	width:auto;
	height:80px;
}
.topSubTtl,.SubTtl{
	margin:15px 0 0;
	/*font-size:16px;*/
	font-size:18px;
	font-family:'Saira Condensed', sans-serif;
	font-weight:400;
	/*font-weight:normal;*/
	text-align:center;
	letter-spacing:0;
}
.scrollCont{
	/*margin:40px auto;*/
	margin:60px auto 0;
}


.more{}

.more_btn{
	background:rgba(9, 9, 9, 0.80);
	position:relative;
	display:inline-block;
	margin:8% 0 0;
	padding:2% 8%;
	border:1px solid #323232;
	font-family:'Saira Condensed', sans-serif;
	font-size:30px;
	color:#4b4b4b;
	text-align:center;
	text-decoration:none;
	line-height:1;
	outline:none;
	transition:all .15s;
}
a.more_btn{
	color:#4b4b4b !important;
}
.more_btn::before,
.more_btn::after{
	position:absolute;
	z-index:2;
	content:'';
	width:0;
	height:0;
	border:1px solid transparent;
}
.more_btn::before{
	top:-1px;
	left:-1px;
}
.more_btn::after{
	bottom:-1px;
	right:-1px;
}
.more_btn:hover{
	color:#FF6000 !important;
	text-decoration:none;
}
.more_btn:hover::before,
.more_btn:hover::after{
	width:100%;
	height:100%;
}
.more_btn:hover::before{
	border-bottom-color:#FF6000 !important;
	border-left-color:#FF6000 !important;
	transition:height .15s, width .15s .15s;
}
.more_btn:hover::after{
	border-top-color:#FF6000 !important;
	border-right-color:#FF6000 !important;
	transition:height .15s, width .15s .15s;
}



/*------ main ------*/

#topMain{
	/*background:#000;*/
	background:url(../img/bg_main.jpg) no-repeat center -35px / auto 100%;
	padding:35px 0 140px;
}
.topMainImg{
	width:100%;
	height:auto;
	display:block;
}
.topMainImg h1 img{
	width:100%;
	height:auto;
}

#scrollInnerTopMain{
	height:1000px;
	margin:0 auto;
	padding:0;
	position:relative;
}

#topMainTtl{
	width:100%;
	height:auto;
	margin:20px auto 0;
}
#topMainSubTtl{
	width:100%;
	height:auto;
	margin:10px 0 0;
}
#topMainRider1{
	opacity:0;
	width:200px;
	height:auto;
	position:absolute;
	top:60%;
	left:20%;
	z-index:5;
}
#topMainRider2{
	opacity:0;
	width:280px;
	height:auto;
	position:absolute;
	top:27%;
	left:0;
	z-index:4;
}
#topMainRider3{
	opacity:0;
	width:165px;
	height:auto;
	position:absolute;
	top:40%;
	left:40%;
	z-index:3;
}
#topMainRider4{
	opacity:0;
	width:210px;
	height:auto;
	position:absolute;
	top:50%;
	right:0px;
	z-index:2;
}
#topMainRider5{
	opacity:0;
	width:310px;
	height:auto;
	position:absolute;
	top:28%;
	right:5%;
	z-index:1;
}




#topMainSubTxtSP{
	width:75%;
	position:absolute;
	left:0;
	bottom:20px;
	z-index:6;
	text-align:left;
}
#topMainSubTxtSP img{
	width:100%;
	height:auto;
	margin:0 0 10px;
}
#topMainMeriken{
	width:;
	height:auto;
}
#topMainPrize{
	width:;
	height:;
}
#topMainPrize img{
	width:100px;
	height:auto;
}

#topMainLogo{
	width:220px;
	margin:10px 0 0;
	text-align:center;
}
#topMainLogoL{
	float:left;
	width:100px;
	border-right:none;
	text-align:left;
}
#topMainLogoR{
	float:right;
	width:100px;
	text-align:left;
}

#topMainLogo #topMainLogoL img,
#topMainLogo #topMainLogoR img{
	width:auto;
	height:50px;
}




/*------ news ------*/

.scrollContNews{
	display:block;
	border-collapse:separate;
	border-spacing:10px 0; /*左右 上下*/
	font-size:0;
}

.topNewsList{
	/*background:rgba(9, 9, 9, 0.65);*/
	background:rgba(9, 9, 9, 0.80);
	/*width:43%;*/
	width:30%;
	height:auto;
	margin:0 1% 2%;
	/*padding:2%;*/
	padding:0 0 4%;
	/*float:left;*/
	display:inline-block;
	vertical-align:top;
	border:1px solid #323232;
}
.topNewsListDate{
	/*margin:0 0 10px;*/
	margin:20px 20px 0;
	text-align:right;
	font-family:'Saira Condensed', sans-serif;
	font-size:14px;
	color:#FF6000;
}
.topNewsListTtl{
	/*margin:15px 0 0;*/
	margin:15px 20px 0;
	text-align:left;
	font-size:15px;
	/*font-weight:bold;*/
	line-height:1.4;
}
.topNewsListTtl a{
	color:#FFF;
}
.topNewsListPic{
	background:#090909;
	/*width:200px;*/
	margin:0 auto;
}
.topNewsListPic img{
	/*width:auto;
	height:100%;*/
	width:100%;
	height:auto;
	display:block;
}


/*------ what is ------*/

.topWhatisTtl{
	margin:0 0 25px;
	font-size:22px;
	font-weight:bold;
}
.topWhatisTtl span{
	font-size:18px;
}
.topWhatisTxt{
	line-height:1.6;
}


/*------ movie ------*/

#scrollInnerMoive{
	display:table;
	width:100%;
}

.topMovie{
	background:#090909;
	width:45%;
	margin:0 5px 5px;
	display:inline-block;
}
.topMovie img{
	width:100%;
	height:auto;
	display:block;
}


/*------ riders ------*/

.scrollContRiders{
	line-height:1;
}

.topRiders{
	width:31%;
	height:auto;
	margin:0 1% 6%;
	float:left;
}
.topRiders:nth-last-of-type(-1n+3){
	margin:0 1% 0;
}

img.topRidersProfPic,
img.judgesPic,
img.moviePic{
	width:100%;
	height:auto;
	display:block;
}
.topRidersName,
.judgesName{
	margin:10px 0;
	font-family:'Saira Condensed', sans-serif;
	font-weight:600;
	font-size:20px;
}
.topRidersCountry{
	margin:0 0 5px;
	font-size:12px;
	line-height:18px;
}
.topRidersCountry span{
	position:relative;
	top:-4px;
	display:inline-block;
}
.topRidersCountry img{
	display:inline-block;
	margin:0 10px 0 0;
}
.topRidersProf,
.judgesCharge,
.movieTxt{
	font-weight:bold;
	/*color:#75bac1;*/
	line-height:1.4;
}
.topRidersProf span,
.judgesCharge span,
.movieTxt span{
	font-size:12px;
}


/*------ sponsors ------*/

#topSubTtlSponsors{
	color:#090909;
}

.sponsorsContainerL{}

.sponsorsContainerInner2,
.sponsorsContainerInner3{
	/*display:table-cell;*/
	display:inline-block;
}
.sponsorsContainerInner2{
	width:49%;
}
.sponsorsContainerInner3{
	width:33%;
}
.sponsorsContainerInner4{
	width:24%;
}

.sponsorsTtl{
	margin:0 auto 40px;
	font-size:24px;
	font-weight:bold;
	font-style:oblique;
	letter-spacing:-1.5px;
	line-height:1;
	color:#090909;
}
.sponsorsTtl span{
	padding:10px;
	border:1px solid #090909;
}

/*.sponsorsLogo{
	display:inline-block;
	position:relative;
}*/
/*.sponsorsLogo img{
	width:auto;
	height:auto;
	max-width:80%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}*/
/*.topSponsorsContainerM .sponsorsLogo img,
.topSponsorsContainerS .sponsorsLogo img{
	width:auto;
	height:auto;
	max-width:80%;
	max-height:65%;
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}*/

.topSponsorsContainerL,
.topSponsorsContainerM,
.topSponsorsContainerS{
	/*margin:0 0 40px;*/
	margin:0 0 80px;
	font-size:0;
}
.topSponsorsContainerL,
.topSponsorsContainerM{
	padding:40px 0 0;
}
.topSponsorsContainerS{
	padding:0;
}

#sponsors .scrollCont > div:last-of-type{
	margin:0;
}

.topSponsorsContainerL .sponsorsLogo a img{
	width:auto;
	height:115px;
	/*height:180px;*/
}
.topSponsorsContainerM .sponsorsLogo a img{
	width:auto;
	height:85px;
	/*height:130px;*/
}
.topSponsorsContainerS .sponsorsLogo a img{
	width:auto;
	height:60px;
	/*height:80px;*/
}




/*---------- contents ----------*/

#contents{
	width:100%;
}

#varLogo{
	width:100%;
	/*margin:20px auto;*/
	margin:0 auto 20px;
	padding:20px 0 0;
	text-align:center;
	font-size:10px;
	/*letter-spacing:0;*/
	letter-spacing:0.6px;
}
#varLogo img{
	/*width:100px;*/
	width:85px;
	margin:0 0 5px;
}
#varLogo span{}

.contTtl{
	width:100%;
	margin:0 0 20px;
	padding:34px 0;
}

#contTtlNews{
	background:url(../img/bg_ttl_other.png) no-repeat center top / auto 100%;
}
#contTtlAbout{
	background:url(../img/bg_ttl_about.png) no-repeat center top / auto 100%;
}
#contTtlSchedule{
	background:url(../img/bg_ttl_schedule.png) no-repeat center top / auto 100%;
}
#contTtlMovie{
	background:url(../img/bg_ttl_other.png) no-repeat center top / auto 100%;
}
#contTtlRiders{
	background:url(../img/bg_ttl_riders.png) no-repeat center top / auto 100%;
}
#contTtlHistory{}
#contTtlSponsors{
	background:url(../img/bg_ttl_other.png) no-repeat center top / auto 100%;
}
#contTtlResults{
	background:url(../img/bg_ttl_other.png) no-repeat center top / auto 100%;
}
#contTtlAccess{
	background:url(../img/bg_ttl_access.png) no-repeat center top / auto 100%;
}
#contTtlHotel{}
#contTtlEntry{
	background:url(../img/bg_ttl_other.png) no-repeat center top / auto 100%;
}
#contTtlJudges{
	background:url(../img/bg_ttl_other.png) no-repeat center top / auto 100%;
}
#contTtlPrivacy{
	background:url(../img/bg_ttl_other.png) no-repeat center top / auto 100%;
}

#contTtlSitemap{
	background:url(../img/bg_ttl_other.png) no-repeat center top / auto 100%;
}


.contentsInner{
	width:90%;
	margin:0 auto;
	padding:40px 0 0;
	overflow:hidden;/*下部余白対策*/
}
.contentsInnerCol2{
	width:100%;
}
.contentsInnerDm{
	/*margin-bottom:-20px;*/
	padding:0 0 40px;
}
.contentsInnerCnt{
	margin:0 auto;
	/*display:table;*/
	text-align:center;
}

.btn{
	background:#252525;
	/*margin:40px auto;*/
	margin:0 auto;
	padding:20px;
	font-size:18px;
	font-weight:bold;
	color:#FF6000;
	text-align:center;
	letter-spacing:0.5px;
	border:3px solid #FF6000;
	cursor:pointer;
}
.btn:hover,
.btn:active{
	background:#FF6000;
	color:#252525;
}

.contSubTtl{
	margin:0 auto 40px;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	/*font-style:oblique;*/
	letter-spacing:-1.5px;
	line-height:1;
	vertical-align:;
}
.contSubTtl-blk{
	margin:0 auto 40px;
	text-align:center;
	/*font-family:Steelfish;*/
	font-family:'Saira Condensed', sans-serif;
	font-weight:600;
	font-size:26px;
	/*letter-spacing:0.03em;*/
	line-height:1;
}
#contSubTtl-SF{
	font-size:60px;
	font-style:normal;
	letter-spacing:0.5px;
}

.contSubTtl h4{
	padding:20px;
	display:inline-block;
	font-family:'Saira Condensed', sans-serif;
	font-weight:600;
	letter-spacing:1;
	/*border:1px solid #FFF;*/
}
.contSubTtl-blk h4{
	/*padding:20px;*/
	display:inline-block;
	font-weight:600;
	letter-spacing:-0.4px;
	/*border:1px solid #090909;*/
}
.contSubTtl span,
.contSubTtl-blk span{
	font-size:16px;
}


.contBasTtl{
	font-size:20px;
	margin:0 0 10px;
	font-weight:bold;
	line-height:1.4;
}
.contBasTtl span,
#aboutName div{
	padding:0 0 10px;
	font-size:16px;
	font-weight:bold;
	/*line-height:1.2;*/
}
.contBasTxt{
	padding:0 0 40px;
}
.contentsInner .contBasTxt div{
	margin:0 0 30px;
	font-size:18px;
	line-height:1.6;
	/*font-weight:bold;*/
}
.contentsInner .contBasTxt div span{
	font-size:16px;
}

.contentsInner p{
	margin:0 2% 40px;
	line-height:1.6;
}

.contItemTtl{
	background:#323232;
	margin:0 auto 20px;
	padding:1% 2%;
	font-size:16px;
	font-weight:300;
	line-height:1.6;
}
.contItemTtlLgtbl{
	background:#75bac1;
	margin:0 auto 20px;
	padding:1% 2%;
	color:#090909;
	font-size:16px;
	font-weight:bold;
	line-height:1.6;
}

ul.contItem{
	margin:0 0 40px 2.5%;
}
dl.contItem dd ul.contItem{
	margin:0 0 0 2.5%;
}
ul.contItem li{
	line-height:1.6;
}

dl.contItem,
p.contItem{
	margin:0 2% 40px;
}
dl.contItem dt{
	margin:0 0 10px;
	font-weight:bold;
}
dl.contItem dd{
	margin:0 0 20px;
	line-height:1.6;
}
dl.contItem dd p{
	margin:0;
}

p.contItem{
	line-height:1.6;
}

.contTxtCnt{
	margin:0 0 40px;
	text-align:center;
}

table{
	width:100%;
	border-collapse:separate;
	border-spacing:5px;
}
table span{
	font-size:11px;
}
th,td{
	background:#323232;
	padding:10px;
	vertical-align:middle;
	font-weight:normal;
}
th{
	width:38%;
}
td{
	width:64%;
}


.profSns{
	margin:0 0 0 -5px;
	/*text-align:center;*/
}
.profSns a{
	padding:0 5px;
}
.profSns a img,
.aboutPic .profSns a img{
	width:auto;
	height:36px;
	/*display:block;*/
}
.aboutPic .profSns a img{
	background:#4b4b4b;
}





/*------ news ------*/

#entry{
	width:100%;
	float:none;
}

.newsList{
	background:url(../img/border_dotted_gray.gif) repeat-x left bottom;
	padding:20px 0;
}
.newsListL{
	width:30%;
	float:left;
}
.newsListR{
	width:67%;
	float:right;
}

.newsListPic{
	width:96%;
	height:96%;
	/*border:2px solid #FFF;*/
	overflow:hidden;
}

.newsListPic img{
	width:100%;
	height:auto;
	display:block;
}

.newsListTtl,
#entryTtl{
	/*font-size:20px;*/
	font-size:18px;
	/*font-weight:bold;*/
	line-height:1.4;
}
.newsListTtl a{
	color:#FFF;
}
.newsListDate,
#entryDate{
	margin:20px 0 5px;
	font-family:'Saira Condensed', sans-serif;
	font-size:14px;
	color:#FF6000;
}
.newsListTxt{
	margin:15px 0 0;
}

#pageNav{
	margin:30px 0 0;
	padding:0 0 30px;
	font-family:'Saira Condensed', sans-serif;
	font-size:20px;
	/*font-weight:bold;*/
}
#pageNavPrev{
	background:url(../img/arrow_gold_prev.png) no-repeat left center;
	width:40%;
	padding:0 0 0 4%;
	float:left;
}
#pageNavNext{
	background:url(../img/arrow_gold_next.png) no-repeat right center;
	width:40%;/*350-30*/
	padding:0 4% 0 0;
	float:right;
	text-align:right;
}


#entrySns{
	margin:0 0 30px;
	text-align:right;
}
#entryTxt{
	background:url(../img/border_dotted_gray.gif) repeat-x left bottom;
	padding:0 0 20px;
}
.contentsInner #entry .newsListTxt p,
.contentsInner #entry #entryTxt p{
	margin:0;
	padding:0;
	/*line-height:1.4;*/
}
.contentsInner #entry #entryTxt p img{
	width:100%;
	/*max-width:100%;*/
	height:auto;
}

#entryCategory{
	margin:50px 0 0;
	font-size:12px;
	text-align:right;
}


.video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#side{
	width:50%;
	float:none;
}
.sideItem{
	margin:30px 0 50px;
}
.sideTtl{
	margin:0 0 15px;
	/*font-size:20px;*/
	font-size:22px;
	font-family:'Saira Condensed', sans-serif;
	/*font-weight:800;*/
	/*font-weight:bold;*/
	letter-spacing:2px;
}

.sideItem ul{
	width:100%;
	list-style:none;
}
.sideItem ul li{
	background:url(../img/arrow_wh_list.png) no-repeat left center;
	margin:0 0 18px 15px;
	padding:0 0 0 15px;
}
.sideItem ul li a:link,
.sideItem ul li a:visited{
	/*padding:0 0 0 15px;*/
	text-decoration:none;
}
.sideItem ul li a:hover{
	/*padding:0 0 0 15px;*/
	text-decoration:underline;
}


label.screen-reader-text,
label.screen-reader-text{
	display: none;
}

select#archives-dropdown-2{
	width:100%;
	height:30px;
	/*padding:4% 2%;*/
	box-sizing:border-box;
}
form#searchform input#s{
	width:80%;
	height:30px;
	font-size:16px;
}




/*------ about ------*/

.aboutPic{
	padding:0 0 40px;
}
.aboutTxtContainer{
	/*width:570px;*/
	/*min-height:600px;*/
	/*float:right;*/
}

.aboutPic img{
	width:100%;
	height:auto;
}
#aboutProf{
	margin:10px 0 15px;
	font-weight:bold;
}
#aboutProf span{
	padding:10px 0 0;
	font-size:12px;
	font-weight:normal;
}
#aboutName{
	margin:0 0 20px;
	font-size:30px;
	font-weight:bold;
	line-height:1;
}



/*------ schedule ------*/

#scheTB{
	width:100%;
	height:auto;
}

.scheTB_wrapCol2{
	width:49%;
	margin:0 0 30px;
	display:inline-block;
	vertical-align:top;
}
.scheTB_wrapCol2 img{
	width:98% !important;
	height:auto;
}



/*------ movie ------*/

.movie{
	width:47%;
	height:auto;
	margin:0 0.5% 1%;
	padding:1%;
	/* コンテンツが1つだったら ↓ コメントアウト */
	/*float:left;*/
	/* 2つになったら ↓ コメントアウトして「float」させる */
	display:inline-block;
	text-align:center;
}

.moviePic{
	margin:0 0 10px;
}
.movieTxt{
	font-weight:normal;
}




/*------ riders ------*/

.riders{
	width:47%;
	height:auto;
	margin:0 0.5% 1%;
	padding:1%;
	/* コンテンツが1つだったら ↓ コメントアウト */
	float:left;
	/* 2つになったら ↓ コメントアウトして「float」させる */
	/*display:inline-block;*/
	text-align:center;
}
img.ridersProfPic{
	width:100%;
	height:auto;
}
.ridersProfTxt{
	margin:20px 0;
	font-size:12px;
}
.ridersProfSns{
	/*text-align:center;*/
}
.ridersProfSns a{
	padding:0 5px;
}
.ridersProfSns img{
	width:auto;
	height:36px;
	/*display:block;*/
}

.entryRidersCont{
	margin:0 0 40px;
}

.entryRiders1{
	width:100%;
	margin:0 auto;
	/*padding:0 0 0 3%;*/
	text-align:center;
}
.entryRiders2{
	width:44%;
	margin:0 3% 0 0;
	/*padding:0 0 0 3%;*/
	float:left;
	text-align:left;
}
.entryRiders3{
	width:30%;
	margin:0 3% 0 0;
	/*padding:0 0 0 3%;*/
	float:left;
	text-align:left;
}

/*.entryRiders1 ul,*/
.entryRiders2 ul,
.entryRiders3 ul{
	margin:0 0 0 14%;
}

.entryRiders1 ul li,
.entryRiders2 ul li,
.entryRiders3 ul li{
	/*margin:0 0 0 4%;*/
	padding:0 0 3%;
	font-size:17px;
	/*font-weight:bold;*/
}
.entryRiders1 ul li img,
.entryRiders2 ul li img,
.entryRiders3 ul li img{
	padding:0 10px 0;
	position:relative;
	top:2px;
}
.entryRiders1 ul li span,
.entryRiders2 ul li span,
.entryRiders3 ul li span{
	position:relative;
	top:-2px;
	font-size:12px;
	font-weight:normal;
}

.entryRidersCont .time{
	padding:0 0 0 10px;
}



/*------ sponsors ------*/

.bgSpons{
	background:url(../img/bg_sponsors_logo.jpg) repeat;
}

.SContainerS{
	margin:0 0 40px;
}




/*------ results ------*/

.rankingRidersCont{
	margin:0 0 40px;
}
.rankingRiders{
	width:30%;
	margin:0 3% 0 0;
	/*padding:0 0 0 3%;*/
	float:left;
}
.rankingRidersTop2,
.rankingRidersTop12{
	width:44%;
	margin:0 3% 0 0;
	/*padding:0 0 0 3%;*/
	float:left;
}
.rankingRiders ol,
.rankingRidersTop2 ol,
.rankingRidersTop12 ol{
	margin:0 0 0 14%;
}

.rankingRidersTop2 ol li{
	/*margin:0 0 0 4%;*/
	padding:0 0 3%;
	font-size:20px;
	font-weight:bold;
}
.rankingRiders ol li,
.rankingRidersTop12 ol li{
	/*margin:0 0 0 4%;*/
	padding:0 0 3%;
	font-size:17px;
	/*font-weight:bold;*/
}

.rankingRiders ol li span,
.rankingRidersTop2 ol li span,
.rankingRidersTop12 ol li span{
	position:relative;
	top:-2px;
	font-size:12px;
	font-weight:normal;
}




/*------ access ------*/

.gmap{
	width:100%;
	height:400px;
	/*margin:0 0 40px;*/
}




/*------ entry form ------*/

.entryFeeCont{
	margin:0 0 40px;
	display:table;
	border-collapse:separate;
	border-spacing:25px 0;
}
.entryFee{
	background:url(../img/bg_patternGray.jpg) repeat;
	width:50%;
	padding:2%;
	display:table-cell;
	border:5px solid #4b4b4b;
}
.entryFeeTtl{
	margin:0 0 15px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	line-height:1.4;
}
.entryComp{
	margin:0 0 80px;
	/*font-size:18px;*/
	font-weight:300;
}


form{}
form table th{
	width:38%;
}
form table td{
	width:64%;
}
form table th label{}
form table td input[type="text"],
form table td input[type="tel"],
form table td input[type="email"]{
	width:96%;
	padding:6px;
	font-size:14px;
}
form table td textarea{
	width:96%;
	height:200px;
	padding:6px;
	font-size:14px;
}
form table td textarea#address{
	height:30px;
}

.contentsInner form p input[type="submit"],
.contentsInner form p input[type="button"]{
	-webkit-appearance:none;
	border-radius:0;
	outline:none;
}

.required{
	margin:6px 0 0;
	font-size:10px;
	/*font-weight:bold;*/
}
form table th .required{
	float:right;
}

.contentsInner form p{
	/*margin:0;*/
	margin:40px 0 20px;
	text-align:center;
}


.wpcf7c-conf{
	background-color:#323232 !important;
	color:#FFF !important;
	border:none !important;
}
span.wpcf7-not-valid-tip{
	margin:5px 0 0;
	color:#e60000 !important;
	font-size:12px !important;
	font-weight:bold !important;
	line-height:1.4;
}
div.wpcf7-validation-errors{
	border:none !important;
}
div.wpcf7-response-output{
	margin:0 auto !important;
	padding:0 0 40px !important;
	/*font-size:14px;
	font-weight:bold;*/
	font-size:18px;
	font-weight:300;
	text-align:center;
	color:#e60000;
}
div.wpcf7-mail-sent-ok{
	color:#FF6000;
	border:none !important;
}
div.wpcf7c-elm-step2,
div.wpcf7c-elm-step3{
	/*background:#090909;*/
	/*width:100%;*/
	margin:0 auto 10px;
	padding:40px 0 0;
	font-size:24px !important;
	font-weight:bold !important;
	text-align:center;
	border:none !important;
}

div.wpcf7 .ajax-loader{
	background-image:url(../img/loader.gif) !important;
	width:22px !important;
	height:22px !important;
	display:block !important;
	margin:10px auto 0 !important;
}




/*------ judges ------*/

.judges{
	width:47%;
	height:auto;
	margin:0 0.5% 1%;
	padding:1%;
	/* コンテンツが1つだったら ↓ コメントアウト */
	float:left;
	/* 2つになったら ↓ コメントアウトして「float」させる */
	/*display:inline-block;*/
	text-align:center;
}




/*------ sitemap ------*/

.sitemapItem{
	background:url(../img/border_dotted_gray.gif) repeat-x left bottom;
	padding:20px;
}
.sitemapItem:last-of-type{
	margin:0 0 60px;
}
.sitemapItem h4,
.sitemapItem h5{
	font-size:14px;
	font-weight:normal;
}
.sitemapItem h4{}
.sitemapItem h5{
	margin:20px 0 0;
	padding:0 0 0 30px;
}
.sitemapItem a{
	background:url(../img/arrow_wh_list.png) no-repeat scroll left center;
	padding: 0 0 0 15px;
}
.sitemapItem a img{
	width:14px;
	height:14px;
	margin:0 0 0 6px;
}





/*------ footer ------*/

footer{
	background:url(../img/bg_footer.jpg) no-repeat center top / 100% auto;
	width:100%;
	/*padding:120px 0 0;*/
	font-size:10px;
	/*letter-spacing:0.5px;*/
	text-align:center;
}
#footerInner{
	background:url(../img/bg_footer_gray.png) repeat-x;
	width:100%;
	/*height:160px;*//*240-60-20*/
	padding:30px 0;
}
#footerContContainer{
	width:100%;
	margin:0 auto;
	position:relative;
}
#silhouette{
	width:60px;
	height:auto;
	position:absolute;
	top:-115px;
	left:45%;
}
#footerCont{
	width:550px;
	margin:0 auto;
}
.footerContItem{
	/*width:200px;*/
	width:33%;
	margin:0 auto 10px;
	display:inline-block;
	vertical-align:middle;
	font-size:10px;
	line-height:1.2;
}
#footerLogo img{
	width:100px;
	height:auto;
	margin:0 0 10px;
}
#footerLogo2 img{
	width:80px;
	height:auto;
}
.footerContItem a{
	padding:5px;
}
.footerContItem a img{
	width:40px;
	height:auto;
}
#footerTxt{
	/*width:1000px;*/
	margin:35px auto 0;
}
#footerTxt span{
	padding:0 2% 0 0;
}
#footerTxt span a{
	color:#FFF;
}

.pagetop{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:900;
}
.pagetop a{
	width:43px;
	height:43px;
	display:block;
}

.jtb{
	position:fixed;
	bottom:80px;
	right:8px;
	z-index:1010;
}
.jtb a{
	width:48px;
	height:48px;
	margin:5px 0 0;
	display:block;
}
.jtb a img{
	width:100%;
	height:auto;
	display:block;
}







}



