@charset "UTF-8";

/* 全体 ------------------------------------ */
html, body{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}
body{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"A-OTF 新ゴ",A-OTF Shin Go,"ヒラギノ角ゴ W3","Hiragino Kaku Gothic",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-image:url('../images/common/back.jpg');
}

/* 共通タグ ------------------------------------ */
h2{
	background-color:#000000;
	background-image: url('../images/common/icon_moon.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	height: 60px;
	padding-left: 50px;
	color: #FFFFFF;
	line-height: 60px;
	margin:0 0 10px;
}
h3{
	border-bottom:dotted 2px #FF4F7B;
	padding:5px;
	color:#FF4F7B;
}
.center{
	text-align:center;
}

a:hover img{
	opacity:0.6;
}

/* 共通ボタン ------------------------------------ */
.linkbtn{
	text-align:right;
}
.linkbtn a{
	padding:10px 20px;
	background-color:#003040;
	color:#FFFFFF;
	text-decoration:none;
}
.linkbtn a:hover{
	background-color:#000000;
}


/* テーブル関連 ------------------------------------ */
table.data{
	border:#1A489E solid 1px;
	margin:0 0 1.5em 0;
	padding:0;
	width:900px;
}

table.data th,
table.data td{
	padding:3px;
	width:16.6%;
}

table.data th{
	border:#fff solid 1px;
	background-color:#1A489E;
	color:#fff;
	font-weight:bold;
}

table.data td{
	border:#1A489E solid 1px;
}

table.data td.intro{
	background-color:#ff9;
}

table.data td.attention{
	background-color:#fc9;
}

table.data td.num{
	text-align:right;
}

.tblcolor tr {
	background: #EEFFDF;
}
.tblcolor tr:nth-child(even) {
	background: #FFFFEC;
}
.tblcolor tr:hover {
	background: #D6ACFF;
}


.tblcolor2{
	text-align:center;
}
.tblcolor2 tr.bgcolor0 {
	background: #FFFFEB;
}
.tblcolor2 tr.bgcolor1 {
	background: #EEFEE1;
}

.tblcenter{
	text-align:center;
}

.tblsyussou th,
.tblsyussou td{
	text-align:center;
}

.tblsyussou tr:nth-child(even) {
	background: #F9F9F9;
}

.tblsyussou tr:nth-child(odd) {
	background: #F0FAE2;
}
.tblsyussou img{
	width:100%;
}


/* 構造 ------------------------------------ */
.left50{
	float:left;
	width:48%;
}
.right50{
	float:right;
	width:48%;
}
.left60{
	float:left;
	width:58%;
}
.right40{
	float:right;
	width:38%;
}
.left80{
	float:left;
	width:82%;
}
.right20{
	float:right;
	width:18%;
}

/* コンテンツ*/
.contents{
	width: 1200px;
	margin: 0 auto 120px;
	background-color:#003040;
	box-sizing: border-box;
	padding:20px;
}
.contents_in{
	margin: 0 auto;
	background-color:#FFFFFF;
	padding:20px;
}
.contentsbox{
	margin-bottom:30px;
}


#wrap{
	width:100%;
	margin:60px auto 0;
	box-sizing: border-box;
}
#section1{
	width:78%;
	float:left;
	box-sizing: border-box;
	height:100vh;
	overflow: hidden;
	text-align:center;
}
#section1 img{
	height:100vh;
}
#section2{
	width:22%;
	float:right;
	height:100vh;
	background-color:#000000;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	box-sizing: border-box;
	padding:10px;
}
#section2 img{
	max-width:100%;
}
#section2 ul {
	padding: 0;
	position: relative;
}
#section2 ul li {
	line-height: 1.5;
	list-style-type: none!important;
	background: -webkit-linear-gradient(top, #539184 0%, #000000 100%);/*グラデーション*/
	background: linear-gradient(to bottom, #539184 0%, #000000 100%);/*グラデーション*/
	color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"A-OTF 新ゴ",A-OTF Shin Go,"ヒラギノ角ゴ W3","Hiragino Kaku Gothic",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:bold;
}
#section2 ul li a{
	color: #fff;
	text-decoration:none;
	display:block;
	padding: 10px 10px 10px 30px;
}

#section2 ul li:before {/*疑似要素*/
	content:url('../images/common/icon_moon.png');
	position: absolute;
	left : 0.5em;
	color: white;
	padding-top:8px;
}
#section2 ul li a:hover{
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFF80 100%);/*グラデーション*/
	background: linear-gradient(to bottom, #FFFFFF 0%, #FFFF80 100%);/*グラデーション*/
	color: #000000;
}

#main img{
	width:100%;
}
.lbl{
	font-size:150%;
	font-weight:bold;
	color:#FF8040;
	text-align:center;
}
.lbl b{
	font-size:200%;
}
.tablebox{
	border:double 10px #0080FF;
	border-radius:25px;
	padding:20px 20px;
	font-size:150%;
}
.miletbl{
	width:90%;
	margin:0 auto;
}
.miletbl th,
.miletbl td{
	padding:2px 50px 2px 10px;
	border-bottom:solid 3px #0080FF;
	height:55px;
}
.miletbl strong{
	font-size:150%;
	color:#FF6262;
}
.dottedbox{
	padding:20px;
	border:dotted 3px #0080FF;
}

