/*

menu

*/


.aboutMenuLine{
	background-color: #495661;
	width:100%;
	height:1px;
}

.lineBlack{
	background-color:#000000;
	width:100%;
	height:1px;
	line-height:0;
}

.imgaboutMenu{
	width:100%;
	text-align:center;
	background:#000;
	line-height:0;
}


#menuBtn{ width:70px; height:70px; position: absolute; top:0; left:0; z-index:5; cursor:pointer;}
#menuList{width:250px; line-height:0; display:none; position: absolute; top:70px; padding:0 0 0 0; z-index:3;}
.menuArea{
	background:url(../images/btn_bg.png) repeat-x;
	width:250px;
	height:70px;
	text-align:center;
	margin:1px 0 0 0;
}

.menuAreaSub{
	background:url(../images/menubgSub.png) repeat-x;
	width:250px;
	height:40px;
	text-align:center;
	margin:1px 0 0 0;
}



/* wide
--------------------------*/
@media screen and (min-width: 641px) {
#menuBtn_sp,#menuList_sp{
	display:none;
}
}


/* small
--------------------------*/
@media screen and (max-width: 640px) {
	#menuBtn,#menuList{display:none;}
#menuBtn_sp{ width:40px; height:40px; position: fixed; top:0; left:0; z-index:5;}
#menuList_sp{ background-color:#000; width:100%; line-height:0; display:none; position: fixed; top:40px; padding:0 0 0 0; z-index:2;}

}