@charset "utf-8";

/* RESET
---------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


/* GENERAL
---------------------------------------------------------- */
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; }

html {
	min-width: 640px;
	height: 100%;
	font-size: 62.5%;
}

body {
	min-width: 640px;
	background: #fff;
	color: #333;
	font-size: 2.4rem;
	letter-spacing: 0.0em;
	line-height: 20px;
	font-family:"メイリオ", Meiryo, "游明朝", "YuMincho",ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, "ＭＳ Ｐ明朝", MS PGothic, sans-serif;
	/*-webkit-font-smoothing: antialiased;*/
	-webkit-text-size-adjust: 100%;
	/*overflow-x:hidden;*/
	color: #505050;
}

p {text-align: justify;}

a, button {
	text-decoration: none;
	overflow: hidden;
	outline: none;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	-ms-touch-callout: none;
	-o-touch-callout: none;
	touch-callout: none;
}

input, textarea {
    -webkit-user-select : auto;
}

.center { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.justify { text-align: justify; }
.bold { font-weight: bold; }
.clear { clear: both; }
.floatL { float: left; }
.floatR { float: right; }
.sub {vertical-align: sub;}
.middle {vertical-align: middle;}
.inlineBlock {display: inline-block;}

.glay50 { color: #505050; }
.white { color: #fff; }
.gold {color: #c49958;}

/* for Android */
.android dt, .android dd, .android div, .android p, .android th, .android td, .android h2, .android h3, .android span { max-height: 100%; }

.hidden {color: #E4E4E4;}
.bb_glay {border-bottom: solid 3px #E6E6E6;}


.mincho {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
}



/* =======================================
	margin・padding・line-height
======================================= */
.m0 { margin: 0 !important; }
.p0 { padding: 0 !important; }

.mt0 { margin-top: 0px !important;}
.mt5 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}
.mt150 { margin-top: 150px !important;}
.mt170 { margin-top: 170px !important;}
.mt-5 { margin-top: -5px !important;}
.mt-7 { margin-top: -7px !important;}
.mt-10 { margin-top: -10px !important;}
.mt-15 { margin-top: -15px !important;}
.mt-20 { margin-top: -20px !important;}
.mt-30 { margin-top: -30px !important;}
.mt-40 { margin-top: -40px !important;}
.mt-60 { margin-top: -60px !important;}

.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr70 { margin-right: 70px !important; }
.mr120 { margin-right: 120px !important; }

.mb5 { margin-bottom: 5px; !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb-10 { margin-bottom: -10px !important;}

.ml5 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml20 { margin-left: 20px !important;}
.ml30 { margin-left: 30px !important;}
.ml40 { margin-left: 40px !important;}
.ml50 { margin-left: 50px !important;}
.ml80 { margin-left: 80px !important;}
.ml-40 { margin-left: -40px !important;}
.ml-230 { margin-left: -230px !important;}

.pt5 { padding-top: 5px !important;}
.pt20 { padding-top: 20px !important;}
.pt30 { padding-top: 30px !important;}
.pt40 { padding-top: 40px !important;}
.pt50 { padding-top: 50px !important;}
.pt60 { padding-top: 60px !important;}

.pr20 { padding-right: 20px !important;}
.pr30 { padding-right: 30px !important;}
.pr40 { padding-right: 40px !important;}

.pl20 { padding-left: 20px !important;}
.pl30 { padding-left: 30px !important;}
.pl40 { padding-left: 40px !important;}

.lh1_5 { line-height: 1.5em !important;}
.lh1_7 { line-height: 1.7em !important;}

/* =======================================
	font-size
======================================= */
.fs3_4rem {
    font-size: 3.4rem !important;}

.fs3_6rem {
    font-size: 3.6rem !important;}
.fs80 {font-size:80%;}
.fs85 {font-size:85%;}
.fs90 {font-size:90%;}

/* =======================================
	clearfix
======================================= */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}


/* Layout
---------------------------------------------------------- */
#container, #contents,
#en #container, #en #contents {
	min-width: 640px;
	width: 100%;
}

#contents, #en #contents {
	margin: 150% 0 0;
	background: #fff;
}

/*@media only screen and (min-width: 750px) {
	#contents {
		margin: 73% 0 0;
	}
}

@media only screen and (min-width: 1080px) {
	#contents {
		margin: 69% 0 0;
	}
}*/

#contents #detail, #en #contents #detail {
	background: #fff;
	padding: 0 0 40px;
	font-size: 2.4rem;
	line-height: 1.8em;
	clear: both;
}

hr { border: none; height: 1px; }


/* boarder
---------------------------------------------------------- */
#contents .border {border: 1px solid #505050;}

#contents .lines_on_sides {
	text-align: center;
	position: relative;
}

#contents .lines_on_sides span {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 18px;
    position: relative;
    z-index: 9;
    padding: 0 20px;
    color: #0C467E;
    background: #ffffff;
}

