@charset "UTF-8";
.content-tbl {
	background: #F2FFF6;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}

.content-tbl.job-tbl {
	margin: 15px 0 10px 0;
}

.content-tbl.tbl-small {
	border:none;
}
.content-tbl .content-tbl_th {
	padding: 4px 12px;
	width: 125px;
	vertical-align: middle;
	background: #F2FFF6;
	color: #777777;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.content-tbl .content-tbl_td  {
	padding: 4px 8px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color: #333333;
	background: #fff;
}
/* 追加 */
.content-tbl .content-tbl_td.search-content  {
/*	padding: 4px 0px; */
	padding: 0px 0px;
}
/* 追加 */
.content-tbl .content-tbl_td.tbl-small  {
	border:none;
}
.content-tbl .content-tbl_td.search-content {
/*	padding: 8px 15px 4px; */
}

.search-content li {
	float: left;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	margin-right: 5px;
	margin-bottom: 4px;
	padding: 10px 8px 7px 8px;
	font-size: 12px;
	line-height: 1;
/*	font-weight: bold; */
	width: 100px;
	text-align: center;
}

.modal-box .search-content li {
	border: none;
	font-size: 14px;
	width: 150px;
	text-align: left;
}

.search-title li {
	float: left;
	margin-right: 5px;
	margin-bottom: 4px;
	padding: 0px 8px 3px 0px;
	line-height: 1;
	width: 100px;
	text-align: left;
}
.search-title li.search-item {
	padding-top: 10px;
}
.job-content {
	overflow: hidden;
	line-height: 1.5;
}
.job-content .job-content-inner {
/*	margin-bottom: 20px; */
	margin-bottom: 0px;
}
.job-content-head {
	background: #F2F6FF;
	overflow: hidden;
}
.job-content-head .job-content-head-inner {
	border-top: 1px solid #CBCDCC;
	border-left: 1px solid #CBCDCC;
	border-right: 1px solid #CBCDCC;
}
.job-content-head .cach-box {
	float: left;
	padding: 13px 10px 10px 15px;
}
.job-content-head .cach-box .tenpoName{
	font-size: 18px;
	margin-bottom: 12px;
}
.job-content-head .cach-box .tenpoName a{
	text-decoration: none;
	color: #333;
}
.job-content-head .cach-box .mainCach {
	font-size: 24px;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 0;
	line-height: 1.4;
	color:#1960a5
}
.job-frame {
	border: 1px solid #CBCDCC;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.job-frame.search-box {
	border-radius: 20px;
	border: 8px solid #1960a5;
/*	background-color: #dddddd; */ 
}

.job-content-cont .frame-main {
/*	padding: 15px 18px 15px; */
	padding: 5px 18px 5px;
}

.content-tbl .job-wrap .job-typ{
    display: inline;
}
.content-tbl .job-wrap .job-salary{
    display: inline;
}

.content-tbl .job-wrap .job-salary span {
    font-weight: bold;
    font-size: 13px;
}
.content-tbl .job-cond p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    font-size: 92.9%;
    word-break: break-all;
	line-height:1.5;
}
.job-content-btnArea {
	padding-top: 15px;
	padding-right: 30px;
	margin-bottom: 20px;
}

.job-content-head .cach-box .baitoName{
	font-size: 100%;
	margin-bottom: 5px;
}
.job-content-head .cach-box .baitoName a{
	text-decoration: none;
	color: #333;
}

.job-frame p.content-text {
	font-size: 14px;
	padding: 12px;
	margin: 0 20px 0;
	background: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#555;
	line-height: 1.5;
	border: 1px solid;
	border-color:#ccc;
}

.clearfix {
	display: block;
}
.job-list-frame .content-tbl_td *,
.job-list-frame .content-tbl_td *:before,
.job-list-frame .content-tbl_td *:after {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
ul, ol, dl, dt, dd {
	list-style: none;
	list-type-style: none;
	margin:0;
	padding:0;
}

/* 2019-07-26 追加 */
.col-md-101, .col-md-111, .col-md-102, .col-md-112 {
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
}

.col-md-111 img {
	margin-bottom:8px;
}

@media (min-width: 768px) {
  .col-md-101 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }
  .col-md-111 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }

  .col-md-102 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }
  .col-md-112 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }

  .col-md-111 img {
	margin-bottom:0px;
  }

}

input.button {
	background: #00b2c2;
	color:#fff;
}

input.button.orange-button {
	background: #ff7f27;
	color:#fff;
}

input.button.blue-button {
	background: #1960a5;
	background: #b5e61d;
	color:#fff;
}


button, html[type='button'] {
	-webkit-appearance:button;
}

