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

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

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

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

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

#content_l {
	background-color: #f7f7f7;
}

#content_l ul li a:hover,
#content_l ul li a:active,
#content_l ul li.li_cr01 a:link,
#content_l ul li.li_cr01 a:visited {
	background-color: #766f4d;
}

/* IE8対応 */
.ie8 #content_l ul li.li_cr01 a:link,
.ie8 #content_l ul li.li_cr01 a:visited {
	background: #766f4d url(../../img/ie8/common_icon_right04.png) no-repeat 97% center;
}

#pankuzu01 {
	background-color: #fffce8;
}

#content_l ul li.li_none01 span {
	background: none;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	-webkit-opacity: 0.2;
	-o-opacity: 0.2;
	-ms-opacity: 0.2;
	opacity: 0.2;
}

#content_l ul li.li_none01 a:hover,
#content_l ul li.li_none01 a:active {
	cursor: default;
	background-color: #f7f7f7;
	color: #000000;
}

/*----------------------------------------
	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
-----------------------------------------*/

}