﻿@charset "utf-8";

a{
border: none;
}

a:hover{
border: none;
}

/* =======================================

	CommonElements

======================================= */


header { 

width: 100%; 
text-align : center;
background-color: #000;
box-shadow: 0px 1px 5px 0px #888;　/* CSS3 影をつける */
border-bottom:solid 1px #FFF;
box-sizing:border-box; /* CSS3 ボーダーを幅にカウントしない */
	z-index: 10000;
	font-size: .8em;
}



/*メニュー*/
	
	#menu-box{
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
		height: 55px;

	}

.hgroup{
	float: left;
	width: 30%;
	margin: 0;
	padding-top: 1%;
	}
	

#menu ul{

}
	
#menu li{

float: left;
width: 11%;
margin: 0;
padding-top: 2%;
font-size:1em; 
	color: #FFF;
}

#menu li a{
	color: #FFF;
	}

#menu li a:hover{
	text-decoration: underline;
	}


#menu2 ul{
	
}
	
#menu2 li{

float: left;
width: 12%;
margin: 1%;
font-size:1em;
	text-align: center;
}

#menu2 li a{
	color: #FFF;
	}

#menu2 li a:hover{
	text-decoration: underline;
	}


.gnav03{
	margin-top: 10px;
	padding-top: 10px;
	display: block;
}

.gnav03 a{
	color: #FFF;
	background-color:#777777;
	border-radius: 20px;
	width: 20%;
	margin: 2px auto;
	padding: 10px;
	}

.gnav04{
	padding-top: 15px;
	display: block;
}

.gnav04 a{
	color: #FFF;
	background-color:#777777;
	border-radius: 20px;
	width: 20%;
	margin: 0 auto;
	padding: 10px;
	}

	
	#menu-box2{
	display: none;
	}

nav ul {
width : 100%;
margin : 0 auto}

/* ------------------------------
   #menuList
------------------------------ */
#menuList {
	width: 100%;
	height: 45px;
	border-top: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
	position: relative;
	z-index: 10;
	background: #000;
	color: #FFF;
}

#menuList a{
	color: #FFF;
}

#menuList ul {
	margin: 0 auto;
	width: 100%;
	max-width: 980px;
	height: 45px;
	text-align: center;
}

#menuList ul li {
	width: 10%;
	height: 45px;
	float: left;
	box-sizing: border-box;
	text-align: center;
	font-size: .85em;
}

#menuList ul li.list01 {
	background:#3B3B3B;
	border-left: solid 1px #000;
	
}

#menuList ul li.list02 {
	background:#565656;
	border-left: solid 1px #000;
}

#menuList ul li:last-child {
	
}

#menuList ul li a {
	height: 45px;
	line-height: 30px;
	font-weight: normal;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
}

#menuList ul li:hover > a {
	background:#666666;
}



/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 980px) {
	#menuList ul {
		width: 100%;
	}

	#menuList ul li {
		width: 20%;
	}
}

/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
	
	
	#menu-box{
	display: none;
	}
	
	#menu-box2{
	display:block;
	width: 100%;
	text-align: left;
	margin: 0 auto;
		height: 50px;
	}
	
	#menuList {
		display: none;
	}

	#menuOverlay {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.6);
		display: none;
		position: fixed;
		z-index: 9997;
	}

	#switchBtnArea {
		width: 100%;
		height: 60px;
		background: #000;
		background-image:url(../images/logo-sp.png);
		background-repeat:no-repeat; 
		border-bottom: #aaa 1px solid;
		position: relative;
	}

	#switchBtnArea #switchBtn {
		top: 10px;
		left: 10px;
		width: 45px;
		height: 45px;
		display: block;
	
		position: absolute;
		border: none;
		z-index: 9998;
		
	}
	
	#switchBtnArea #switchBtn a{
	border: none;
	}
	
	#switchBtn{
	 background-image:url(../images/menu-btn.png );
		background-repeat:no-repeat; 
	}
	
	#switchBtnArea #switchBtn.btnClose {
		background: transparent;
		background-image:url(../images/close-btn.png );
		background-repeat:no-repeat; 
	}
	
	#switchBtnArea #switchBtn.btnClose a{
		border: none;
	}

/*	#switchBtnArea #switchBtn span {
		left: 20%;
		width: 60%;
		height: 4px;
		display: block;
		position: absolute;
		background-color: #fff;
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 18px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}*/

/*	#switchBtnArea #switchBtn.btnClose {
		background: transparent;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 18px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		bottom: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}*/

	#rwdMenuWrap {
		top: 0;
		left: -200px;
		width: 200px;
		height: 100%;
		background: #3c3c3c;
		overflow: auto;
		position: fixed;
		z-index: 9999;
	}

	#rwdMenuWrap ul {
		width: 100%;
	}

	#rwdMenuWrap ul li {
		width: 100%;
		border-bottom: #aaa 1px solid;
	}

	#rwdMenuWrap ul li a {
		padding: 15px 20px;
		text-align: left;
		display: block;
		background:#FFF5E4;
		color: #000;
		position: relative;
	}

	#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #b0b0b0;
		border-right: 2px solid #b0b0b0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}