#contents .lines_on_sides b{
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    margin-top: -1px;
    background: #0C467E;
}

#contents .lines_on_sides02 {
	text-align: center;
	position: relative;
}

#contents .lines_on_sides02 span {
    font-size: 2.0rem;
    position: relative;
    z-index: 9;
    padding: 0 20px;
    color: #0C467E;
    font-weight: bold;
    background: #ffffff;
}

#contents .lines_on_sides02 b{
    width: 530px;
    height: 1px;
    position: absolute;
    left: 5%;
    top: 50%;
    z-index: 1;
    background: #0C467E;
}

#contents  .border_form {
    width: 590px;
    border-bottom: 1px solid #c49958;
    margin-top: 5px;
}

#contents  .border_form2 {
    width: 590px;
    border-bottom: 1px solid #909090;
    margin-bottom: 40px;
}

/* h
---------------------------------------------------------- */
#contents h2 {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 4.4rem;
	color: #fff;
	margin: 0 0 35px;
    padding: 15px 0;
	text-align: center;
}

#contents h3 {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 4.4rem;
	color: #c49958;
	text-align: center;
}

#contents h4 {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 3.0rem;
	color: #c49958;
	text-align: center;
}


/* box
---------------------------------------------------------- */

#contents .blackbox {
	min-width: 640px;
	width: 100%;
	height: 75px;
    background-color: #000;
}

#contents .glaybox02 {
	min-width: 640px;
	width: 100%;
	height: 640px;
    background-color: #E4E4E4;
    padding: 30px 0;
}

#contents .detailbox{
    width: 550px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 10px;
    text-align: center;
    color: #646464;
    background-color:  #E6E6E6;
}

#contents .detailbox span {
	font-size: 3.5rem;
    vertical-align: bottom;
}

#contents .detailbox a {
    color:#646464;
}

#contents .detailbox2 {
    width: 550px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    color: #646464;
    border: 1px solid #646464;
}

#contents .detailbox2 p, #contents .detailbox4 p,
#contents .detailbox5 p, #contents .detailbox6 p {
    text-align: center;
}

#contents .detailbox3 {
	width: 600px;
	height: 95px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 2.4rem;
    background-color: #c49958;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
}

#contents .detailbox4 {
    width: 600px;
    height: 70px;
    line-height: 70px;
    background-color: #c49958;
    border: 1px solid #c49958;
    margin: 0 auto 20px;
    text-align: center;
}

#contents .detailbox4 p a {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 2.8rem;
    color: #fff;
    text-decoration: none !important;
    padding: 18px 100px;
}

#contents .detailbox4 span{
    font-size: 50px;
    vertical-align: sub;
}

#contents .detailbox5 {
    width: 600px;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    border: 1px solid #c49958;
    margin: 0 auto;
    text-align: center;
}

#contents .detailbox5 p a {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 2.8rem;
    color: #c49958;
    text-align:  #c49958;
    text-decoration: none !important;
    padding: 18px 60px;
}

#contents .entry_dl .detailbox5 p a {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 2.8rem;
    color: #c49958;
    text-align:  #c49958;
    text-decoration: none !important;
    padding: 18px 90px;
}

#contents .detailbox5 span, #contents .detailbox6 span{
    font-size: 50px;
    vertical-align: sub;
}



#contents .detailbox6 {
    width: 600px;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    border: 1px solid #c49958;
    margin: 0 auto;
    text-align: center;
}

#contents .detailbox6 p a {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 2.8rem;
    color: #c49958;
    text-align:  #c49958;
    text-decoration: none !important;
    padding: 18px 90px;
}

#en #contents .detailbox5 {
    width: 600px;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    border: 1px solid #c49958;
    margin: 0 auto;
    text-align: center;
}

#en #contents .detailbox5 p a {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 2.8rem;
    color: #c49958;
    text-align:  #c49958;
    text-decoration: none !important;
    padding: 18px 10px;
}

