@charset "shift_jis";
/* CSS Document */
@import url("page.css");

#t-box h1 {
	background-image: url(../images/sas/title_sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	padding-top: 28.85%;
	height: 0;
	width: 100%;
}

#ph_sas {
	display: block;
	margin: 1.5em auto;
	width: 96%;
}

#ph_sas img {
	height: auto;
	width: 100%;
}

#ctbox p {
	margin: 0 auto 1em;
	width: 96%;
}

@media only screen and (min-width: 769px) {
#t-box h1 {
	background-image: url(../images/sas/title.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	padding-top: 0;
	height: 150px;
	width: 1015px;
}

#ph_sas {
	display: block;
	margin: 2em auto;
	width: 790px;
}

#ctbox p {
	width: 1000px;
}

}