@charset "UTF-8";
/*---------------------------------
Table styleSheet
----------------------------------*/
/* 2023.09.27 PR表記追加 */

/* 求人情報表示テーブル ------------------------------*/

.content-table {
/*	width: 100%;*/
/*	margin: 0 auto;*/
/*	margin: 5px;*/
	width: 98%;
/*	margin-left: 10px;*/
	margin-left: 2px;		/* 2023.09.27 */
	border-collapse: collapse;
}

.content-table-label {
	color: #006400;
	font-weight: bold;
}

.content-table-relation {
	color: #CD5C5C;
/*	font-weight: bold;*/
}

.content-table tbody {
/*	padding: 10px;*/
	padding: 0px;			/* 2023.09.27 */
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
}

.content-table tbody.margin-class {	/* 2023.09.27 */
	border:none;
}

.content-table tr {
	display:block;
/*	padding: 10px;*/
	padding: 0px 10px 10px 10px;	/* 2023.09.27 */
	margin-bottom: 4px;
}

.content-table tr.prmsg_tr-class {	/* 2023.09.27 */
	padding: 12px 10px 0px 10px;
	margin-bottom: 0px;
}

.content-table tr.title-class {
	display:block;
/*	padding: 10px 10px 0px 10px;*/
	padding: 0px 10px 0px 10px;	/* 2023.09.27 */
	margin-top: 0px;		/* 2023.09.27 */
	margin-bottom: 0px;
}

.content-table tr.flagimg-class {
	display:block;
	padding: 0px 10px 0px 10px;
	margin-bottom: 0px;
}

.content-table tr.subject-class {
	display:block;
	padding: 0px 10px 10px 10px;
	margin-bottom: 4px;
}

.content-table tr.show_hide_row {
	display:block;
	color: #353535;
	font-size: 1.6rem;
	text-align: center;
	margin:0 auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 4px;
}

.content-table th {
	display:block;
	width: 90%;
/*	margin: 0 auto 10px;*/
	border:none;
/*	border-radius: 3px;*/
	text-align: left;
}

.content-table td {
/*	display: list-item;*/
/*	display:block;*/
/*	width: 90%;*/
/*	margin-left: 20px;*/


/*	padding: 0 10px;*/

	padding: 10px;


/*	border:none;*/
	text-align: left;
}

.content-table td.hd_msg-class {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ff0000;
	text-align: left;
}

.content-table td.prmsg-class {		/* 2023.09.27 */
	display:block;
/*	font-size: 1.4rem;*/
	font-size: 1.6rem;
/*	color: #77787B;*/
	color: #353535;
	text-align: right;
	padding: 0px;
	margin-bottom: 0px;
	line-height: 0;
}
.content-table td.prmsg-class::before {		/* 2023.10.08 */
	content: "[";
}
.content-table td.prmsg-class::after {		/* 2023.10.08 */
	content: "]";
}

.content-table td.title-class {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
}

.content-table td.img-class {
	width: 20%;
}

.content-table td.subject-class {
	width: 80%;
	color: #353535;
	font-size: 1.6rem;
	text-align: left;
}

.content-table td.content-class {
	color: #353535;
	font-size: 1.6rem;
	text-align: left;
}

.content-table td.indetail-class {
	display:block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
}

.content-table td.content-return {
	display:block;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
}

.content-table td.margin-return {
	display:block;
	font-size: 1.4rem;
	//font-weight: bold;
	text-align: right;
	margin:0 auto;
}

/* 詳細ボタン 2022.08.23追加 */
.content-table a.indetail_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
/*	height: 50px;*/
	height: 40px;
	position: relative;
	background: #228bc8;
	border: 1px solid #228bc8;
	box-sizing: border-box;
	padding: 0 25px 0 40px;
	color: #fff;
	font-size: 1.8rem;
/*	font-size: 16px;*/
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	margin: 8px;
}
.content-table a.indetail_btn:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -6px;
}
.content-table a.indetail_btn:hover {
	background: #fff;
	color: #228bc8;
}
.content-table a.indetail_btn:hover:before {
	border-top: 2px solid #228bc8;
	border-right: 2px solid #228bc8;
}
/* ADD END */

/* MAPボタン 2022.08.23追加 */
.content-table a.indetail_mapbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
/*	height: 50px;*/
	height: 40px;
	position: relative;
	background: #fff;
	border: 1px solid #228bc8;
	box-sizing: border-box;
	padding: 0 25px 0 40px;
	color: #228bc8;
	font-size: 1.6rem;
