@charset "utf-8";
/* CSS Document */

/*========================================================================================*/
/* PC */
/*========================================================================================*/

@media screen and (min-width: 641px) {


body{
	color:#000;
	font-size:16px;
}

/*================================================*/
/* layout */
/*================================================*/





#wrap{
	font-size:88%;
}

#header{
	width:100%;
	margin:0 auto;
	height:140px;
/*	background:url(../img/com/header.jpg) no-repeat top center;*/
}


#header .wrap{width:1140px; margin:0 auto;}
#gnavi_btn{
	display:none;
}

#header h1{
	width:555px;
	height:78px;
	float:left;
/*	margin-top:-23px;*/
margin-top:8px;
}

#header h1 a{
	width:555px;
	height:78px;
	display:block;
	background:url(../img/com/logo.png) no-repeat;
text-indent:100%;
white-space:nowrap;
overflow: hidden;
}

#tinynav1{
	display:none;
}

#language{
	background:#b77c1e;
	text-align:right;
	font-size:86%;
}

#language ul{
	width:1140px;
	padding:10px;
	margin-bottom:10px;
}

#language li{
	display:inline;
	padding-left:20px;
}


#language li a{
	display:inline-block;
	*display:inline;
	padding-left:15px;
	*zoom:1;
	background:url(../img/com/lang_icon.gif) no-repeat left 1px;
	text-decoration:none;
	color:#fff;
}
#language li a:hover,
.lang_on a{
	background:url(../img/com/lang_icon_off.gif) no-repeat left 1px !important;
	color:#fff500 !important;
}

#countdown_wrap{
	float:right;
	/*margin-top:25px;*/
}


#countdown_wrap p{
	display:block;
/*	margin-top:9px;*/
	float:left;
text-indent:100%;
white-space:nowrap;
overflow: hidden;
}

#count_y{
	width:441px;
/*	height:46px;*/
height:86px;
	margin-right:5px;
	background:url(../img/com/count_01.png) no-repeat;
}

#count_d{
	width:25px;
	height:27px;
	margin-left:5px;
	margin-top:20px;
	background:url(../img/com/count_02.png) no-repeat bottom;
	padding-bottom:14px;
}

#count_data{
	width:546px;
	height:40px;
	background:url(../img/com/count_03.png) no-repeat;
	margin-top:50px;
	text-indent:-999em;
	display:none;
	}

#countdown{
	float:left;
	height:45px;
/*	margin-top:8px;*/
margin-top:30px;
}

#countdown span { display: block; float: left; width: 22px; height: 34px; background: url(../img/com/countdownLED.png) no-repeat 0px 0px; }
#countdown span.image0 { background-position: -0px 0px; } 
#countdown span.image1 { background-position: -22px 0px; } 
#countdown span.image2 { background-position: -44px 0px; } 
#countdown span.image3 { background-position: -66px 0px; } 
#countdown span.image4 { background-position: -88px 0px; } 
#countdown span.image5 { background-position: -110px 0px; } 
#countdown span.image6 { background-position: -132px 0px; } 
#countdown span.image7 { background-position: -154px 0px; } 
#countdown span.image8 { background-position: -176px 0px; } 
#countdown span.image9 { background-position: -198px 0px; } 
#countdown span.imageDay { background-position: -220px 0px; } 
#countdown span.imageSpace { background-position: -242px 0px; } 
#countdown span.imageSep { width:10px; background-position: -264px 0px; }

.countend .imageDay{
	display:none !important;
}


/*--gnavi--*/
.gnavi{background:url(../img/com/menu_bg.png) repeat-x; border-top:2px #c59300 solid; border-bottom:2px #c59300 solid; height:74px;}

.gnavi ul{width:1140px; margin:0 auto;
/*display:-webkit-box;/*--- Androidブラウザ用 ---*/
/*display:-ms-flexbox;/*--- IE10 ---*/
/*display:-webkit-box;
display:-webkit-flex;/*--- safari（PC）用 ---*/
/*display:flex;*/
border-left:1px #ccc solid;position:relative}

.gnavi li{display:block;
/*
-webkit-justify-content:center;/*--- safari（PC）用 ---*/
/*webkit-box-pack: justify; 
justify-content:center;*/
width:162px;
float:left;
font-size:120%;
}

.gnavi li:first-child{border-left:1px #CCC solid}
.gnavi a{display:block; line-height:74px; text-align:center; font-weight:bold;border-left:1px #FFF solid; border-right:1px #ccc solid; text-decoration:none;}
.gnavi a:hover{color:#fef600; background:rgba(183,124,30,.4)}

.gnavi a.now{color:#fff; background:rgba(133,41,54,.4)}

.gnavi li ul{position:absolute;height:60px;z-index:100; top:75px; padding:0; width:50%; display:inline-block; border:none; font-size:120%;}
.gnavi li ul li{visibility:hidden;overflow:hidden; background:#fff;border:1px #c59300 solid;height:0;padding:0; width:50%; background:#fff; font-size:90%;}
.gnavi li ul li a{display:block; font-weight:normal; color:#c59300; text-align:left; text-indent:2em;border:none; line-height:50px}
/*.gnavi li ul li:hover,*/.gnavi li ul li a:hover{background:rgba(183,124,30,.4);}
.gnavi li:hover ul li,.gnavi li a:hover ul li{display:block;visibility:visible;overflow:visible; z-index:10;height:50px;}
.gnavi li:hover ul li a:before,.gnavi li a:hover ul li a:before,.gnavi li ul li a:before{width:0;}
.gnavi li:hover a:before,.gnavi li a:hover:before{width:100%;}
.gnavi li:hover ul:before,.gnavi li a:hover ul:before{font-size:1.2em;}
.gnavi li:hover *,.gnavi li a:hover *{
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	/* font-size: 120%; */
}

/*--add--*/
.gnavi li a span.dbl{font-size: 72%;line-height:1.6em;display:block;text-indent:0;padding:5px 0 5px 3em;}

/* content */
/*================================================*/

#content{
	width:1140px;
	margin:20px auto 70px auto;
}


/* left */
/*================================================*/

#left{
	width:230px;
	min-height:10px;
	float:left;
	margin-right:20px;
	display:block !important;
}


#left h2{text-indent:-999em;
height:50px;
background:url(../img/home/infomation.png) left no-repeat #fff;
border-bottom:2px #c59300 solid;
/*margin-top: 10px;*/
}


#feeds{
	padding:0 20px;
	font-size:93%;
	line-height:1.2;
	margin-top:20px;
	background:#f7f6f1;
}

#feeds li{
	padding:0 10px 8px 10px;
	margin-bottom:8px;
}

#feeds span{
	display:block;
	margin-bottom:4px;
}

#feeds a{
	display:block;
}

#feed+p{
	position:absolute;
	right:15px;
}

#feed+p a{
	width:56px;
	height:22px;
	font-size:67%;
	line-height:22px;
	text-align:center;
	display:inline-block;
	*display:inline;
	*zoom:1;
	color:#fff;
	background:#E6C78C;
	text-decoration:none;
}

#feed+p a:hover{
	background:#DBAB53;
}

#news_bnr{
	margin-top:30px;
}

#news_bnr span{
	display:none;
}

#left .link_bnr01{text-align:center}

