/* ヘッダー
----------------------------------------------------------------------------------------------------*/
#header {
    width: 100%;
    margin: 0 auto;

    background-color: #857;

}


/* グローバルナビゲーション */




a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-bar {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 999999;
    float: left;
}

.mean-container a.meanmenu-reveal {
    width: 75px;
    height: 34px;
    margin: 13px 10px 0 0;
    padding: 8px 8px 6px 8px;
    position: absolute;
    cursor: pointer;
    color: #2C5379;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    display: block;
    font-weight: bold;
    background-color: #fff;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
/*     border: 1px solid #ccc; */
}

.mean-container a.meanmenu-reveal span {
    display: block;
    height: 3px;
    width: 30px;
    margin-top: 5px;
    background-color: #444;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;

    margin-top: 60px;
    position: absolute;
    z-index: 1;
}

.mean-container .mean-nav ul {
    width: 100%;
    list-style-type: none;
    z-index: 999999;

}

.mean-container .mean-nav ul li {
    width: 100%;
    position: relative;
    float: left;

}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0 20px 5%;
    margin: 0;
    font-size: 18px;
    text-align: left;
    color: #0346a3 !important;
    background-color: rgba(255,255,255,0.95);
    border-top: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px #fff;
    -moz-box-shadow: inset 0 1px #fff;
    box-shadow: inset 0 1px #fff;
    text-decoration: none;
}

.mean-container .mean-nav ul li a:hover {
	color: #777 !important;
}

.mean-container .mean-nav ul li .current {
	border-bottom: none;
	font-weight: bold;
	border-radius: 0; 
	text-shadow: none;
}


.mean-container .mean-nav ul li .current:before {

}

.mean-container .mean-nav ul li a:before {
	  font-family: FontAwesome;
	  content: '\f0da';
	  margin-right: 0.5em;
	  color: #0346a3;
	  font-weight: normal;
}


.mean-container .mean-nav ul li a:after {
	content: "";
}


.mean-container .mean-nav ul li:first-child a {
    border-top: 1px solid #aaa;
}
.mean-container .mean-nav ul li:last-child a {
    border-bottom: 2px solid #aaa;
}