#en #contents .entry_dl .detailbox5 p a {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 2.8rem;
    color: #c49958;
    text-align:  #c49958;
    text-decoration: none !important;
    padding: 18px 90px;
}

#en #contents .detailbox6 {
    width: 600px;
    height: 70px;
    line-height: 68px;
    background-color: #fff;
    border: 1px solid #c49958;
    margin: 0 auto;
    text-align: center;
}


#en #contents .detailbox6 p a {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 2.8rem;
    color: #c49958;
    text-align:  #c49958;
    text-decoration: none !important;
    padding: 18px 70px;
}

#en #contents .buttonMoment {
    color: #646464;
    border: 1px solid #646464;
	text-align:center;
	padding:15px 10px;
	line-height:1.4em;
}

#contents .detailbox a:hover {
    opacity: 0.8;
}

#contents .entryBox {
	width: 540px;
	height: 70px;
    border: 2px solid #0C467E;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 3.2rem;
    background-color:#ffffff;
    color: #0C467E;
    text-align: center;
    margin: 0 auto;
    line-height: 65px;
}

#contents .entryBox_e {
	width: 580px;
	height: 70px;
    border: 2px solid #0C467E;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 2.7rem;
    background-color:#ffffff;
    color: #0C467E;
    text-align: center;
    margin: 0 auto;
    line-height: 70px;
}

#contents .entryBox span {
    vertical-align: sub;
}


#contents .entryBox_ex span {
    vertical-align: super;
}

#contents .detailbox7 {
	width:100%;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 2.4rem;
    background-color: #c49958;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding:5px;
}

/*=================================
テーブル
=================================*/
#contents .tableStyle01 {
	width:100%;
	border-collapse:collapse;
	border:1px solid #bebaa3;
}

#contents .tableStyle02 {
	width:75%;
	border-collapse:collapse;
	border:1px solid #bebaa3;
    margin: 0 auto;
}

#contents .tableStyle01 th, .tableStyle02 th {
	border-collapse:collapse;
	border:1px solid #bebaa3;
    vertical-align: middle;
	padding:5px 0;
}

#contents .tableStyle01 td, .tableStyle02 td {
	border-collapse:collapse;
	border:1px solid #bebaa3;
    vertical-align: middle;
	padding:5px 10px;
}

#contents .tableStyle01 th {
	background:#E8DFC5;
	text-align:left;
    padding-left: 10px;
}

#contents .tableStyle02 th {
	background:#E8DFC5;
	text-align:center;
    vertical-align: middle;
}

#contents .tableStyle03 {
	width:100%;
	border-collapse:collapse;
    margin: 0 auto;
}

#contents .tableStyle03 th {
	background:#E8DFC5;
	border:1px solid #fff;
	text-align:center;
    vertical-align: middle;
    padding: 2px 0 0;
}

#contents .tableStyle03 td {
	width:100%;
	border-collapse:collapse;
	background:#E8DFC5;
	border:2px solid #fff;
	padding:10px 10px;
    text-align: left;
}

#contents .tableStyle04 {
	border-collapse:collapse;
}

#en #contents .tableStyle04_s {
	border-collapse:collapse;
    width: 260px;
    line-height: 1.3em;
    margin: 0 auto;}

#en .tableStyle04_s th {
	background:#fff;
	border:2px solid #E8DFC5;
    background-color: #c49958;
	text-align:center;
    padding: 5px;
    
}
#en #contents .tableStyle04_s td {
	border-collapse:collapse;
	background:#fff;
	border:2px solid #E8DFC5;
    text-align: center;
    vertical-align: middle;
    
}

#contents .tableStyle04 th {
	background:#fff;
	border:1px solid #E8DFC5;
	text-align:center;
    padding: 2px 0 0;
}

#contents .tableStyle04 td {
	border-collapse:collapse;
	background:#fff;
	border:2px solid #E8DFC5;
    text-align: left;
    vertical-align: middle;
}

#contents .tableStyle05 table {
	border-collapse:collapse;
    width: 100%;
}

#contents .tableStyle05 table th {
    padding-top: 20px;
    font-weight: bold;
    color: #c49958;
    vertical-align: text-top;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
}

#contents .tableStyle05 table td {
    color: #646464;
    vertical-align: text-top;
}

#contents .font-td03 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 2.0em;
	color: #c49958;
    
}

