@charset "utf-8";

/*==========================================
File name: gnav.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2014.09.12
========================================== */

#gnav_pc{
	width: 100%;
	height: 84px;
	margin: 0 auto 15px auto;
	background: url(../images/common/gnav_bg.jpg) repeat-x top;
}

#gnav_pc ul{
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#gnav_pc li{
	list-style-type: none;
	text-align: center;
	float: left;
}


#gnav_pc li a{
	position: absolute;
	display: block;
	text-decoration: none;
}

#gnav_pc li a:hover{
	background: #DFDFDF;
}

#gnav_pc ul{
	width: 960px;
	height: 84px;
	border-bottom: none;
}

#gnav_pc li{
	width: 160px;
	height: 84px;
}


#gnav_pc li a{
	width: 160px;
	height: 84x;
}

#gnav_mm{
	display: none!important;
}