@charset "UTF-8";
.Items{
	border: 1px solid #00a0e9;
	margin: 20px auto;
	padding:13px;
}
.list_title{
	border: none;
	border-radius: 0px;
	background-color:#DFF2FC ;
	margin: 0px;
}
.job_data {
    background-color: #FFF;
    position: relative;
	border: solid 2px #DFDFDF;
}
.job_data + .job_data {
	margin-top: 48px;
}
.job_data + .job_data.job_data:before {
	width: 20%;
	height: 4px;
	background-color: #888;
	border: 1px solid #555;
	margin: 20px 0;
	display: block;
	content: "";
	top: -44px;
	left: 40%;
	position: absolute;
	box-shadow: 2px 2px 1px #CCC;
	border-radius: 3px;
}
.item_header {
}
.kinmuchi {
	display: inline-block;
	margin: 4px 4px 2px;
	padding: 0 4px;
	color: #555;
	font-size:15px;
	border:none;
	font-weight:bold;
}
.kinmuchi_hosoku {
	font-size: 12px;
}
.hw_icon {
	display: inline-block;
	margin: 4px 2px 2px;
	padding: 1px 6px;
	border: 1px solid #F85;
	border-radius: 2px;
	color: #555;
	font-size: 14px;
}
.keisaikikan {
	display: inline-block;
	position: absolute;
	right: 4px;
	top: 7px;
	color: #555;
	font-size: 12px;
}
.com_name_job {
	margin: 0px;
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	background-color: #FFF33F;
	padding: 8px;
	border-top: 2px solid #333;
	text-shadow: 0px 1px 0px #FFF, 1px 1px 0px #FFF, 1px 0px 0px #FFF, 1px -1px 0px #FFF, 0px -1px 0px #FFF, -1px -1px 0px #FFF, -1px 0px 0px #FFF, -1px 1px 0px #FFF;
}
.catch_copy {
	display: block;
	font-weight: bold;
	color: #333;
	text-align: left;
	padding: 8px 12px;
	line-height:140%;
	padding-top:0px;
	padding-bottom:0;
	font-size:110%;
}
.job_datail {
	margin: 4px 2px 12px;
	padding: 1px;
	border:none;
}
.koyoukeitai {
	text-decoration: none;
	padding: 0px 5px 0px 8px;
	font-size:15px;
	float:left;
}
.koyoukeitai span + span {
	margin-left: 4px;
}
span[class^="koyo_"] {
	border-radius: 0 2px 2px 0;
	display: inline-block;
	padding: 4px 4px 3px 4px;
	line-height: 1;
	border: 1px solid #AAA;
	border-left-width: 5px;
	color: #333;
}
span.koyo_1 {border-left-color: #076AB6;}
span.koyo_2 {border-left-color: #076AB6;}
span.koyo_3 {border-left-color: #076AB6;}
span.koyo_4 {border-left-color: #23AB37;}
span.koyo_5 {border-left-color: #FFDA00;}
span.koyo_6 {border-left-color: #FFDA00;}
span.koyo_7 {border-left-color: #F39806;}
span.koyo_8 {border-left-color: #F39806;}
span.koyo_9 {border-left-color: #F39806;}
span.koyo_10 {border-left-color: #804F1B;}
span.koyo_11 {border-left-color: #7D7E7E;}
.syokusyumei {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
	padding-top:0px;
	padding-bottom:3px;
	margin:0;
	line-height:140%;
	color: #36bef0;
}
.com_name_sub {
	margin: 0 8px;
	font-weight: bold;
}
.com_name_sub img {
	margin-right: 4px;
	vertical-align: -2px;
}
.shigotonaiyou {
	margin: 4px 8px;
	padding: 4px;
	line-height: 1.6;
	word-wrap:break-word;
	word-break: break-all;
	margin-left:0;
	padding-left:0;
	border:none;
}
.shigotonaiyou span {
	color: #00A5E3;
	border: 1px solid #00A5E3;
	border-radius: 2px;
	padding: 2px 4px;
	font-size: 12px;
	display: inline-block;
	margin-right: 4px;
	line-height: 1;
}
.kanren{
	font-size:90%;
	text-align:right;
	margin:15px 7px 10px
}
.icon {
	width: 100%;
	margin: 0 auto 8px;
	font-size: 12px;
}
@media screen and (max-width: 340px) {
	.icon {
		font-size: 11px;
	}
}
.icon td {
	width: 20%;
	text-align: center;
}
.icon_ok, .icon_no {
	border-radius: 6px;
	border: 1px solid #FFF;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
}
.icon_ok {
	background-color: #FFF33F;
}
.icon_no {
	background-color: #EEE;
	color: #BBB;
}
.detail {
	margin: 12px;
	margin-top:0;
	margin-bottom:0px;
}
.detail li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1;
	margin-bottom: 8px;
}
.detail li img {
	margin-right: 6px;
	vertical-align: bottom;
}
.action_btn_wrap {
	margin-right: 4px;
	margin-left: 4px;
}
.action_btn {
	width: 100%;
}
.action_btn td {
	padding: 4px;
}
.action_btn a {
	display: flex;
	background-color: #EEE;
	padding: 4px;
	text-decoration: none;
	text-align: center;
	height: 3.2em;
	border-radius: 2px;
	vertical-align: middle;
	webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.detail_btn a {
	color: #FFF;
	background-color: #00A5E3;
	min-width: 5em;
}