
header.no_billboard {
	border-bottom: 1px solid #e6e6e6;
}
header.no_billboard .mod_headerbar_item {
	border: none !important;
}

.mod_headerbar_in_nav_title {
    background: #666;
    width: 100%;
}
.mod_headerbar_navi_title {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding: 15px 20px;
    display: inline-block;
    width: 600px;
}
.mod_headerbar_in_nav a:visited {
    color: #d9d9d9;
    text-decoration: none;
}
.mod_headerbar_in_nav_category dl dt {
  background: #3e3e3e;
}

.mod_headerbar_in_nav_category .list.general > div {
    /*width: 50%;
    float: left;*/
}
.mod_headerbar_in_nav_category .list {
    margin-top: 5px;
}
.mod_headerbar_in_nav_category .list > div {
    margin-bottom: 5px;
}
.mod_headerbar_in_nav_category .list > div a:before {
    content: "・";
    display: inline-block;
}
@media only screen and (min-width: 640px){
	.mod_headerbar_in_nav_category .nav-left{
		float: left;
    	width: 50%;
	}
    .mod_headerbar_in_nav_category .level2 > .label {
        background: none;
        padding: 0;
        font-size: 100%;
        font-weight: normal;
    }
    .mod_headerbar_in_nav_category .level2 > .label a.level2_label {
        display: block;
    }
    .mod_headerbar_in_nav_category .level2 > .label span.level2_label{
        display: none;
    }
    .mod_headerbar_in_nav_category .level2 > dd {
        padding: 0;
    }
	.mod_headerbar_in_nav_category dl dd {
		padding-bottom: 0px !important;
	}
	.mod_headerbar_in_nav_link ul li {
		padding-bottom: 5px !important;
		font-size: 97%;
	}
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
    .mod_headerbar_in_nav_category .level2 > .label a.level2_label {
        display: none;
    }
    .mod_headerbar_in_nav_category .level2 > .label span.level2_label{
        display: block;
        padding: 15px 20px 15px 20px;
    }
    .mod_headerbar_in_nav_category > dl > dd > ul > li > .level2_label {
        position: relative;
    }
	.mod_headerbar_in_nav_category > dl > dd > ul > li > a:before,
    .mod_headerbar_in_nav_category > dl > dd > ul > li > .level2_label:before {
        content: " \f054";
        position: absolute;
        right: 20px;
        font-size: 120%;
        font-family: FontAwesome;
        vertical-align: middle;
    }
    .mod_headerbar_in_nav_category .level2 > .label {
        position: relative;
        border-bottom: none;
    }
    .mod_headerbar_in_nav_category .level2 > .label .level2_label{
        background: #8d8d8d;
        color: #fff;
    }
    .mod_headerbar_in_nav_category .level2 > .label a:after,
    .mod_headerbar_in_nav_category .level2 > .label .level2_label:after {
        position: absolute;
        right: 20px;
        vertical-align: middle;
        content: " \f067";
        font-size: 120%;
        opacity: 1;
        font-family: FontAwesome;
    }
    .mod_headerbar_in_nav_category .list {
        display: none;
    }
	.mod_headerbar_in_nav_category .level2 > .label a.open:after,
    .mod_headerbar_in_nav_category .level2 > .label .level2_label.open:after {
        content: " \f068";
    }
    
    .mod_headerbar_in_nav_category .list.general > div {
        width: 100%;
        float: none;
    }
    .mod_headerbar_in_nav_category .list > div .level2_label {
        position: relative;
    }
	.mod_headerbar_in_nav_category .list > div a:before,
    .mod_headerbar_in_nav_category .list > div .level2_label:before {
        content: " \f054";
        position: absolute;
        right: 20px;
        font-size: 120%;
        font-family: FontAwesome;
        vertical-align: middle;
    }
}


.mod_headerbar_in_nav a:link {
    color: #d9d9d9;
    text-decoration: none;
}

.mod_headerbar_in_nav_blocklink_hp {
    display: table;
    width: 100%;
    background-color: #3e3e3e;
}

.mod_headerbar_in_nav_blocklink_hp ul li {
    display: table-cell;
    width: 333px;
    line-height: 1.3;
    box-sizing: border-box;
    border-right: 1px solid #6f6e6e;
}

.mod_headerbar_in_nav_blocklink_hp ul li a {
    display: block;
    padding: 15px 0 15px 0;
    text-align: center;
}
.mod_headerbar_in_nav_blocklink_hp ul li a:hover {
    text-decoration: none;
    background-color: #505050;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
	.mod_headerbar_in_nav_blocklink_hp {
    	display: block;
    	background-color: #3e3e3e;
	}
	.mod_headerbar_in_nav_blocklink_hp ul li {
    	display: block;
    	width: auto;
    	border-right: none;
    	border-bottom: solid 1px #1d1d1d;
	}
	.mod_headerbar_in_nav_blocklink_hp ul li a {
    	font-weight: bold;
    	padding: 15px 20px 15px 20px;
    	text-align: left;
	}
	.mod_headerbar_in_nav_blocklink_hp ul li a:after {
        display: inline-block;
    	float: right;
    	content: " \f054";
    	font-size: 120%;
    	font-family: FontAwesome;
	}
}
