@charset "UTF-8";

@media screen and (max-width:768px) {
	#footer{
		padding-bottom: 88px;
	}
	#popupnav .con_menu_detail .box_sitemap{
		padding-bottom: 88px;
	}
}

#page .con_title.sub {
	height: 350px;
	background-image: url(../img/img_sub-pc.jpg);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#page .con_title.sub {
		height: 250px;
	}
}

@media only screen and (max-width: 767px) {
	#page .con_title.sub {
		background-image: url(../img/img_main-sp.jpg);
		height: 250px;
	}
}
