@charset "shift_jis";

.pc-hide{
	display: none;
}

/* headmenu */
#hnav_pc{
	width:100%;
	height:80px;
	background:#21C2E2;
	overflow:hidden;
}
#hnav_pc ul{
	width:980px;
	margin:0px auto;
	padding:0px;
	list-style:none;
}
#hnav_pc li{
	margin:0px;
	padding:0px;
	height:80px;
	float:left;
}

#hnav_pc li a{
	display:block;
}
#hnav_pc li{
	width: 196px;
}



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

#footnav_pc{
	width:100%;
	height:80px;
	background:#21C2E2;
	overflow:hidden;
}
#footnav_pc ul{
	width:980px;
	margin:0px auto;
	padding:0px;
	list-style:none;
}
#footnav_pc li{
	margin:0px;
	padding:0px;
	height:80px;
	float:left;
}
#footnav_pc li a{
	height:80px;
	display:block;
}
#footnav_pc li{
	width: 196px;
}

