/*ヘッダー部分ここから*/
#header{
	width : 960px;
	margin: 0px;
	padding: 0px;
	height: 53px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #564a44;
}

h1{
	height: 53px;
	width: 491px;
	margin : 0px;
	padding: 0px;
	background-image:url(../img2/logo01.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position: left top;
	float:left;
}

#contact{
	border-radius:10px 10px 0 0;
	background-color: #564a44;
	padding: 0px;
	height: 29px;
	width: 197px;
	margin-top: 24px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	float:right;
}

#contact a{
	color:#ffffff;
	line-height:30px;
	margin: 0px;
	height: 29px;
	width: 197px;
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	overflow:hidden;
}
#contact a:hover{
	border-radius:10px 10px 0 0;
	background-color:#2c2a29;
}
#contact2{
	border-radius:10px 10px 0 0;
	background-color: #999999;
	padding: 0px;
	height: 29px;
	width: 197px;
	margin-top: 24px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:right;
}

#contact2 a{
	color:#ffffff;
	line-height:30px;
	margin: 0px;
	height: 29px;
	width: 197px;
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	overflow:hidden;
}
#contact2 a:hover{
	border-radius:10px 10px 0 0;
	background-color:#666666;
}
/*ヘッダー部分ここまで*/

.menu{
	position: relative;
	width: 100%;
	height: 50px;
	max-width: 1000px;
	margin: 0 auto 10px auto;
	padding:0;
	background: #564a44;
	font-size:0.9rem;
	font-family:新ゴ R;
}

.menu > li{
	float: left;
	width: 17%; /* グローバルナビ●つの場合 */
	list-style:none;
	height: 50px;
	line-height: 50px;
	background: #564a44;
	padding:0;
}
.menu > li.linknashi{
	float: left;
	width: 16%; /* グローバルナビ●つの場合 */
	list-style:none;
	height: 50px;
	line-height: 50px;
	background: #564a44;
	padding:0;
}
.menu > li a {
    display: block;
    color: #ffffff;
}

.menu > li a:hover {
    color: #cccccc;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
	text-align:left;
}

/* 選択時の背景色 */
.menu > li:hover {
    background: #2c2a29;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
	text-align:left;
}
/* カーソル選択時の背景色 */
.menu__second-level li a:hover {
	background: #ffffff;
	color:#000000;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 3px 15px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

/* 選択時の背景色 */
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #2c2a29;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
	list-style:none;
}
li.menu__mega ul.menu__second-level > li a{
	padding:0 0 0 10px;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}