@charset "utf-8";

/* Reset
------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}

html { height: 100%;
    width: 100%;}


/* Android hack start */
body.android {
	background-color:#fff;
}

/* iPhone hack start */
@media screen and (max-device-width: 480px) {
body { background-color:#fff; }
}

ul { list-style: none; }
blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
}


/* Basic Styles
------------------------------------------------------------------------- */
body { 
    width: 100%;
	font: 14px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*-webkit-font-smoothing: antialiased;*/
	-webkit-text-size-adjust: 100%;
	/*overflow-x:hidden;*/
}


#wrapper { min-width:980px; }

#section01, #section02, #section03, #section04, #section05, #section06, #section07 {
    width: 100%;
}

.imgVAB {
	vertical-align:bottom;
}

/* Typography
------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.4;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	/*-webkit-font-smoothing: antialiased;*/
	-webkit-text-size-adjust: 100%;
	/*overflow-x:hidden;*/
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; }
h2 { font-size: 24px; }
h3 { font-size: 32px; }
h4 { font-size: 22px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { margin: 0; line-height: 1.5rem; color: #646464;}
p img { margin: 0; }

/*マージン*/
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}
.mb-10 {margin-bottom:-10px;}

.mt5 {margin-top:5px;}
.mt7 {margin-top:7px;}
.mt10 {margin-top:10px;}
.mt12 {margin-top:12px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px;}
.mt80 {margin-top:80px;}
.mt90 {margin-top:90px;}
.mt100 {margin-top:100px;}
.mt-5 {margin-top:-5px;}
.mt-10 {margin-top:-10px;}
.mt-15 {margin-top:-15px;}
.mt-20 {margin-top:-20px;}
.mt-30 {margin-top:-30px;}
.mt-40 {margin-top:-40px;}
.mt-50 {margin-top:-50px;}
.mt-60 {margin-top:-60px;}
.mt-80 {margin-top:-80px;}
.mt-120 {margin-top:-120px;}
.mt-170 {margin-top:-170px;}
.mt-230 {margin-top:-230px;}

.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml28 {margin-left:28px;}
.ml50 {margin-left:50px;}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr28 {margin-right: 28px;}
.mr50 {margin-right: 50px;}
.mr70 {margin-right: 70px;}
.mr-130 {margin-right: -130px;}

/* padding */
.pb5 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pb25 {padding-bottom:25px;}
.pb30 {padding-bottom:30px;}
.pb35 {padding-bottom:35px;}

.pt5 {padding-top:5px;}
.pt6 {padding-top:6px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pt30 {padding-top:30px;}
.pt35 {padding-top:35px;}
.pt45 {padding-top:45px;}
.pt60 {padding-top:60px;}

.pr5 {padding-right:5px;}

.pl5 {padding-left:5px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:25px;}

/*揃え*/
.taLeft {text-align:left !important;}
.taRight {text-align:right;}
.taCenter {text-align:center;}

/*フォント*/
.fwBold {font-weight:bold;}
.fs50 {font-size:50%;}
.fs60 {font-size:60%;}
.fs70 {font-size:70%;}
.fs80 {font-size:80%;}
.fs85 {font-size:85%;}
.fs90 {font-size:90%;}
.fs95 {font-size:95%;}
.fs110 {font-size:110%;}
.fs120 {font-size:120%;}
.fs130 {font-size:130%;}
.fs140 {font-size:140%;}
.fs150 {font-size:150%;}

/*文字色*/
.red {color: #B7173E;}
.gold {color: #c49958;}
.textgray {color: #646464;}
.white {color: #fff;}
.glay {color: #646464;}

/*行間*/
.lh120 {line-height:120%;}
.lh130 {line-height:130%;}
.lh140 {line-height:140%;}
.lh150 {line-height:150%;}
.lh180 {line-height:180%;}

/* letter-spacing */
.ls5{letter-spacing:5pt;}
.ls10{letter-spacing:10pt;}
.ls15{letter-spacing:15pt;}
.ls20{letter-spacing:20pt;}
.ls25{letter-spacing:25pt;}
.ls30{letter-spacing:30pt;}

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/*フロート*/
.floatL {float: left;}
.floatR {float: right;}

/*ボーダー*/
.border-left-glay {
    border-left: 1px solid #646464;
    line-height: 1.0em;
    padding: 10px 0 0 15px;
}

.center {text-align: center;}
.clear {clear:both;}
.indent {padding-left: 1em; text-indent: -1em;}
.justify {text-align: justify; }
.hidden {color: #E6E6E6;}
.inline {display: inline;}
.inlineBlock {display: inline-block;}
.block {display: block;}
.sub {/*vertical-align: sub;*/
	vertical-align:middle;}
.middle {vertical-align: middle;}

.w1350-m0auto {
    width: 1350px;
    margin: 0 auto;
}
.w1400-m0auto {
    width: 1400px;
    margin: 0 auto;
}
.w980-m0auto {
    width: 980px;
    margin: 0 auto;
}
.w900-m0auto {
    width: 900px;
    margin: 0 auto;
}

.w1092-m0auto {
    width: 1092px;
    margin: 0 auto;
}

.textCenter{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 80px 0 ;
}


/* iframe
--------------------------- */

iframe {
    background-color: #fff;
}

/* iframe
--------------------------- */
label, input[type='checkbox'] {
    cursor: pointer;
    color: #646464;
}

/* Box
--------------------------- */
.box01 {
    height: 50px;
    width: 700px;
    line-height: 50px;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
}

.box02 {
    height: 50px;
    width: 700px;
    line-height: 50px;
    color: #fff;
    background-color: #c49958;
    border: 1px solid #c49958;
    margin: 40px auto 0;
}

.box02 span {
    font-size: 17px;
    vertical-align: bottom;
}

.box03 {
    height: 50px;
    width: 700px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #c49958;
    margin: 0 auto;
    text-align: center;
}

.box03 p a, .box03_ln p a {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 26px;
    color: #c49958;
    line-height: 45px;
    padding: 10px 125px;
}

#en .box03 p a, .box03_ln p a {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 26px;
    color: #c49958;
    line-height: 45px;
    padding: 10px 110px;
}


.box03 span, .box03_ln span{
    font-size: 50px;
    vertical-align: sub;
}

.box03 p a:hover, .box03 p a:active,
.box03 p span a:hover, .box03 p span a:active{
    color: #909090 !important;
    text-decoration: none;
    text-align: center;
    transition: all .5s;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.box03:hover, .box03:active {
    border: 1px solid #909090;
    background-color: #ffffff;
    text-align: center;
    transition: all .5s;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.box03_ln {
    height: 50px;
    width: 700px;
    line-height: 50px;
    background-color: #fff;
    margin: 0 auto;
    /*text-align: center;
	box-sizing:border-box;*/
}

.box03_ln p a:hover, .box0_ln3 p a:active,
.box03_ln p span a:hover, .box03_ln p span a:active{
    color: #909090 !important;
    text-decoration: none;
    text-align: center;
    transition: all .5s;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.box04 {
    height: 50px;
    width: 700px;
    line-height: 50px;
    background-color: #c49958;
    border: 1px solid #c49958;
    margin: 0 auto;
    text-align: center;
}

.box04 p a, .box04_ln p a {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 26px;
    color: #fff;
    line-height: 45px;
    padding: 10px 165px;
}
#en .box04 p a, #en .box04_ln p a {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 26px;
    color: #fff;
    line-height: 45px;
    padding: 10px 200px;
}

.box04 span, .box04_ln span{
    font-size: 50px;
    vertical-align: sub;
}

.box04 p a:hover, .box04 p a:active,
.box04 p span a:hover, .box04 p span a:active{
    color: #909090 !important;
    text-decoration: none;
    text-align: center;
    transition: all .5s;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.box04:hover, .box04:active {
    border: 1px solid #909090;
    background-color: #ffffff;
    text-align: center;
    transition: all .5s;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.box04_ln {
    height: 50px;
    width: 700px;
    line-height: 50px;
    background-color: #c49958;
    margin: 0 auto;
    text-align: center;
}

.box04_ln p a:hover, .box04_ln p a:active,
.box04_ln p span a:hover, .box04_ln p span a:active{
    color: #909090 !important;
    text-decoration: none;
    text-align: center;
    transition: all .5s;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.box04_ln:hover, .box04_ln:active {
    background-color: #ffffff;
    text-align: center;
    transition: all .5s;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.box05 {
    height: 30px;
    width: 550px;
    line-height: 30px;
    background-color: #c49958;
    text-align: center;
}

.box08 {
	border:1px solid #c49958;
	margin-top:25px;
}

/* Main
--------------------------------------------------------------------*/
#en .hidden {color: #E6E6E6;}

.border {
    min-width: 980px;
    border-bottom: 1px solid #909090;
    margin-top: 4px;
}

.border_from {
    min-width: 980px;
    border-bottom: 1px solid #c49958;
    margin-top: 5px;
}

.border_outline {
    min-width: 980px;
    border-bottom: 1px solid #909090;
}


/* TopPage -2016/12 */
.topcontent {
	position:absolute;
	width:650px;
	height:500px;
	left:50%;
	top:45%;
	overflow:hidden;
	margin-left:-300px;
	margin-top:-280px;
}

/* TopPage 2016/01/27-*/
#main {
    display: block;
}

.TOP .TOPheader .main {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#TOPmainImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#TOPmainImg .img01 {
    background: url(../img/top_img01.jpg) center bottom no-repeat;
    background-size: cover;
    display: block;
}

#TOPmainImg .img02 {
    background: url(../img/top_img02.jpg) center bottom no-repeat;
    background-size: cover;
    display: block;
}

#TOPmainImg .img03 {
    background: url(../img/top_img03.jpg) center bottom no-repeat;
    background-size: cover;
    display: block;
}

#TOPmainImg .img04 {
    background: url(../img/top_img04.jpg) center bottom no-repeat;
    background-size: cover;
    display: block;
}

#TOPmainImg .img05 {
    background: url(../img/top_img05.jpg) center bottom no-repeat;
    background-size: cover;
    display: block;
}

#TOPmainImg .img06 {
    background: url(../img/top_img06.jpg) center bottom no-repeat;
    background-size: cover;
    display: block;
}

#TOPmainImg li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.TOP .TOPheader .main .centerBox {
    width: 980px;
    height: 410px;
    margin-top: -200px;
    margin-left: -490px;
    text-align: center;
}

.centerBox {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
}

.contentInner {
    min-width: 980px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

/* animation　*/
.animation {
margin: 0 auto;
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 1500ms;
    }
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }



/* ルートマップ
--------------------------------------------------------- */


.route_map table {
    border-collapse: separate;
    margin-top: 10px;
    vertical-align:text-top;
    color: #646464;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-weight: bold;
    font-size: 15px;
}

.route_map_en table {
    border-collapse: separate;
    margin-top: 10px;
    vertical-align:text-top;
    color: #646464;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-weight: bold;
    font-size: 14px;
    line-height: 1.6rem;
}

.route_map th {
    width: 350px;
    text-align: left;
    padding-right: 10px;
}

.route_map_en th {
    width: 350px;
    text-align: left;
    /*padding-right: 10px;*/
}

.route_map td, .route_map_en td {
    /*margin-right: 30px;*/
}

.route_map .caption, .route_map_en .caption {
    color: #646464;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-weight: bold;
    font-size: 13px;
    line-height: 1.4rem;
}

#map img {
    position: relative;
    top: 0px;
    left: 450px;
}

.route_imps_btn {
    background: url("../img/route_imps_btn01.jpg") no-repeat;
    text-align: center;
}

.route_imps_btn a {
    width: 980px;
    height: 56px;
    display: block;
    text-indent: -99999px;
    background: url("../img/route_imps_btn01.jpg") no-repeat;
}

.route_imps_btn a:hover {
    background: url("../img/route_imps_btn02.jpg") no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

.route_imps_btn_en {
    background: url("../img/route_imps_btn01_en.jpg") no-repeat;
    text-align: center;
}

.route_imps_btn_en a {
    width: 980px;
    height: 56px;
    display: block;
    text-indent: -99999px;
    background: url("../img/route_imps_btn01_en.jpg") no-repeat;
}

.route_imps_btn_en a:hover {
    background: url("../img/route_imps_btn02_en.jpg") no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

.bgRoute {
	position:relative;
	width:940px;
	margin:0 auto;
}

#map {
	position:absolute;
	z-index:10;
}

h3.routeHeadline {
	font-size:20px;
	font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	color:#646464;
}

h3.routeHeadline span {
	color:#c49958;
	font-style:italic;
}


/* 実施概要
--------------------------------------------------------- */
/*
.section_mark03 {
    width: auto;
    padding-bottom: 60px;
    margin-top: -80px;
}
*/

.outline_table{
    width: 750px;
    border-collapse: separate;
    border-spacing: 10px !important;
    margin: 0 auto 40px;
}

.outline_table th {
    width: 17%;
    text-align: left;
    vertical-align:text-top;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 17px;
    font-weight: bold;
    color: #c49958;
}

.outline_table td {
    color: #646464;
    padding-bottom:15px;
}

.inner td {
    vertical-align: text-top;
}

.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;
}
#en .left {
    width:35%;
    float: left;
}

#en .outline th {
    width: 200px;
    vertical-align:text-top;
    text-align: left;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 17px;
    font-weight: bold;
    color: #c49958;
    padding-right: 15px;
}

#en .outline td, #en .outline td p {
    color: #646464;
    line-height: 1.5rem;
}

#en .outline td {
    padding-bottom: 20px;
}

.rotary_logo img{
    vertical-align: middle;
}

.outline_caption {
    padding-bottom: 20px;
}

.outline table.outline_caption th {
    font-size: 100%;
}

.outline_caption p {
    font-size: 85%;
    line-height: 1.7em;
}


/* 車輌輸送について
--------------------------------------------------------- */
.background_transportation {
	height: 510px;
	min-width: 980px;
    background: #E8DFC5;
    padding-top: 50px;
}

.transportation, .pattern {
	width: 940px;
	margin: 0 auto;
}

.transportation li {
	float: left;
	margin: 50px 10px 10px 0;
}

.transportation li:first-child {
	margin-right: 40px;
}

.transportation li:last-child {
	margin-right: 0;
}

.self, .office {
	border-top: 4px dotted #000;
	text-align: center;
	font-size: 18px;
	color: #000;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-weight: bold;
	padding: 15px 0 0;
}

.self {
	width: 220px;
	margin: 0 38px 0 0;
	float: left;
}

.office {
	width: 680px;
	float:right;
}

.pattern h3 {
	font-size: 26px;
	line-height: 50px;
}

.pattern h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0 20px;
}

