@charset "utf-8";

/* #HOME　PC 481px以上
***********************/

@media only screen and (max-width: 980px) and (min-width: 481px) {
body{ width:980px}
}
@media only screen and (min-width: 481px) { 

/* privacy_info
--------------------------------------------------------- */

#request article {
	width: 600px;
	margin: 0 auto;
	background: url(/images/gourmet/childpage/request/request_ill.png) 50% bottom no-repeat;
	height: 600px;
}
#request h3 {
	background: url(/images/gourmet/childpage/request/request_ttl.png) 50% 0 no-repeat;
	padding-top: 80px;
	text-align: center;
	font-size: 20px;
	color: #890303;
}

#request  p {
	line-height: 1.7;
	margin-top: 35px;
}


}
/* #HOME　smt480px以下
***********************/
@media only screen and (max-width:480px){
#request {
		text-align: left;
		margin: 0 10px 30px 10px;
}


#request  p {
	line-height: 1.7;
}


}

/* CSS end */