/* トップページ ------------------------------------ */
body#top{
	background-image: url('../images/common/back2.jpg');
}
#top #wrap{
	margin:0 auto;
	max-width:1600px
}
#top #mphoto{
	position:relative;
	text-align:center;
	overflow: hidden;
	margin:0;
}
#top #mainphoto img{
	height:100vh;
	vertical-align:top;
}
#top #mainphoto{
	padding:0;
	margin:0;
}
#top #menulist{
	position:absolute;
	bottom:20px;
	right:100px;
}
#top #menulist ul{
	padding:0;
	margin:0;
}
#top #menulist ul li{
	list-style:none;
	padding:0;
	margin:0 0 10px;
}
#top #menulist ul li a:hover{
	opacity:0.5;
}


/* マイルクラブ24 ------------------------------------ */
#mile ol {
	border:dotted 3px #259E53;
	padding:15px;
}
#mile ol li{
	margin-left:20px;
	font-size:106%;
}
#mile #photo01{
	background-image:url('../mile/images/photo01.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	min-height:500px;
	padding: 30px 0 50px 330px;
}
#mile #camp01{
	border:solid 3px #FF6262;
	border-radius:60px;
	padding:20px 20px 40px;
}
#mile #campdate{
	text-align:center;
	font-size:180% !important;
	color:#FF6262;
	border-bottom:dotted 3px #FF6262;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:bold;
}
#mile #camp01 p{
	font-size:150%;
	color:#4171c1;
}

/* 企画レース ------------------------------------ */
#race #bkphoto01{
	background-image:url('../race/images/photo01.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	min-height:500px;
}
#race .attentionbox{
	margin:10px 0 0 50px;
}
#race .attentionbox p{
	padding:0;
	margin:0;
	color:#333333;
}

/* オープニングレース ------------------------------------ */
#opening #bkphoto02{
	background-image:url('../opening/images/photo01.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	min-height:420px;
}
#opening #tenbou b{
	color:#0975E1;
	font-size:110%;
}
#opening #tenbou p{
	margin-left:10px;
}

#opening .playertbl.data{
	width:100%;
}
#opening .playertbl.data td{
	width:10%;
	text-align:center;
	padding:2px 10px;
}
#opening .playertbl.data td.photo img{
	vertical-align:middle;
}


/* 企画レース ------------------------------------ */
#kikaku .lbl{
	color:#FF0000;
}
#kikaku .profbox{
	padding:10px;
	background-color:#0080C0;
}
#kikaku .profbox_in{
	padding:10px;
	background-color:#FFFFFF;
}
#kikaku .profbox_in p{
	text-align:center;
}
#kikaku .profbox_in dt {
	margin-bottom: -1.8em;
	padding: 5px 5px 5px 1em;
}

#kikaku .profbox_in dd {
	padding: 0 0 0 5em;
	border-bottom: dotted 2px #CCC;
	margin: 0 1em;
}
#kikaku .photobox img{
	max-width:100%;
}
#kikaku .namecenter{
	text-align:center;
	font-weight:bold;
	font-size:120%;
	padding:0;
	margin:0;
}
#kikaku #movie_left{
	width:68%;
	float:left;
}
#kikaku #prof_right{
	width:30%;
	float:right;
}

#kikaku .youtube2 {
	margin:10px 0 20px;
	width: 100%;
}
#kikaku .youtube2 iframe {
	width: 100% !important;
	height: 400px;
}
#kikaku .youtube2 p{
	font-size:90%;
	color:#FFFFFF;
	text-align:center;
	margin:0;
	padding:0;
}

/* ヘッダ ------------------------------------ */
header{
	height: auto;
	position: fixed;
	top: 0px;
	z-index: 99999;
	overflow-x: hidden;
	width: 100%;
	color:#FFFFFF;
	background-color:#1D2088;
}
header img{
	width:100%;
}
#header_box{
	width: 1200px;
	margin: 0 auto;
}
#header_l{
	float:left;
	width:30%;
}
#header_l #logo{
	margin:5px 0;
}
#header_r{
	float:right;
	width:65%;
	text-align:right;
}
#header_r ul{
	margin:5px 0;
	list-style:none;
}
#header_r ul li{
	display: inline-block;
}
#nav ul li a {
	color:#FFFFFF;
}
#nav ul li a::before {
	content: '●';
	display: inline-block;
	padding-right: 5px;
	vertical-align: top;
	color:#FFE900;
}
/* フッタ ------------------------------------ */
footer {
/*	height: auto;
	position: fixed;
	bottom: 0px;
	z-index: 99999;
	overflow-x: hidden;*/
	width: 100%;
	color:#FFFFFF;
	background-color:#000000;
}
#footer_in{
	width: 1200px;
	margin: 0 auto;
	text-align:left;
	padding-top:5px;
}
#footer_in p{
	padding:0;
	margin:0;
}

#footer_in #footer_address{
	float:left;
}
#footer_in #pagetop{
	float:right;
	border-radius:50%;
	background-color:#FFFFFF;
}
#footer_in #pagetop a{
	color:#000000;
	text-decoration:none;
	border-radius:50%;
	padding:15px;
	display:block;
}
#footer_in #pagetop a:hover{
	background-color:#FFFF80;
}


/*----------------------------------------

clearfix

----------------------------------------*/

.cf:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size:0;
	line-height:0;
}

.cf{
	display:inline-block;
}

/* exlude MacIE5 \*/
* html .cf{
	height:1%;
}

.cf{
	display:block;
}
/* end MacIE5 */