.pattern li:first-child {
	color: #fff;
	background: #c49958;
	height: 50px;
	float: none;
	display: block;
	padding: 0;
}

.pattern li {
	background: #E8DFC5;
	float: left;
	padding: 5px 0;
	line-height: 2.2em;
}

.pattern li:last-child {
	border-right: 2px solid #E8DFC5;
}

.kanto li div, .kansai li div {
	border-right: 1px solid #c49958;
	height: 150px;
}

.kanto li div {
	width: 234px;
	font-size: 13px;
}

.kanto li:last-child div {
	width: 233px;
}

.kansai li div {
	width: 312px;
}

.kanto li:last-child div, .kansai li:last-child div {
	border: none;
}


/* 利用規約
--------------------------------------------------------- */
#term h1 {
    font-size: 2.4rem;
}
#term table {
    color: #646464;
}
#term table th {
    vertical-align: super;
}


/* エントリー方法
--------------------------------------------------------- */
.terms_check {
    margin: 30px auto;
    text-align: center;   
}

.terms_check label {
    width: 200px;
    display: inline-block;
    text-align: left;
}

#en .terms_check label {
    width: 310px;
    display: inline-block;
    text-align: left;
}
fbox04

/*.entry p a:link {
    border-bottom: 1px solid #0C467E;
    color: #0C467E;
}
.entry p a:visited {
    border-bottom: 1px solid #0C467E;
    color: #0C467E;
}
.entry p a:hover {text-decoration: none; color: #0C467E;}
.entry p a:active {text-decoration: none; color: #0C467E;}*/




