@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

#page-tit {
	background: url(../../images/recruit/entry-images/page-bg.jpg) 100% 50% no-repeat;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.telno {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 4rem;
	line-height: 4.2rem;
}
.telno .tit {
	font-size: 50%;
}

.link-line a {
	text-decoration: underline;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {


}

