@charset "utf-8";
/* CSS Document */

/* ナビゲーション */
#navigation
{
	width: 100%;
	max-width: 850px;
    display: block;
    letter-spacing: -0.6em;
    text-align: center;
    padding: 0;
    margin: 0;}
#menu
{
	letter-spacing: -0.6em;
		width: 100%;
	display: inline-block;
	vertical-align: top;
	*display: inline;  
	*zoom: 1;
	margin:0;
	padding:0;
}
#menu-box {
	overflow:hidden;
}
#menu li
{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	*display: inline;  
	*zoom: 1;
}
#menu li a
{
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #929292;
	margin-top: 13px;
	margin-bottom: 13px;
	padding-top: 5px;
	padding-right: 22px;
	padding-bottom: 5px;
	padding-left: 22px;
	line-height: 0;
	font-family:inherit;
}
#menu li:first-child a
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #929292;
}
#menu li a span
{
	display: none;
	height:0;
	overflow:hidden;
}
#menu li a:hover
{
}
#toggle
{
	display: none;
}

@media only screen and (max-width: 920px) {
#menu
{
	display: none;
    z-index: 999;
}
#menu li
{
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7DE6FF;
}
#menu li:first-child a
{
	border-left-width: 0;
	border-left-style: solid;
	border-left-color: #929292;
}
#menu li a
{
	text-decoration: none;
	text-indent:10px;
	text-align:left;
	color:#4169E2;
	width:96%;
	margin: 0px;
	padding: 15px 2%;
	background-color: #FFFFFF;
}
#menu li a:hover
{
	text-decoration: none;
	text-indent:10px;
	text-align:left;
	background-color: #CEF5FF;
}
#toggle
{
	display: block;
	position: relative;
	width: 100%;
	background-color: #00CCFF;
	z-index:999;
}
#toggle a
{
	display: block;
	position: relative;
	color: #fff;
	text-align: left;
	text-decoration: none;
	z-index:999;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
	letter-spacing:normal;
	text-indent:50px;
	font-size:18px;
	font-weight:bold;
}
#toggle:before
{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -11px;
	background: #fff;
}
#toggle a:before, #toggle a:after
{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background-color: #00CCFF;
}
#toggle a:before
{
	margin-top: -6px;
}
#toggle a:after
{
	margin-top: 2px;
}
 }