@charset "Shift_JIS";

.menu {
    position: relative;
    width: 100%;
    height: 75px;
    max-width: 1000px;
    margin: 0 auto;
	text-align: center;
	font-size:0;
}

.menu > li {
	display: inline-block;
	vertical-align:top;
	width:12.5% ;
	
	table-layout:fixed;
	max-width: 1000px;
    height: 70px;
 margin-top:-17px;
    background: rgb(45,80,145);
	list-style: none;
}

.menu > li a {
    color: #fff;
	
}

.menu > li a:hover {
    color: #FFFFFF;
	
}
.menu > li:hover {
    background: #3BA0BF;
}
.menu > li.menu__yet:hover {
    background: #8B8B8B;
	
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
	list-style: none;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}



.menu__second-level li {
    border-top: 1px solid #FFF;
	height: 60px;
	
}

.menu__third-level li {
    border-top: 1px solid #FFF;
}

.menu__second-level li:hover {
    background: #3BA0BF;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

.init-bottom{
  text-align: center;


}
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	
}

.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
	height: 100%;
		border: 1px solid #FFFFFF;
  box-sizing: border-box;
	border-width:1px 1px 0px 1px;
	top:17px;
}
.menu > li.menu__yet {
    position: relative;
	height: 75px;
		border: 10px solid #FFFFFF;
  box-sizing: border-box;
	border-width:1px 1px 0px 1px;

}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	background: #2D5091;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	
}

li.menu__single:hover ul.menu__second-level {
    top: 75px;
    visibility: visible;
    opacity: 1;
	z-index: 9999;
}

.menu > li.menu__singlelast {
	    position: relative;
	height: 100%;
		border: 1px solid #FFFFFF;
  box-sizing: border-box;
	border-width:1px 0px 0px 1px;
	top:17px;
}

.menu > li.menu__singlefast {
		    position: relative;
	height: 100%;
		border: 1px solid #FFFFFF;
  box-sizing: border-box;
	border-width:1px 1px 0px 0px;
	top:17px;
}










