@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("../img/recruit/title.jpg");
	position: relative;
}

.intro {
	font-size: 18px;
	text-align: center;
	margin-bottom: 18px;
}

/* ## index.php ## */
#con01 {
	background: url("../img/recruit/back_con01.png") no-repeat;
	background-size: 100%;
	position: relative;
	z-index: 1000;
}
.introBox {
	width: 100%;
	box-sizing: border-box;
	max-width: 780px;
	text-align: center;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 800;
	line-height: 2;
	margin: 0 auto;
}
.introBox h3 {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 28px;
}
.introBox p {
	font-size: 20px;
}

/* basebox */
.baseBox.leftTitle .boxF {
	width: 100%;
	box-sizing: border-box;
}
.baseBox.leftTitle .boxS {
	width: 100%;
	box-sizing: border-box;
	padding: 0 24px;
}
.baseBox.leftTitle .boxS .imgBox, .baseBox.rightTitle .boxS .imgBox {
	width: 100%;
	background-color: #dcdcdc;
	border-radius: 8px;
}
.baseBox.leftTitle .boxS .imgBox img, .baseBox.rightTitle .boxS .imgBox img {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 14px 14px 0 #b7cfdf;
	vertical-align: bottom;
}
.baseBox .boxS .dlBox {
	padding: 40px;
}
.baseBox.rightTitle .boxS h4, .baseBox.leftTitle .boxS h4 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-bottom: 14px;
	padding: 8px 4px;
}
.baseBox.rightTitle .boxS h4:after, .baseBox.leftTitle .boxS h4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
	background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
	background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
.baseBox.rightTitle .boxS h5, .baseBox.leftTitle .boxS h5 {
	font-size: 15px;
	font-weight: bold;
	border-left: solid 4px #2b91ef;
	margin-bottom: 10px;
	padding: 0px 14px;
}

.table02 th {
	width: 24%;
}

/* ## entry.php ## */
#conditionArea {
}
#conditionArea .baseBox {
	padding-top: 0;
}

.tBox {
	position: relative;
}
.tBox a {
	border-top: solid 1px #dcdcdc;
	margin-top: -1px;
}
.tBox:last-child a {
	border-top: solid 1px #dcdcdc;
}
.tBox .texBox {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
.tBox .texBox h3 {
	margin-top: 4px;
	margin-bottom: 8px;
}
.tBox .texBox .remarks {
	font-weight: bold;
	background-color: #f0f0f0;
	border-radius: 6px;
	padding: 8px 8px 8px 8px;
	overflow: hidden;
}
.tBox .texBox .date {
	font-weight: bold;
	padding: 2px 0;
	overflow: hidden;
	clear: both;
}
.tBox .texBox .dstand {
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 游ゴシック体, 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
	line-height: 1.2;
	float: left;
}
.tBox .texBox .memo {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	padding-left: 14px;
	float: left;
}
.tBox span.cdtTag {
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 14px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 2px 18px;
}
.tBox span.cdtTag2 {
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}
/* 催行決定／募集中 */
.tBox span.cdtTag.skBoshu {
	background-color: #ff2929;
}
.tBox span.cdtTag2.skBoshu {
	color: #ff2929;
}
/* 催行決定／要問合せ */
.tBox span.cdtTag.skToi {
	background-color: #ff66b8;
}
.tBox span.cdtTag2.skToi {
	color: #ff66b8; 
}
/* 催行決定／受付終了 */
.tBox span.cdtTag.skEnd {
	background-color: #2e9d7c;
}
.tBox span.cdtTag2.skEnd {
	color: #2e9d7c; 
}
/* 催行決定／キャンセル待ち */
.tBox span.cdtTag.skCancel {
	background-color: #82db09;
}
.tBox span.cdtTag2.skCancel {
	color: #82db09;
}
/* 募集中 */
.tBox span.cdtTag.boshu {
	background-color: #3297fe;
}
.tBox span.cdtTag2.boshu {
	color: #3297fe;
}
/* 募集中／要問合せ */
.tBox span.cdtTag.bsToi {
	background-color: #2281a4;
}
.tBox span.cdtTag2.bsToi {
	color: #2281a4; 
}
/* 受付終了 */
.tBox span.cdtTag.allend {
	background-color: #489d2e;
}
.tBox span.cdtTag2.allend {
	color: #489d2e;
}
/* 催行間近 */
.tBox span.cdtTag.near {
	background-color: #ff8000;
}
.tBox span.cdtTag2.near {
	color: #ff8000;
}

.cdtDate {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 14px 0;
}


/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

/* ## index.php ## */

}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