/* エントリーリスト
--------------------------------------------------------- */
table.entryListTable,
table.entryListTable_en {
    text-align: center;
    background: #c49958;
    width: 100%;
}

table.entryListTable tr.trColor,
table.entryListTable_en tr.trColor {
    background-color: #E6E6E6;
}

table.entryListTable tr.trColor2,
table.entryListTable_en tr.trColor2 {
    background-color: #fff;
}

table.entryListTable th,
table.entryListTable_en th {
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    background: #c49958;
}

table.entryListTable .last td,
table. entryListTable_en .last td {
    border-bottom: solid 1px #E6E6E6;
}

table.entryListTable td.entry_no,
table.entryListTable_en td.entry_no {
	width: 5%;
	color: #c49958;
	font-weight: bold;
	text-align: center;
}

table.entryListTable td.driver {
	width: 15%;
	padding: 8px 0 0 10px;
	border: none;
    text-align: left;
}

table.entryListTable_en td.driver {
	width: 30%;
	padding: 8px 0 0 10px;
	border: none;
    text-align: left;
}

table.entryListTable td.co_driver,
table.entryListTable_en td.co_driver{
	padding: 0 0 5px 10px;
    text-align: left;
}

table.entryListTable td.carModel,
table.entryListTable_en td.carModel{
    padding-left: 10px;
    text-align: left;
	width: 40%;
}

