@charset "UTF-8";
/* CSS Document */
/* ------------------------------
   #menuList
------------------------------ */
#menuList{display:none\9;	}
@media only screen and (max-width:3000px) {#menuList{display:none;	}}
#menuList {
	width: 100%;height: 45px;
	border-top: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
	position: relative;
	z-index:9999;
}
#menuList ul {
	margin: 0 auto;
	width: 800px;height: 45px;
	text-align: left;
}
#menuList ul li {
	width: 160px;height: 45px;
	float: left;
	border-left: #aaa 1px solid;
	box-sizing: border-box;
}
#menuList ul li:last-child {
	border-right: #aaa 1px solid;
}
#menuList ul li a {
	height: 45px;
	font-weight: bold;
	line-height: 45px;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
}
#menuList ul li:hover > a {background: #fff;}
#contents {
	margin: 0 auto;
	padding: 40px 0;
	width: 800px;
	text-align: left;
}
#contents p {
	padding-bottom: 2em;
	font-size: 1em;
	line-height: 2em;
}
/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {
	#menuList ul {
		width: 100%;
	}

	#menuList ul li {
		width: 20%;
	}
}

/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
	#menuList {
		display: none;
	}
	.sp_nav_a{
		font-size:14px;
		color:#323232!important;
	}
	#menuOverlay {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color:rgba(143,143,143,0.5);
		display: none;
		position: fixed;
		z-index: 9997;
	}
	#switchBtnArea {
		position: relative;
	}
	#switchBtnArea #switchBtn {
		top: 20px;
		left: 20px;
		width: 77px;
		height: 77px;
		display: block;
		background:#fff;
		position: absolute;
		border:3px solid #30723d;
		border-radius: 5px;
		z-index: 9998;
	}
	/* ------------------------------
 		ボタンのタイトル
------------------------------ */
	#switchBtnArea #switchBtn:after {
	  content:"";
	  width:46px;
	  height:10px;
	  background:url(../top_material/index_material/sp_menutitle.png) 0 0 no-repeat;
	  background-size:cover;
	  -webkit-background-size:46.5px 10px;   
	  position:absolute;
	  top:13px;
	  left:13px;
	}
	/* ------------------------------
 		ボタンの三本線（おすまえ）
------------------------------ */
	#switchBtnArea #switchBtn span {
		left: 22%;
		width: 55%;
		height: 4px;
		display: block;
		position: absolute;
		background-color: #1f2020;
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 47px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 35px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 15px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
/* ------------------------------
 		ボタンの三本線（おすあと）
------------------------------ */
	#switchBtnArea #switchBtn.btnClose {
		background-color: #fff;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 46px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		bottom: 27px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#rwdMenuWrap {
		top: 0;
		left: -200px;
		width: 200px;
		height: 100%;
		background: #1a6028;
		overflow: auto;
		position: fixed;
		z-index: 9998;
	}

	#rwdMenuWrap ul {
		width: 100%;
	}

	#rwdMenuWrap ul li {
		width: 100%;
		border-bottom: #aaa 1px solid;
	}

	#rwdMenuWrap ul li a {
		padding: 15px 20px;
		color:#30723d;
		text-decoration:none;
		text-align: left;
		display: block;
		background: #fff;
		position: relative;
	}

	#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #b0b0b0;
		border-right: 2px solid #b0b0b0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#rwdMenuWrap .buy_about1 a span{
		display:block;
		width:112px;
		height:76px;
		background-image:url(../top_material/index_material/tyokubai_btn_sp.png);
		background-repeat:no-repeat;
		background-size:112px 76px;
	}
	#rwdMenuWrap .buy_about1 a{
		line-height:22px;	
	}
	#contents {width: 100%;}
	#contents p {padding: 0 20px 2em 20px;}
}
@media screen and (max-width : 480px ){	
#switchBtnArea #switchBtn {
		top: 12px;
		left: 12px;
		width: 52px;
		height: 52px;
		display: block;
		background:#fff;
		position: absolute;
		border:3px solid #30723d;
		border-radius: 3px;
		z-index: 9998;
	}
	/* ------------------------------
 		ボタンのタイトル
------------------------------ */
	#switchBtnArea #switchBtn:after {
	  content:"";
	  background:url(../top_material/index_material/sp_menutitle_500.png) 0 0 no-repeat;
	  background-size:cover;
	  -webkit-background-size:33px 8px;   
	  position:absolute;
	  top:8px;
	  left:10px;
	  width:33px;
	  height:8px;
	}
	/* ------------------------------
 		ボタンの三本線（おすまえ）
------------------------------ */
	#switchBtnArea #switchBtn span {
		left: 22%;
		width: 55%;
		height: 3px;
		display: block;
		position: absolute;
		background-color: #1f2020;
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 32px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 23px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 8px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
/* ------------------------------
 		ボタンの三本線（おすあと）
------------------------------ */
	#switchBtnArea #switchBtn.btnClose {
		background-color: #fff;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 31px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		bottom: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#rwdMenuWrap {
		top: 0;
		left: -200px;
		width: 200px;
		height: 100%;
		background: #1a6028;
		overflow: auto;
		position: fixed;
		z-index: 9999;
	}

	#rwdMenuWrap ul {
		width: 100%;
	}

	#rwdMenuWrap ul li {
		width: 100%;
		border-bottom: #aaa 1px solid;
	}

	#rwdMenuWrap ul li a {
		padding: 15px 20px;
		color:#30723d;
		text-decoration:none;
		text-align: left;
		display: block;
		background: #fff;
		position: relative;
	}

	#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #b0b0b0;
		border-right: 2px solid #b0b0b0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#rwdMenuWrap .buy_about1 a span{
		display:block;
		width:112px;
		height:76px;
		background-image:url(../top_material/index_material/tyokubai_btn_sp.png);
		background-repeat:no-repeat;
		background-size:112px 76px;
	}
	
	#contents {
		width: 100%;
	}

	#contents p {
		padding: 0 20px 2em 20px;
	}


}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}
.sp_nav_a {
}
