@charset "UTF-8";
/*----------------------------------------

	- common
	- pc（1281px〜）
	- pc（1025px〜1280px）
	- tablet（737px〜1024px）
	- sp（〜736px）

-----------------------------------------*/

/*	megamenu
-----------------------------------------*/

#megamenu_wrapper_arrow {
	top: 0;
}

/*	common
-----------------------------------------*/

#content_wrapper #content {
	background-color: #f7f7f7;
}

#content_l {
	float: none;
	width: 0;
}

#content_r {
	float: none;
	width: 100%;
}

#pankuzu01 {
	background-color: #bdbcbc;
}

/*----------------------------------------
	pc（1281px〜）
-----------------------------------------*/
@media only screen and (min-width: 1281px) {

/*	common
-----------------------------------------*/

}

/*----------------------------------------
	pc（1025px〜1280px）
-----------------------------------------*/
@media only screen and (min-width: 1025px) and (max-width:1280px) {

/*	common
-----------------------------------------*/

}

/*----------------------------------------
	tablet（737px〜1024px）
-----------------------------------------*/
@media only screen and (min-width: 737px) and (max-width:1024px) {

/*	common
-----------------------------------------*/

}

/*----------------------------------------
	sp（〜736px）
-----------------------------------------*/

@media only screen and (max-width: 736px) {

/*	common
-----------------------------------------*/

}