﻿@charset "utf-8";



/* ------------------------- DD-MENU CSS ------------------------- */
/* -------------------------
    DD-MENU CSS for PC
------------------------- */
#nav-switch {
    display: none;
}
.head-nav {
    position: relative;
    width: 100%;
    background: #EFEFEF;
}
.head-nav-lv1 {
    max-width: 1000px;
    margin: 0 auto;
}
.head-nav-lv1:before,
.head-nav-lv1:after {
    content: "";
    display: table;
}
.head-nav-lv1:after {
    clear: both;
}
.head-nav-lv1_item {
    position: relative;
    float: left;
    width: 16.666%;
	/*width: calc(100% / 6);*/
    box-sizing: border-box;
    border-left: #cccccc 1px solid;
}
.head-nav-lv1_item:last-child {
	border-right: #cccccc 1px solid;
}
.head-nav-lv1_item > a {
    display: block;
    height: 20px;/*25px*/
    padding: 20px 5px 0;
    color: #222;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.head-nav-lv1_item.is-active > a {
    background: #111;
	color:#FFF;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.head-nav-lv1_itemInner {
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.head-nav-lv1_break {
    display: inline-block;
    /*white-space: nowrap;*/
}
.head-nav-lv2_wrap {
    display: none;
    position: absolute;
    top: 40px;/*50px*/
    left: 0;
    width: 100%;
    background: #000;
}
.head-nav-lv2 {
}
.head-nav-lv2_item {
	font-size:11px;
    /*border-bottom: #999999 1px solid;*/
}
.head-nav-lv2_item > a {
    display: block;
    padding: 10px 5px 10px 10px;
    color: #ffffff;
	text-decoration:none;
}
.head-nav-lv2_item a:hover {
	background: #333;
	color:#FFF;
}
 
/* -------------------------
    DD-MENU CSS for SP
------------------------- */
@media screen and (max-width:765px) {
#nav-switch {
    display: block;
    position: absolute;
    top: 18px;
    left: 25px;/*10*/
    width: 25px;
    height: 15px;
    cursor: pointer;
	
	z-index: 9999;
}
#nav-switch:before,
#nav-switch:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 1px;
    background: #FFF;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#nav-switch:before {
    top: 0;
    box-shadow: 0 6px 0 #FFF;
}
#nav-switch:after {
    top: 12px;
}
#nav-switch.is-open:before {
    top: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: none;
}
#nav-switch.is-open:after {
    top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.head-nav {
    display: none;
    position: absolute;
    top: 65px;/*50*/
    left: 0;
    background: #000000;
	/*background-color: rgba(0,0,0,0.5);*/
}
.head-nav-lv1_item {
    float: none;
    width: 100%;
    border-left: #000 1px solid;
}
.head-nav-lv1_item:last-child {
	border-right: #000 1px solid;
	padding-bottom:20px;
}
.head-nav-lv1_item > a {
    height: auto;
    padding: 20px 5px 0px 20px;
	/*border-bottom: #333333 1px solid;*/
	text-align: left;
	background-color: rgba(0,0,0,.0);
	color:#FFF;
}
.head-nav-lv1_itemInner {
    position: relative;
    display: block;
    -webkit-transform: none;
    transform: none;
}
.head-nav-lv2_wrap {
    display: none;
    position: static;
	background-color: rgba(0,0,0,.0);
	padding-top:10px;
}
.head-nav-lv2_item > a {
	padding-left:30px;
	font-size:13px;
}
} /* max-width:768px */


.layer:after {content: "　+";}
/* ------------------------- DD-MENU CSS ------------------------- */