@charset "utf-8";

/******ナビゲーションここから******/
.gNavi span{
	margin-left:1em;
	}
.gNavi ul{
	width:90%;
	margin:6px auto;
	}
.gNavi li{
	width:100%;
	/*float:left;*/
	float:none;
	border-bottom:1px solid #fff;
	}
.gNavi li a{
	display:block;
	text-align:center;
	background-color:#858585;
	color:#fff;
	font-size:100%;
	line-height:2em;
	}
.gNavi li a:hover{
	background-color:#393636;
	}
.gNavi li a:active{
	background-color:#393636;
	}				
#ei-slider{
	clear:both;
	}
	
footer ul{
	margin:12px 5%;
	}	
footer ul li{
	}	

footer ul li a{
	display:block;
	color:#fff;
	border-left:2px solid;
	margin-top:3px;
	padding-left:1%;
	}  
footer ul li a:hover{
	color:#9AE8F5;
	}


/********************************************/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gNavi li{
		float:left;
		border-bottom:none;
	}
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gNavi{
	clear:both;
	width:60%;
float:right;
	}
.gNavi ul{

	}
	
.gNavi li{
	width:16.6666%;
	}

}

@media screen and (min-width: 1301px) {
	.gNavi li a {
    font-size: 120%;
/*    line-height: 3em;*/
	}
	
	footer ul{
    font-size: 120%;
    line-height: 1.6em;
	}
}