@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

.pageTitle {
	background-image: url(/images/inquiry_recruit/bg_pageTitle.jpg);
}

/* selectBox */
.selectBox {
}
	.selectBox li {
		padding: 0 15px 10px 0;
		display: inline-block;
	}
		.selectBox li select {
			margin-right: 5px;
		}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

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

/* selectBox */
.selectBox {
}
	.selectBox li {
		padding-bottom: 0;
	}


}