table.entryListTable td.carYear,
table.entryListTable_en td.carYear{
	width: 5%;
	text-align: center;
}

table.entryListTable td.carPhoto,
table.entryListTable_en td.carPhoto{
    width: 5%;
	text-align: center;
    vertical-align: middle;
}

table.entryListTable td.carPhoto img,
table.entryListTable_en td.carPhoto img {
    vertical-align:bottom;
}

/* 2017.11.13追加 */
table.entryListTable td.driver1sel {
	width: 15%;
	padding: 1px 0 0 10px;
	border: none;
    text-align: left;
}



/* 成績
-------------------------------------------------- */
#ranking_area .comingSoon {
	width: 980px;
	margin: 60px auto 100px;
	text-align: center;
}

#ranking_area .comingSoon_en {
	font-size: 1.6rem;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	color: #999;
	margin: 40px 0 10px;
}

#ranking_area .update {
	color: #909090;
	letter-spacing: 1px;
	float: right;
}

#ranking_area #ui-tab ul {
	width: 980px;
	margin: 20px auto 0;
    list-style: none;
}

#ranking_area #ui-tab li {
	width: auto;
	font-weight: bold;
	border: solid 1px #909090;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: -moz-linear-gradient(top, #fff, #E3CCA8);
	background: -webkit-linear-gradient(top, #fff, #E3CCA8);
	background: -ms-linear-gradient(top, #fff, #E3CCA8);
}

#ranking_area #ui-tab li:hover {
	background: #fff;
}

