@charset "utf-8";


/*==========================================================
	競馬ブック
==========================================================*/

body {
	background: #f6f6f6;
}

/*---------------------
 赤色
---------------------*/
.fontred {
	color: #E4003C!important;
}

/*---------------------
 青色
---------------------*/
.fontblue {
	color: #0000cc;
}

.fontbold,
.fontbold a {
	font-weight: bold;
}

/* 乗り替わり */
.norikawari {
	font-weight: bold;
}

/* 二重三角の枠 */
.tri_w {
	fill:none;
	stroke:#000000;
	stroke-miterlimit:10;
}

/* スマホ用 */
@media only screen and (max-width: 767px){

}
/* タブレット・パソコン用 */
@media only screen and (min-width: 768px) and (max-width: 960px), print {

}
/* タブレット・パソコン用 */
@media only screen and (min-width: 961px), print {

}



/* スマホ用 */
@media only screen and (max-width: 767px){

	/*---------------------
	 wrap
	---------------------*/
	#wrap {
		width: 100%;
		margin: 0 auto 0px;
	}

	/*---------------------
	 Container
	---------------------*/
	#container {
		margin: 5px auto;
		width: 100%;
	}

	#container #flex_container_top {
		-webkit-flex-direction: column; /* Safari */
		flex-direction:		 column;
	}

	#container #flex_container_top .main {
		width: 100%;
		/* width: 750px\9; */ /* IE10以下 */
	}

	#container #flex_container_top .side {
		/* width: 200px; */
		width: 100%;
		margin: 30px 0 0;
		/* border: 1px solid #eee; */
		/* display: none; */
	}

}

/* タブレット・パソコン用 */
@media only screen and (min-width: 768px) and (max-width: 960px), print {

	/*---------------------
	 wrap
	---------------------*/
	#wrap {
		width: 100%;
		margin: 0 auto 0px;
	}

	/*---------------------
	 Container
	---------------------*/
	#container {
		margin: 5px auto;
		width: 99.0%;
		/* background: url("/sp/images/common/bg_body.gif") repeat scroll 0 0 rgba(0, 0, 0, 0); */
	}

	#container #flex_container_top {
		display: -webkit-box;
		display: flex;
		justify-content: space-between;
	}

	#container #flex_container_top .main {
		float: left\9; /* IE10以下 */
		width: 77.5%;
		width: 640px;
		width: 69.0%;
		/* width: 750px\9; */ /* IE10以下 */
	}

	#container #flex_container_top .side {
		float: right\9; /* IE10以下 */
		/* width: 200px; */
		width: 20.5%;
		width: 300px;
		width: 30.0%;
		/* border: 1px solid #eee; */
	}

}

/* タブレット・パソコン用 */
@media only screen and (min-width: 961px), print {

	/*---------------------
	 wrap
	---------------------*/
	#wrap {
		width: 960px;
		margin: 0 auto 0px;
	}

	/*---------------------
	 Container
	---------------------*/
	#container {
		margin: 5px auto;
		width: 960px;
		/* background: url("/sp/images/common/bg_body.gif") repeat scroll 0 0 rgba(0, 0, 0, 0); */
	}

	#container #flex_container_top {
		display: -webkit-box;
		display: flex;
		justify-content: space-between;
	}

	#container #flex_container_top .main {
		float: left\9; /* IE10以下 */
		width: 77.5%;
		width: 640px;
		/* width: 750px\9; */ /* IE10以下 */
	}

	#container #flex_container_top .side {
		float: right\9; /* IE10以下 */
		/* width: 200px; */
		width: 20.5%;
		width: 300px;
		/* border: 1px solid #eee; */
	}

}

#container #flex_container {
	display: -webkit-box;
	display: flex;
}

#container #flex_container #maincontent {
	float: left\9; /* IE10以下 */
	width: 78.5%;
	/* width: 750px\9; */ /* IE10以下 */
	background: #fff;
	border: 0px solid #eee;
}

#container #flex_container #sidecontent {
	float: right\9; /* IE10以下 */
	width: 200px;
	background: #fdfdfd;
	border: 0px;
}

#container #flex_container #fullcontent {
	width: 100%;
	background: #fff;
	border: 0px solid #eee;
}

/*---------------------
 header
---------------------*/

#header {
	position: relative;
	margin: 0 auto;
	width: 99.9%;
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
}

#header .header_content {
}

/*---------------------
 header（修正版）
---------------------*/
#header .header_wrap {
	display: table;
	position: relative;
	width: 100%;
}

#header .header_wrap .header_box {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
}

#header .header_wrap .logo {
	display: table-cell;
	width: 100%;
}

#header .header_wrap .logo h1 a {
	display: block;
	width: 135px;
	height: 32px;
	background-image: url(//style.keibabook.co.jp/smart/images/common/title_w.png);
	-webkit-background-size: 135px 32px;
	background-size: 135px 32px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
}

#header .header_wrap .logo h2 a {
	display: block;
}

#header .header_wrap .header_box a,
#header .header_wrap .header_box p {
	display: block;
	width: 45px;
	height: 45px;
	-webkit-background-size: 32px 32px;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center center;
}

#header .header_wrap .header_box p.header_menubox_OpenBtn {
	background-image: url(//style.keibabook.co.jp/images/common/ico_menu.jpg);
}

#header .header_wrap .header_box p.header_menubox_CloseBtn {
	font-size: 36px;
}

#header .header_wrap .header_box p.header_searchbox_OpenBtn {
	background-image: url(//style.keibabook.co.jp/images/common/ico_search.jpg);
}

#header .header_wrap .header_box p.header_searchbox_CloseBtn {
	font-size: 36px;
}

#header .header_wrap .header_box a.login {
	background-image: url(//style.keibabook.co.jp/images/common/ico_login.jpg);
}

#header .header_wrap .header_box a.logout {
	background-image: url(//style.keibabook.co.jp/images/common/ico_logout.jpg);
}

#header .header_wrap .header_box a.entry {
	background-image: url(//style.keibabook.co.jp/images/common/ico_mypage.jpg);
}

#header .header_wrap .header_box a.mypage {
	background-image: url(//style.keibabook.co.jp/images/common/ico_mypage.jpg);
}

#header .header_wrap .header_box span {
	letter-spacing: -0.1em;
}

#header .header_wrap .login {
	display: table-cell;
	height: 45px;
	white-space: nowrap;
	vertical-align: middle;
}

#header .header_wrap .login a {
	color: #c00;
	font-weight: 600;
	font-size: 1em;
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	padding: 0.2em;
}

#header .header_box .application {
	font-size: 14px;
	text-align: left;
	padding: 0.2em 0 0 5em;
}

/*---------------------
 検索窓の幅
---------------------*/
.header_searchbox table {
	width: 100%;
}

.header_searchbox table {
	white-space: nowrap;
}

/*---------------------
 menu
---------------------*/
#menu {
	background: #1f4e3a none repeat scroll 0 0;
	background: -moz-linear-gradient(#005D36, #1f4e3a);
	background: -webkit-linear-gradient(#005D36, #1f4e3a);
	background: -ms-linear-gradient(#005D36, #1f4e3a);
	margin: 0 auto;
	width: 100%;
}

/*---------------------
 footer_fixed
---------------------*/
.footer_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
}

.footer_fixed > .box {
	position: relative;
	width: 50%;
	margin: 0px auto;
	padding: 5px 0;
	text-align: center;
}

/*---------------------
 menu .globalmenu
---------------------*/
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}

#menu .globalmenu {
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: flex;
	/* justify-content: space-between; */
}

#menu .globalmenu .hidari {
	width: 25px;
	/* justify-content: space-between; */
	background: #F0F0F0 none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	background-image: url(//cache.keibabook.co.jp/images/common/menu_left.png);
	background-repeat: no-repeat;
}

#menu .globalmenu .migi {
	width: 25px;
	/* justify-content: space-between; */
	background: #F0F0F0 none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	background-image: url(//cache.keibabook.co.jp/images/common/menu_right.png);
	background-repeat: no-repeat;
}

#menu .globalmenu .globalmenu_center {
	width: 100%;
	/* justify-content: space-between; */
	background: #F0F0F0 none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