#contents .font-td04 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 1.6em;
	color: #c49958;
    
}

#contents .triangle{
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid #c49958;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    margin: 5px auto 7px;;
}
#contents .tdSubColor01 {
	background:#E8DFC5;
}

#contents .tdSubColor02 {
	background:#dddbd7;
}

#contents .tdSubColor03 {
	background:#f6f2e8;
}

#contents .tdSubwid01 {
	width: 10%;
}


/* HEADER
---------------------------------------------------------- */
nav {
	width: 100%;
	background: #fff;
}

nav a {
	width: 550px;
	height: 90px;
	display: block;
	border-bottom: solid 2px #E4E4E4;
/*	background: url(../img/ccro2017sp_arrow03.png) no-repeat 95% 50%;*/
    color:  #c49958 !important;
}

nav a:hover {
    text-decoration: none !important;
    color:  #646464 !important;
}

nav li {
	position: relative;
	top: 37px;
	left: 45px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 2.8rem;
}

.nav_e nav li {
	position: relative;
	top: 40px;
	left: 30px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 2.8rem;
}

header {
	min-width: 640px;
	width: 100%;
	height: 90px;
	position: fixed;
    background-color: #fff;
	top: 0;
	left: 0;
	z-index: 99;
    border-bottom: 1px solid #909090;
}

.header_top {
	height:5px;
	min-width:980px;
    background: #c49958;
}

header .logo {
	/*margin: 5px 0 0;*/
	/*text-align: center;*/
	margin: 23px 8px 0px 12px;
	float: left;
}

header .facebook {
	position: relative;
    display: inline;
	top: 27px;
    right: -55px;
}

header .lang {
	position: relative;
    display: inline;
    right: -100px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 3.0rem;
}

header .lang ul li {
    width: 23px;
    float: left;
    margin-right: 5px;
}

header .lang ul li:last-child {
    width: 25px;
    float: left;
}

header .lang a {
    color: #c49958 ;
}

header .lang a:hover {
    color: #646464 ;
}


/* Contents
---------------------------------------------------------- */
/* =======================================
	mainImg
======================================= */
#container .mainImg, #en #container .mainImg {
	position: fixed;
	top: 90px;
	min-width: 640px;
	width: 100%;
	z-index: -100;
}

#container .mainImg .bx-wrapper .bx-viewport,
#en #container .mainImg .bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	left: 0;
}

#container .mainImg .bx-wrapper .bx-viewport img,
#en #container .mainImg .bx-wrapper .bx-viewport img {
	display: block;
	height: auto;
}

#container .mainImg .bx-wrapper .bx-has-pager,
#en #container .mainImg .bx-wrapper .bx-has-pager {
	display: none;
}


/* =======================================
	message & badge & sponsor
======================================= */
#container .main_logo {
	display: block;
	position: fixed;
	top: 360px;
	left: 50%;
	margin-left: -238px;
	z-index: -99;
}


/* =======================================
	contents
======================================= */
#contents dl {
    text-align: left;
}

#contents dt {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 2.6rem;
    color: #c49958;
	font-weight: bold;
	margin: 0 0 10px;
}

#contents dd {
	margin: 0 0 15px;
}

#contents td {
    text-align: left;
}

#contents .inner td {
    text-align: left;
}

#contents .map table {
    width: 580px;
    margin: 0 auto;
}

/*
#contents a:hover {
    opacity: 0.7;
}
*/

#contents .sns ul li {
    display: inline;
    padding: 0  10px;
}


/* =======================================
	about
======================================= */
.backGround01{
    min-width: 100%;
    background: url(../about/img/background01.png) top center / contain no-repeat;
    display: table;
}

.textCenter{
    width:580px;
    margin: 150px auto 0;
}

#contents .kome {
	font-size: 1.4rem;
    vertical-align: super;
}


/* =======================================
	route
======================================= */
.backGround02{
    min-width: 100%;
    background: url(../route/img/background01.png) top center / contain no-repeat;
    display: table;
}

#contents .slash {
	font-size: 2.8rem;
    vertical-align: top;
}
#contents .days_time {
    margin: 0 auto;
    text-align: center;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    width: 580px;
}
#contents .days_time tr {
    line-height: 40px;
}
#contents .days_time th {
    width: 72%;
}
#contents .days_time_e {
    text-align: center;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    padding-left: 30px;
}
#contents .days_time_e th {
	font-size: 2.2rem;
    width: 67%;
    padding-left: 40px;
}