.info{margin:1em auto; padding:1em 0; border-bottom:1px #CCC dotted; line-height:2em;}
.info time{color:#cb890c;}

/*--add--*/

#left h3.link{width:80%; margin:0 auto; padding:10px 0}
#left .link_bnr02{width:80%; margin:0 auto}
#left .gold h2.link{width:95%; margin:0 auto; padding:10px 0;text-indent:0;border:none;text-align: center;color: #fff;background: #c59300;height:auto}
#left .gold a{margin:.5em auto; text-align:center;display:block}

#left div.gold{background:#f0f0f0;padding:.8em 0 .5em; margin-bottom:1em;}

#left .mt_72{margin-top:72px;}


/* right */
/*================================================*/

#right{
	width:165px;
	float:left;
	margin-top:72px;
}

.link_bnr{
	padding:5px 0 14px;
	background:#eee;
	margin:0 auto 1em;
}

.link_bnr li{
	width:100%;
	text-align:center;
	margin-top:5px;
	line-height: 0px;
}
.link_bnr li h3{padding:15px 10px; width:80%; text-align:center; color:#FFF; margin:5px auto 10px; background:#c59300}


h3.link{padding:10px; text-align:center; color:#fff; background:#c59300;}

.link_bnr02 li{
	text-align:center;
	margin-top:5px;
	line-height: 0px;
}

.link_bnr02{
	padding:14px 0 14px;
	width:100%;
	border:1px #c59300 solid;
	box-sizing:border-box;
}

/*--add--*/

#right ul:first-child img,#right ul.coop img{width:134px;}
#right aside.right{display:none;}
li.bnrbtm{margin-bottom:15px;}
.link_bnr03{padding:10px 0 14px;
width:80%;
border:1px #c59300 solid;
box-sizing:border-box;
margin:0 auto;
}
.link_bnr03 li{text-align:center;}
.link_bnr03 li p{margin-bottom:.5em;}
.link_bnr03 li a:hover{text-decoration:none;}

#right .shusai{display:none;}
#right .gold{display:none;}


/* footer */
/*================================================*/

#footer{
	clear:both;
	background:url(../img/com/foot_bg.jpg) repeat;
	padding:1em 0;
	}


#footer a{
	color:#000;
	text-decoration:underline;
}
#footer a[href^="mailto:"]{
	text-decoration:none;
}

#footer a:hover{
	text-decoration:none;
}

#footer_name{
	width:100%;
	margin:20px auto;
}

#footer_name strong{
	width:1140px;
	display:block;
	margin:0 auto;
	font-size:112%;
	margin-bottom:10px;
	margin-top:8px;
}

#footer div{
	width:1140px;
	margin:10px auto;
	font-size:93%;
}

#footer div p{
	width:510px;
	line-height:1.4;
}

#footer ul{
	text-align:right;
	margin-top:-1.2em;
}

#footer li{
	font-size:93%;
	display:inline;
	border-left:1px solid #fff;
	padding:0 15px;
}

#footer li:first-child{
	border-left:none;
}

#footer div p span + span{
	margin-left:2em;
}

/* pagetop */
/*================================================*/



#pagetop {
	position: fixed;
	bottom: 80px;
	right: 20px;
	font-size:79%;
}
#pagetop a {
	background: url(../img/com/gotop_arrow.png) center 10% no-repeat #bb7b24;
	text-decoration: none;
	color: #fff;
	width: 90px;
	padding: 30px 0 10px;
	text-align: center;
	display: block;
	-webkit-transition: .5s;
-moz-transition: .5s;
o-transition: .5s;
transition: .5s;
}
#pagetop a:hover {
	text-decoration: none;
	background:url(../img/com/gotop_arrow.png) center 15% no-repeat #a90214;
}


/*========================================================================================*/
/* content */
/*========================================================================================*/

#center.home{
	width:700px;
	float:left;
	margin-right:25px;
	background:#fff;
	padding:0;
}

#center{
	width:680px;
	min-height:625px;
	float:left;
	margin-right:25px;
	background:#fff;
	padding:28px 10px 40px 10px;
	line-height:1.5;
}

/* 0302↓ */
#center2{
	width:680px;
	min-height:325px;
	float:left;
	margin-right:25px;
	background:#fff;
	padding:28px 10px 40px 10px;
	line-height:1.5;
}
/* 0302↑ */

/*================================================*/
/* home */
/*================================================*/


.home h2{
	border-bottom: 2px #c59300 solid;
	text-indent:-999em;
}

.home h2.short{
	width:auto !important;
	height:47px !important;
	padding:0 20px;
	height:47px;
	line-height:47px;
	color:#cb890c;
	font-size:115%;
	position:relative;
	margin:20px 0 25px 0 !important;
}

.home section:first-child > h2{
	margin-top:0px !important;
}


/*--picup--*/

.picup h2{background:url(../img/home/picup.png) no-repeat;
line-height:67px;padding-bottom:5px}

.picup ul{
/*	
display:-webkit-box;/*--- Androidブラウザ用 ---*/
/*display:-ms-flexbox;/*--- IE10 ---*/
/*display:-webkit-box;*/
display:-webkit-flex;/*--- safari（PC）用 ---*/
*display:flex;
flex-wrap:wrap;
-webkit-flex-wrap:wrap;
margin:1em auto;}

.picup li{display:block; width:30%; margin-bottom:1em;border:1px #c59300 solid; padding:10px 5px; background:#FFF; box-shadow:5px 5px 0 #c59300;
-webkit-transition: .5s;
-moz-transition: .5s;
o-transition: .5s;
transition: .5s;
cursor:pointer;
float:left;
margin-right:2%}

.picup li:nth-of-type(3n) {
	margin-right:0;
}
.picup li:nth-of-type(3n+1) {
	clear:left;
	}

.picup li img{display:block;margin:0 auto 1em}
#center .picup h3{margin:0 auto; padding:0;font-size:1.1em; padding:0 5px;color:#a90214}
.picup a:hover{text-decoration:none;}
.picup a p{color:#000; padding:0 5px}
.picup li:hover{border-color:#a90214;box-shadow:2px 2px #a90214;}
.picup li:hover h3{color:#a90214;}

/*--add 20160715--*/
.picup li.defo{cursor:default;}
.picup li.defo:hover{border-color:#c59300; box-shadow:5px 5px 0 #c59300}


/*--facebook--*/

.fb h2{background:url(../img/home/facebook.png) no-repeat;
line-height:67px;padding-bottom:5px}

#facebook iframe{
display:block;
margin:1em auto;
}

/*================================================*/
/* コース紹介 */
/*================================================*/


#course_7 dl:first-child dd{
	background:none;
}

#course_7 dl{
	clear:both;
	width:600px;
}

#course_7 dt{
	width:224px;
	float:right;
	margin-top:15px;
}

#course_7 dd{
	float:left;
	width:357px;
	/*padding-top:35px;*/
	background:url(../img/course/arrow.gif) no-repeat top center;
}

#course_7 h4{
	height:29px;
	line-height:29px;
	padding-left:15px;
	margin-bottom:13px;
}

