@charset "utf-8";



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ナビゲーション　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#sp-menu{
	color: #333;
	line-height: 10px;
	text-align: right;
	margin-top: -48px;
	padding-left: 0px;
	margin-left: 240px;
	margin-bottom: 10px;
}

nav2 a {
	color: #000;
	text-decoration: none;
	text-align: center;
	
}
nav2 a:visited {
	color: #999;
}
nav2 a:hover {
	color: #adacac;
}
nav2 a:focus { outline: thin dotted; }



@media only screen and (min-width:769px) {
	#sp-menu{
		display: none;
	}
}

#sp-menu img{
	height: 40px;
	padding-bottom: 3px;
	margin-right: 10px;
	text-align: right;
}

nav2 ul{
	list-style-type: none;
	display: none;
}

@media only screen and (min-width:769px) {
	nav2 ul{
		display: block;
	}

}

nav2 li{
	width: 49.82%;
	float: left;
	border-top: 1px solid #000;
}
nav2 li:nth-child(odd){
	border-right: 1px solid #000;
}

@media only screen and (min-width:769px) {
	nav2 li{
		border-bottom: none;
	}
	nav2 li:last-child{
		border-right: none;
	}

}

nav2 a{
	display: block;
	background: #fff;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 6px;
}

@media only screen and (min-width:769px) {
	nav2 a{
		line-height: 22px;
		text-align: center;
		padding-left: 0;
		color: #000;
	}

}

nav2 a:hover{
	background-color: #818181;
	color: #ffffff;
}

nav2 ul:after{
	display: table;
	content: "";
	clear: both;
}