.routeHeadline {
	text-align:center;
	margin:30px 0;
	font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size:3.2rem;
}

#en .routeHeadline {
	text-align:center;
	margin:30px 0;
	font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size:3.0rem;
}

.routeHeadline span {
	color:#c49958;
	font-style:italic;
}

/* =======================================
	outline
======================================= */

.backGround03{
    min-width: 100%;
    background: url(../outline/img/background01.png) top center / contain no-repeat;
    display: table;
}

#contents .indent {
    padding-left: 1em;
    text-indent: -1em;
}


.rotary_logo img{
    vertical-align: middle;
}

dd a {
    border-bottom: 2px solid #0C467E;
    color: #0C467E;
}

.inner th  { 
    text-align: center;
}

.inner th img  { 
    vertical-align: middle;
}

.inner td  { 
    line-height: 1.5em;
}

.inner td a:link, .inner td a:visited { 
    text-decoration: none;
    color: #646464;
}
.inner td a:hover, .inner td a:active { 
    text-decoration: underline;
    color: #646464;
}

/* =======================================
	Entry
======================================= */
.background_entryform {
    min-width: 100%;
    background: #E8DFC5;
    padding-bottom: 60px;
}

.entry p a {
    border-bottom: 2px solid #0C467E;
    color: #0C467E;
}


/* iframe
--------------------------- */

iframe {
    background-color: #fff!important;
}  

.ifrm-container {
    width:600px;
    height:450px;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    text-align: center;
	display: inline-block;
    margin: 0 auto;
    background-color: #fff;
}

.ifrm {
    width:100%;
    height:100%;
    border:none;
	display:block;
}

/* iframe
--------------------------- */
label, input[type='checkbox'] {
    cursor: pointer;
}


/* =======================================
	Entry List
======================================= */

#contents .entryListTable table,
#contents .entryListTable_en table {
	width: 100%;
}

#contents .entryListTable tr.trColor,
#contents .entryListTable_en tr.trColor {
	background: #E6E6E6;
}

#contents .entryListTable th,
#contents .entryListTable_en th {
	color: #fff;
	background: #c49958;
	line-height: 30px;
	font-size: 1.8rem;
	padding: 5px;
}

#contents .entryListTable .last td,
#contents .entryListTable_en .last td{
	border-bottom: solid 1px #E6E6E6;
}

#contents .entryListTable td {
    vertical-align: middle;
	font-size: 2.1rem;
    line-height: 1.5em;
}

#contents .entryListTable_en td {
    vertical-align: middle;
	font-size: 2.0rem;
    line-height: 1.5em;
}

#contents .entryListTable td.entry_no,
#contents .entryListTable_en td.entry_no {
	width: 7%;
	color: #c49958;
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
}

#contents .entryListTable td.driver {
	width: 30%;
    padding: 15px 0 12px 5px;
}

#contents .entryListTable_en td.driver {
	width: 42%;
    padding: 15px 0 12px 5px;
}

#contents .entryListTable td.carYear,
#contents .entryListTable_en td.carYear{
	width: 7%;
	text-align: center;
    padding: 0 5px;
}

#contents .entryListTable td.carPhoto,
#contents .entryListTable_en td.carPhoto{
	width: 7%;
	text-align: center;
}

#contents .className {
    width: 430px;
    margin: -20px auto 30px;
}

#contents .className_en {
    width: 430px;
    margin: 30px auto 30px;
}

#contents .className img {
    vertical-align: middle;
}


/* =======================================
	ranking_area
======================================= */
.comingSoon {
	text-align: center;
	margin: 30px 0;
}

.comingSoon_en {
	font-size: 4.0rem;
	font-family: Arial, sans-serif;
	color: #999;
	margin: 0 0 10px;
}
/**************** DETAIL ****************/

#contents .ranking_area .update {
	color: #505050;
	letter-spacing: 1px;
	margin: -20px 0 0;
}

