@charset "shift_jis";
/*///////////////////////////////////////////////////////////////////////////////////////////////　ニュースタチE
*/
ul#tab {
	zoom: 1;
	background: #D3C3B3;
	border-bottom: 0px solid #c81528;
	list-style: none;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	box-sizing:border-box;
/*	border-radius:8px 8px 0px 0px ;
	-moz-border-radius:8px 8px 0px 0px ;
	-webkit-border-radius:8px 8px 0px 0px ;*/
}
ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ul#tab li {
	float: left;
	text-align: center;
	/* border-radius */
	border-radius:8px 8px 0px 0px ;
	-moz-border-radius:8px 8px 0px 0px ;
	-webkit-border-radius:8px 8px 0px 0px ;
	box-sizing:border-box;
	width: 33.333%;
	background: #A78767;

	
}
/*ul#tab li:last-child {
	background: none;
}*/
ul#tab li a {
	display: block;
	font-size:16px;
	font-weight:bold;
	padding: 15px 0px;
	text-decoration: none;
		color:#FFF;
	border-radius:8px 8px 0px 0px ;
	-moz-border-radius:8px 8px 0px 0px ;
	-webkit-border-radius:8px 8px 0px 0px ;
	box-sizing:border-box;
}
ul#tab li a:hover {

	background: #BDA68E;
	color: #000;
}


ul#tab li.active,
ul#tab li.active a,
ul#tab li.active a:hover {
	background: #ffffff;
	color: #000;
}
#detail {
	overflow-y:scroll;
	clear: both;
	background: #ffffff;
	width:100%;
	height:730px;
	padding: 10px;
	box-sizing:border-box;
	border-left: solid #D3C3B3 10px;
	border-right: solid #D3C3B3 10px;
	border-bottom: solid #D3C3B3 10px;
	/* border-radius */
	border-radius:0px 0px 8px 8px  ;
	-moz-border-radius:0px 0px 8px 8px  ;
	-webkit-border-radius:0px 0px 8px 8px  ;
}
.tabbox {
	display: none;
	overflow: hidden;
	padding: 10px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////　アコーチEオン
*/
.accordion{

}
.accordionTitle{

}
.accordionBtn{
	cursor:pointer;
}
.accordionDetail {
	display:none;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////　ペEジトッチE
*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
	background: #D9FFDD;
	text-decoration: none;
	border: 2px solid #666600;
	color: #000;
	padding:20px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	zoom:1;
}
#page-top a:hover {
  text-decoration: none;
	background:#9EA91C;
	color:#FFF;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////　固定ナビゲーション
*/
.pc-side-nav-fixed {
	top: 2%;
/*	left: 68%;*/
	/*width: 18%;*/
	position: fixed;
	}

#pc-side-nav a img:hover{
filter:alpha(opacity=80);
opacity:0.8;
-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; -ms-transition: 0.4s; transition: 0.4s; 

}