/*	font-size: 16px;*/
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	margin: 8px;
}
.content-table a.indetail_mapbtn:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -6px;
}
.content-table a.indetail_mapbtn:hover {
	background: #fedcbd;
	color: #228bc8;
}
.content-table a.indetail_mapbtn:hover:before {
	border-top: 2px solid #228bc8;
	border-right: 2px solid #228bc8;
}
/* ADD END */


/* ページナビ表示テーブル -------------------------------*/

.page-nav-table {
	width: 99%;
	border-collapse: collapse;
}

.page-nav-table tr {
/*	display:block;*/
	padding: 10px;
	margin-bottom: 4px;
}

.page-nav-table td.page-nav-td {
/*	display:block;*/
	width: 96%;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
}

#page-nav-id ul.page-nav-ul {
	margin: 0 0 10px;
	padding: 12px;
	color: #e67168;
	background: #f3f3f3;
	width: 96%;
}

#page-nav-id ul.page-nav-ul li {
	display: inline;
	margin: 0 8px;
	padding: 0;
}

#page-nav-id ul.page-nav-ul li span,
#page-nav-id ul.page-nav-ul li a {
	display: inline-block;
	font-size: 2.0rem;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
}

#page-nav-id ul.page-nav-ul li a:hover {
	background: #efefef;
}



/* 右サイド／求人情報表示テーブル -------------------------*/

.r-side-table {
/*	width: 100%;*/
/*	margin: 0 auto;*/
/*	margin: 5px;*/
	width: 90%;
	margin-left: 10px;
	border-collapse: collapse;
}

.r-side-table tbody {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
}

.r-side-table tr {
	display:block;
	padding: 10px;
	margin-bottom: 4px;
}

.r-side-table th {
	display:block;
	width: 95%;
/*	margin: 0 auto 10px;*/
	border:none;
/*	border-radius: 3px;*/
	text-align: left;
}

.r-side-table td {
/*	display: list-item;*/
/*	display:block;*/
/*	width: 90%;*/
/*	margin-left: 20px;*/


/*	padding: 0 10px;*/

	padding: 10px;


/*	border:none;*/
	text-align: left;
}


/* 求人詳細情報表示テーブル -------------------------------*/
.detail-table {
	width: 98%;
	margin-left: 10px;
/*	width: 100%;*/
/*	margin: 0 auto;*/
	border-collapse: collapse;
	text-align: left;
}

.detail-table th {
	font-size: 2.4rem;
	background: #f4f4ed;
	border-radius:10px 10px 0 0;
	color: #000;
	border-radius: 2px;
	text-align: left;
	padding: 0px 10px 20px 10px;
}

.detail-table td {
/*	color: #353535;*/
/*	font-size: 1.8rem;*/
/*	text-align: left;*/
/*	padding: 10px;*/
	border: 1px #ccc solid;
}

.detail-table td.hd_msg-class {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ff0000;
	text-align: left;
}

.detail-table td.prmsg-class {		/* 2023.09.27 */
	display:block;
	font-size: 1.4rem;
/*	color: #77787B;*/
	color: #353535;
	text-align: right;
	padding: 0px 10px 0px 0px;
	margin-bottom: 0px;
	background: #f4f4ed;
	border:none;
}
.detail-table td.prmsg-class::before {		/* 2023.10.09 */
	content: "[";
}
.detail-table td.prmsg-class::after {		/* 2023.10.09 */
	content: "]";
}

.detail_img {
	padding: 2px;
}

.detail_col_1 {
	color: #006400;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	background: #f4f4ed;
	padding: 10px;
}

.detail_col_2 {
	color: #353535;
	font-size: 1.8rem;
	text-align: left;
	padding: 10px;
}


/* ページサイド求人情報表示テーブル --------------------*/
.side_content-table {
	width: 100%;
/*	margin: 0 auto;*/
/*	margin: 5px;*/
/*	font-size: 100%;*/
	border-collapse: collapse;
	text-align: left;
}

.side_content-table tr {
	display:block;
	margin-bottom: 4px;
}

.side_content-table th {
	display:block;
	width: 95%;
/*	margin: 0 auto 10px;*/
	border:none;
	border-radius: 3px;
	text-align: left;
}