#ranking_area #ui-tab li.ui-tabs-selected {
	background: #fff;
	border-bottom: solid 1px #fff;
}

#ranking_area #ui-tab li a {
	color: #646464;
	line-height: 1em;
	cursor: pointer;
}

#ranking_area #fragment-1,
#ranking_area #fragment-2,
#ranking_area #fragment-3 {
	width: 980px;
	margin: -1px auto 50px;
	padding: 10px 0 0;
}

#ranking_area table {
	width: 980px;
	border: none;
}

#ranking_area table tr.trColor {
	background: #E6E6E6;
}

#ranking_area table th {
	width: auto;
	color: #fff;
	background: #c49958;
	text-align: center;
	border-right: solid 1px #fff;
	padding: 2px 0 1px;
	line-height: 1.5em;
	font-weight: normal;
	font-size: 0.85rem;
}

#ranking_area table th.driver {
	padding: 2px 0 1px 15px;
	text-align: left;
}

#ranking_area  table th.car_model {
	padding: 2px 0 1px 15px;
	text-align: left;
}

#ranking_area table th.border-bottom {
	border-bottom: solid 1px #fff;
}

#ranking_area table th.border-right {
	border-right: solid 1px #c49958;
}

#ranking_area table tr.last td {
	border-bottom: solid 1px #E6E6E6;
}

#ranking_area table td {
	padding: 5px 0;
	text-align: center;
	font-size: 0.85rem;
}

#ranking_area table td.ranking {
	width: 60px;
	color: #c49958;
	text-align: center;
	font-weight: bold;
}

#ranking_area table td.number {
	width: 40px;
}

#ranking_area table td.driver {
	width: 200px;
	padding: 5px 0 0 15px;
	text-align: left;
	border: none;
}

#ranking_area table td.co_driver {
	padding: 0 0 5px 15px;
	text-align: left;
}

#ranking_area table td.car_model {
	padding: 5px 0 5px 15px;
	text-align: left;
}

#ranking_area table td.carYear {
	width: 50px;
}

#ranking_area table td.day1_rank,
#ranking_area table td.day2_rank {
	width: 50px;
}

#ranking_area table td.total_point {
	width: 80px;
	background: #E6E6E6;
	padding: 5px 10px 5px 0;
	text-align: right;
}

#ranking_area table tr.trColor td.total_point {
	background: #CCC;
}

#ranking_area table td.chart {
	width: 60px;
}

#ranking_area .downloadButton {
	width: 978px;
	height: 48px;
	display: block;
	background: #c49859;
	text-align: center;
	line-height: 48px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 170%;
	margin: 0 auto 20px;
	border: solid 1px #c49859;
}

#ranking_area .downloadButton:link,
#ranking_area .downloadButton:visited {
	color: #fff;
}

#ranking_area .downloadButton:hover,
#ranking_area .downloadButton:active {
	color: #c49859;
	text-decoration: none;
	background: #fff;
	transition: all .5s;
}

/***** SUPERBOX CUSTOM *****/
#superbox-container .loading {
	font-size: 1.2rem !important;
}

#superbox .close a {
	width: 80px;
	height: 20px;
	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;
}

/* 2018.6.7 成績ページヘッダメニューエリア用 追加 */
.ranking_header {
	border-bottom: 1px solid #909090;
	padding-bottom: 3px;
}

#en .ranking_header {
	border-bottom: 1px solid #909090;
	padding-bottom: 4px;
}

/* IE（10以上） */
@media all and (-ms-high-contrast: none) {
	.ranking_header{ padding-bottom: 5px; }
}

@media all and (-ms-high-contrast: none) {
	#en .ranking_header{ padding-bottom: 6px; }
}

/* FF */
@-moz-document url-prefix() {
	.ranking_header { padding-bottom: 5px; }
}

