
#menu-box {
	display: block;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	background-image: url(../images/common/menu_bg01.jpg);
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	clear: both;
	box-shadow: rgba(68, 68, 68, 0.65) 3px 3px 3px;
	-webkit-box-shadow: rgba(68, 68, 68, 0.65) 3px 3px 3px;
	-moz-box-shadow: rgba(68, 68, 68, 0.65) 3px 3px 3px;
	behavior: url(PIE-1.0.0/PIE.htc);/* --- IE用影と角丸 --- */
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu-box-in {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;	
}
#menu {
	
	margin: 0 auto;
	padding: 0;
}
#menu li{
	display: block;
	float: left;
	width: 16.6666%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/common/menu_bg01.jpg);
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E4E0;
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: medium;
}
#menu li:last-child a{
	/*border: none;*/
}
#menu li a:hover{
	background-color: #FFFFFF;
	background-image: url(../images/common/menu_bg_01.jpg);
	background-position: left center;
	color: #407128;
}
#toggle {
	display: none;
}

.little-menu a span {
	font-size: 9px;
	display: block;
	font-weight: normal;
	color: #FFF;
	padding-top: 3px;
}
.little-menu a:hover span {
	color: #407128;
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 769px) {
	#menu-box-in {
	width: 100%;
	max-width: 769px;
}
	#menu {
	width: 100%;
	max-width: 769px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow:hidden;
}
	#menu li {
	width: 33.33%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
}

/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 481px) {
	#menu-box {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2000;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	background-color: #FFFFFF;
}
/*#menu-box {
	display:none;
}*/
	#menu {
		display: none;
	}
	#menu li {
	width: 100%;
	}
	#menu li a {
	text-align: left;
	padding-left: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
}	
	#menu li a:hover{
	background-color: #EFECE3;
	background-image: url(../images/common/menu_bg_01.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
	.little-menu a span {
	font-size: 9px;
	display: inline;
	font-weight: normal;
	color: #FFF;
	padding-top: 0px;
	padding-left: 15px;
}
	#toggle {
	display: block;
	position: relative;
	width: 100%;
	background-color: #666666;
	background-image: url(../images/common/menu_mob_01.jpg);
	}
	#toggle a{
	display: block;
	position: relative;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 6px;
	background-color: #44A175;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
}