.button {
	-moz-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.button, button {
	font-family: "メイリオ", Raleway, "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	line-height:38px;
	height: 40px;
	padding: 0 40px;
	border: 1px solid transparent;
	vertical-align: middle;
	-webkit-appearance: none;
	border-radius: 3px;
}

.button.button-small {
	line-height:30px;
	height: 28px;
	padding: 0 0px;
	width: 90px;
}
.row.search {
	width:100%;
	border-bottom: dotted 2px #1960a5;
	padding-top:7px;
	padding-bottom:2px;
}

.row.search.last-item {
	margin-bottom:10px;
}

a.btn.btn-outline-primary.btn-block.button-apply {
	line-height: 28px;
	height: 28px;
	padding: 0 0px;
	width: 110px;
	color:#fff;
	font-size:14px;
	-moz-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	border-radius: 3px;
	border: 1px solid transparent;
	background-color:#00b2c2;
	font-family: "メイリオ", Raleway, "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-weight:normal;
}

a.btn.btn-outline-primary.btn-block.button-apply.orange-button {
	background: #ff7f27;
	color:#fff;
}

/* モーダル画面（条件設定） */
.modal-box .modal-body.select-conditions {
	width: 1000px;
	border-radius:20px;
}
@media (max-width:1058px){
	.modal-box .modal-body.select-conditions{
		width:90vw;
	}
}

.modal-box input[type='radio'], input[type='checkbox'] {
	margin:0 4px 0 0;
	margin-top:-4px;
}

.modal-box .modal-body.select-conditions .modal-formarea {
	padding: 4px 10px;
}

.modal-box .modal-body.select-conditions .modal-formarea.next-line {
	padding: 4px 10px;
}

.modal-box .modal-body.select-conditions .modal-formarea .button,
.modal-box .modal-body.select-conditions .modal-formarea button
{
	margin: 10px 30px 5px 0;
	padding: 0 40px;
}

.modal-body.select-conditions {
/*	max-height:400px; */
}

.modal-header .button, .modal-header button{
	font-size:10px;
	line-height:18px;
	height:20px;
	margin-left:10px;
	padding: 0 10px;
	margin-bottom: 5px;
}

.modal-header .button, .modal-header button{
	font-size:10px;
	line-height:18px;
	height:20px;
	margin-left:10px;
	padding: 0 10px;
	margin-bottom: 5px;
}
.modal-header .button, .modal-header button:hover{
	color:#fff;
}

.modal-box .modal-body .modal-header.sub-header {
	padding: 6px 0 0 6px;
	margin-top:0px;
	margin-left:5px;
	border-bottom:1px solid rgba(0, 0, 0, 0.05);
	border: none;
	color:#333;
	background: #eee;
	border-radius: 3px;
}

.modal-box .modal-body .modal-header.sub-header.first-item {
	margin-top:10px;
}

.modal-box .modal-body.select-conditions .modal-formarea .button.sub-button, .modal-box .modal-body.select-conditions .modal-formarea button.sub-button {
	padding: 0 10px;
	margin:0 0 0 10px;
	margin-bottom: 5px;
	background: #aaa;
}

.modal-body {
    max-height: 600px;
	max-height: calc(100vh - 1.5em);

}

.modal-area-chk li label,
.modal-job-type-chk li label,
.modal-holiday-chk li label,
.modal-duty-hours-chk li label,
.modal-employment-sts-chk li label {
	text-decoration:underline;
	color:#1960a5;
}

.search-content li.no-item {
	border:none;
	text-align: left;
	font-size:16px;
}

.modal-form ul li label {
	margin-bottom: 0px;
}

.modal-form .search-content li {
	margin-bottom: 0px;
}

.search-box input[type=text] {
    border: 1px solid #999;
}

/* モーダル画面（条件設定） */

/* ページング等 */
td.paging, td.dsp-order {
	padding: 0px;
	padding-bottom: 15px;
	border-bottom: none;
}
main .paging ol li, main .paging ul li {
	margin-bottom: 0;
}

select:not([multiple]) {
    height: 30px;
	padding: 2px 4px;
}

.dsp-order select {
    max-width: 200px;
    float: right;
}

.search-box .button {
/*    max-width: 150px; */
    float: right;
}

@media (max-width: 767.98px) {
	.dsp-order select {
	    width: 100%;
	    max-width: 100%;
	    float: left;
	}
	.search-box .button {
	    width: 100%;
	    max-width: 100%;
	    float: left;
	}

}

/* ページング等 */

main > section.narrow-content {
    padding: 15px 0 0 0;
}

/* 確認画面（モーダル）のボタンのhover */
.modal-box .modal-body input.button:hover{
	color: #99e0e7;
}
.modal-box .modal-body input.button.sub-button:hover{
	color: #dddddd;
}

.mb-4.search,
.my-4.search {
  margin-bottom: 10px !important;
}