/* ## index.php ## */

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {
	
/* ## index.php ## */


}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

.intro {
	font-size: 14px;
	margin-bottom: 14px;
}

/* ## index.php ## */
#con01 {
	background: url("../img/recruit/backmb_con01.png") no-repeat;
	background-size: 100%;
}
.introBox {
	line-height: 2;
}
.introBox h3 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 14px;
}
.introBox p {
	font-size: 14px;
}
	
/* basebox */
.baseBox.leftTitle .boxS {
	padding: 0 14px 0 0;
}
.baseBox.rightTitle .boxS {
	padding: 0 14px 0 0;
}
.baseBox.leftTitle .boxS .imgBox, .baseBox.rightTitle .boxS .imgBox {
	border-radius: 8px;
}
.baseBox.leftTitle .boxS .imgBox img, .baseBox.rightTitle .boxS .imgBox img {
	box-shadow: 10px 10px 0 #c0b89d;
}	
.baseBox .boxT {
	padding-top: 32px;
	padding-right: 8px;
	padding-left: 8px;
}
.baseBox .boxT p.tex {
	line-height: 2;
}

/* ## entry.php ## */
.sCondition {
	float: right;
	font-size: 12px;
	margin: 6px 2px;
	font-weight: bold;
}
.tBox span.cdtTag {
	border-radius: 14px;
	font-size: 11px;
	padding: 2px 14px;
}
.tBox .texBox .memo {
	font-size: 10px;
	line-height: 2;
	padding-top: 2px;
	padding-left: 10px;
	float: left;
}

}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
	
/* ## index.php ## */
#recTop.baseBox {
	max-width: 980px;
	margin: 0 auto;
}
	

.baseBox.nomalTitle .inner {
	max-width: 980px;
}
.baseBox.leftTitle .cTitle {
	text-align: left;
}
.baseBox.leftTitle .boxF {
	width: 45%;
	box-sizing: border-box;
	float: left;
}
.baseBox.leftTitle .boxS {
	width: 55%;
	box-sizing: border-box;
	padding: 0 0 0 68px;
	float: right;
}
.baseBox.leftTitle .boxT {
	width: 45%;
	box-sizing: border-box;
	float: left;
}
	
.baseBox.rightTitle .cTitle {
	text-align: left;
}
.baseBox.rightTitle .boxF {
	width: 45%;
	box-sizing: border-box;
	float: right;
}
.baseBox.rightTitle .boxS {
	width: 55%;
	box-sizing: border-box;
	padding: 0 88px 0 0;
	float: left;
}
.baseBox.rightTitle .boxS p {
	line-height: 2.4;
	margin-bottom: 10px;
}
.baseBox.rightTitle .boxT {
	width: 45%;
	box-sizing: border-box;
	float: right;
}
.baseBox .boxT p.tex {
	line-height: 2.54;
}
	
#con05.baseBox .inner {
	max-width: 780px;
	margin: 0 auto;
}
	
/* ## entry.php ## */
#entry.baseBox {
	max-width: 980px;
	margin: 0 auto;
}
	
.sCondition {
	float: right;
	font-size: 16px;
	margin: 8px 0;
	font-weight: bold;
}

}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {


}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {



}