@charset "utf-8";
/*original*/
.topbg01 .tmp_coninnerin {
	padding-left: 20%;
}
.topbg01:before {
	background: url(../image/topbg01.png) left top no-repeat #f9edd6;
	background-size: auto 100% !important;
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
}

@media screen and ( min-width:768px) and ( max-width:1040px){
.topbg01:before{
	background: url(../image/topbg01_tb.png) left bottom no-repeat;
	background-size:cover
}
}
@media screen and ( max-width:767px){
.topbg01:before{
	background-image: none;
}
.topbg01 .tmp_coninnerin {
	padding-left: 0;
}
}