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



/*
メインメニュー
*/
#menu{
	width:100%;
  float:none;
  margin:0 auto;
  display:block;
	margin-top: 35px;
}
#menu li{
	width: 20%;
  display: block;
  float: left;
}

#menu li a{
  display: block;
  padding: 0;
  color: #128910;
  text-align: center;
  text-decoration: none;
  font-size:11px;
  font-size:1.1rem;
	font-weight: bolder;
}
#menu li a:hover{
	color: #979797;
	border-bottom: 5px solid;
	padding-bottom: 5px;
}
#menu li a p{
  display: block;
  padding: 0;
  color: #979797;
  text-align: center;
  text-decoration: none;
  font-size:7px;
  font-size:0.7rem;
	padding-top: 5px;
}

/*
横から
*/
#menuList {
    width: 70%;
    position: relative;
    z-index: 10;
	float: right;
}

/*
サイド固定
*/
/* スクロール追従-重なる
.scroll{
	width: 100%;
	max-width: 300px;
	min-width: 150px;
	float: left;
	display: contents;
}
*/
.scroll {
	width: 100%;
	background: #eee;
	max-width: 310px;
	min-width: 150px;
	display: block;
}



/* ウィンドウ幅が769?1000pxの場合に適用するCSS */
@media only screen and (max-width:1000px )
{

#menuList {
    width: 100%;
  	float: left;
	display: block;
}
/*
メインメニュー
*/
#menu{
	width:100%;
  float:left;
  margin:0 auto;
  display:block;
}

}

/* ウィンドウ幅が481?768pxの場合に適用するCSS */
@media only screen and (max-width: 768px)
{

/*横から*/
#menuList {
        display: none;
    }

#menuOverlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
        display: none;
        position: fixed;
        z-index: 9997;
    }

#switchBtnArea {
		float: left;
        height: 60px;
        position: relative;
		margin: 20px 0;

}

#switchBtnArea #switchBtn {
        top: 10px;
        left: 20px;
        width: 40px;
        height: 40px;
        display: block;
        background: #128910;
        position: absolute;
        border-radius: 5px;
        z-index: 9998;
		float: left;
    }

#switchBtnArea #switchBtn span {
        left: 20%;
        width: 60%;
        height: 4px;
        display: block;
        position: absolute;
        background-color: #fff;
        border-radius: 5px;
        transition: all 0.2s linear;
    }
    #switchBtnArea #switchBtn span:nth-of-type(1) {
        top: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    #switchBtnArea #switchBtn span:nth-of-type(2) {
        top: 18px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    #switchBtnArea #switchBtn span:nth-of-type(3) {
        bottom: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    #switchBtnArea #switchBtn.btnClose {
        background: transparent;
    }
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
        top: 18px;
        -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: #3c3c3c;
        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;
        text-align: left;
        display: block;
        background: #fff;
        position: relative;
    }
	#rwdMenuWrap ul li a:hover {
        border-bottom: none;
		padding-bottom: 15px;
		background: #128910;
		color: #fff;
    }
	#rwdMenuWrap ul li a:hover p {
        color: #fff;
    }

    #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);
    }




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


/*
サイド固定
*/
.scroll{
	display: none;
}

}



/* ウィンドウ幅が0?480pxの場合に適用するCSS */
@media only screen and (max-width:480px )
{

}