.zone_01 h4{
background: #e2c8b1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyYzhiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #e2c8b1 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2c8b1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e2c8b1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e2c8b1 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e2c8b1 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #e2c8b1 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c8b1', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}

.zone_02 h4{
background: #e4eb9a; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZWI5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #e4eb9a 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e4eb9a), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e4eb9a 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e4eb9a 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e4eb9a 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #e4eb9a 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4eb9a', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}

.zone_03 h4{
background: #f5d3d9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZDNkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #f5d3d9 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5d3d9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f5d3d9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f5d3d9 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f5d3d9 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #f5d3d9 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d3d9', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}

.zone_04 h4{
background: #dee9a2; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZTlhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #dee9a2 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dee9a2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #dee9a2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #dee9a2 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #dee9a2 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #dee9a2 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee9a2', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}

.zone_05 h4{
background: #fee3a4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZTNhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #fee3a4 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fee3a4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #fee3a4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #fee3a4 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #fee3a4 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #fee3a4 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee3a4', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}

.zone_06 h4{
background: #ecd7cc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZDdjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #ecd7cc 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ecd7cc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ecd7cc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ecd7cc 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ecd7cc 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #ecd7cc 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecd7cc', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}
.zone_07 h4{
background: #cae6db; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhZTZkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #cae6db 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cae6db), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #cae6db 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #cae6db 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #cae6db 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #cae6db 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae6db', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}

/*================================================*/
/* ボランティア */
/*================================================*/

.message{
	padding:15px 20px;
	border:1px solid #CB890C;
}

/*--add--*/
table.volun a{padding:2px 5px; border-radius:5px; color:#FFF; background:#036; border:1px #036 solid;float:right}
table.volun a:hover{background:none; color:#036; text-decoration:none}

table.tbl1{ border-collapse:separate; border-spacing:3px; width:100%}
.tbl1 th,.tbl1 td{text-align:left; padding:5px 10px;}
.tbl1 th{background:#EAE2D3;}
.tbl1 td{background:#F4E6CB;}

.barbtn_blue a{background-color: #0074be;font-weight: bold;color: #FFF; text-align:center; padding:10px 0; margin:15px auto; font-size:129%; border:1px #0074be solid;display:block}
.barbtn_blue a:hover{background:#FFF; color:#0074be; text-decoration:none}


/*================================================*/
/* content_all */
/*================================================*/

h2.title_h2{
	width:1140px;
	height:235px;
	margin:0 auto;
}

#center p + p{
	margin:20px 0;
}

#center h2 span{
	font-size:80%;
	font-weight:bold;
}

#center h3{
	font-weight:bold;
	margin-top:28px;
	margin-bottom:8px;
	padding-left:25px;
}

/* 0302↓ */
#center2 h3{
	font-weight:bold;
	margin-top:28px;
	margin-bottom:8px;
	padding-left:25px;
}
/* 0302↑ */

#center h3:first-child{
	margin-top:0;
}


.h3_o h3{
	color:#cb890c;
	background:url(../img/com/h3_o.gif) no-repeat left center;
}

.h3_o_b h3{
	font-size:129%;
	color:#cb890c;
	background:url(../img/com/h3_o_b.gif) no-repeat left center;
}

.h3_b h3{
	color:#3B4888;
	background:url(../img/com/h3_b.gif) no-repeat left center;
}

#center h4{
	margin-top:20px;
	margin-bottom:5px;
}



.page_b h2{
	font-size:150%;
	font-weight:bold;
	line-height:1.3;
	color:#3B4888;
	margin-bottom:28px;
}

.page_b h2 strong{
	display:block;
}

.page_b h3{
	color:#3B4888;
	background:url(../img/com/h3_b.gif) no-repeat left center;
}


.page_o h2{
	font-size:150%;
	font-weight:bold;
	line-height:1.3;
	color:#cb890c;
	margin-bottom:28px;
}

.page_o h2 strong{
	display:block;
}

.page_o h3{
	color:#cb890c;
	background:url(../img/com/h3_o.gif) no-repeat left center;
}

/* リスト */

ul.list{
	margin-bottom:10px;
	line-height:1.4;
	margin-top:8px;
}

ol.list{
	list-style-position:inside;
}

body:nth-of-type(1) ol.list li {	
	padding-left: 1.2em;
	text-indent: -1.2em;
	margin-bottom:3px;
}

/* IE */
ol.list li{
	padding-left: 2em;
	text-indent: -2em;
	margin-bottom:3px;
}

ul.list li{
padding-left: 1em;
text-indent: -1em;
/*margin-bottom:3px;*/
line-height:1.4em;
}

.list li h3{
	margin:0 !important;
	padding-left:35px !important;
}


.list li ul li{
	margin-left:15px;
padding-left: 1em;
text-indent: -1em;
}

/* テーブル */
.table_03 td,.table_03 th{
	vertical-align:middle;
}
#center table.table_02,#center table.table_01,#center table.table_03,#center table.table_04{
	width:680px;
   border-spacing:0px;
   margin-bottom:15px;
   font-size:93%;
   border-top:1px #B68D4C solid;
   border-left:1px #B68D4C solid;
}

.table_01 th,.table_01 td,.table_02 th,.table_02 td,.table_03 th,.table_03 td,.table_04 th,.table_04 td{
	padding:5px 8px;
	border-right:1px #B68D4C solid;
	border-bottom:1px #B68D4C solid;
}

.table_01 th,.table_02 th,.table_03 th,.table_04 th{
	text-align:center;
	background:#C19E67;
	color:#fff;
}

.table_01 td,.table_02 td,.table_03,.table_04 td{
	background:#FFF;
}

/* dl_table */
/*----------------------------------------------------------------------------------------*/


dl.dl_table{
	 line-height:1.6;
	 width:100%;
	 margin-bottom:40px;
}

.dl_table dt {
	float: left;
}
.dl_table dd{
	margin-bottom:2px;
}

.dl_table dd ul{
	padding-left:8em;
}

dl.dl_table dd .dl_table {
	margin-bottom:0;
}

.f_r{
	clear:both;
	float:right;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.f_r img{
	margin-left:20px;
	margin-bottom:10px;
}

.mt15{
	margin-top:15px;
}

.btn_box ul{
	width:574px;
	margin:0 auto;
}

.btn_box li{
	width:277px;
	margin:0 5px;
	float:left;
	line-height:1.2;
	text-align:center;
}

.btn{
	margin:20px 0;
	font-size:16px;
	text-align:center;
	font-weight: bold;
}

.btn a{
	text-decoration:none;
	display:inline-block;
	background:#cb890c;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.btn a:hover{
filter: alpha(opacity=80);
opacity:0.8;
}

.btn2{
	font-size:20px;
	text-align:center;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.btn2 a{
	width: 200px;
	text-decoration:none;
	display:inline-block;
	background: #99CC00;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.btn2 a:hover{
filter: alpha(opacity=80);
opacity:0.8;
}

.btn3{
	margin:20px 0;
	font-size:20px;
	text-align:center;
	font-weight: bold;
}

.btn3 a{
	width: 200px;
	text-decoration:none;
	display:inline-block;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #CC3300;
}

.btn3 a:hover{
filter: alpha(opacity=80);
opacity:0.8;
}

/* PLUS ↓ */
.btn ul {
	text-align: left;
	list-style-type: disc;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #99CC00;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #EBFFAF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 450px;
}
/* ↑ PLUS */

.info_box{
	border:#CCC 1px solid;
	padding:20px;
}

.info_box h4{
	font-weight:bold;
}

.info_box h4:first-child{
	margin-top:0 !important;
}

.info_box p{
	line-height:1.4;
}

.apply_box{
	background:#FBF8F4;
	border:1px solid #EAE2D3;
	padding:14px 19px 29px 19px;
	margin-top:60px;
}

.apply_box h3{
	font-size:115%;
	background:none !important;
	padding:0 !important;
	margin:-60px 0 10px 0 !important;
	text-align:center;
}

.apply_box h3 span{
	color:#CB890C;
	display:inline-block;
	line-height:50px;
	padding:1px 45px 0 45px !important;
	font-weight: bold;
}


.apply_box strong{
	font-size:115%;
	display:inline-block;
	margin-bottom:5px;
}

/* PLUS 20150204 */

.btn4 {
	font-size:20px;
	text-align:center;
	font-weight: bold;
	width: 300px;
	text-decoration:none;
	display:inline-block;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #c55a11;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.center_btn {
	text-align: center;
}

.center_tbl {
	text-align: left;
	border: 1px solid #c55a11;
	margin-top: -42px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.6em;
}

p.plus_red {
	font-size: 24px;
	color: #db0000;
	text-align: center;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 0px;
}

p.plus_red2 {
	font-size: 16px;
	color: #db0000;
	text-align: right;
	display: inline;
	line-height: 1.8em;
}

.plus_red3 {
	font-size: 20px;
	color: #db0000;
	font-weight: bold;
	display: inline;
}

.plus_red4 {
	font-size: 100%;
	color: #db0000;
	display: inline;
}

.btn5 {
	font-size:20px;
	text-align:center;
	font-weight: bold;
	width: 300px;
	text-decoration:none;
	display:inline-block;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #003366;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}


.btn6{
	margin:20px 0;
	font-size:16px;
	text-align:center;
	font-weight: bold;
}

.btn6 a{
	text-decoration:none;
	display:inline-block;
	background:#5D0404;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.btn6 a:hover{
filter: alpha(opacity=80);
opacity:0.8;
}

.btn7{
	margin:20px 0;
	font-size:16px;
	text-align:center;
	font-weight: bold;
}

.btn7 a{
	text-decoration:none;
	display:inline-block;
	background:#00367b;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.btn7 a:hover{
filter: alpha(opacity=80);
opacity:0.8;
}

.btn5_2 {
	font-size:18px;
	text-align:center;
	font-weight: bold;
	width: 200px;
	text-decoration:none;
	display:inline-block;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #003366;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.center_btn2 {
	text-align: center;
}

.center_tbl2 {
	text-align: left;
	border: 1px solid #036;
	margin-top: -42px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 2.0em;
}

p.plus_blue {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

p.plus_blue2 {
	font-size: 16px;
	color: #000;
	padding-left: 50px;
}

p.plus_blue3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-left: 50px;
}

.pdng_01 {
	padding-left: 80px;
}

/* PLUS 20150305 */

#qa h3.blue {
	cursor: pointer;
	color: #00479d;
	font-size: 18px;
	font-weight: bold;
}

#qa ul.qanda {
	line-height: 1.8em;
}

#qa ul.qanda li{
	color: #333333;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: -20px;
	padding-left: 20px;
}

.que {
	font-weight: bold;
}

.que:before {
	content: "Q. ";
	color: #46AAC3;
	font-weight: bold;
	font-family: "Arial Black";
}

.ans{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

.ans:before {
	content: "A. ";
	color: #EB968C;
	font-weight: bold;
	font-family: "Arial Black";
}

p.kome {
	color: #333;
	text-indent: -12px;
	padding-left: 12px;
}

/* PLUS 20150312 */

.ent_tbl {
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
}

.ent_td1 {
	font-size: 200%;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	text-align: center;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #F00;
	display: block;
}

.ent_td1 a:link {
	color: #FFF;
}

.ent_td1 a:visited {
	color: #FFF;
}

.ent_td2 {
	font-size: 130%;
	font-weight: bold;
	color: #333;
	border: 1px solid #F00;
	padding: 10px;
}

/* 交通規制情報 */

.pc_site {
	width:75%;
	margin-left:auto;
	margin-right:auto;
	padding-left: 20px;
}


.plus_red3_2 {
	font-size: 20px;
	color: #db0000;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* 大会アンバサダー */

#ambassador h4 {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CB890C;
	border-left-color: #CB890C;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-top: 16px;
	margin-bottom: 10px;
	background-color: #FAF5F0;
}

#ambassador .pad {
	padding-left:20px;
	vertical-align: top;
}

/* 沿道応援 */

h2.cheer {
	background: url(../img/com/h3_o_b.gif) no-repeat;
	font-size: 140%;
	color: #CB890C;
	padding-left: 30px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 20px;
}

.btn5_3 {
	font-size:18px;
	text-align:center;
	font-weight: bold;
	width: 180px;
	text-decoration:none;
	display:block;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 10px;
	background-color: #0070c0;
	margin: 20px 0 20px 20px;
}

.center_tbl3{
	text-align: left;
	border: 2px solid #0070c0;
	margin-top: 30px;
	padding: 20px 10px 20px 20px;
	line-height: 1.6em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(../img/cheering/bg.gif) right bottom no-repeat;
}

.center_tbl3 h2{
	font-size: 160%;
	font-weight: 900;
	text-align: center;
	margin-bottom: 20px;
	color: #0070C0;
	border: 1px solid #39C;
	padding-bottom: 10px;
}

.btn5_4 {
	font-size:18px;
	text-align:center;
	font-weight: bold;
	width: 180px;
	text-decoration:none;
	display:block;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 10px;
	background-color: #548235;
	margin: 20px 0 20px 20px;
}

.center_tbl4 {
	text-align: left;
	border: 2px solid #548235;
	margin-top: 50px;
	padding: 20px 10px 20px 20px;
	line-height: 1.6em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(../img/cheering/bg2.gif) right bottom no-repeat;
}

.center_tbl4 h2{
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: #548235;
	border: 1px solid #548235;
	padding-bottom: 10px;
}

.btn8{
	margin:20px 0;
	font-size:16px;
	text-align:center;
	font-weight: bold;
}

.btn8 a{
	text-decoration:none;
	display:inline-block;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 20px;
	background-color: #6AC0FF;
}

.btn8 a:hover{
filter: alpha(opacity=80);
opacity:0.8;
}

.btn9{
	margin:20px 0;
	font-size:16px;
	text-align:center;
	font-weight: bold;
}

.btn9 a{
	text-decoration:none;
	display:inline-block;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 20px;
	background-color: #82BC5A;
}

.btn9 a:hover{
filter: alpha(opacity=80);
opacity:0.8;
}

/*--add--*/
.catch {
	font-size: 130%;
	font-weight: bold;
	color: #C00;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
/*	text-align: center;*/
}

.catch h2{padding:.1em; background:#C00;color:#FFF; width:80%; text-align:center; margin:.5em auto; font-weight:bold;}

.bg_01 {
	background-color: #cc5517;
	font-weight: bold;
	color: #FFF;
}

.bg_02 {
	background-color: #faf1e6;
}

.bg_03 {
	background-color: #efd0b1;
}

.bg_04 {
	background-color: #0074be;
	font-weight: bold;
	color: #FFF;
}

.bg_05 {
	background-color: #ebf0f9;
}

.bg_06 {
	background-color: #c0d0eb;
}

.bg_07 {
	background-color: #559852;
	font-weight: bold;
	color: #FFF;
}

.bg_08 {
	background-color: #f1f5ed;
}

.bg_09 {
	background-color: #d1dfc6;
}

ol.cheer{padding-left:20px; line-height:1.4em;}
ol.cheer li{margin-bottom:5px}
ol.cheer li:first-line{font-size:1.1em;}
ol.cheer li p span{font-size:.8em;}
ol.cheer ul{list-style:disc; padding-left:20px;}
ol.cheer ul li:first-line{font-size:1em;}

.cheer_t{border-collapse:collapse; margin:.5em auto; border-top:1px #999 solid; border-left:1px #999 solid; width:100%}
.cheer_t th,.cheer_t td{ padding:5px 10px; border-right:1px #999 solid; border-bottom:1px #999 solid}
.cheer_t th{background:#B9E9FF;}

/* sponsor */

figure.bnr {
	float: left;
	padding-bottom: 16px;
	width: 160px;
	text-align: center;
}

figure img {
	width:90%;
/*	border: 1px solid #666;*/
}

figure.gold{width:230px; text-align:center; margin:1em auto; padding-bottom:16px;}
figure.gold img{width:100%;}

figcaption {
	font-size: 90%;
	color: #666;
	text-align: center;
}

img.bnr_f {
	float: left;
	margin-bottom: 16px;
	width: 134px;
	border: 1px solid #666;
	margin-right: 12px;
	margin-left: 12px;
}

/* Volunteer */

.end_acc {
	font-size: 130%;
	font-weight: bold;
	color: #C00;
	border: 2px solid #C00;
	line-height: 1.8em;
	text-align: center;
	background-color: #FFFAFA;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
	padding-bottom: 14px;
}

.top_end_acc {
	font-size: 130%;
	font-weight: bold;
	color: #C00;
	border: 2px solid #C00;
	line-height: 1.8em;
	text-align: center;
	background-color: #FFFAFA;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
	padding-bottom: 14px;
}

.top_news_acc {
	font-size: 130%;
	font-weight: bold;
	color: #C00;
	border: 2px solid #C00;
	line-height: 1.8em;
	text-align: left;
	background-color: #FFFAFA;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 14px 28px;
}
 
/*--add--*/
p.coop{text-align:center; position:absolute; font-size:1.1em;width:150px;}
p.coop span{color:#CCC; background:#5D0404; position:absolute; padding:0 10px; top:-6px; /*left:64px*/left:33.8%;}
p.coop2{text-align:center; position:absolute; font-size:1.1em;width:170px;}
p.coop2 span{color:#CCC; background:#5D0404; position:absolute; padding:0 10px; top:-6px; /*left:64px*/left:50%;}
p.coop3{text-align:center; position:absolute; font-size:1.1em;width:150px;}
p.coop3 span{color:#CCC; background:#5D0404; position:absolute; padding:0 10px; top:-6px; /*left:64px*/left:30%;}
#link_bnr li.cooptop{margin-top:15px;}
#footer div p.copy{width:100%; margin-top:20px; text-align:center;}

.mapinfo{
text-align:center;
}

.inqtable{margin-left:50px; margin-bottom:1em}
.inqtable td:first-child{padding-right:.5em;}

.eventflow{background:rgba(255,217,102,1); position:relative}
.eventflow dt{width:30%; text-align:center;float:left;}
.eventflow dd{margin-left:30%;background:#FFF}
.eventflow dd+dd{clear:left;width:100%; height:2em; margin-left:0; position:relative}
.eventflow dd+dd:before{content:"";height:0;width:0; border-color:transparent;border-width:1em; border-style:solid; display:block;
border-top-color:#F60; top:.5em;left:45%; position:absolute}
.eventflow dd table{width:100%; border-collapse:collapse;}
.eventflow dd th{ background:rgba(192,0,0,1);text-align:center;font-weight:bold; padding:.5em 1em;width:25%; vertical-align:middle;color:#fff}
.eventflow dd td{background:rgba(217,226,243,1); padding:.5em 1em}

.ti_la{padding:.5em 0; text-align:center; color:#FFF; font-size:1.2em; background:#cb890c;}
.ti_mi{font-size:1.2em;}


/*tour*/
.tourpic{text-align:center;}
.tourpic img{border:1px #CCC solid;}

.btn_or,.btn_red{
	margin:20px 0;
	font-size:16px;
	text-align:center;
	font-weight: bold;
}

.btn_or a,.btn_red a{
	text-decoration:none;
	display:inline-block;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 20px;}

.btn_or a{background-color: #F93;}
.btn_red a{background-color:#db0000}

.btn_or a:hover,.btn_red a:hover{
filter: alpha(opacity=80);
opacity:0.8;
} 
 

.btnlist li{width:60%; margin:0 auto 1em}
.btnlist li a{display:block;}



}

/*========================================================================================*/
/* SP */
/*========================================================================================*/

@media screen and (max-width: 640px) {
	
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-s518vn');
	src:url('../fonts/icomoon.eot?#iefix-s518vn') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-s518vn') format('woff'),
		url('../fonts/icomoon.ttf?-s518vn') format('truetype'),
		url('../fonts/icomoon.svg?-s518vn#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	color:#000;
	font-size:12px;
	width:100%;
}

img{
	width:100%;
	height:auto;
}


/*================================================*/
/* layout */
/*================================================*/

#mov{
	display:none !important;
}

.tubular-mute{
	display:none !important;
}

#skip_btn{
	display:none !important;
}



#wrap{
}

#header{
	width:100%;
}

#menu{
	height:44px;
	background:#b77c1e;
	margin-bottom:10px;
	border-bottom:1px #b77c1e solid;
}

#header h1{
	width:250px;
	height:50px;
	float:left;
	margin:10px 0 0 10px;
}

#header h1 a{
	width:250px;
	height:50px;
	display:block;
	background:url(../img/com/logo.png) no-repeat;
	background-size:contain;
text-indent:-999em;
white-space:nowrap;
overflow: hidden;
}

#gnavi_btn{
}

#gnavi_btn a{
	width:65px;
	height:44px;
	display:block;
	background:url(../img/com/menu.gif) no-repeat center center;
	background-size:65px 44px;
	-webkit-background-size:65px 44px;
	float:left;
text-indent:100%;
white-space:nowrap;
overflow: hidden;
}



#language{
	font-size:11px;
}

#language ul{
	padding:10px 0;
}

#language li{
	display:inline;
	padding-left:20px;
}


#language li a{
	display:inline-block;
	*display:inline;
	padding-left:15px;
	*zoom:1;
	background:url(../img/com/lang_icon.gif) no-repeat left 1px;
	text-decoration:none;
	color:#fff;
}
#language li a:hover,
.lang_on a{
	background:url(../img/com/lang_icon_off.gif) no-repeat left 1px !important;
	color:#cb890c !important;
}

#countdown_wrap{
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}

#countdown_wrap p{
	font-size:10px;
	display:block;
	text-align:right;
	padding:5px 0;
	font-weight:normal;
}

#countdown{
	margin-left:8px;
}

#countdown span { 
display: block;
float: left;
width: 11px;
height: 17px;
background: url(../img/com/countdownLED.png) no-repeat 0px 0px;
background-size:137px 17px;
-webkit-background-size:137px 17px;
}
#countdown span.image0 { background-position: -0px 0px; } 
#countdown span.image1 { background-position: -11px 0px; } 
#countdown span.image2 { background-position: -22px 0px; } 
#countdown span.image3 { background-position: -33px 0px; } 
#countdown span.image4 { background-position: -44px 0px; } 
#countdown span.image5 { background-position: -55px 0px; } 
#countdown span.image6 { background-position: -66px 0px; } 
#countdown span.image7 { background-position: -77px 0px; } 
#countdown span.image8 { background-position: -88px 0px; } 
#countdown span.image9 { background-position: -99px 0px; } 
#countdown span.imageDay { background-position: -110px 0px; } 
#countdown span.imageSpace { background-position: -121px 0px; } 
#countdown span.imageSep { width:5px; background-position: -132px 0px; }

.countend .imageDay{
	display:none !important;
}

#count_data{display:none;}

/* language */
/*================================================*/

#language{
	height:50px;
	position:relative;
	z-index:11;
	margin-left:63px;
}

#language div p{
	display:none;
}

.tinynav { display:block; }
#lang_box { display:none; }

#tinynav1{
	position:absolute;
	width:200px;
	color:#fff701;
	font-size:11px;
}