@-moz-document url-prefix() {
	#en .ranking_header { padding-bottom: 6px; }
}

/* Macのchrome */
.mac.chrome .ranking_header {
    padding-bottom: 1px;
}

.mac.chrome #en .ranking_header {
    padding-bottom: 2px;
}

/* MacのFF */
@supports (-moz-osx-font-smoothing:auto) {
	.ranking_header { padding-bottom: 13px; }
}

@supports (-moz-osx-font-smoothing:auto) {
	#en .ranking_header { padding-bottom: 14px; }
}



/* フォトギャラリー
--------------------------------------------------------- */
#gallery ul { text-align: center; }
#gallery ul li {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 16px;
    list-style: none;
    display: inline-block;
    padding: 0 2px;
    color: #c49958;
}

#gallery ul li a:hover {
    color: #c49958!important; font-weight: bold;
    transition: all .3s;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;}
#gallery ul li a:link, #gallery ul li a:visited,
#gallery ul li a:active {
    text-decoration: none;
    color: #909090;
}

#gallery p a:hover {
    color: #909090!important;}
#gallery p a:link, #gallery p a:visited,
#gallery p a:active {
    text-decoration: none;
    color: #c49958;
}

#gallery .day1_title_day1 a {
    width: 51px;
    height: 23px;
    background: url("../gallery/img/day1_gold.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
#gallery .day2_title_day2 a {
    width: 51px;
    height: 23px;
    background: url("../gallery/img/day2_gold.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
}


#gallery .day1_title_day2 { display: inline-block; }
#gallery .day1_title_day2 a {
    width: 51px;
    height: 23px;
    background: url("../gallery/img/day2_black.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
#gallery .day1_title_day2 a:hover {
    background: url("../gallery/img/day2_gold.png") no-repeat;
    transition: all .3s;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
}
#gallery .day2_title_day1 { display: inline-block; }
#gallery .day2_title_day1 a {
    width: 51px;
    height: 23px;
    background: url("../gallery/img/day1_black.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
#gallery .day2_title_day1 a:hover {
    background: url("../gallery/img/day1_gold.png") no-repeat;
    transition: all .3s;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
}

#gallery .prev a {
    width: 51px;
    height: 20px;
    background: url("../gallery/img/prev_glay.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
#gallery .prev a:hover {
    background: url("../gallery/img/prev_gold.png") no-repeat;
    transition: all .3s;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
}

#gallery .next a {
    width: 52px;
    height: 20px;
    background: url("../gallery/img/next_glay.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
#gallery .next a:hover {
    background: url("../gallery/img/next_gold.png") no-repeat;
    transition: all .3s;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
}


.bb { 
    border-bottom: 2px solid #c49958;
    font-weight: bold;
}

.my-gallery figure {
    display: inline-block;
    margin-top: 12px;
    margin-right: 14px;
    padding-bottom: 0;
}
.my-gallery figure:nth-child(5n) {
    display: inline-block;
    margin-right: 0px;
}


/* スポンサー
--------------------------------------------------------- */
.sponsor_list1 ul li {
    float:left;
    margin-right: 10px;
}

.sponsor_list2 ul li {
    float:left;
    margin-top: 4px;
    margin-right: 10px;
}

.sponsor_list1 ul li:last-child,
.sponsor_list2 ul li:last-child {
    float:left;
    margin-right: 0px;
}

/* お問い合わせ
--------------------------------------------------------- */
form {
    color: #646464;
}

form .span_top {
    font-size: 120%;
    font-weight: bold;
    vertical-align: middle;
    color: #c49958;
}

form .span_required {
    color: red;
}

form a.btn {
    display: inline-block;
    width: 170px;
    height: 40px;
    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: 40px;
    border: 1px solid #C8C8C8;
    border-radius: 7px;
    margin-bottom: 100px;
    color: #646464;
    font-weight: bold;
    text-decoration: none;
}

form a.btn2 {
    display: inline-block;
    width: 170px;
    height: 40px;
    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: 40px;
    border: 1px solid #bebaa3;
    border-radius: 7px;
    margin-bottom: 100px;
    color: #646464;
    font-weight: bold;
    text-decoration: none;
}

form .btn:hover {
    opacity: 0.8;
}

form p { line-height: 2.0rem; }

.form_icon img {
    vertical-align: middle;
    padding-right: 15px;
    margin-left: 50px
}

.left {
    width:45%;
    float: left;
}

.border_top {
    margin-top: 10px;
    border-top: 1px solid #909090 !important;
}

.alert {
    width:600px;
    margin: 0 auto 45px;
    text-align: center;
    padding: 20px;
    border: 2px solid #E71F19;
    font-size: 18px;
    font-weight: bold;
    color: #E71F19;
}

.alert02 {
    width:700px;
    height: 23px;
    margin: 20px auto 25px;
    text-align: center;
    padding: 10px;
    border: 2px solid #E71F19;
    font-size: 15px;
    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;
}

.attention_icon img {
    vertical-align: middle;
    padding-right: 5px;
    margin-top: -2px;
}

.contact {
    display: inline-flex;
}
.contact dl {
    margin-bottom: 30px;
}

.contact dt {
    width: 300px;
    float: left;
    clear: both;
}

.contact dd {
    margin-bottom: 15px;
    float: left;
}

.text_space {
    width: 500px
}

.text_space_must {
    width: 500px;
    background-color: pink;
}

.text_space_1-2 {
    width: 250px;
    background-color: pink;
}

.text_space_1-3 {
    width: 180px;
    background-color: pink;
}

.text_space_1-4 {
    width: 123px;
    background-color: pink;
}

.text_space_1-6 {
    width: 103px;
    background-color: pink;
}

.text_space_1-8 {
    width: 60px;
    background-color: pink;
}

.detail {
    width: 495px;
    height: 100px;
    background-color: pink;
}

.detail {
    width: 495px;
    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;
}

/*=================================
テーブル
=================================*/
.tableStyle01 {
	width:100%;
	border-collapse:collapse;
	border:1px solid #bebaa3;
}

.tableStyle02 {
	width:50%;
	border-collapse:collapse;
	border:1px solid #bebaa3;
    margin: 0 auto;
}

.tableStyle01 th, .tableStyle02 th {
	border-collapse:collapse;
	border:1px solid #bebaa3;
	padding:5px 0;
}

.tableStyle01 td, .tableStyle02 td {
	border-collapse:collapse;
	border:1px solid #bebaa3;
	padding:5px 10px;
}

.tableStyle01 th {
	background:#E8DFC5;
	text-align:left;
    padding-left: 10px;
}

.tableStyle02 th {
	background:#E8DFC5;
	text-align:center;
}

.tableStyle03 {
	width:100%;
	border-collapse:collapse;
	border:2px solid #bebaa3;
    margin: 0 auto;
}

.tableStyle03 th {
	background:#E8DFC5;
	border:2px solid #fff;
	text-align:center;
}

.tableStyle03 td {
	border-collapse:collapse;
	background:#E8DFC5;
	border:2px solid #fff;
	padding:10px 10px;
    text-align: left;
    vertical-align: middle!important;
} 

.tableStyle04 {
	border-collapse:collapse;
}

.tableStyle04 th {
	background:#fff;
	border:2px solid #E8DFC5;
	text-align:center;
}

.tableStyle04 td {
	border-collapse:collapse;
	background:#fff;
	border:2px solid #E8DFC5;
    text-align: left;
    vertical-align: middle;
}

.font-td03 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 2.8em;
	color: #c49958;
    
}

