@charset "UTF-8";
/* ================================================================
recruit
================================================================ */
/* PC ------------------------------ */
@media print,
screen and (min-width: 768px) {

	#main {
		background: url(../img/main_pht_pc.jpg) no-repeat center top;
		}

	#sctRecruit p.msg {
		margin-top: 60px;
		text-align: center;
		}

} /* end PC */
/* SP -------------- */
@media screen and (max-width: 767px) {

	#main {
		background: url(../img/main_pht_sp.jpg) no-repeat center top;
		background-size: auto 100px;
		}

	#sctRecruit p.msg {
		text-align: center;
		}

} /* end SP */