.tinynav option{color:#666;}

#tinynav1{
	position:absolute;
	right:10px;
	top:6px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	border:1px solid #755e3c;
	padding:6px 10px 6px 15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: rgba(243,226,199,1);
background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(182,141,76,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,226,199,1)), color-stop(100%, rgba(182,141,76,1)));
background: -webkit-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(182,141,76,1) 100%);
background: -o-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(182,141,76,1) 100%);
background: -ms-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(182,141,76,1) 100%);
background: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(182,141,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#b68d4c', GradientType=0 );
}


#language ul{
	border:1px solid #E8E8E8;
	border-top:none;
	border-bottom:none;
}

#language li a{
	display:block;
	padding:6px 10px;
	border-bottom:1px solid #E8E8E8;
	
}
	

/* content */
/*================================================*/

#content{
	width:100%;
	clear:both;
}

/* left */
/*================================================*/

#left h2,#center h2{text-indent:60px;
color:#c59300; font-size:2em;
font-style:italic;
font-weight:bold;
background:url(../img/com/icon_m.png) left no-repeat #fff;
line-height:54px;
border-bottom:2px #c59300 solid;
}

.info{margin:1em auto; padding:1em 0; border-bottom:1px #CCC dotted; line-height:2em;}
.info time{color:#cb890c;}

#left .mt_72{margin-top:0}

/*****************************/


#sidr{
}

.sidr{
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:105;
	width:190px;
	overflow-x:hidden;
	overflow-y:auto;
}
.sidr .sidr-inner{padding:0 0 15px}
.sidr.left{left:-190px;right:auto}


#sidr li{
	color:#b77c1e;
}

