@charset "utf-8";
/** *****************************************************************
ナビ・メニュー
最終更新日：2014.05.01
***************************************************************** **/
#NAV-wrap {
	display: none;
  width: 100%;
	border-bottom:5px #1b418c solid;
}
@media only screen and (max-width: 768px) {
#NAV-wrap {
	display: block;
	border-bottom:none;
	position: fixed;
	top: 0;left: 0;
	z-index: 9999;
}
}

#NAV {
	max-width: 1000px;
  width: 100%;
	margin: 0 auto;
	font-size: 1.2em;
}
/* フロート解除 */
#NAV:before,
#NAV:after {
    content:"";
    display:table;
}
#NAV:after {
    clear:both;
}


.menubox {
    overflow: hidden;
    position: relative;
}
.menubox ul {
    list-style: none outside none;
    margin:0;		padding: 0;
}
.menubox ul li {
    float: left;
	width: 16.6667%;

	text-align: center;
	border-left:1px #1b418c solid;
}
.menubox ul li:last-child {
	border-right:1px #1b418c solid;
}

.menubox ul li#NAVinq {
	display: none;
}


.menubox ul li a{
  display: block;
	padding: 10px 0;
	line-height: 1;
  text-align: center;
  text-decoration: none;
	font-weight: bold;
}



#NAV a{color: #000000;}
#NAV a:hover{background: #e8f3f7}


#toggle{ 
 display: none;
}

@media only screen and (max-width: 768px) {
#menu{
	display: none;
}
#menu li{
	width: 100%;
}

.menubox ul li#NAVinq {
	display: block;
}
.menubox ul li a{
  display: block;
  padding: 1.0em 0.5em;
  color: #666;
  text-align: left;
  text-decoration: none;
	border-bottom:1px #dddddd solid;
	background-color: #ffffff;
	font-size:0.75em;
}

.menubox ul li a:hover{
  background: #e9ff8a;
}

  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #000000;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 0 0;
		height: 40px;
		line-height: 40px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
		font-size: 1.4em;
		letter-spacing: 2px;
  }
  #toggle a:hover{
    background: #666;
  }

  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 22px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 5px;
    background: #000;
  }
  #toggle a:before{
    margin-top: -5px;
  }
  #toggle a:after{
    margin-top: 3px;
  }




}



/* *-------------------------------------------------------------------
 ミニヘッダー
https://mae.chab.in/archives/2703
-------------------------------------------------------------------* */
.cb-header {
	z-index: 4444;
  position: fixed;
  left: 0;
/*  visibility: hidden;*/
}
#cb-header{
  position: fixed;
	z-index: 4444;
  left: 0;
	width: 100%;
/*	width: 1000px;*/
	background: #ffffff;
	height: 60px;
	box-shadow: 0 2px 4px #dddddd;
/*	border-bottom:2px #1b418c solid;*/
}

.cbh{
	width: 1000px;
	margin: auto;
}


#cb-header .cbh-name{
	width: 200px;
	float: left;
	padding:13px 10px 0 10px;
/*	height: 60px;*/
}

#cb-header .cbh-name h1 a:hover img {
opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);	/* IE lt 8 */
-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}




#cb-header nav#headerNAV{
	float: left;
	width: 760px;
	margin-top: 20px;
	margin-left: 40px;
}



#cb-header nav#headerNAV ul li{
	float: left;
	border-right:2px #1b418c solid;
	padding-right: 20px;
	margin-right: 20px;
}
#cb-header nav#headerNAV ul li:first-child{
	border-left:2px #1b418c solid;
	padding-left: 20px;
}
#cb-header nav#headerNAV ul li a{
	color: #000000;
	font-weight: 600;
}
#cb-header nav#headerNAV ul li a:hover{
	color: #1b418c;
}


/*
nav#headerNAV .menu > li {
	
	width: 16%;
	float: left;
	border-right:1px #cccccc solid;

	text-align: center;
}
*/


@media only screen and (max-width: 768px) {

#cb-header {
	display: none;
}

}


