@charset "utf-8";
/*
ナビゲーションの大枠 
*/

#navbox {
	width:100%;
	display:block;
	float:left;
	margin-top: 20px;
}


/*
メインメニュー 
*/



#menu{
	width:100%;
	max-width:1000px;
	min-width:200px;
  float:none;
  margin:0 auto;
  display:block;
  padding: 0;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: bold;
}
#menu li{
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

.menuh {
	width:15.5%;
}

.menuw {
	width:16.5%;
}

#menu li a{
  display: block;
  padding: 0;
  color: #444;
  text-align: center;
  text-decoration: none;
  height:40px;
  font-size:11px;
  font-size:1.1rem;
  padding-top:20px;
	border-left: #B9B199 1px dotted;
}
.nav_br{
	border-right: #B9B199 1px dotted;
}
#menu li a:hover{
	height:40px;
	color: #B9B199;
}
#toggle{ 
 display: none;
}

/*ページトップボタン（非表示）*/
#pagetopBtn {
	position: fixed;
	right: 0;
	bottom: -65px;
	width: 130px;
	height: 130px;
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	transition: 0.1s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg); 
}
/*ページトップボタン（表示）*/
#pagetopBtn.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg); 
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
@media only screen and (max-width: 1000px)
{
 #menu{
    display: none;
  }
#menu li{
    width: 50%;
	line-height: 40px;
	border-left: none;
  }
#menu li a{
  display: block;
  padding: 0;
	background: #94252A;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-left: none;
}
#menu li a:hover{
	color: #94252A;
	background:url(../images/backimg02.jpg);
}
.nav_br{
	border-right: none;
}
 #toggle{
    display: block;
    position: relative;
    width: 100%;
	background:url(../images/backimg02.jpg);
	 border-top:2px #94252A solid;
	 border-bottom:2px #94252A solid;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 10px 0 10px;
    text-align: center;
    text-decoration: none;
	  color: #94252A;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #94252A;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background:url(../images/backimg02.jpg);
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }    
}
@media only screen and (max-width: 768px)
{
}
@media only screen and (max-width: 480px)
{
#menu li{
    width: 100%;
	border-bottom: 1px dotted #CE3E45;
}
#menu li a{
	height:50px;
	line-height:50px;
}
#menu li a:hover{
	height:50px;
	line-height:50px;
}
}