#sidr li a{
display:block;
color:#b77c1ef;
padding:10px;
background:url(../img/com/menu_bg.png) repeat-x;
margin-bottom:1px;
border-bottom:1px #633 solid;}

#sidr li li a{text-indent:1em; background:#f8f8f0}
#sidr li li a:before{content:"→";}


#sidr li a:hover{
color:#FFF;
text-decoration:none;
background: -moz-linear-gradient(left,  #9b2626 1%, #c43838 100% !important); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#9b2626), color-stop(100%,#c43838)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #9b2626 1%,#c43838 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #9b2626 1%,#c43838 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #9b2626 1%,#c43838 100%) !important; /* IE10+ */
background: linear-gradient(to right,  #9b2626 1%,#c43838 100%) !important; /* W3C */
}

#sidr li a.now{color:#fff; background:rgba(133,41,54,.4)}

/*--add--*/
.gnavi li a span.dbl{font-size:inherit;line-height:inherit;display:initial;text-indent:inherit;padding:0;}


#news_bnr span{
	display:block;
	color:#fff;
}

#news_bnr img{
	display:none;
}


#left aside.left{display:none;}
#left .gold{display:none;}



/* right */
/*================================================*/

#right{
}


.link_bnr,.link_bnr02{
	padding:5px 0 5px 10px;
}