#menu .globalmenu .globalmenu_center ul {
	display: -webkit-box;
	display: flex;
	list-style-type: none;
	width: 960px;/*メニューの横幅*/
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #1f4e3a none repeat scroll 0 0;
	background: -moz-linear-gradient(#005D36, #1f4e3a);
	background: -webkit-linear-gradient(#005D36, #1f4e3a);
	background: -ms-linear-gradient(#005D36, #1f4e3a);
}

#menu .globalmenu .globalmenu_center ul li {
	float: left\9; /* IE10以下 */
	background: #1f4e3a none repeat scroll 0 0;
	background: -moz-linear-gradient(#005D36, #1f4e3a);
	background: -webkit-linear-gradient(#005D36, #1f4e3a);
	background: -ms-linear-gradient(#005D36, #1f4e3a);
	border-left: 1px solid #1C4634;
	text-align: center;
	padding: 8px 6px;
	white-space: nowrap;
}

/* 競馬道用 */
#menu .globalmenu .globalmenu_center ul.keibado {
	display: -webkit-box;
	display: flex;
	list-style-type: none;
	width: 960px;/*メニューの横幅*/
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #3c8637 none repeat scroll 0 0;
	background: -moz-linear-gradient(#53b54e, #3c8637);
	background: -webkit-linear-gradient(#53b54e, #3c8637);
	background: -ms-linear-gradient(#53b54e, #3c8637);
}

#menu .globalmenu .globalmenu_center ul.keibado li {
	float: left\9; /* IE10以下 */
	background: #3c8637 none repeat scroll 0 0;
	background: -moz-linear-gradient(#53b54e, #3c8637);
	background: -webkit-linear-gradient(#53b54e, #3c8637);
	background: -ms-linear-gradient(#53b54e, #3c8637);
	border-left: 1px solid #1C4634;
	text-align: center;
	padding: 8px 6px;
}

/* オッズパーク用 */
#menu .globalmenu .globalmenu_center ul.op {
	display: -webkit-box;
	display: flex;
	list-style-type: none;
	width: 960px;/*メニューの横幅*/
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #726739 none repeat scroll 0 0;
	background: -moz-linear-gradient(#bfb580, #726739);
	background: -webkit-linear-gradient(#bfb580, #726739);
	background: -ms-linear-gradient(#bfb580, #726739);
}

#menu .globalmenu .globalmenu_center ul.op li {
	float: left\9; /* IE10以下 */
	background: #840000 none repeat scroll 0 0;
	background: -moz-linear-gradient(#bfb580, #726739);
	background: -webkit-linear-gradient(#bfb580, #726739);
	background: -ms-linear-gradient(#bfb580, #726739);
	border-left: 1px solid #1C4634;
	text-align: center;
	padding: 8px 6px;
}

/* 楽天用 */
#menu .globalmenu .globalmenu_center ul.rt {
	display: -webkit-box;
	display: flex;
	list-style-type: none;
	width: 960px;/*メニューの横幅*/
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #840000 none repeat scroll 0 0;
	background: -moz-linear-gradient(#ba0001, #840000);
	background: -webkit-linear-gradient(#ba0001, #840000);
	background: -ms-linear-gradient(#ba0001, #840000);
}

#menu .globalmenu .globalmenu_center ul.rt li {
	float: left\9; /* IE10以下 */
	background: #840000 none repeat scroll 0 0;
	background: -moz-linear-gradient(#ba0001, #840000);
	background: -webkit-linear-gradient(#ba0001, #840000);
	background: -ms-linear-gradient(#ba0001, #840000);
	border-left: 1px solid #1C4634;
	text-align: center;
	padding: 8px 6px;
}

#menu .globalmenu .globalmenu_center ul li.active {
	float: left\9; /* IE10以下 */
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
}

#menu .globalmenu .globalmenu_center ul li.active a {
	color: #1f4e3a;
}

#menu .globalmenu .globalmenu_center ul a {
	color: #fff;
}
#menu .globalmenu .globalmenu_center ul a:hover {
	/* background-color: #555;	*/
}

#menu .globalmenu .globalmenu_center::-webkit-scrollbar {
	height: 80px;
}
#menu .globalmenu .globalmenu_center::-webkit-scrollbar-track {
	border-radius: 0px;
	background: #fff;
}
#menu .globalmenu .globalmenu_center::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #449A76;
}

#menu .globalmenu .globalmenu_center::-webkit-scrollbar-track-piece {
	background: #efefef;
}

#menu .globalmenu .globalmenu_center::-webkit-scrollbar {
	width:5px;
	background:#eee;
}
#menu .globalmenu .globalmenu_center::-webkit-scrollbar:horizontal {
	height:10px;
}
#menu .globalmenu .globalmenu_center::-webkit-scrollbar-button {
	width: 10px;
	height: 10px;
	background:#666;
}

#menu .globalmenu .globalmenu_center::-webkit-scrollbar:vertical {
	display: none;
}

#menu .globalmenu .androidmenu {
	width: 100%;
}


#menu .globalmenu .androidmenu .select_box select {
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:#005D36;
	background-image:-webkit-linear-gradient(top, #005D36 0%, #1f4e3a 100%);
	background-image:linear-gradient(top, #005D36 0%, #1f4e3a 100%);
	border:1px solid #1f4e3a;
	color: #fff;
}

#menu .globalmenu .androidmenu .select_box label {
	position: relative;
}
 
#menu .globalmenu .androidmenu .select_box label:after {
	display: block;
	content: "▼";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url(arrow02.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
	color: #fff;
}










/*---------------------
 menu .globalnavi
---------------------*/
#menu .globalnavi ul {
	margin: 0 auto;
	width: 99.9%;
	display: -webkit-box;
	display: flex;
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border-bottom: 1px solid #dadada;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
	font-size: 16px;
}

#menu .globalnavi ul li.menutitle {
	float: left\9; /* IE10以下 */
	background: #1f4e3a none repeat scroll 0 0;
	background: -moz-linear-gradient(#005D36, #1f4e3a);
	background: -webkit-linear-gradient(#005D36, #1f4e3a);
	background: -ms-linear-gradient(#005D36, #1f4e3a);
	border-left: 1px solid #333;
	text-align: center;
	padding: 5px 5px;
	color: #fff;
}

#menu .globalnavi ul li {
	float: left\9; /* IE10以下 */
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border-left: 1px solid #dadada;
	text-align: center;
	padding: 5px 5px;
}

#menu .globalnavi ul li:last-child {
	border-right: 1px solid #dadada;
}

#menu .globalnavi ul li a {
	color: #1F4E3A;
}

#menu .globalnavi ul li.active {
	background: #268300 none repeat scroll 0 0;
	background: -moz-linear-gradient(#268300, #449A76);
	background: -webkit-linear-gradient(#268300, #449A76);
	background: -ms-linear-gradient(#268300, #449A76);
	background: #156a15 none repeat scroll 0 0;
}

#menu .globalnavi ul li a {
	display: block;
}

#menu .globalnavi ul li.active a {
	display: block;
	color: #fff;
}


/*---------------------
 footer
---------------------*/
#footer {
	width: 100%;
	margin-top: 30px;
	bottom: 0;
	background: #1f4e3a none repeat scroll 0 0;
	background: -moz-linear-gradient(#1f4e3a, #005d36);
	background: -webkit-linear-gradient(#1f4e3a, #005d36);
	background: -ms-linear-gradient(#1f4e3a, #005d36);
}

#footer_content {
	width: 100%;
	max-width: 960px;
	margin: 15px auto 0;
}

.copyright {
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
}

.footer_message {
	text-align: center;
	color: #fff;
	padding: 10px;
}

.footer-links {
	padding: 10px;
	margin: 10px auto;
	text-align: center;
}

.footer-links li {
	display: inline-block;
	color: #fff;
	font-size: 0.8em;
}

.footer-links li:after {
	padding: 0 0.5em;
	content: '|';
}

.footer-links li a {
	color: #fff;
}

/*---------------------
 maincontent
---------------------*/

.raceindex ul {
	display: -webkit-box;
	display: flex;
	margin: 0 0 8px;
	flex-wrap: wrap;
	border: 1px;
}

.raceindex ul li {
	float: left\9; /* IE10以下 */
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	text-align: center;
	padding: 2px 5px;
}

.raceindex ul.keibajyo li {
	width: 29.0%;
}

/* スマホ用 */
@media only screen and (max-width: 767px){

	.raceindex ul.race li {
		width: 16.3%;
	}
	
}
/* タブレット・パソコン用 */
@media only screen and (min-width: 768px) and (max-width: 960px), print {

	.raceindex ul.race li {
		width: 16.3%;
	}
	
}
/* タブレット・パソコン用 */
@media only screen and (min-width: 961px), print {

	.raceindex ul.race li {
		width: 16.3%;
	}
	
}

.raceindex ul li:last-child {
	border-right: 1px solid #dadada;
}

.raceindex ul li.active {
	background: #268300 none repeat scroll 0 0;
	background: -moz-linear-gradient(#268300, #449A76);
	background: -webkit-linear-gradient(#268300, #449A76);
	background: -ms-linear-gradient(#268300, #449A76);
	background: #156a15 none repeat scroll 0 0;
}

.raceindex ul li a {
	display: block;
}

.raceindex ul li.active a {
	display: block;
	color: #fff;
}


/*-------------------------------------
レースの切り替え
---------------------------------------*/
div.tab.race > ul {
	display: table;
	width: 100%;
	border-radius: 4px;
	border: 0px solid #ddd;
	table-layout: fixed;
	background: #fff;
}

div.tab > ul > li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

div.tab.race > ul > li {
	border-right: 1px solid #ddd;
	padding: 8px 0;
}

div.tab.race > ul > li.active {
	background: #1f4e3a none repeat scroll 0 0;
	background: -moz-linear-gradient(#005D36, #1f4e3a);
	background: -webkit-linear-gradient(#005D36, #1f4e3a);
	background: -ms-linear-gradient(#005D36, #1f4e3a);
	color: #fff;
}

div.tab.race > ul > li.active a {
	color: #fff;
}

div.tab.race > ul > li > a {
	display: block;
	font-weight: bold;
}

div.tab.race > ul > li > a:hover {
	background: #EDECCD;
}

/* スマホ用 */
@media only screen and (max-width: 767px){

	div.tab.race > ul > li {
		float: left;
		border-bottom: 1px solid #eee;
		width: 16%;
	}

	div.tab.race.kaigai > ul > li {
		width: 49.5%;
	}

}

/*---------------------
 .racename
---------------------*/
.racename {
	margin: 0 0 8px;
}

/*---------------------
 .menuindex
---------------------*/
.menuindex {
	margin: 0 0 8px;
}

.menuindex ul {
	margin: 0 auto;
	border-bottom: 0px solid #dadada;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.menuindex ul li {
	float: left\9; /* IE10以下 */
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	text-align: center;
	padding: 2px;
}

.menuindex ul.cyuou li {
	float: left\9; /* IE10以下 */
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	text-align: center;
	width: 33.0%;
}

.menuindex ul.column li {
	float: left\9; /* IE10以下 */
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	text-align: center;
}

/* スマホ用 */
@media only screen and (max-width: 767px){

	.menuindex ul.column li {
		width: 48.4%;
	}
	
}
/* タブレット・パソコン用 */
@media only screen and (min-width: 768px) and (max-width: 960px), print {

	.menuindex ul.column li {
		width: 32.0%;
	}
	
}
/* タブレット・パソコン用 */
@media only screen and (min-width: 961px), print {

	.menuindex ul.column li {
		width: 24%;
	}
	
}

.menuindex ul.sizefree li {
	padding: 2px 10px;
}

.menuindex ul li.active {
	background: #464646 none repeat scroll 0 0;
	background: #268300 none repeat scroll 0 0;
	background: -moz-linear-gradient(#449A76, #1f4e3a);
	background: -webkit-linear-gradient(#449A76, #1f4e3a);
	background: -ms-linear-gradient(#449A76, #1f4e3a);
	background: #156a15 none repeat scroll 0 0;
}

.menuindex ul li a {
	display: block;
	padding: 2px;
}

.menuindex ul li.active a {
	display: block;
	color: #fff;
	padding: 2px;
}

/*-------------------------------------
□数字・○数字
---------------------------------------*/
.kakusuji1keta{
	font-size: 14px;
	border: solid 0.5px #111;
	color: #111;
	margin: 0 0.5px 0 0.5px;
	padding: 0 .3em 0 .3em;
}

.kakusuji2keta{
	font-size: 14px;
	border: solid 0.5px #111;
	color: #111;
	margin: 0 0.5px 0 0.5px;
	padding: .0 .05em 0 .1em;
	letter-spacing: -0.02em;
}

.marusuji1keta{
border-radius: 40%;
	border: solid 0.5px #fff;
	font-size: 15px;
	color: #000;
	margin: 0 0.5px 0 0.5px;
	/* padding: 0 2px; */
}

.marusuji2keta{
	border-radius: 40%;
	border: solid 0.5px #fff;
	font-size: 15px;
	color: #000;
	margin: 0 0.5px 0 0.5px;
	/* padding: 0 2px; */
}

span.default {
	border: solid 0.5px #fff;
	font-size: 15px;
	color: #000;
	margin: 0 0.5px 0 0.5px;
	/* padding: 0 2px; */
}

/*-------------------------------------
□数字・○数字
---------------------------------------*/
.tuka .kakusuji1keta{
	border: solid 0.5px #111;
	color: #111;
	margin: 0;
	padding: 2px 5.5px;
	font-size: 12px;
}

.tuka .kakusuji2keta{
	border: solid 0.5px #111;
	color: #111;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	letter-spacing: normal; */
}

.tuka .marusuji1keta{
	border-radius: 40%;
	border: solid 0.5px #fff;
	color: #000;
	margin: 0;
	/* padding: 0 2px; */
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.tuka .marusuji2keta{
	border-radius: 40%;
	border: solid 0.5px #fff;
	color: #000;
	margin: 0;
	/* padding: 0 2px; */
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.tuka .default {
	border: solid 0.5px #fff;
	color: #000;
	/* padding: 0 2px; */
}

/*---------------------
 maincontent .oshirase
---------------------*/
.oshirase {
	margin: 0 0 8px;
}

.oshirase ul {
	display: -webkit-box;
	display: flex;
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
}

.oshirase ul li {
	float: left\9; /* IE10以下 */
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border-left: 1px solid #dadada;
	padding: 2px 5px;
}

.oshirase ul li.midashi {
	float: left\9; /* IE10以下 */
	background: #1f4e3a none repeat scroll 0 0;
	border-left: 1px solid #dadada;
	text-align: center;
	padding: 2px 5px;
	color: #fff;
}

/*-------------------------------------
見出し付きボックス
---------------------------------------*/
div.columnbox {
	margin: 0px 0px 5px;
	background-color: #fff; /* ボックスの背景色 */
	border: 1px #dadada solid; /* ボックスの境界線 */
	border-right: 2px #dadada solid;
	border-bottom: 2px #dadada solid;
}

/* --- 見出し --- */
div.columnbox p.header {
	margin: 0;
	padding: 4px 7px 4px; /* 見出しのパディング（上、左右、下） */
	border-bottom: 3px #4169e1 solid; /* 見出しの下境界線 */
}

/* --- TM --- */
div.columnbox p.footer {
	padding: 0.1em 5px; /* 段落のマージン（上下、左右） */
	background-color: #f6f6f6; /* ボックスの背景色 */
	text-align: right;
	border-top: 1px #dadada solid;
}

/* ---  --- */
div.columnbox p.honbun {
	margin: 0.5em 10px; /* 段落のマージン（上下、左右） */
	line-height: 1.8;
}

/* ---  --- */
div.columnbox p.honbun > b {
	margin-right: 0.25rem;
}

/* --- 見出し --- */
div.columnbox p.bamei {
	margin: 0; /* 見出しのマージン */
	padding: 3px 10px; /* 見出しのパディング（上下、左右） */
	background: #EDECCD none repeat scroll 0 0;
	color: #111;
}

/* ---  --- */
div.columnbox p.indent4 {
	margin: 0.5em; /* 段落のマージン（上下、左右） */
	text-indent: -3em;
	padding-left: 3em;
}

/* ---  --- */
div.columnbox span.tmimage {
	float: left;
	margin: 5px;
	border: 1px solid #ccc;
	width: 60px;
}

/* ---  --- */
div.columnbox span.tmimage_right {
	float: right;
	margin: 5px;
	border: 1px solid #ccc;
	width: 80px;
}

/*-------------------------------------
見出し付きボックス
---------------------------------------*/
div.bameibox {
	margin: 5px 1px;
	background-color: #fff; /* ボックスの背景色 */
	border: 1px #014099 solid; /* ボックスの境界線 */
}

/* --- 見出し --- */
div.bameibox p.title {
	margin: 0; /* 見出しのマージン */
	padding: 3px 10px; /* 見出しのパディング（上下、左右） */
	background: #014099 none repeat scroll 0 0;
	border-bottom: 1px #c0c0c0 solid; /* 見出しの下境界線 */
	color: #fff;
}

/* --- 見出し --- */
div.bameibox p.title a {
	color: #fff;
}

/* ---  --- */
div.bameibox p.honbun {
	margin: 0.5em 10px; /* 段落のマージン（上下、左右） */
}

/* --- ボックス内の段落 --- */
div.bameibox p {
}

/*-------------------------------------
重要なお知らせ用ボックス
---------------------------------------*/
div.jyuyou {
	margin: 5px 0px 0.5em;
	padding-bottom: 5px;
	background-color: #fff; /* ボックスの背景色 */
	border: 1px #c0232b solid; /* ボックスの境界線 */
	border-right: 2px #c0232b solid;
	border-bottom: 2px #c0232b solid;
}

/* --- 見出し --- */
div.jyuyou p.title {
	margin: 0; /* 見出しのマージン */
	padding: 6px 10px; /* 見出しのパディング（上下、左右） */
	background: #c00 none repeat scroll 0 0;
	background: -moz-linear-gradient(#e20000, #c00);
	background: -webkit-linear-gradient(#e20000, #c00);
	background: -ms-linear-gradient(#e20000, #c00);
	background: #c0232b none repeat scroll 0 0;
	border-bottom: 1px #c0c0c0 solid; /* 見出しの下境界線 */
	color: #fff;
}

/* --- ボックス内の段落 --- */
div.jyuyou p.honbun {
	margin: 0.5em; /* 段落のマージン（上下、左右） */
}

/*---------------------
 .simpleindex
---------------------*/
.oddsnavi {
	margin: 0 0 8px;
	background: #fbfbfb;
	border-bottom: 1px solid #dfdfdf;
}

.oddsnavi ul.simpleindex {
	float: left; /* IE10以下 */
	background: #fbfbfb;
	border-bottom: 1px solid #dfdfdf;
	display: flex;
	flex-wrap: wrap;
}

.oddsnavi ul.simpleindex li {
	float: left\9; /* IE10以下 */
	text-align: center;
	padding: 2px 10px;
	border-right: 1px solid #dfdfdf;
}

.oddsnavi ul.simpleindex li:hover {
	text-decoration: underline;
	cursor: pointer;
}

.oddsnavi ul.simpleindex li.active {
	background: #333 none repeat scroll 0 0;
	font-weight: 600;
	color: #fff;
}

.oddsnavi ul li a {
	display: block;
}

.oddsnavi ul li.active a {
	display: block;
	color: #fff;
}

.oddsnavi .updatetime {
	float: right; /* IE10以下 */
	text-align: center;
	padding: 2px 10px;
	border-right: 1px solid #dfdfdf;
}

/*---------------------
 pagetitle
---------------------*/
#pagetitle {
	background: #1f4e3a none repeat scroll 0 0;
	border-bottom: 1px solid #111;
	padding: 0;
	width: 100%;
}
#pagetitle .title {
	color: #fff;
	padding: 4.5px 2px;
	text-align: left;
}

#pagetitle .title p {
	border-left: 5px solid #fff;
	font-size: 100%;
	margin: 0;
	padding: 0 8px;
}

/*---------------------
 select
---------------------*/
.select {
	margin: 0 auto;
	width: 100%;
}

.select ul {
	display: -webkit-box;
	display: flex;
	justify-content: flex-end;
}

.select ul li {

}

/*---------------------
 layout
---------------------*/
.layout {
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: flex;
	justify-content: center;
}

.layout .half {
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border-left: 1px solid #dadada;
	text-align: center;
	padding: 2px 5px;
}

/* --- 表全体 --- */
table.example {
	border: 1px #c0c0c0 solid; /* 大枠の境界線 */
	border-collapse: collapse;
	font-size: 80%;
}

/* --- 表タイトル --- */
table.example caption {
	padding-bottom: 5px; /* 表タイトルの下パディング */
}

/* --- 見出しセル --- */
table.example thead th {
	background-color: #faf8eb; /* 見出しセルの背景色 */
	text-align: center;
}

/* --- 表ボディ --- */
table.example tbody {
	background-color: #fff; /* ボディの背景色 */
}

/* --- マウスオーバー時 --- */
table.example tbody tr:hover {
	background-color: #e5e5e5; /* 行の背景色 */
}

/* --- セル --- */
table.example th,
table.example td {
	/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
	padding: 6px 8px; /* セルのパディング（上下、左右） */
	border: 1px #c0c0c0 solid; /* セルの境界線 */
	text-align: center;
}

table.example td.rank {
	text-align: right;
}

table.example td.kisyu {
	text-align: left;
}

table.example td.right {
	text-align: right;
}


/*---------------------
 パンくず
---------------------*/
div.pankuzu {
	margin: 0 0 8px;
	background: none repeat scroll 0 0 #1F4E3A;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
}

div.pankuzu ul {
	padding: 0;
}

div.pankuzu ul li {
	float: left; /* IE10以下 */
	padding: 4px 5px 2px;
	color: #fff;
}

div.pankuzu ul li span {
	color: #fff;
}

div.pankuzu ul li a {
	color: #fff;
}


/*---------------------
 Footer
---------------------*/
#Footer {
	background: #1F4E3A;
	background: linear-gradient(#1F4E3A, #005D36) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(#1F4E3A), to(#005D36));
	clear: both;
	color: #fff;
	overflow: hidden;
	padding: 0 0 10px;
	width: 100%;
	font-size: 88%;
}

#Footer ul.footer-navi {
	background: url("") repeat-x scroll left top #EDEFE1;
	border-bottom: 1px solid #F9F2E5;
	padding: 12px 0;
	text-align: center;
	width: 100%;
}

#Footer ul.footer-navi li {
	display: inline;
	line-height: 1.6;
}

#Footer ul.footer-navi li span {
	color: #D0D0D0;
	margin: 0 4px;
}

#Footer p {
	padding: 5px;
}


/*---------------------
 pagetop
---------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.cart {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.pagetop a,
.cart a {
	display: block;
	height: 20px;
	background-color: #fff;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	text-align: center;
	color: #111;
	font-size: 16px;
	text-decoration: none;
	line-height: 20px;
	padding: 10px;
	 
	text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa; 
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	-moz-box-shadow: 1px 1px 2px #E7E7E7; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	
	background: #1f4e3a none repeat scroll 0 0;
	background: -moz-linear-gradient(#005D36, #1f4e3a);
	background: -webkit-linear-gradient(#005D36, #1f4e3a);
	background: -ms-linear-gradient(#005D36, #1f4e3a);
	
	background: #0099CC ; /* #006837; */
	background: -moz-linear-gradient(top,#0099CC  0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 2px solid #006699;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	
	color: #fff;
}

/*---------------------
 ボックス 
---------------------*/
div.section {
	width: 98.0%;
	background-color: #ffffff;
	/* border: 1px #c0c0c0 solid; */
	margin: 0 auto 8px;
	border-right: 1px #fcfcfc solid;
	border-left: 1px #fcfcfc solid;
}

/*---------------------
 ボックス 
---------------------*/
div.section95 {
	width: 95.0%;
	background-color: #ffffff;
	/* border: 1px #c0c0c0 solid; */
	margin: 0 auto 8px;
	overflow: hidden;
}

/*---------------------
 ボックス 
---------------------*/
div.section90 {
	width: 90.0%;
	background-color: #ffffff;
	/* border: 1px #c0c0c0 solid; */
	margin: 0 auto 8px;
	overflow: hidden;
}

/*---------------------
 ボックス 
---------------------*/
div.section.none {
	background-color: transparent;
}

/*---------------------
 ボックス 
---------------------*/
div.insidesection {
	width: 98.0%;
	/* border: 1px #c0c0c0 solid; */
	margin: 0 auto 0px;
}

/*---------------------
 ボックス 
---------------------*/
div.sectionfull {
	width: 100.0%;
	margin: 0 auto 0px;
}

/*---------------------
 mainbox
---------------------*/
.mainbox {
	margin-bottom: 10px;
	padding: 0px 10px;
}

.mainbox100 {
	margin-bottom: 10px;
	padding: 0px;
}

div.boxsection {
	background-color: #ffffff;
	border: 1px #f3f3f3 solid;
	border-right: 2px #f3f3f3 solid;
	border-bottom: 2px #f3f3f3 solid;
	margin: 0 0 8px;
	border: 1px #dadada solid;
	border-bottom: 2px #dadada solid;
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #fcfcfc);
	background: -webkit-linear-gradient(#fff, #fcfcfc);
	background: -ms-linear-gradient(#fff, #fcfcfc);
}

/* --- 見出し --- */
div.boxsection p.title {
	margin: 0;
	padding: 2px 5px;
	background-color: #EDECCD; /* 見出しセルの背景色 */
	border-bottom: 1px #c0c0c0 solid;
}

/* --- ボックス内の段落 --- */
div.boxsection p {
	/* margin: 1em 10px; */ /* 段落のマージン（上下、左右） */
	padding: 0.5em 0.5em 0.2em;
}

/* --- ボックス内の段落 --- */
div.boxsection div.renban {
	margin: 0; /* 段落のマージン（上下、左右） */
}

/*---------------------
 罫線付きボックス 
---------------------*/
div.borderbox {
	background-color: #fefefe;
	border: 1px #c0c0c0 solid;
	overflow: hidden;
}

/*---------------------
 罫線なしボックス 
---------------------*/
div.bordernonebox {
	overflow: hidden;
}

div.bordernonebox p.honbun {
	margin: 10px 0;
	padding: 0 13px;
}

/* --- 見出し強調 --- */
p.title_strong {
	margin: 0;
	padding: 2px 5px;
	background: #464646 none repeat scroll 0 0;
	background: #268300 none repeat scroll 0 0;
	background: -moz-linear-gradient(#449A76, #1f4e3a);
	background: -webkit-linear-gradient(#449A76, #1f4e3a);
	background: -ms-linear-gradient(#449A76, #1f4e3a);
	background: #156a15 none repeat scroll 0 0;
	color: #fff;
}

p.title_strong_bamei {
	margin: 0;
	padding: 2px 5px;
	background: #464646 none repeat scroll 0 0;
	background: #268300 none repeat scroll 0 0;
	background: -moz-linear-gradient(#449A76, #1f4e3a);
	background: -webkit-linear-gradient(#449A76, #1f4e3a);
	background: -ms-linear-gradient(#449A76, #1f4e3a);
	background: #156a15 none repeat scroll 0 0;
	color: #fff;
}

p.title_table_midasi {
	margin: 0;
	padding: 1px 5px;
	background: #449A76 none repeat scroll 0 0;
	background: -moz-linear-gradient(#449A76, #1f4e3a);
	background: -webkit-linear-gradient(#449A76, #1f4e3a);
	background: -ms-linear-gradient(#449A76, #1f4e3a);
	color: #fff;
	text-align: center;
	font-weight: 600;
}

p.title_strong a {
	color: #fff;
}

p.title_strong.toggle {
	padding-bottom: .2em;
	position: relative;
}

p.title_strong.toggle span.open {
	position: absolute;
	right: 10px;
	bottom: 0.2em;
	color: #fff
	font-size: 0.9em;
}

p.title_strong.toggle span.open:after  {
	content:"▲";
}

p.title_strong.toggle.displaynone span.open  {
	position: absolute;
	right: 10px;
	bottom: 0.2em;
}

p.title_strong.toggle.displaynone span.open:after  {
	content:"▼";
}

/*---------------------
 タブメニュー 
---------------------*/
#tab-menu,
.tab-menu,
.tab-link {
	display: table;
	width: 100%;
	border-spacing: 5px 0px;
}

#tab-menu > li,
.tab-menu > li,
.tab-link > li {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 5px;
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border: 1px solid #dadada;
	border-bottom: none;
	text-decoration: underline;
	text-align: center;
}

#tab-menu > li.active,
.tab-menu > li.active,
.tab-link > li.active {
	background: #268300 none repeat scroll 0 0;
	background: -moz-linear-gradient(#268300, #449A76);
	background: -webkit-linear-gradient(#268300, #449A76);
	background: -ms-linear-gradient(#268300, #449A76);
	background: #156a15 none repeat scroll 0 0;
	color: #fff;
}

#tab-menu > li:hover,
.tab-menu > li:hover,
.tab-link > li:hover {
	cursor: pointer;
	text-decoration: none;
}

/* タブの中身 */
#tab-box,
.tab-box {
	padding: 2px;
	border: 1px solid #ccc;
	border: 1px solid #fafafa;
	border-top: 1px solid #eee;
}
#tab-box > div,
.tab-box > div {
	display: none;
}
#tab-box > div.active,
.tab-box > div.active {
	display: block;
}

/* スマホ用 */
@media only screen and (max-width: 767px){

	#tab-menu > li,
	.tab-menu > li {
		float: left;
		border-bottom: 1px solid #eee;
	}

	#tab-menu > li.retu2,
	.tab-menu > li.retu2 {
		float: left;
		border-bottom: 1px solid #eee;
		width: 46%;
	}

}

/*---------------------
 タブメニュー 
---------------------*/
.tab-responsive {
	display: table;
	width: 100%;
	border-spacing: 5px 0px;
}

.tab-responsive li {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 5px;
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border: 1px solid #dadada;
	border-bottom: none;
	text-decoration: underline;
	text-align: center;
}

.tab-responsive li.active {
	background: #268300 none repeat scroll 0 0;
	background: -moz-linear-gradient(#268300, #449A76);
	background: -webkit-linear-gradient(#268300, #449A76);
	background: -ms-linear-gradient(#268300, #449A76);
	background: #156a15 none repeat scroll 0 0;
	color: #fff;
}

.tab-responsive li:hover {
	cursor: pointer;
	text-decoration: none;
}

/* タブの中身 */
.tab-responsive-box {
	padding: 5px;
	border: 1px solid #ccc;
}
.tab-responsive-box > div {
	display: none;
}
.tab-responsive-box > div.active {
	display: block;
}

/* スマホ用 */
@media only screen and (max-width: 767px){

	.tab-responsive > li {
		float: left;
		border-bottom: 1px solid #eee;
	}

}

/*---------------------
 ラジオボタンで切り替え 
---------------------*/
#radio-menu {
	list-style: none;
}

#radio-menu li {
	padding: 5px 5px;
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border: 1px solid #dadada;
	border-bottom: none;
	text-decoration: underline;
}

#radio-menu li.active {
	background: #268300 none repeat scroll 0 0;
	background: -moz-linear-gradient(#268300, #449A76);
	background: -webkit-linear-gradient(#268300, #449A76);
	background: -ms-linear-gradient(#268300, #449A76);
	background: #156a15 none repeat scroll 0 0;
}

#radio-menu li:hover {
	cursor: pointer;
	text-decoration: none;
}

#radio-menu dt {
margin: 0;
	padding: 2px 2px;
	background: #EDECCD none repeat scroll 0 0;
	border-bottom: 1px #c0c0c0 solid;
	color: #111;
}

#radio-menu dd {
	padding: 5px 5px;
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border: 1px solid #dadada;
	border-bottom: none;
	text-decoration: underline;
}

#radio-menu dd.active {
	background: #268300 none repeat scroll 0 0;
	background: -moz-linear-gradient(#268300, #449A76);
	background: -webkit-linear-gradient(#268300, #449A76);
	background: -ms-linear-gradient(#268300, #449A76);
	background: #156a15 none repeat scroll 0 0;
}

#radio-menu dd:hover {
	cursor: pointer;
	text-decoration: none;
}

/* 中身 */
#radio-box {
	padding: 5px;
}
#radio-box div {
	display: none;
}
#radio-box div.active {
	display: block;
}

/*---------------------
 
---------------------*/
.titleandindex {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}

.titleandindex .title {
	float: left\9; /* IE10以下 */
	width: 80%;
	background: #fff none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #fff);
	background: -webkit-linear-gradient(#fff, #fff);
	background: -ms-linear-gradient(#fff, #fff);
	border: 1px solid #e6e6e6;
	border-bottom: 3px solid #1f4e3a;
	height: 30px;
}

.titleandindex .title p {
	padding: 8px;
	font-weight: 600;
	vertical-align: middle;
}

.titleandindex .pagingarea {
	float: right\9; /* IE10以下 */
	width: 19%;
	text-align: right;
}

/*---------------------
 次へ 前へ 
---------------------*/
ul.paging {
	list-style-type: none;
	margin: 0;
	padding: 1px 0;
}

ul.paging li {
	display: inline;
	margin-right: -1px;
}

ul.paging li a {
	background-color: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
}

ul.paging li a:hover {
	background-color: #005D36;
	border: 1px solid #999;
	color: #FFFFFF;
	text-decoration: underline;
}

ul.paging li a.active {
	background-color: #005D36;
	border: 1px solid #ddd;
	color: #fff;
	display: inline-block;
	padding: 4px 8px;
}

ul.paging li span {
	background-color: #fff;
	border: 1px solid #C0C0C0;
	color: #808080;
	display: inline-block;
	padding: 4px 8px;
}


/*---------------------
 次へ 前へ 
---------------------*/
ul.pagination {
	list-style-type: none;
	margin: 0;
	padding: 1px 0;
	text-align: center;
}

ul.pagination li {
	display: inline;
	margin-right: -1px;
}

ul.pagination li a {
	background-color: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
}

ul.pagination li a:hover {
	background-color: #005D36;
	border: 1px solid #999;
	color: #FFFFFF;
	text-decoration: underline;
}

ul.pagination li a.active {
	background-color: #005D36;
	border: 1px solid #ddd;
	color: #fff;
	display: inline-block;
	padding: 4px 8px;
}

ul.pagination li span {
	background-color: #fff;
	border: 1px solid #C0C0C0;
	color: #808080;
	display: inline-block;
	padding: 4px 8px;
}

ul.pagination li button {
	background-color: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
}

ul.pagination li button:hover {
	cursor: pointer;
	background-color: #eee;
	text-decoration: underline;
}

ul.pagination li button.active {
	background-color: #005D36;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 4px 10px;
	color: #fff;
}

ul.pagination li button.active:hover {
	cursor: pointer;
	background-color: #fff;
	text-decoration: underline;
	color: #111;
}

/*---------------------
 sectionbox
---------------------*/
.sectionbox {
	margin: 0px auto 10px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.sectionbox p {
	padding: 10px;
	color: #111;
}

.sectiontitle {
	margin: 0px auto;
	background: #449a76 none repeat scroll 0 0;
	background: -moz-linear-gradient(#268300, #449a76);
	background: -webkit-linear-gradient(#268300, #449a76);
	background: -ms-linear-gradient(#268300, #449a76);
	background: #156a15 none repeat scroll 0 0;
	border: 1px solid #1f4e3a;
}

.sectiontitle p {
	padding: 5px;
	color: #fff;
	font-weight: 600;
}

.sectionbox_title {
	margin: 0px auto;
	background: #eaf1e2 none repeat scroll 0 0;
	border-bottom: 1px solid #bfd5aa;
}

.sectionbox_title p {
	padding: 5px;
	color: #111;
}

/* --- TM --- */
.sectionbox p.footer {
	padding: 0.1em 5px; /* 段落のマージン（上下、左右） */
	background-color: #eaf1e2; /* ボックスの背景色 */
	text-align: right;
	border-top: 1px #dadada solid;
}

/*---------------------
 box
---------------------*/
.box {
	margin: 5px auto;
	width: 100%;
}

/*---------------------
 box title
---------------------*/
.box .boxtitle {
	margin: 5px auto;
	width: 100%;
}

/*---------------------
 box content
---------------------*/
.box .boxcontent {
	margin: 5px auto;
	width: 98.0%;
}


/*---------------------
 text_box
---------------------*/
.text_box {
	padding: 10px;
	border: 1px solid #f1f1f1;
	background: #fff;
}

.text_box_text {
	font-size: 100%;
	color: #111;
	line-height: 1.5;
	margin: 0 0 8px 0;
	white-space: normal;
}


/*---------------------
 accordionmenu
---------------------*/
#menu .accordionmenu {
	padding: 2px 5px 2px;
}

/*---------------------
 アコーディオンメニュー
---------------------*/
/* クリック部分 */
.acMenu_open dt ,
.acMenu dt {
	cursor: pointer;
	position: relative;
}

.acMenu_open dt .midasi_sub ,
.acMenu dt .midasi_sub {
	margin: 5px 0;
}

/* 折り畳んでいるときの矢印 */
.acMenu_open dt.active:after ,
.acMenu dt:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -8px 0 0 0;
	content:"▼";
	font-size: 12px;
	color: #1f4e3a;
}

/* 開いているときの矢印 */
.acMenu_open dt:after ,
.acMenu dt.active:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -8px 0 0 0;
	content:"▲";
	font-size: 12px;
	color: #1f4e3a;
}

/* 最初から開いておく */
.acMenu_open dd {
	display: blcok;
	background: #fff;
	padding: 5px;
}

/* 最初は閉じておく */
.acMenu dd {
	display: none;
}

/*---------------------
 pankuzu
---------------------*/

.pankuzulist {
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: flex;
	/* justify-content: space-between; */
	background: #faf8f5 none repeat scroll 0 0;
}

.pankuzulist .list {
	width: 100%;
	/* justify-content: space-between; */
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.pankuzulist .list ol {
	display: -webkit-box;
	display: flex;
	list-style-type: none;
	width: 960px;/*メニューの横幅*/
	height: 100%;
	margin: 0 auto;
	padding: 0;
	border-bottom: 3px solid #1f4e3a;
}
.pankuzulist .list ol li {
	float: left\9; /* IE10以下 */
	text-align: center;
	padding: 8px 6px;
	font-size : 16px;
}

.pankuzulist .list ol li:before {
	content:" > ";
	color: #111;
}

.pankuzulist .list ol li:first-child:before {
	content:"";
	color: #111;
}

.pankuzulist .list ol a {
	color: #111;
}

/*---------------------
 .side
---------------------*/
.side {
	margin: 0 0 8px;
}

.sidemenuindex > ul {
	border-bottom: 0px solid #dadada;
	/*
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	*/
}

.sidemenuindex > ul > li {
	/*
	float: left\9;
	*/ /* IE10以下 */
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #fcfcfc);
	background: -webkit-linear-gradient(#fff, #fcfcfc);
	background: -ms-linear-gradient(#fff, #fcfcfc);
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
	text-align: center;
	padding: 8px 2px;
}

.sidemenuindex > ul > li:last-child {
	border-bottom: 1px solid #dadada;
}

.sidemenuindex > ul > li.menu {
	background: #f1f3e8 none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #fafafa);
	background: -webkit-linear-gradient(#fff, #fafafa);
	background: -ms-linear-gradient(#fff, #fafafa);
	/* border: 1px solid #1f4e3a; */
	border-left: 5px solid #1f4e3a;
	border-bottom: 1px solid #1f4e3a;
	text-align: left;
}

.sidemenuindex > ul > li.menu p {
	margin-left: 5px;
	font-weight: bold;
}

.sidemenuindex > ul > li.active {
	background: #464646 none repeat scroll 0 0;
	background: #268300 none repeat scroll 0 0;
	background: -moz-linear-gradient(#449A76, #1f4e3a);
	background: -webkit-linear-gradient(#449A76, #1f4e3a);
	background: -ms-linear-gradient(#449A76, #1f4e3a);
	background: #156a15 none repeat scroll 0 0;
}

.sidemenuindex > ul > li a {
	display: block;
	position: relative;
}

.sidemenuindex > ul > li a:after {
	display: block;
	content: "▶";
	position: absolute;
	top: 50%;
	right: 10px;
	/*
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #1f4e3a;
	border-right: solid 2px #1f4e3a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	*/
	margin: -12px 0 0 0;
}

.sidemenuindex ul > li.active a {
	display: block;
	position: relative;
	color: #fff;
}

/*---------------------
 .sitemapindex
---------------------*/

.sitemapindex > ul {
	border-bottom: 0px solid #dadada;
	/*
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	*/
}

.sitemapindex > ul > li {
	/*
	float: left\9;
	*/ /* IE10以下 */
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #fcfcfc);
	background: -webkit-linear-gradient(#fff, #fcfcfc);
	background: -ms-linear-gradient(#fff, #fcfcfc);
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
	text-align: left;
	padding: 6px 8px;
}

.sitemapindex > ul > li:last-child {
	border-bottom: 1px solid #dadada;
}

.sitemapindex > ul > li.menu {
	background: #f1f3e8 none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #fafafa);
	background: -webkit-linear-gradient(#fff, #fafafa);
	background: -ms-linear-gradient(#fff, #fafafa);
	/* border: 1px solid #1f4e3a; */
	border-left: 5px solid #1f4e3a;
	border-bottom: 1px solid #1f4e3a;
	text-align: left;
}

.sitemapindex > ul > li.menu p {
	margin-left: 5px;
	font-weight: bold;
}

.sitemapindex > ul > li.active {
	background: #464646 none repeat scroll 0 0;
	background: #268300 none repeat scroll 0 0;
	background: -moz-linear-gradient(#449A76, #1f4e3a);
	background: -webkit-linear-gradient(#449A76, #1f4e3a);
	background: -ms-linear-gradient(#449A76, #1f4e3a);
	background: #156a15 none repeat scroll 0 0;
}

.sitemapindex > ul > li a {
	display: block;
	position: relative;
}

.sitemapindex > ul > li a:after {
	display: block;
	content: "▶";
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -12px 0 0 0;
}

.sitemapindex ul > li.active a {
	display: block;
	position: relative;
	color: #fff;
}

.sitemapindex > ul > li p.sub {
	margin-left: 20px;
}

/*---------------------
 .ヘッダーに置く場合
---------------------*/
.header_menubox .menuboxindex > ul > li {
	background: #fafafa none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #fafafa);
	background: -webkit-linear-gradient(#fff, #fafafa);
	background: -ms-linear-gradient(#fff, #fafafa);
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
	text-align: center;
	padding: 8px 2px;
}

.menuboxindex > ul > li a {
	display: block;
	position: relative;
}

.menuboxindex > ul > li a:after {
	display: block;
	content: "▶";
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -12px 0 0 0;
}

.menuboxindex > ul > li.close {
	background: #333 none repeat scroll 0 0;
	/* border: 1px solid #1f4e3a; */
	border-left: 5px solid #1f4e3a;
	border-bottom: 1px solid #1f4e3a;
}

.menuboxindex > ul > li.close p {
	margin-left: 5px;
	font-weight: bold;
	color: #fff;
}

.header_menubox p.menubox_close {
	background: #333 none repeat scroll 0 0;
	color: #FFFFFF;
	text-align: center;
	padding: 16px;
	border-bottom: 3px solid #1f4e3a;
}

/*---------------------
 .dlbox
---------------------*/
.dlbox {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	padding: 16px 8px;
}


.dlbox dt {
	float: left\9; /* IE10以下 */
	font-size: 15px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}

.dlbox dd {
	float: left\9; /* IE10以下 */
	font-size: 15px;
	vertical-align: middle;
	text-align: right;
	font-weight: bold;
}

/*---------------------
 ul.mypage
---------------------*/
ul.mypage {

}

ul.mypage li {
	float: left;
}

ul.mypage li.right {
	float: right;
}

ul.mypage li a p.button {
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border: 1px solid #eee;
}

ul.mypage li a {

}



/*-------------------------------------
#submit
---------------------------------------*/
input[type=submit].bookbutton,
button.bookbutton {
	background: #0099CC ; /* #006837; */
	background: -moz-linear-gradient(top,#0099CC  0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 2px solid #006699;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	border-width:0;
	padding: 5px;
	font-size: 100%;
}

input[type=submit].bookbutton_simple,
button.bookbutton_simple {
	background: #fff ; /* #006837; */
	background: -moz-linear-gradient(top,#fff  0%,#fafafa);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa));
	border: 2px solid #fafafa;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	border-width:0;
	padding: 5px;
	font-size: 100%;
}

/*-------------------------------------
p.button
---------------------------------------*/
p.bookbutton {
	background: #0099CC ; /* #006837; */
	background: -moz-linear-gradient(top,#0099CC  0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 2px solid #006699;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	border-width:0;
	padding: 5px;
	font-size: 100%;
	text-align: center;
}

p.bookbutton_simple {
	background: #fff ; /* #006837; */
	background: -moz-linear-gradient(top,#fff  0%,#fafafa);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa));
	border: 2px solid #fafafa;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	border-width:0;
	padding: 5px;
	font-size: 100%;
	text-align: center;
}

/*-------------------------------------
acMenu
---------------------------------------*/
#acMenu ,
#acMenu2 ,
#acTouroku {
/*	margin-bottom: 10px;*/
	margin-bottom: 1px;
}

#acMenu dt,
#acTouroku dt{
	display: block;
	cursor: pointer;
	background: #1f4e3a none repeat scroll 0 0;
	background: -moz-linear-gradient(#005D36, #1f4e3a);
	background: -webkit-linear-gradient(#005D36, #1f4e3a);
	background: -ms-linear-gradient(#005D36, #1f4e3a);
	padding: 7.5px 10px;
	color: #fff;
	margin-bottom:2px;
	position: relative;
}

#acMenu dt:before,
#acTouroku dt:before{
	content:" ";
}

#acMenu2 dt {
	display: block;
	cursor: pointer;
	background: #6AD500;
	background: -webkit-gradient(linear, left top, left bottom, from(#6AD500), to(#6AB123));
	background: linear-gradient(#6AD500, #6AB123) repeat scroll 0 0 #6AD500;
	padding: 7.5px 10px;
	color: #fff;
	margin-bottom:2px;
	position: relative;
}

#acMenu dd{
	background: #f2f2f2;
	display: none;
	margin-bottom:2px;
	padding: 2px 5px;
}

#acMenu2 dd{
	background: #f2f2f2;
	margin-bottom:2px;
	padding: 2px 5px;
}

#acTouroku dd{
	background: #f2f2f2;
	margin-bottom:2px;
	padding: 2px 5px;
}

#acMenu dt.active ,
#acTouroku dt.active {
	display: block;
	cursor: pointer;
	background: #1f4e3a none repeat scroll 0 0;
	background: -moz-linear-gradient(#005D36, #1f4e3a);
	background: -webkit-linear-gradient(#005D36, #1f4e3a);
	background: -ms-linear-gradient(#005D36, #1f4e3a);
	padding: 7.5px 10px;
	color: #fff;
	position: relative;
}

#acMenu2 dt.active {
	display: block;
	cursor: pointer;
	background: #6AD500;
	background: -webkit-gradient(linear, left top, left bottom, from(#6AD500), to(#6AB123));
	background: linear-gradient(#6AD500, #6AB123) repeat scroll 0 0 #6AD500;
	padding: 7.5px 10px;
	color: #fff;
}

#acMenu dt p.icon ,
#acMenu2 dt p.icon,
#acTouroku dt p.icon {
	/*background: url("//style.keibabook.co.jp/images/common/ico_under.png") no-repeat scroll right 50%;*/
}

#acMenu dt.active p.icon ,
#acMenu2 dt.active p.icon ,
#acTouroku dt.active p.icon {
	/*background: url("//style.keibabook.co.jp/images/common/ico_up.png") no-repeat scroll right 50%;*/
}

#acMenu dt span.icon {
	position: absolute;
	right: 10px;
}

#acMenu dt span.icon:after  {
	content:"▼";
}

#acMenu dt.active span.icon  {
	position: absolute;
	right: 10px;
}

#acMenu dt.active span.icon:after  {
	content:"▲";
}

/*-------------------------------------
menutable
---------------------------------------*/
div.menutable {
	background-color: #eee;
}

div.menutable table {
	width: 100%;
	table-layout: fixed;
}

div.menutable table {
	width: 100%;
	table-layout: fixed;
}

div.menutable table.open td {
	height: 40px;
	width: auto;
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	text-align: center;
	font-size: 94%;
}

div.menutable table.open td.totop {
	background: -moz-linear-gradient(#fff, #FFF8B8);
	background: -webkit-linear-gradient(#fff, #FFF8B8);
	background: -ms-linear-gradient(#fff, #FFF8B8);	
}

div.menutable table.sub td {
	height: 36px;
	width: auto;
	background: #fff none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #fff);
	background: -webkit-linear-gradient(#fff, #fff);
	background: -ms-linear-gradient(#fff, #fff);
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	text-align: center;
	font-size: 94%;
	color: #111;
}

div.menutable table.sub td.linknasi {
	background: -moz-linear-gradient(#005D36, #1f4e3a);
	background: -webkit-linear-gradient(#005D36, #1f4e3a);
	background: -ms-linear-gradient(#005D36, #1f4e3a);
	background: #ccc none repeat scroll 0 0;
}

div.menutable table td.active,
div.menutable table.sub td.active {
	background: #333 none repeat scroll 0 0;
	background: #1f4e3a none repeat scroll 0 0;
	background: -moz-linear-gradient(#005D36, #1f4e3a);
	background: -webkit-linear-gradient(#005D36, #1f4e3a);
	background: -ms-linear-gradient(#005D36, #1f4e3a);
	background: #333 none repeat scroll 0 0;
	color: #fff;
	font-weight: 600;
}

div.menutable table td.active a,
div.menutable table.sub td.active a {
	color: #fff;
}

div.menutable table td a,
div.menutable table.sub td a {
	display: block;
}

div.menutable table.open td.button {
	height: 40px;
	position: relative;
	width: 38px;
	vertical-align: top;
	background: #f3f3f3;
}

div.menutable table.sub.open td.button {
	height: 36px;
	position: relative;
	width: 38px;
	vertical-align: top;
	background: #f3f3f3;
}

div.menutable table.open td.button:hover {
	cursor: pointer;
}

div.menutable table.open td.button p {
	color: #1f4e3a;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	background: #c0232b;
}

div.menutable table.open td.button p.open {
	font-size: 16px;
	white-space: nowrap;
}

div.menutable table.open td.button p.close {
	font-size: 13px;
	white-space: nowrap;
}

div.menutable table.open td a.charge {
	font-size: 80%;
}

/*-------------------------------------
selectボックスを入れるbox
---------------------------------------*/
div.selectmenu {
	background-color: #fff;
	margin-bottom: 5px;
}

div.selectmenu table.selectmenu {
	background-color: #014099;
	margin-left: auto;
}

div.selectmenu table.selectmenu_left {
	background-color: #014099;
	margin-right: auto;
}

div.selectmenu table.selectmenu td,
div.selectmenu table.selectmenu_left td {
	padding: 3px 5px;
}

div.selectmenu table.selectmenu td.title,
div.selectmenu table.selectmenu_left td.title {
	background-color: #014099;
	color: #fff;
}

/*-------------------------------------
見出し付きボックス
---------------------------------------*/
div.oshirase {
	margin: 5px 0px;
	background-color: #fff; /* ボックスの背景色 */
	border: 1px #c0c0c0 solid; /* ボックスの境界線 */
}

/* --- 見出し --- */
div.oshirase p.title {
	margin: 0; /* 見出しのマージン */
	padding: 6px 10px; /* 見出しのパディング（上下、左右） */
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border-bottom: 1px #c0c0c0 solid; /* 見出しの下境界線 */
}

/* --- 見出し --- */
div.oshirase p.titlestorng {
	margin: 0; /* 見出しのマージン */
	padding: 6px 10px; /* 見出しのパディング（上下、左右） */
	background: #0099CC ; /* #006837; */
	background: -moz-linear-gradient(top,#0099CC  0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border-bottom: 1px #c0c0c0 solid; /* 見出しの下境界線 */
	color: #fff;
}

/* --- ボックス内の段落 --- */
div.oshirase p.honbun {
	margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

/*-------------------------------------
有料メニューの案内用ボックス
---------------------------------------*/
p.annai {
	text-align: center;
	margin: 0px auto;
}

div.annai {
	margin: 5px 0px;
	background-color: #fff; /* ボックスの背景色 */
	border: 1px #c0c0c0 solid; /* ボックスの境界線 */
}

/* --- 見出し --- */
div.annai p.title {
	margin: 0; /* 見出しのマージン */
	padding: 6px 10px; /* 見出しのパディング（上下、左右） */
	background: #fafafa none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #fafafa);
	background: -webkit-linear-gradient(#fff, #fafafa);
	background: -ms-linear-gradient(#fff, #fafafa);
	background: #c0232b none repeat scroll 0 0; 
	border-bottom: 5px #fff double; /* 見出しの下境界線 */
	color: #fff;
}

/* --- ボックス内の段落 --- */
div.annai p.honbun {
	margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

/*-------------------------------------
横スクロールさせるbox
---------------------------------------*/

.yokoscroll {
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.yokoscroll::before {
	content: '［横にスクロールできます］';
	color:#ea8d02d4;
}

.yokoscroll_or::before {
	color:#ea8d02d4;
}
	
/* スマホ用 */
/* 
@media only screen and (max-width: 640px){
*/

	.yokoscroll table {
		width: 640px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.yokoscroll::-webkit-scrollbar {
		height: 80px;
	}
	.yokoscroll::-webkit-scrollbar-track {
		border-radius: 0px;
		background: #fff;
	}
	.yokoscroll::-webkit-scrollbar-thumb {
		border-radius: 2px;
		background: #449A76;
	}

	.yokoscroll::-webkit-scrollbar-track-piece {
		background: #efefef;
	}

	.yokoscroll::-webkit-scrollbar {
		width:5px;
		background:#eee;
	}
	.yokoscroll::-webkit-scrollbar:horizontal {
		height:10px;
	}
	.yokoscroll::-webkit-scrollbar-button {
		width: 10px;
		height: 10px;
		background:#666;
	}

	.yokoscroll::-webkit-scrollbar:vertical {
		display: none;
	}

	.yokoscroll.nowrap table th,
	.yokoscroll.nowrap table td {
		white-space: nowrap;
	}
/* 
}
*/

/*-------------------------------------
もっと見るで使うボタン
---------------------------------------*/
div.bookbutton {
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div.bookbutton a {
	display: block;
}

div.bookbutton p {
	padding: 15px 10px;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

div.bookbutton p.button {
	padding: 15px 10px;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-decoration: underline;
	cursor: pointer;
}

/* お待たせ最新案内の更新ボタン */
div.bookbutton p.get_omatase {
	padding: 3px 10px;
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-decoration: underline;
	cursor: pointer;
}

/*-------------------------------------
サイドのバナー
---------------------------------------*/
.side-banner {
	margin: 0 auto 15px;
	text-align: center;
}

/*-------------------------------------
メインイメージ
---------------------------------------*/
.mainimage {
	margin: 0 2px 15px;
	text-align: center;
}
.mainimage img {
	margin: 0 auto;
	border: 1px solid #aaa;
}

/*-------------------------------------
メインイメージ 用
---------------------------------------*/
.mainimage .tokusyu p {
	background: #fff;
	font-weight: 600;
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	text-align: center;
	padding: 8px 3px;
	white-space: nowrap;
}

.mainimage .tokusyu {
	background: #fff;
	margin: 0 0 8px;
	font-weight: 600;
}


/*-------------------------------------
バナー
---------------------------------------*/
.banner_imageonly {
	margin-bottom: 5px;
	text-align: center;
}

.banner {
	margin-bottom: 5px;
	background: #fff;
	border: 1px solid;
	border-color: #eee #ccc #ccc;
}

.banner.web {
	margin-bottom: 5px;
	background: #E44747;
	border: 1px solid #BD4646;
	border-right: 2px solid #BD4646;
	border-bottom: 2px solid #BD4646;
	color: #fff;
}

.banner.weblite {
	margin-bottom: 5px;
	background: #338C31;
	border: 1px solid #1F7D1E;
	border-right: 2px solid #1F7D1E;
	border-bottom: 2px solid #1F7D1E;
	color: #fff;
}

.banner.netshinbun {
	margin-bottom: 5px;
	background: #304294;
	border: 1px solid #181F46;
	border-right: 2px solid #181F46;
	border-bottom: 2px solid #181F46;
	color: #fff;
}

.banner.web a {
	color: #fff;
}

.banner.weblite a {
	color: #fff;
}

.banner.netshinbun a {
	color: #fff;
}

/*---------------------
 dl-banner
---------------------*/
dl.dl-banner {
	display: table;
	margin: 0 0 0px;
	width: 100%;
}

dl.dl-banner > dt {
	display: table-cell;
	margin: auto 0.1%;
	vertical-align: middle;
}

dl.dl-banner > dt.image {
	height: 50px;
	width: 80px;
	padding: 2px;
	text-align: center;
}

dl.dl-banner > dt.image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #ccc;
}

dl.dl-banner > dt.honbun {
	padding: 2px;
	text-align: left;
}

dl.dl-banner > dt.honbun > p.title {
	font-size: 0.9em;
	font-weight: 600;
}

dl.dl-banner > dt.honbun > p.honbun {
	font-size: 0.7em;
	color: #333;
}

/*-------------------------------------
バナー
---------------------------------------*/
.image_banner {
	width: 160px;
	margin-bottom: 2px;
	background: #fafafa none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #fafafa);
	background: -webkit-linear-gradient(#fff, #fafafa);
	background: -ms-linear-gradient(#fff, #fafafa);
	border: 1px solid;
	border-color: #eee #ccc #ccc;
	margin: 0 1px;
}

.image_banner.wide {
	width: 160px;
}

.image_banner p.img {
	text-align: center;
}

.image_banner p.img img {
	margin: auto;
	border: 1px solid #eee;
}

.image_banner p.title {
	text-align: left;
	background: transparent none repeat scroll 0 0;
	border-top: 0px solid #ddd;
	background: #f6f6f6 none repeat scroll 0 0;
	border-top: 1px solid #ddd;
	padding: 4px 4px;
	white-space: nowrap;
}

/*---------------------
 fade_oshirase
---------------------*/
.fade_oshirase {
	position: absolute;
	top: 15px;
	right: 50%;
	right: 1px;
	z-index: 10000;
	padding: 0.2em;
	opacity: 0.9;
}

/*---------------------
 box27
---------------------*/
.box27 {
	position: relative;
	margin: 2em 0 1em;
	padding: 0.5em 0.5em;
	border: solid 2px #c0232b ;
	background: #fff;
}
.box27 .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 17px;
	background: #c0232b ;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.box27 p {
	margin: 0; 
	padding: 0;
}

.box27_yajirusi {
	width: 100%;
	text-align: center;
	color: #c0232b;
}

/*---------------------
 前へ次へ
---------------------*/
/*  */
@media only screen and (min-width: 300px){

	#before_race {
		display: none;
		position: fixed;
		/* top: 50%; */
		left: 5px;
		z-index: 10;
		bottom: 45px;
	}

	#next_race {
		display: none;
		position: fixed;
		/* top: 50%; */
		right: 5px;
		z-index: 10;
		bottom: 45px;
	}

	#before_race a,
	#next_race a {
		display: block;
		height: 20px;
		background-color: #fff;
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity:0.85;
		text-align: center;
		color: #111;
		font-size: 16px;
		text-decoration: none;
		line-height: 20px;
		padding: 10px;
		 
		text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa; 
		-webkit-box-shadow: 1px 1px 2px #E7E7E7;
		-moz-box-shadow: 1px 1px 2px #E7E7E7; 
		-webkit-border-radius: 3px; 
		-moz-border-radius: 3px;
		
		background: #333 none repeat scroll 0 0;
		background: -moz-linear-gradient(#333, #333);
		background: -webkit-linear-gradient(#333, #333);
		background: -ms-linear-gradient(#333, #333);
		color: #fff;
	}

	#before_race a:hover,
	#next_race a:hover {
		text-decoration: underline;
		background: #111 none repeat scroll 0 0;
	}

}


/*-------------------------------------
floatでタブ start
---------------------------------------*/
ul#tab-menu-float {
	margin: 0 auto;
	border-bottom: 0px solid #dadada;
	display: flex;
	flex-wrap: wrap;
}

ul#tab-menu-float li {
	float: left\9; /* IE10以下 */
	background: #fafafa none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #fafafa);
	background: -webkit-linear-gradient(#fff, #fafafa);
	background: -ms-linear-gradient(#fff, #fafafa);
	border-right: 1px solid;
	border-color: #eee #ccc #ccc;
	text-align: center;
	padding: 5px 8px;
}

ul#tab-menu-float li.active {
	background: -moz-linear-gradient(#449A76, #1f4e3a);
	background: -webkit-linear-gradient(#449A76, #1f4e3a);
	background: -ms-linear-gradient(#449A76, #1f4e3a);
	background: #156a15 none repeat scroll 0 0;
	color: #fff;
}

ul#tab-menu-float li:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* activeの場合は下線のみ */
ul#tab-menu-float.underline li {
	background: #fafafa;
	border-bottom: 2px solid #eee;
	color: #111;
}

ul#tab-menu-float.underline li.active {
	background: #fafafa;
	border-bottom: 2px solid #156a15;
	color: #111;
}

#tab-box-float > div {
	display: none;
}

#tab-box-float > div.active {
	display: block;
}
/*-------------------------------------
floatでタブ end
---------------------------------------*/