@charset "UTF-8";

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

.baseBox .inner {
	max-width: 980px;
}

/* ## index.php ## */
p.intro {
	font-size: 16px;
	text-align: center;
	margin-bottom: 14px;
}
#recTable.table02 th {
	width: 23%;
}
#recTable.table02 td p {
	line-height: 1.8;
	margin-bottom: 10px;
}

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

/* ## 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 ## */

/* ## entry.php ## */
	
.sCondition {
	float: right;
	font-size: 16px;
	margin: 8px 0;
	font-weight: bold;
}

}

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


}


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



}