.link_bnr{background:#eee; margin-bottom:1em; text-align:center}

.link_bnr li{
	width:90px;
	height:auto;
	display: inline-block;
    vertical-align: top;
    text-align: left;
	margin-right:5px;
	margin-bottom:5px;
}

.link_bnr li:first-child{width:100%;}
.link_bnr h3{padding:15px 10px; width:80%; text-align:center; color:#FFF; margin:5px auto 10px; background:#c59300}

.link_bnr {zoom:1; overflow: hidden;}
.link_bnr:after{
    content: "";
    display: block;
    clear: both;
}		

.link_bnr01 li{width:30%; margin:0 auto 1em;}
.link_bnr01 li img{max-width:100%; display:block;}

.link_bnr02 li{
	width:90px;
	height:auto;
	display: inline-block;
    vertical-align: top;
    text-align: left;
	margin:5px;
}


h3.link{padding:10px 0; text-align:center; color:#fff; background:#c59300; width:95%; margin:0 auto}


.link_bnr02{
	padding:14px 0 14px;
	width:95%;
	border:1px #c59300 solid;
	margin:0 auto;
	box-sizing:border-box;
	text-align:center;
}

#right aside.right,#right .shusai{display:block;}
li.bnrbtm{margin-bottom:auto;}

#right .gold a{display:block; margin:0 auto;text-align:center;}
#right .gold a img{max-width:220px;}

/* footer */
/*================================================*/

#footer{
	clear:both;
	background:url(../img/com/foot_bg.jpg) repeat;
	padding:1em 0;
}

#footer a{
	color:#000;
	text-decoration:underline;
}

#footer a[href^="mailto:"]{
	text-decoration:none;
}

#footer a:hover{
	text-decoration:none;
}

#footer_name{
	border-bottom:1px solid #CB890C;
}

#footer_name strong{
	display:block;
	font-size:15px;
	margin-bottom:10px;
	padding:0 10px;
}

#footer div{
}

#footer div p{
	font-size:12px;
	line-height:1.2;
	margin-top:10px;
	padding:0 10px;
}

#footer div p span,#footer div p a{
	display:block;
}

#footer div p a{ text-indent:3em}

#footer ul{
	padding:15px 10px;
}

#footer li{
	font-size:12px;
	display:inline;
	border-left:1px solid #fff;
	padding:0 12px;
}

#footer li:first-child{
	border-left:none;
	padding-left:0;
}


/* pagetop */
/*================================================*/



#pagetop {
	position: fixed;
	bottom: 20px;
	right: 0px;
	font-size:10px;
}
#pagetop a {
	background: #500303;
	text-decoration: none;
	color: #fff;
	padding: 10px 10px;
	text-align: center;
	display: block;
}
#pagetop a:hover {
	text-decoration: none;
	background: #490303;
}

/*========================================================================================*/
/* content */
/*========================================================================================*/

/*================================================*/
/* center */
/*================================================*/

#center.home{
	background:#fff;
	padding-bottom:10px;
}

#center,#left{
	background:#fff;
	padding: 20px 10px 30px 10px;
	line-height:1.4;
}

#center2{
	background:#fff;
	padding: 20px 10px 30px 10px;
	line-height:1.4;
}


/*================================================*/
/* home */
/*================================================*/

.home h2{
	border-bottom: 2px #c59300 solid;
	text-indent:-999em;
}

.home section:first-child > h2{
	margin-top:0;
}

.home h2 span{
	position:absolute;
	right:10px;
}

.home h2 span a{
	width:56px;
	height:20px;
	font-size:9px;
	line-height:22px;
	text-align:center;
	display:inline-block;
	*display:inline;
	*zoom:1;
	color:#fff;
	background:#E6C78C;
	text-decoration:none;
}

.home h2 span a:hover{
	background:#DBAB53;
}


#feeds{
	padding:0 10px;
	margin-top:15px;
}

#feeds li{
	border-bottom:1px solid #D6D6D6;
	padding:0 0 8px 0;
	margin-bottom:8px;
}

#feeds span{
	display:block;
	margin-bottom:4px;
	font-size:11px;
	padding-left:1.2em;
}

#feeds a{
	display:block;
	text-indent:-1em;
	padding-left:1em;
	text-decoration:none;
	line-height:1.2;
}


#feeds a:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e600";
}

.hoem .youtube{
margin-left:10px;
margin-right:10px;
}

.youtube{
position: relative ;
padding-bottom:50% ;
overflow: hidden ;
}

.youtube iframe {
position: absolute ;
top: 0 ;
left: 0 ;
height: 100% ;
width: 100% ;
}



#facebook{
	background:#fff;
	margin:0 10px 15px 10px;
overflow:hidden;
}

#facebook iframe{
    width: 100% !important;
}


/* Facebook Like Box width: 100% */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;

}

.picup ul{display: -webkit-flex;display:flex; -webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;margin:1em auto;}
.picup li{display:block; width:46%;margin-bottom:1em;border:1px #c59300 solid; padding:10px 5px; background:#FFF; box-shadow:5px 5px 0 #c59300;
-webkit-transition: .5s;
-moz-transition: .5s;
o-transition: .5s;
transition: .5s;
cursor:pointer}
.picup li img{display:block;margin:0 auto 1em}
#center .picup h3{margin:0 auto; padding:0;font-size:1.1em; padding:0 5px;color:#a90214}
.picup a:hover{text-decoration:none;}
.picup a p{color:#000; padding:0 5px}
.picup li:hover{border-color:#a90214;box-shadow:2px 2px #a90214;}
.picup li:hover h3{color:#a90214;}

/*================================================*/
/* コース紹介 */
/*================================================*/


#course_7 dl:first-child dd{
	background:none;
}

#course_7 dl{
	clear:both;
}

#course_7 dt{
	margin-top:15px;
	width:40%;
	float:right;
}

#course_7 dd{
	padding-top:10px;
	width:58%;
	background:none;
	float:left;
}

#course_7 h4{
	height:26px;
	line-height:26px;
	padding-left:10px;
	margin-bottom:0;
}

.zone_01 h4{
background: -moz-linear-gradient(left,  #e2c8b1 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2c8b1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e2c8b1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e2c8b1 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e2c8b1 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #e2c8b1 0%,#ffffff 100%); /* W3C */
}

.zone_02 h4{
background: -moz-linear-gradient(left,  #e4eb9a 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e4eb9a), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e4eb9a 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e4eb9a 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e4eb9a 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #e4eb9a 0%,#ffffff 100%); /* W3C */
}

.zone_03 h4{
background: -moz-linear-gradient(left,  #f5d3d9 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5d3d9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f5d3d9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f5d3d9 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f5d3d9 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #f5d3d9 0%,#ffffff 100%); /* W3C */
}

.zone_04 h4{
background: -moz-linear-gradient(left,  #dee9a2 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dee9a2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #dee9a2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #dee9a2 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #dee9a2 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #dee9a2 0%,#ffffff 100%); /* W3C */
}

.zone_05 h4{
background: -moz-linear-gradient(left,  #fee3a4 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fee3a4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #fee3a4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #fee3a4 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #fee3a4 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #fee3a4 0%,#ffffff 100%); /* W3C */
}

.zone_06 h4{
background: -moz-linear-gradient(left,  #ecd7cc 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ecd7cc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ecd7cc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ecd7cc 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ecd7cc 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #ecd7cc 0%,#ffffff 100%); /* W3C */
}
.zone_07 h4{
background: -moz-linear-gradient(left,  #cae6db 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cae6db), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #cae6db 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #cae6db 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #cae6db 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #cae6db 0%,#ffffff 100%); /* W3C */
}

.cboxPhoto{
	width:90%;
}

/*================================================*/
/* content_all */
/*================================================*/

h2.title_h2{
}

#center p{
	clear:both;
}

#center p + p{
	margin:10px 0;
}

#center h2 span{
	font-size:80%;
	font-weight:bold;
}

#center h3{
	font-weight:bold;
	margin-top:15px;
	margin-bottom:8px;
	padding-left:18px;
}

#center2 h3{
	font-weight:bold;
	margin-top:15px;
	margin-bottom:8px;
	padding-left:18px;
}

#center h3:first-child{
	margin-top:0;
}


.h3_o h3{
	color:#cb890c;
	background:url(../img/com/h3_o.gif) no-repeat left 3px;
	background-size:10px;
}

.h3_o_b h3{
	font-size:129%;
	color:#cb890c;
	background:url(../img/com/h3_o_b.gif) no-repeat left 5px;
	background-size:10px;
}

#center h4{
	margin-top:8px;
	margin-bottom:5px;
}