#contents .ranking_area #ui-tab ul {
	width: 100%;
	background: -moz-linear-gradient(top, #fff, #fff 95%, #505050);
	background: -webkit-linear-gradient(top, #fff, #fff 95%, #505050);
	background: -ms-linear-gradient(top, #fff, #fff 95%, #505050);
	margin: 10px 0 0;
}

#contents .ranking_area #ui-tab li {
	font-weight: bold;
	border: solid 1px #505050;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: -moz-linear-gradient(top, #fff, #E3CCA8);
	background: -webkit-linear-gradient(top, #fff, #E3CCA8);
	background: -ms-linear-gradient(top, #fff, #E3CCA8);
	/*padding-bottom: 5px;*/
	padding: 0 0 5px 5px;
}

#contents .ranking_area #ui-tab li.ui-tabs-selected {
	background: #fff;
	border-bottom: solid 1px #fff;
}

#contents .ranking_area #ui-tab li a {
	color: #505050;
	line-height: 1.2em;
	font-size: 2.0rem;
}

#ranking_area #fragment-1,
#ranking_area #fragment-2 {
	width: 100%;
	margin: -2px auto;
	padding: 10px 0 0;
}

#ranking_area #fragment-1, x:-moz-any-link, x:default,
#ranking_area #fragment-2, x:-moz-any-link, x:default {
	margin: -1px auto 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#ranking_area #fragment-1, #ranking_area #fragment-2 {
		margin: -1px auto 0;
	}
}

#contents .ranking_area table {
	width: 100%;
	border: none;
	line-height: 1.2em;
}

#contents .ranking_area table table {
	border-bottom: solid 1px #e5e7ec;
}

#contents .ranking_area tr.trColor {
	background: #e5e7ec;
}

#contents .ranking_area th {
	color: #fff;
	background: #c49958;
	text-align: center;
	border-right: dotted 1px #fff;
	padding: 2px 0;
	font-size: 1.5rem;
	line-height: 1.2em;
}

#contents .ranking_area th.driver {
	padding: 2px 0 2px 5px;
	text-align: left;
}

#contents .ranking_area th.car_model {
	padding: 2px 0 2px 5px;
	text-align: left;
}

#contents .ranking_area th.border-bottom {
	border-bottom: dotted 1px #fff;
}

#contents .ranking_area th.border-right {
	border-right: solid 1px #fff;
}

#contents .ranking_area .last td {
	border-bottom: solid 1px #e5e7ec;
}

#contents .ranking_area td {
	padding: 10px 0;
	text-align: center;
	font-size: 1.8rem;
}

#contents .ranking_area td.ranking {
	color: #c49958;
	text-align: center;
	font-weight: bold;
	font-size: 2.2rem;
}

#contents .ranking_area td.driver {
	padding: 10px 0 0 5px;
	text-align: left;
	border: none;
}

#contents .ranking_area td.co_driver {
	padding: 5px 0 10px 5px;
	text-align: left;
}

#contents .ranking_area td.car_model {
	padding: 10px 0 10px 5px;
	text-align: left;
}

#contents .ranking_area td.total_point {
	background: #e5e7ec;
	padding: 10px 0;
	text-align: center;
}

#contents .ranking_area tr.trColor td.total_point {
	background: #ced3da;
}

#contents .ranking_area td img {
	vertical-align: middle;
}

#contents .ranking_area a.downloadButton {
	width: 600px;
	height: 55px;
	display: block;
	background: #c49859;
	color: #fff;
	text-align: center;
	line-height: 55px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 80%;
	margin: 20px auto 0;
}

/*********** SUPERBOX CUSTOM ***********/
#superbox-container .loading {
	font-size: 2.8rem;
}

#superbox .close a {
	width: 66px;
	height: 22px;
	float: right;
	margin: 10px 5px 10px 0;
	line-height: 20px;
	text-indent: -9999px;
	cursor: pointer;
	background: #FFFFFF url(../img/close.png) no-repeat 0 0;
}


/* =======================================
	gallery
======================================= */

.backGround04{
    min-width: 100%;
    background: url(../gallery/img/background04.png) top center / contain no-repeat;
    display: table;
}
.backGround05{
    min-width: 100%;
    background: url(../gallery/img/background05.png) center 90px / cover no-repeat;
    display: table;
    background-attachment: fixed;
}

.my-gallery {
    width: 560px;
    margin-left: 15px;
    padding: 0!important;
}
.my-gallery figure {
    display: inline-block;
    -webkit-margin-before: -7px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: -2px;
}

#contents .daysbox2 {
    width: 550px;
    height: 55px;
    line-height: 53px;
    display: inline-block;
    text-align: center;
    background-color: #c49859;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 3.2rem;
    color: #fff;
}

