@charset "utf-8";



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

#sp-menu{
	color: #FFF;
	line-height: 30px;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	margin-top: -30px;
	padding-left: 0px;
	margin-left: 200px;
	margin-bottom: 10px;
}

nav2 a {
	color: #ffffff;
	text-decoration: none;
}
nav2 a:visited {
	color: #ffffff;
}
nav2 a:hover {
	color: #adacac;
}
nav2 a:focus { outline: thin dotted; }

nav3 a {
	color: #ffffff;
	text-decoration: none;
}
nav3 a:visited {
	color: #ffffff;
}
nav3 a:hover {
	color: #adacac;
}
nav3 a:focus { outline: thin dotted; }


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

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

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

nav2 li{
	width: 49.8%;
	float: left;
	border-bottom: 1px solid #666;
}
nav2 li:nth-child(odd){
	border-right: 1px solid #666;
}
nav3 li{
	width: 99.6%;
	float: left;
	border-bottom: 1px solid #666;
}
nav3 li:nth-child(odd){
	border-right: 1px solid #666;
	background-color: #333;
}
@media only screen and (min-width:769px) {
	nav2 li{
		width: 16.66666667%;
		border-right: solid 2px #666;
		border-bottom: none;
	}
	nav2 li:last-child{
		border-right: none;
	}
	nav3 li{
		width: 16.66666667%;
		border-right: solid 2px #666;
		border-bottom: none;
	}
	nav3 li:last-child{
		border-right: none;
	}
}

nav2 a{
	display: block;
	background: #333;
	color: #FFF;
	font-weight: normal;
	font-size: 13px;
	line-height: 36px;
	padding-left: 15px;
	text-decoration: none;
}
nav3 a{
	display: block;
	background: #333;
	color: #FFF;
	font-weight: normal;
	font-size: 13px;
	line-height: 36px;
	padding-left: 15px;
	text-decoration: none;
}
@media only screen and (min-width:769px) {
	nav2 a{
		line-height: 36px;
		text-align: center;
		padding-left: 0;
	}
	nav3 a{
		line-height: 36px;
		text-align: center;
		padding-left: 0;
	}
}

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

nav2 ul:after{
	display: table;
	content: "";
	clear: both;
}
nav3 a:hover{
	background-color: #818181;
	color: #ffffff;
}

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




.txt16ss {
	text-align: center;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-top: 0px;
	width: 158px;
	margin-left: 10px;
	line-height: 26px;
	height: 30px;
	padding-left: 0px;
}


@media screen and (max-width: 491px) {
  span:before {
    content: "\A";
    white-space: pre;
  }
}