.font-td04 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 1.8em;
	color: #c49958;
    
}

.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;
}


.tdSubColor01 {
	background:#E8DFC5;
}

.tdSubColor02 {
	background:#dddbd7;
}

.tdSubColor03 {
	background:#f6f2e8;
}

.tdSubwid01 {
	width: 10%;
}




/* Footer
--------------------------------------------------------- */


/*----- 基本設定 -----*/
.container{
    min-width: 980px;
    margin: 0 auto;
}


/*----- IE10 & IE11のみ -----*/
@media all and (-ms-high-contrast:none) {

    .entry_area01 p, .entry_area03 p {
        height: 46px;
        padding: 4px 0 0;
    }

    #englishText .entry_area04 p {
        height: 46px;
        padding: 4px 0 0 0;
    }

    #englishText .entry_area04 span {
        font-size: 50px;
        text-decoration: none;
        vertical-align: sub;
        margin-left: -70px;
    }

    .entry_area02 p {
        height: 45px;
        padding: 5px 0 0;
    }
    .box01 {
        height: 50px;
        width: 700px;
        line-height: 60px;
        color: #fff;
        border: 1px solid #fff;
        margin: 0 auto;
    }
    
    
    .box03 p a, .box03_ln p a {
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
        font-size: 26px;
        color: #c49958;
        text-align:  #c49958;
        height: 50px;
        line-height: 60px;
        padding: 0 120px;
    }

    .box04 p a, .box04_ln p a {
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
        font-size: 26px;
        color: #fff;
        text-align:  #c49958;
        height: 50px;
        line-height: 60px;
        padding: 0 150px;
    }
    
    
    #en .box03 p a, #en .box03_ln p a {
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
        font-size: 26px;
        color: #c49958;
        height: 50px;
        line-height: 58px;
        padding: 0 105px;
    }

    #en .box04 p a, #en .box04_ln p a {
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
        font-size: 26px;
        color: #fff;
        text-align:  #c49958;
        height: 50px;
        line-height: 58px;
        padding: 0 175px;
    }

}