.page_b h2{
	font-size:150%;
	font-weight:bold;
	line-height:1.3;
	color:#3B4888;
	margin-bottom:15px;
}

.page_b h3{
	color:#3B4888;
	background:url(../img/com/h3_b.gif) no-repeat left 3px;
	background-size:10px;
}

.page_o h2{
	font-size:150%;
	font-weight:bold;
	line-height:1.3;
	color:#cb890c;
	margin-bottom:15px;
	text-align:left !important;
}

.page_o h3{
	color:#cb890c;
	background:url(../img/com/h3_o.gif) no-repeat left 3px;
	background-size:10px;
}

/* リスト */

ul.list{
	margin-bottom:10px;
	line-height:1.3;
	margin-top:8px;
}

ol.list{
	list-style-position:inside;
}

.list li{
padding-left: 1em;
text-indent: -1em;
margin-bottom:3px;
}

.list li h3{
	margin:0 !important;
	padding-left:28px !important;
}

.list li ul li{
	margin-left:15px;
	padding-left: 1em;
	text-indent: -1em;
}

/* テーブル */
#center table.table_03{
   width:100%;
   border-spacing:2px;
   margin-bottom:15px;
   font-size:6px;
   background:#B68D4C;
}

.table_03 td,.table_03 th{
	padding:5px 8px;
	background:#fff;
	vertical-align:middle;
}

.table_03 th{
	background:#C19E67;
	color:#fff;
}



#center table.table_02,#center table.table_01,#center table.table_04{
   width:100%;
   margin-bottom:15px;
   font-size:93%;
}

.table_01 tr,.table_02 tr{
	width:100%;
	display: block;
	border:#CCCCCC 1px solid;
	margin-bottom:5px;
}

.table_04 tr{
	width:100%;
	display: block;
	margin-bottom:5px;
}

.table_01 th,.table_02,.table_04 th{
	display:none;
}

.table_01 th,.table_01 td,.table_02 th,.table_02 td{
	width:100%;
	padding:5px 8px;
	display: list-item;
	list-style:none;
}

.table_04 th,.table_04 td{
	width:100%;
	display: list-item;
	list-style:none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.table_01 th,.table_02,.table_04 th{
	text-align:center;
	background:#EAE2D3;
}

.table_01 thead,.table_02 thead{
	display:none;
}

.table_01 td:nth-of-type(1):before{ content:"[活動日]"; display:block; }
.table_01 td:nth-of-type(2):before{ content:"[活動場所]"; display:block; }
.table_01 td:nth-of-type(3):before{ content:"[活動時間]"; display:block; }
.table_01 td:nth-of-type(4):before{ content:"[活動内容]"; display:block; }

.table_02 td:nth-of-type(1):before{ content:"[活動日]"; display:block; }
.table_02 td:nth-of-type(2):before{ content:"[活動内容]"; display:block; }

.btn_box ul{
	width:100%;
	margin-top:15px;
}

.btn_box li{
	width:100%;
	line-height:1.2;
	text-align:center;
	margin-bottom:15px;
}


.btn{
	margin:20px 0;
	font-size:11px;
	text-align:center;
}

.btn a{
	text-decoration:none;
	display:inline-block;
	background:#cb890c;
	color:#fff;
	padding:5px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.btn a:hover{
filter: alpha(opacity=80);
opacity:0.8;
}

.btn2{
	margin:20px 0;
	font-size:11px;
	text-align:center;
}

.btn2 a{
	text-decoration:none;
	display:inline-block;
	background: #99CC00;
	color:#fff;
	padding:5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:115px;
}

.btn2 a:hover{
filter: alpha(opacity=80);
opacity:0.8;
}

.btn3{
	margin:20px 0;
	font-size:11px;
	text-align:center;
	font-weight: bold;
}

.btn3 a{
	text-decoration:none;
	display:inline-block;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 10px;
	background-color: #CC3300;
	width:115px;
}

.btn3 a:hover{
filter: alpha(opacity=80);
opacity:0.8;
}


/* PLUS ↓ */
.btn ul {
	text-align: left;
	list-style-type: disc;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #99CC00;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #EBFFAF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* ↑ PLUS */

.info_box{
	border:#CCC 1px solid;
	padding:20px;
}

.info_box h4{
	font-weight:bold;
}

.info_box h4:first-child{
	margin-top:0 !important;
}

.info_box p{
	line-height:1.4;
}

.apply_box{
	background:#FBF8F4;
	border:1px solid #EAE2D3;
	padding:14px 19px 29px 19px;
	margin-top:60px;
}

.apply_box h3{
	font-size:115%;
	background:none !important;
	padding:0 !important;
	margin:-60px 0 10px 0 !important;
	text-align:center;
}

.apply_box h3 span{
	color:#CB890C;
	display:inline-block;
	line-height:50px;
	padding:1px 45px 0 45px !important;
	font-weight: bold;
}

.apply_box strong{
	font-size:115%;
	display:inline-block;
	margin-bottom:5px;
}

/* PLUS 20150204 */

.btn4 {
	font-size:16px;
	text-align:center;
	font-weight: bold;
	text-decoration:none;
	display:inline-block;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 10px;
	background-color: #c55a11;
	margin: 20px auto;
}

.center_btn {
	text-align: center;
}

.center_tbl {
	text-align: left;
	border: 1px solid #c55a11;
	margin-top: -42px;
	padding: 40px 10px 10px 10px;
	line-height: 1.6em;
}

p.plus_red {
	font-size: 16px;
	color: #db0000;
	text-align: center;
	font-weight: bold;
	line-height: 1.8em;
}

p.plus_red2 {
	font-size: 16px;
	color: #db0000;
	text-align: right;
	display: inline;
	line-height: 1.8em;
}

p.plus_red3 {
	font-size: 20px;
	color: #db0000;
	font-weight: bold;
	display: inline;
}

.btn5 {
	font-size:16px;
	text-align:center;
	font-weight: bold;
	text-decoration:none;
	display:inline-block;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 10px;
	background-color: #003366;
	margin: 20px auto;
}

.btn6{
	margin:20px 0;
	font-size:11px;
	text-align:center;
	font-weight: bold;
}

.btn6 a{
	text-decoration:none;
	display:inline-block;
	background:#5D0404;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 10px;
}

.btn6 a:hover{
filter: alpha(opacity=80);
opacity:0.8;
}

.btn7{
	margin:20px 0;
	font-size:11px;
	text-align:center;
	font-weight: bold;
}

.btn7 a{
	text-decoration:none;
	display:inline-block;
	background:#00367b;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 10px;
}

.btn7 a:hover{
filter: alpha(opacity=80);
opacity:0.8;
}

.center_btn2 {
	text-align: center;
}

.center_tbl2 {
	text-align: left;
	border: 1px solid #036;
	margin-top: -42px;
	padding: 40px 10px 10px 10px;
	line-height: 2.0em;
}

p.plus_blue {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

p.plus_blue2 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

p.plus_blue3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.pdng_01 {
	padding-left: 10px;
}

/* よくある質問 */

#qa h3.blue {
	cursor: pointer;
	color: #00479d;
	font-size: 18px;
	font-weight: bold;
}

#qa ul.qanda {
	line-height: 1.8em;
}

#qa ul.qanda li{
	color: #333333;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: -20px;
	padding-left: 20px;
}

.que:before {
	content: "Q. ";
	color: #46AAC3;
	font-weight: bold;
	font-family: "Arial Black";
}

.ans{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

.ans:before {
	content: "A. ";
	color: #EB968C;
	font-weight: bold;
	font-family: "Arial Black";
}

p.kome {
	color: #333;
	text-indent: -12px;
	padding-left: 12px;
}

/* 大会アンバサダー */

#ambassador h4 {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CB890C;
	border-left-color: #CB890C;
	padding: 6px 0 6px 10px;
	margin:16px 0 10px;
	background-color: #FAF5F0;
}

#ambassador p {
	line-height: 1.8em;
}

