#headOuter { position: relative; }

body.open { overflow-x: hidden; }

.mcl_nav_wrap {}

.admin-bar .mcl_nav_btn { margin-top: 32px; }
.admin-bar .mcl_nav_list { padding-top: 47px; }

/*----------------------------------------
	nav btn style
/*-------------------------------------- */
.mcl_nav_btn {
    background: url("../img/menu.png") no-repeat;
    background-size: 33px 34px;
    margin-top: 0px;
    margin-left: 0px;
    position: absolute;
    top:0;
    z-index: 99999; display: block; width: 33px; height: 34px; border: none; cursor: pointer; padding:0 7px; box-sizing: border-box; }
.mcl_nav_btn .btn_border { display: block; width: 16px; -webkit-transition: all 0.3s; transition: all 0.3s; margin-bottom: 3px; }

body.open .mcl_nav_btn .btn_border.middle { visibility: hidden; }
body.open .mcl_nav_btn .btn_border:first-child { position: absolute; top: 12px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
body.open .mcl_nav_btn .btn_border:last-child { position: absolute; top: 12px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/*----------------------------------------
	nav list style
/*-------------------------------------- */
.mcl_nav_list { position: fixed; top: 0; z-index: 99999; display: none; padding-top: 15px; width: 180px; height: 100%; box-shadow: 1px 0 40px rgba(0, 0, 0, 0.2); margin: 0; }
.mcl_nav_list li {
    list-style: none;

}
.mcl_nav_list a { display: block; font-size: 90%; text-decoration: none; }
.mcl_nav_list a:hover { text-decoration: none; }
.mcl_nav_list > li { margin-bottom: ; padding: 5px 0 5px 2px; }
.mcl_nav_list .sub-menu { margin-top: 0.8em; }
.mcl_nav_list .sub-menu > li {
    margin-bottom: 0.8em;
    padding: 2px 0 0 5px;
}

/*----------------------------------------
	layer style
/*-------------------------------------- */
.mcl_nav_layer { position: fixed; top: 0; left: 0; z-index: 9999; display: none; width: 100%; height: 100%; background-color: #000; opacity: 0.5; }

.mcl_nav_btn { border: solid 1px #333; background-color: #fff; }
.mcl_nav_btn .btn_border { border-top: solid 2px #333; }

/*----------------------------------------
	nav list style
/*-------------------------------------- */
.mcl_nav_list { background: #fff; box-shadow: -1px 0 40px rgba(0, 0, 0, 0.2), 1px 0 40px rgba(0, 0, 0, 0.2); }
.mcl_nav_list a { color: #333; }
.mcl_nav_list a:hover { color: #ccc; }
.mcl_nav_list > li + li { border-top: solid 0px #eee;}
.mcl_nav_list .sub-menu > li { border-top: solid 1px #eee; }


.navnav{
    padding-left: 25px;
    padding-bottom: 1px;
}
.listMark{
    padding-left: 18px;
    padding-bottom: 8px;
    background: url("../img/menu_sp_list.png") no-repeat 3px top;
    background-size: 11px 11px;
    border-bottom: solid 1px #eee;
}

.sideImg{
    margin-left: 10px;
    margin-top: 20px;
}
.sideText{
    font-size: 20px;
    color: #333;
    margin-left: 10px;
    margin-top: 10px;
}
.sideText2{
    font-size: 10px;
    color: #333;
    line-height: 140%;
    margin-left: 10px;
    margin-top: 10px;
}
#mcl_slideout_nav_btn{
    margin-left: 5px;
    margin-top: -5px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}