.box06 {
	border:1px solid #646464;
	width:785px;
	padding:10px 0;
	margin:0 auto 60px;
	font-size:28px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	color:#646464;
	text-align:center;
}

.box07 {
	width:765px;
	background:#BF9657;
	color:#FFF;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size:28px;
	margin:0 auto 90px;;
	padding:10px;
	text-align:center;
}

.box07 span {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size:20px;
	margin-right:35px;
}

/*----- Safariのみ -----*/
.mac.safari .header_area {
	height:97px;
	min-width:980px;
    background: #fff;
}

/******************************

ここに削除したBK.cssの記載あり。レイアウトに不具合が出た場合、BK.cssの記述戻す。

******************************/


/*----- フォームパーツ -----*/
button, input, select, textarea {
	font-family:inherit;
	font-size:87%;
}

input, select {
	vertical-align:middle;
}

/* Chrome, Safari */
::-webkit-input-placeholder{
    color: #999999;
}
 
/* Firefox */
::-moz-placeholder{
    color: #999999;
}
 
/* Firefox 18以前 */
:-moz-placeholder{
    color: #999999;
}
 
/* IE */
:-ms-input-placeholder{
    color: #999999;
}


/*リンクボタン修正*/
.linkButtonType01 {
	border:1px solid #646464;
	width:785px;
	padding:5px 0;
	margin:0 auto;
	font-size:28px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	color:#646464;
	text-align:center;
}

.linkButtonType02 {
	width:700px;
	margin:0 auto;
	text-align:center;
	font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 26px;
    color: #fff;
	box-sizing:border-box;
	background: #c49958;
}

.linkButtonType02 a,.linkButtonType02 a:visited {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:5px 10px;
}

.linkButtonType02 a:hover,.linkButtonType02 a:active,.linkButtonType03 a:hover,.linkButtonType03 a:active,.linkButtonType04 a:hover,.linkButtonType04 a:active {
	background:#FFF;
	color:#8f8f8f;
    transition: all .5s;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.linkButtonType02 span,.linkButtonType03 span,.linkButtonType04 span {
    font-size: 50px;
	line-height:25px;
    vertical-align: sub;
}

.linkButtonType03 {
	width:700px;
	margin:0 auto;
	text-align:center;
	font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 26px;
	color: #c49958;
	box-sizing:border-box;
	background: #fff;
}

.linkButtonType03 a,.linkButtonType03 a:visited {
	color: #c49958;
	text-decoration:none;
	display:block;
	padding:5px 10px;
}

.linkButtonType04 {
	width:700px;
	margin:0 auto;
	text-align:center;
	font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	font-size: 26px;
	color: #c49958;
	box-sizing:border-box;
	background: #fff;
}

.linkButtonType04 a,.linkButtonType04 a:visited {
	color: #c49958;
	text-decoration:none;
	display:block;
	padding:5px 10px;
	border:1px solid #c49958;
}

.linkButtonType04 a:hover,.linkButtonType04 a:active {
	border:1px solid #8f8f8f;
	color:#8f8f8f;
}

/*IEでの游明朝ズレ調整*/
@media all and (-ms-high-contrast:none){
	.linkButtonType01,.linkButtonType02 a,.linkButtonType03 a,.linkButtonType04 a {
		padding: 0.3em 0.3em 0.1em;
	}
}


/* おすすめスポット追加 2017.11.10
--------------------------------------------------------- */
.recommended_spot {
	width:900px;
}

.spot_name {
	font-size:17px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	color: #c49958;
	font-weight:bold;
	margin:-7px 0 4px 0;
}

.spot_name_l2 {
	font-size:17px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	color: #c49958;
	font-weight:bold;
	margin:-3px 0 10px 0;
	line-height:110%;
}

.recommended_spot300 {
	width:285px;
	height:360px;
	margin:0 0 20px 15px;
	background-color:#dbe7ed;
	color: #646464;
	text-align:left;
	word-wrap:break-word;
}

.recommended_spot450 {
	width:285px;
	height:440px;
	margin:0 0 20px 15px;
	background-color:#dbe7ed;
	color: #646464;
	text-align:left;
	word-wrap:break-word;
}

.recommended_spot300 p,
.recommended_spot450 p {
	font-size:12px;
	line-height:14px;
	padding:10px 0 0 0;
}

.padding10 {
	padding:10px;
}