#ambassador .pad {
	padding-left:10px;
	vertical-align: top;
}

/* 沿道応援 */

.btn5_3 {
	font-size:18px;
	text-align:center;
	font-weight: bold;
	width: 200px;
	text-decoration:none;
	display:block;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 10px;
	background-color: #0070c0;
	margin: 20px 0 20px 20px;
}

.center_tbl3{
	text-align: left;
	border: 1px solid #0070c0;
	margin-top: 30px;
	padding: 20px 10px 10px 10px;
	line-height: 2.0em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(../img/cheering/bg.gif) left bottom no-repeat;
}

.center_tbl3 h2{
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: #0070C0;
}

.btn5_4 {
	font-size:18px;
	text-align:center;
	font-weight: bold;
	width: 200px;
	text-decoration:none;
	display:block;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 10px;
	background-color: #548235;
	margin: 20px 0 20px 20px;
}

.center_tbl4 {
	text-align: left;
	border: 1px solid #548235;
	margin-top: 30px;
	padding: 20px 10px 10px 10px;
	line-height: 2.0em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(../img/cheering/bg2.gif) right bottom no-repeat;
}

.center_tbl4 h2{
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: #548235;
}

.btn8{
	margin:20px 0;
	font-size:11px;
	text-align:center;
	font-weight: bold;
}

.btn8 a{
	text-decoration:none;
	display:inline-block;
	background:#0070c0;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 10px;
}

.btn8 a:hover{
filter: alpha(opacity=80);
opacity:0.8;
}

.btn9{
	margin:20px 0;
	font-size:11px;
	text-align:center;
	font-weight: bold;
}

.btn9 a{
	text-decoration:none;
	display:inline-block;
	background:#548235;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 10px;
}

.btn9 a:hover{
filter: alpha(opacity=80);
opacity:0.8;
}

/*--add--*/
.catch {
	font-size: 130%;
	font-weight: bold;
	color: #C00;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
/*	text-align: center;*/
}

#center .catch h2{padding:.1em; background:#C00;color:#FFF; /*width:80%;*/ text-align:center; margin:.5em auto; font-weight:bold; font-size:1.2em; line-height:1.2em; border:none; text-indent:0;}

.bg_01 {
	background-color: #cc5517;
	font-weight: bold;
	color: #FFF;
}

.bg_02 {
	background-color: #faf1e6;
}

.bg_03 {
	background-color: #efd0b1;
}

.bg_04 {
	background-color: #0074be;
	font-weight: bold;
	color: #FFF;
}

.bg_05 {
	background-color: #ebf0f9;
}

.bg_06 {
	background-color: #c0d0eb;
}

.bg_07 {
	background-color: #559852;
	font-weight: bold;
	color: #FFF;
}

.bg_08 {
	background-color: #f1f5ed;
}

.bg_09 {
	background-color: #d1dfc6;
}

ol.cheer{padding-left:1em; line-height:1.4em;}
ol.cheer li{margin-bottom:10px}
ol.cheer li:first-line{font-size:1.2em;}
ol.cheer li p{margin-left:1em;}
ol.cheer li p span{font-size:.8em;}
ol.cheer ul{list-style:circle; padding-left:1em;}
ol.cheer ul li:first-line{font-size:1em;}

.cheer_t{border-collapse:collapse; margin:.5em auto; border-top:1px #999 solid; border-left:1px #999 solid; width:100%}
.cheer_t th,.cheer_t td{ padding:5px 10px; border-right:1px #999 solid; border-bottom:1px #999 solid; vertical-align:middle}
.cheer_t th{background:#B9E9FF;}



/* 交通規制情報 */

.btn5_2 {
	font-size:11px;
	text-align:center;
	font-weight: bold;
	text-decoration:none;
	display:inline-block;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #003366;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.plus_red3_2 {
	font-size: 16px;
	color: #db0000;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*--add--*/
p.coop,p.coop2,p.coop3{width:100%;font-size:1.1em; text-align:center;margin-top:1em;}
p.coop span,p.coop2 span,p.coop3 span{color:#CCC;position:relative; padding:0; top:0; }

#footer div p.copy{width:100%; margin-top:10px; text-align:center;}
.mapinfo{
text-align:center;
}


/* sponsor */

figure.gold{
text-align:center;
width:220px;
padding-bottom:16px;
margin:0 auto;
}

figure.bnr {
	float: left;
	padding-bottom: 16px;
	text-align: center;
	width: 50%;
}

figure img {
	width:70%;
	/*border: 1px solid #666;*/
}

figure.gold img{
	width:220px;
}

figcaption {
	font-size: 90%;
	color: #666;
	text-align: center;
}

img.bnr_f {
	float: left;
	margin-bottom: 16px;
	border: 1px solid #666;
	margin-right: 4px;
	margin-left: 4px;
	width: 30%;
}

div.bgg:nth-of-type(6) .bnr:nth-of-type(odd){clear:both}

/* Volunteer */

.end_acc {
	font-size: 130%;
	font-weight: bold;
	color: #C00;
	border: 2px solid #C00;
	line-height: 1.8em;
	text-align: center;
	background-color: #FFFAFA;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
	padding-bottom: 14px;
}

table.volun th,table.volun td{display:block; padding:5px 10px;}
table.volun a{padding:2px 5px; border-radius:5px; color:#FFF; background:#036; border:1px #036 solid; margin-left:1em;}
table.volun a:hover{background:none; color:#036; text-decoration:none}

table.tbl1{border-spacing:0; margin:.5em auto}
.tbl1 th,.tbl1 td{display:block; padding:5px 10px; width:98%}
.tbl1 th{background:#EAE2D3;}
.tbl1 td{ margin-bottom:1em}

.barbtn_blue a{background-color: #0074be;font-weight: bold;color: #FFF; text-align:center; padding:10px 0; margin:15px auto; font-size:129%; border:1px #0074be solid;display:block}
.barbtn_blue a:hover{background:#FFF; color:#0074be; text-decoration:none}

.mapinfo a{
max-width:250px;
width:49%;
margin:0 0.5%;
display: block;
float: left;
}

.inqtable{margin-bottom:1em}

.eventflow{background:rgba(255,217,102,1); position:relative}
.eventflow dt{width:100%; text-align:center; padding:.5em 0}
.eventflow dd{background:#FFF}
.eventflow dd+dd{clear:left;width:100%; height:2em; margin-left:0; position:relative}
.eventflow dd+dd:before{content:"";height:0;width:0; border-color:transparent;border-width:1em; border-style:solid; display:block;
border-top-color:#F60; top:.5em;left:45%; position:absolute}
.eventflow dd table{width:100%; border-collapse:collapse;}
.eventflow dd th{ background:rgba(192,0,0,1);text-align:center;font-weight:bold; padding:.5em 1em;width:25%; vertical-align:middle;color:#fff}
.eventflow dd td{background:rgba(217,226,243,1); padding:.5em 1em}

/*tour*/
.tourpic{text-align:center;}
.tourpic img{border:1px #CCC solid; width:45%}

.btn_or,.btn_red{
	margin:20px 0;
	font-size:11px;
	text-align:center;
	font-weight: bold;
}

.btn_or a,.btn_red a{
	text-decoration:none;
	display:inline-block;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 10px;
}

.btn_or a{background:#f93}
.btn_red a{background:#db0000}

.btn_or a:hover,.btn_red a:hover{
filter: alpha(opacity=80);
opacity:0.8;
}


.top_news_acc {font-weight: bold;color: #C00;border: 2px solid #C00;line-height: 1.4em;
	text-align: left;background-color: #FFFAFA;width: auto;margin-right: auto;
	margin-left: auto;padding: .5em 1em;}

.top_end_acc {font-weight: bold;color: #C00;border: 2px solid #C00;line-height: 1.4em;
	text-align: center;	background-color: #FFFAFA;width: auto;margin-right: auto;
	margin-left: auto;padding:.5em 1em;
}

}
