@charset 'utf-8';

html,body{
	height: 100%;
}
/* #slider */
#slider{
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}
#slider li{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-background-size: cover;
}

/***********************************************

#nav

***********************************************/

#nav{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 230px;
	background: #fff;
}
#nav .wrap{
	padding: 0 20px;
}
#nav .logo{
	position: absolute;
	top: 65px;
	width: 160px;
	margin: 0;
}
#nav .logo a{
	display: block;
}
#nav .gnavi{
	width: 504px;
	margin: 36px auto 0;
}
#nav .gnavi li{
	float: left;
	/*width:px;*/
	padding:0;
}
#nav .gnavi img{
	padding: 0;
}
#nav .gnavi li+li{
	border-left: 1px solid #e2e2e2;
}
#nav .gnavi a{
	display: block;
	width:60px;
	height: 170px;
	padding: 0 20px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#nav .gnavi a:hover{
	background: #eee;
}

/***********************************************

 etc

***********************************************/

/* loading
***********************************************/

#loading{
	position: absolute;
	top: 40%;
	left: 50%;
	margin: -50px 0 0 -50px;
	background: #fff;
	padding:10px;
	border-radius: 50%;
}

/* news 
***********************************************/

#news{
	position: absolute;
	/*right:30px;*/
	left:50%;
	margin-left: 330px;
	bottom:24px;
	width: 400px;
/*	height: 180px;
	overflow: hidden;
*/	z-index:999;
	padding: 0px;
	background-color: #FFF;
	/*border: 1px solid #eee;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	        border-radius: 10px;
}

#news h3{
	margin-bottom: 0px;
	border:0px;
	font-size: 13px;
	height: 15px;
	line-height: 16px;
	background: #9a2f2f;
	padding-left: 20px;
	color:white;
	margin-bottom: 10px;
}