@charset "UTF-8";
/*グローバルメニュー------------------------------------------------*/

#menuber {
    width: 100%;
    clear: both;
}

/*global-nav------------------------------------------------*/
.global-nav {
    margin-top: 0;
    /* [disabled]margin-bottom: 30px; */
    font-size: 16px;
    list-style-type: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 639px;
}
/*clearfix*/
.global-nav:after {
  content: "";
  clear: both;
  display: block;
}
.global-nav li  {
	float: left;
	width: 24.5%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*	margin-top: 1%;*/
	/*margin-bottom:1%;*/
	padding: 1% 0 0.8% 0;

}
/*.global-nav li:nth-child(1) {
	border-bottom: thin dotted #2082AC;
}
.global-nav li:nth-child(2) {
	border-bottom: thin dotted #2082AC;
}
.global-nav li:nth-child(3) {
	border-bottom: thin dotted #2082AC;
}*/
.global-nav li:nth-child(1) {
	border-left: none;
    border-right: thin solid #FFFFFF;
	
}
.global-nav li:nth-child(2) {
	border-right: none;
 border-right: thin solid #FFFFFF;
}
.global-nav li:nth-child(3) {
	border-left: none;
 border-right: thin solid #FFFFFF;
}
.global-nav li:nth-child(4) {
	border-right:none;
	
}
.global-nav a {
    display: block;
    color: #40210D;
    text-decoration: none;
    line-height: 20px;
}
.global-nav a:hover {
    color: #998675;
 /*   background-color: hsla(198,76%,52%,0.30);*/
    background-image: url(../images/menu-bk_23.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}



/*横幅1280px以上に適応*/
@media screen and (min-width: 640px) {

.global-nav {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: none;
    max-width: 1100px;
}
/*.global-nav li {
    float: none;
    display: table-cell;
    width: 16.6%;
    background-position: 0% center;
    border-left: thin dotted #2082AC;
    border-top: none;
}
.global-nav li:nth-child(2) {
    width: 16.6%;
    border-left: thin dotted #2082AC;
    border-right: none;
}
.global-nav li:nth-child(1) {
	border-bottom: none;
}
.global-nav li:nth-child(2) {
	border-bottom: none;
}
.global-nav li:nth-child(3) {
    border-bottom: none;
}
.global-nav li:nth-child(5) {
	width: 16.6%;
	border-left: thin dotted #2082AC;
    border-right: none;
}
.global-nav li:last-child {
	border-left: thin dotted #2082AC;
    border-right: thin dotted #2082AC;
}*/
}
/*global-nav　ここまで------------------------------------------------*/
@media screen and (max-width: 768px){
	.global-nav {
	width: 96%;
	border-top: none;
    max-width: 640px;
margin-left:auto;
margin-right: auto;
		
}
}