#contents .daysbox3 {
    width: 550px;
    height: 55px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border: 1px solid #909090;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 2.6rem;
    color: #909090;
}

#contents .daysbox3 span {font-size: 125%;}


#contents .daysbox3 a { 
    padding: 13px 140px 10px 140px;
    border: none!important;}
#contents .daysbox3 a:link, #contents .daysbox3 a:visited {
    text-decoration: none!important;
    color: #909090;}
#contents .daysbox3 a:hover, #contents .daysbox3 a:active {
    text-decoration: none!important;
    color: #909090;}


/* =======================================
	sponsor_area
======================================= */

#contents .sponsored_area ul {
    list-style: none;
    text-align: center;
}

#contents .sponsored_area ul li {
    display: inline;
}

#contents .sponsored_area p {
    text-align: center;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 19px;
    color: #505050;
}


/* =======================================
	privacy policy
======================================= */

#contents .yu26 {
	color: #c49958;
	font-size: 26px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
}


/* =======================================
	LINKS
======================================= */
#contents .links_top,
#contents .links {
	width: 100%;
	background: #fff;
	padding: 20px 0 15px;
	overflow: hidden;
}

#contents .links {
	background: #ebebeb;
}

#contents .links_top ul,
#contents .links ul {
	float: left;
	position: relative;
	left: 50%;
}

#contents .links_top li,
#contents .links li {
	float: left;
	margin: 0 20px 0 0;
	position: relative;
	left: -50%;
}


/* =======================================
	to TOP
======================================= */
#contents a.toTop {
	width: auto;
	height: 50px;
    background-color: #fff;
	display: block;
	clear: both;
    border-top: 1px solid #646464;
}

#contents a.toTop img {
	float: right;
    margin-right: 10px;
	position: relative;
    padding: 18px 0;
}


#cmm a.toTop {
	width: auto;
	height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05273B), color-stop(100%,#0C467E));
    background: -webkit-linear-gradient(top,  #05273B 0%,#0C467E 100%);
    background: linear-gradient(to top,  #05273B 0%,#0C467E 100%);
	display: block;
	clear: both;
}

#cmm a.toTop img {
	float: right;
    padding-right: 20px;
	position: relative;
}

/* お問い合わせ
-------------------------------------------------- */
#contents form {
    color: #646464;
}

#contents form .span_top {
    font-size: 120%;
    font-weight: bold;
    vertical-align: middle;
    color: #c49958;
}

#contents form .span_required {
    color: red;
}

#contents form .btn {
    display: inline-block;
    width: 300px;
    height: 70px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C8C8C8), color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,  #C8C8C8 0%,#fff 100%);
    background: linear-gradient(to top,  #C8C8C8 0%,#fff 100%);
    line-height: 70px;
    border: 1px solid #C8C8C8;
    border-radius: 7px;
    text-align: center;
    color: #646464;
    font-weight: bold;
    text-decoration: none;
}

#contents form .btn2 {
    display: inline-block;
    width: 300px;
    height: 70px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E8DFC5), color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,  #E8DFC5 0%,#fff 100%);
    background: linear-gradient(to top,  #E8DFC5 0%,#fff 100%);
    line-height: 70px;
    border: 1px solid #bebaa3;
    border-radius: 7px;
    text-align: center;
    color: #646464;
    font-weight: bold;
    text-decoration: none;
}

form .btn:hover {
    opacity: 0.8;
}

.form_icon img {
    vertical-align: middle;
    padding-right: 15px;
    margin-left: 50px
}

.alert {
    width: 460px;
    height: 23px;
    margin: 0 auto 45px;
    text-align: center;
    padding: 10px;
    border: 2px solid #E71F19;
    font-size: 15px;
    font-weight: bold;
    color: #E71F19;
}

.alert02 {
    width: 460px;
    height: 120px;
    margin: 20px auto 25px;
    line-height: 1.7em;
    text-align: center;
    padding: 10px;
    border: 2px solid #E71F19;
    font-size: 23px;
    font-weight: bold;
    color: #E71F19;
}

.caution_hide{
    display: none;
}

input.caution_bg_hide,
textarea.caution_bg_hide {
    background-color: #fff;
}

.attention_icon {
    font-weight: bold;
    color: #E71F19;
    margin-bottom: -10px;
}

.attention_icon img {
    vertical-align: middle;
    padding-right: 5px;
    margin-top: -2px;
}

.contact {
    display: inline-flex;
}