.side_content-table td {
/*	display: list-item;*/
	display:block;
	width: 90%;
/*	margin-left: 20px;*/
	border:none;
	text-align: left;
}


/* 区市郡リンクテーブル --------------------------------*/
.city_link_tbl-table {
	width: 98%;
	/*border-width: thin;*/
	font-weight: bold;
	border-style: solid;
	border-color: #c0c0c0;
	/*background-color: #e0e0e0;*/
	font-size: 1.8rem;
	/*font-size: large;*/
	/*font-size: medium;*/
	/*font-size: small;*/
	padding: 4px 4px 8px 8px;
}




/*media Queries スマホサイズ
----------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width : 669px) {/*670px以上だったら無効*/

/* 求人情報表示テーブル ------------------------*/
.content-table {
	border: none;
}

.content-table tr {
	display:block;
	margin-bottom: 2px;
}

.content-table th {
	display:block;
/*	width: 95%;*/
	width: 90%;
/*	margin: 0 auto 10px;*/
	border:none;
/*	border-radius: 3px;*/
}

.content-table td {
/*	display: list-item;*/
/*	display:block;*/
/*	width: 90%;*/
/*	margin-left: 20px;*/
	border:none;
}

.content-table td.img-class {
	width: 40%;
}

.content-table td.subject-class {
	width: 60%;
	color: #353535;
	font-size: 1.6rem;
}


/* 求人詳細情報表示テーブル ------------------------*/
.detail-table {
	margin-left: 2px;		/* 2023.09.27 */
	border: none;
}

.tbody_title-class {
	display:block;
	width: 98%;
	border:none;
	background: #d3d8db;
	border-radius: 3px;
}

.detail-table tr {
	display:block;
/*	margin-bottom: 10px;*/
}

.detail-table th {
	display:block;
	width: 90%;
/*	margin: 0 auto 10px;*/
/*	margin: 0 auto 5px;*/
	border:none;
	background: #d3d8db;
/*	border-radius: 3px;*/
	padding-top: 0px;
	margin-top: 0px;
}

.detail-table td {
/*	display: list-item;*/
	display:block;
	width: 90%;
/*	margin-left: 5px;*/
	margin-left: 2px;		/* 2023.09.27 */
	border:none;
}

.detail-table td.prmsg-class {		/* 2023.09.27 */
	display:block;
	width: 95%;
	font-size: 1.4rem;
	color: #77787B;
	background: #d3d8db;
	text-align: right;
	margin-bottom: 0px;
}

.detail_col_1 {
	color: #006400;
	background: #bdc3c7;
}

.detail_apply {
	width: 90%;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
	padding: 25px 0 25px 0;
	background-color: #d3d8db;
	border-radius: 10px;
}

.detail_return {
	width: 90%;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
	padding: 15px 0 15px 0;
	background-color: #e6e9eb;
	border-radius: 10px;
}


/* ページサイド求人情報表示テーブル -------------*/
.side_content-table {
	border: none;
}

.side_content-table tr {
	display:block;
	margin-bottom: 4px;
}

.side_content-table th {
	display:block;
	width: 95%;
/*	margin: 0 auto 10px;*/
	border:none;
	border-radius: 3px;
}

.side_content-table td {
/*	display: list-item;*/
	display:block;
	width: 90%;
/*	margin-left: 20px;*/
	border:none;
}


/* ページナビ表示テーブル ---------------------*/

#page-nav-id ul.page-nav-ul li {
	margin: 0 5px;
}

#page-nav-id ul.page-nav-ul li span,
#page-nav-id ul.page-nav-ul li a {
	padding: 1px 5px;
}


/* 区市郡リンクテーブル -------------------------*/
.city_link_tbl-table {
	font-weight: bold;
	width: 90%;
	height: 300px;
	overflow: auto;
	font-size: 1.6rem;
	/*font-size: large;*/
/*	font-size: small;*/
}


}


/*media Queries PCサイズ
----------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 671px) {/*670px以下だったら無効*/

/* 区市郡リンクテーブル ------------------------*/
.city_link_tbl-table {
	display: table;
	width: 94%;
}

.city_link_tbl-row {
	display: table-row;
}

.city_link_tbl-column {
	display: table-cell;
	vertical-align: top; /*縦位置を揃える*/

}

.detail_apply {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
	height:100px;
	background-color: #f7f7f7;
}

.detail_return {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
	height:70px;
}


}


