@charset "UTF-8";

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

.imgBoxR {
	width: 28%;
	box-sizing: border-box;
	padding: 0 0 44px 44px;
	float: right;
}
.imgBoxR img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}

/* ## index.php ## */
.baseBox .inner {
	max-width: 980px;
}

.baseArticle p {
	line-height: 1.78;
	margin-bottom: 10px;
}

.intro {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 14px;
}
.boss {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}
.boss span {
	font-size: 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;
}

.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) {

/* ## index.php ## */
.intro {
	font-size: 13px;
	line-height: 1.64;
	margin-bottom: 8px;
}
.boss {
	text-align: right;
	font-size: 16px;
}
.boss span {
	font-size: 12px;
}
	
.imgBoxR {
	width: 40%;
	padding: 0 0 14px 14px;
}
	
.baseArticle p {
	line-height: 1.64;
	margin-bottom: 8px;
}

/* 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.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) {



}