@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: recruit.css
description: 求人情報専用スタイルシート

1.レイアウト
2.スマホ版

///////////////////////////////////////////////////////// */

/* ===========  1.レイアウト  =========== */

#titleRecruit {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}

.boxRecruitLead {
	margin-top: 20px;
	text-align: center;
	font-size: 117%;
}

.boxRecruit {
	margin-top: 40px;
}

.boxImgTop {
	//width: 505px;
	margin: 20px auto;
}

.boxImg01 {
	float: left;
	width: 33%;
	text-align: center;
}

.boxTxt02 {
	float: left;
	width: 360px;
}

.boxImg02 {
	width: 240px;
	float: right;
}



.boxTxt03 {
	float: left;
	width: 340px;
}

.boxImg03 {
	width: 155px;
	float: left;
}

.titleRecruit02 {
	border-bottom: 3px solid #e5e5e5;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 16px;
	background: url(../../common/images/hd_list.gif) left top no-repeat;
	padding-left: 16px;
	padding-top: 3px;
	height: 17px;
}

a.btnDetail {
	display: block;
	width: 180px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/btn_detail.gif) left top no-repeat;
}

a.btnDetail:hover {
	background-position: 0 -26px;
}

.imgRight img {
	float: right;
	margin: 0 0 15px 20px !important;
	padding: 0 !important;
	border: 0 !important;
}

/*表*/
table {
	border: 1px solid #aaaaaa;
	border-collapse:collapse;
	/*width: 100%;*/
}

th {
	background: #e5e5e5;
	border: 1px solid #aaaaaa;
	border-bottom:none;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	width: 120px;
	line-height: 1.8;
}

td {
	border: 1px solid #aaaaaa;
	border-bottom:none;
	padding: 10px;
	vertical-align: middle;
	line-height: 1.8;
}

th.job {
	width: 50px;
}

table.tbl-index {
	width: 660px;
}

table.tbl-detail {
	margin-top: 20px;
	width: 620px;
}

/*求人情報トップへ戻る*/
a.btnBack {
	background: url(../images/btn_back.gif) left top no-repeat;
	width: 166px;
	height: 26px;
	display: block;
	text-indent: -9999px;
}

a.btnBack:hover {
	background-position: 0 -26px;
}

.boxBack {
	float: right;
	margin-top: 15px;
}

/* ===========  2.599px以下スマホ縦横 =========== */
@media screen and (max-width: 599px) {

#titleRecruit {
	font-size: 136%;
	text-align: left;
}

.boxRecruitLead {
	margin-top: 10px;
	text-align: left;
	font-size: 114%;
}

.boxRecruit {
	margin-top: 20px;
}

.boxRecruit img {
	width: 100%;
	height: auto;
}

table {
	width: 100%;
}

th {
	width: auto;
}

th.job {
	width: 80px;
}

table.tbl-index {
	width: 100%;
}

table.tbl-detail {
	margin-top: 10px;
	width: auto;
}

table.tbl-detail th {
	white-space: nowrap;
}

.imgRight img {
	float: none;
	margin: 0 auto 15px !important;
	display: block;
}

.boxImg02 {
	width: 100%;
	float: none;
	margin-right: 0;
	text-align: center;
}

.boxImg03 {
	width: 100%;
	float: none;
	text-align: center;
}

.boxTxt02 {
	width: 100%;
	float: none;
}

.recruitImg img {
	width: 100%;
}

.boxImgTop {
	width: 100%;
}

.boxImg01 {
	float: none;
	width: auto;
}

}