.contact dt {
    width: 580px;
    float: left;
    clear: both;
}

.contact dd {
    margin-bottom: 15px;
    float: left;
}

.text_space {
    margin-left: 10px;
    width: 570px
}

.text_space_must {
    margin-left: 10px;
    width: 570px;
    background-color: pink;
}

.text_space_1-2 {
    margin-left: 10px;
    width: 250px;
    background-color: pink;
}

.text_space_1-4 {
    margin-left: 10px;
    width: 200px;
    background-color: pink;
}

.text_space_1-6 {
    margin-left: 10px;
    width: 150px;
    background-color: pink;
}

.text_space_1-8 {
    margin-left: 10px;
    width: 100px;
    background-color: pink;
}

.detail {
    margin-left: 10px;
    width: 570px;
    height: 100px;
    background-color: pink;
}

.detail {
    width: 570px;
    height: 100px;
}

.contact table{
    width: 750px;
    border-spacing: 7px;
    margin-left: 50px;
    margin-bottom: 70px;
}

.contact th {
    padding: 5px;
    text-align: left;
    vertical-align:text-top;
    font-size: 14px;
    color: #505050;
    background-color: #F0F0F0;
}

.contact td {
    padding-left: 10px;
}

/* スポンサー
---------------------------------------------------------- */
.sponsor_spase {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.sponsor_goldbox {
	width: 100%;
	background: #E8DFC5;
	clear: both;
	text-align: center;
}

.sponsor_goldbox ul li {
    margin-bottom: 10px;
}

/* FOOTER
---------------------------------------------------------- */

.footer_blackbox01 {
	min-width: 640px;
	width: 100%;
	height: 300px;
    background-color: #000;
    padding: 30px 0;    
}

.footer_glaybox01 {
	width: 100%;
	background: #E6E6E6;
	clear: both;
	padding: 40px 0;
	text-align: center;
}

.footer_blackbox02 {
	min-width: 640px;
	width: 100%;
	height: 40px;
    color: #fff !important;
    background-color: #000;
    padding: 20px 0;    
}

.footer_blackbox02 a {
    color: #fff !important;
}

footer .footer_blackbox02 ul {
	width: 545px;
	margin: 10px auto 30px;
}

footer .footer_blackbox02 li {
    display: inline;
    padding-right: 20px;
    margin-left: -10px;
}

footer .footer_blackbox02 li:last-child {
    border-left: 1px solid #646464;
    margin-left: -60px;
    padding-left: 30px;
    padding-right: 70px;
    clear: both;
}

.footer_glaybox02 {
	width: 100%;
	background: #E6E6E6;
	clear: both;
	padding: 40px 0;
	text-align: center;
}

footer .footer_glaybox01 ul {
	width: 545px;
	margin: 10px auto 30px;
}

footer .footer_glaybox01 li {
    display: inline;
    padding-right: 20px;
    margin-left: -10px;
}

footer .footer_glaybox01 li:last-child {
    border-left: 1px solid #646464;
    margin-left: -60px;
    padding-left: 30px;
    padding-right: 70px;
    clear: both;
}

footer .footer_glaybox02 li:last-child {
    border-left: 1px solid #fff;
    margin-left: -60px;
    padding-left: 30px;
    padding-right: 70px;
    clear: both;
}

footer #footerNav {
    text-align: center;
	color: #fff;
	font-size: 2.0rem;
}

footer #footerNav li a {
	color: #505050;
	font-size: 2.0rem;
}

footer #footerNav .copyright {
    font-family: Verdana;
	color: #505050;
	font-size: 1.6rem;
    text-align: center;
	clear: both;
}

/* おすすめスポット追加 2017.11.10
--------------------------------------------------------- */
.recommended_spot_sp {
	width: 580px;
	background-color:#dbe7ed;
	margin:-25px auto 0;
	padding:0 0 20px 0;
}

.spot_name {
	font-size:130%;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	color: #c49958;
	font-weight:bold;
	padding:25px 0 10px 0 ;
}

.introduction {
	text-align:left;
	padding:0 20px;
	line-height:140%;
}

.recommended_spot_sp p {
	font-size:85%;
	line-height:110%;
	padding:15px 20px 0 20px;
}

.recommended_spot_sp a:link {
	color: #0C467E;
}

a:link {
	color: #0C467E;
}
a:visited {
	color: #0C467E;
}
.deUnderline {
	text-decoration:underline;
}