@charset "UTF-8";



/* reserve */
#reserve .txt a {
	text-decoration:underline;
	display:inline-block;
	transition:none;
}

#reserve .txt a:hover {opacity:1;}

.reserve_list {margin-top:24px;}

#reserve .caution {
	margin-top:24px;
	color:#F00;
}


@media screen and (min-width:1024px) {
	.reserve_list,
	#reserve .caution {margin-top:40px;}
}



/* footer_bnr */
#footer_bnr {background:url("../images/bg_pt.jpg") left top / 170px 170px !important;}


@media screen and (min-width:1024px) {
	#footer_bnr {background:url("../images/bg_pt.jpg") left top / 340px 340px !important;}
}


