@charset "UTF-8";

#conts {
	width: 940px;
}

#conts .mylistDetail h2 {
	margin-bottom: 30px;
}

#conts .mylistDetail .lead {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

#conts .mylistDetail .lead label {
	margin-right: 10px;
	padding: 5px 8px 5px 25px;
	border: 1px solid #CCC;
	border-radius: 4px;
	display: inline-block;
	position: relative;
}

#conts .mylistDetail .lead label:before {
	width: 5px;
	height: 6px;
	background: url(/assets/img/pc/recent/baloon.png) no-repeat;
	display: block;
	position: absolute;
	bottom: -6px;
	left: 20px;
	content: "";
}

#conts .mylistDetail .lead label:after {
	margin-top: -6.5px;
	width: 12px;
	height: 13px;
	background: url(/assets/img/common/icon/check_off.png) no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	left: 8px;
	content: "";
}

#conts .mylistDetail .lead.checked label:after {
	background: url(/assets/img/common/icon/check_on.png) no-repeat;
}

#conts .mylistDetail .lead label input {
	display: none;
}

#conts .mylistDetail .job {
	border: 1px solid #CCC;
	border-top: none;
	display: table;
}

#conts .mylistDetail .job:after {
	content: "";
	display: block;
	clear: both;
}

#conts .mylistDetail .job .check input {
	display: none;
}

#conts .mylistDetail .job .check {
	padding-top: 30px;
	width: 75px;
	background: #FFF url(/assets/img/common/icon/check_off.png) no-repeat center 30px;
	border-right: 1px solid #CCC;
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
}

#conts .mylistDetail .job .check.checked {
	background:#FFEEEA url(/assets/img/common/icon/check_on.png) no-repeat center top 30px;
}

#conts .mylistDetail .job dl {
	width: 865px;
	display: table-cell;
	box-sizing: border-box;
}

#conts .mylistDetail .job .title a {
	padding: 25px 10px;
	border-top: 5px solid #006B30;
	background: linear-gradient(#FFFFFF,#F3F3F3);
	display: block;
}

#conts .mylistDetail .job .title p {
	font-size: 1.786em;
}

#conts .mylistDetail .job .title h3 {
	font-size: 1.236em;
}

#conts .mylistDetail .job .tagBox {
	padding: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#conts .mylistDetail .job .detailBox {
	padding: 20px;
}

#conts .mylistDetail .job .detailBox .busiContent td {
	visibility: hidden;
}

#conts .mylistDetail .job table {
	width: 100%;
	border-collapse: collapse;
}

#conts .mylistDetail .job table th,
#conts .mylistDetail .job table td {
	border: 1px solid #CCC;
}

#conts .mylistDetail .job table th {
	padding: 20px 0;
	width: 140px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

#conts .mylistDetail .job table td {
	padding: 20px;
}

#conts .job .contactNum {
	margin-top: 1px;
	font-size: 0.84em;
	text-align: right;
}

#conts .job .contactBtn {
	margin: 10px -15px 0 0;
	padding: 0 230px;
}

#conts .job .contactBtn:after {
	content: "";
	display: block;
	clear: both;
}

#conts .job .contactBtn li {
	margin-right: 15px;
	float: left;
}

#conts .job .contactBtn li a {
	display: inline-block;
}

/* こんなご希望はありませんか */

#conts .hopeArea {
	margin: 40px auto 0;
	width: 710px;
}

#conts .hopeTitle {
	line-height: 0;
}

#conts .hopeImg01 {
	line-height: 0;
}

#conts .hopeImg02 {
	line-height: 0;
}

	* html #conts .hopeImg02 {
		padding-left: 4px;
	}

#conts .hopeBox {
	text-align: center;
	border-left: 2px solid #006B30;
	border-right: 2px solid #006B30;
	border-bottom: 2px solid #006B30;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

#conts .hopeBox .title {
	line-height: 0;
	margin-bottom: 5px;
}

#conts .hopeBox .bn {
	line-height: 0;
	width: 394px;
	margin: 0 auto 3px;
}

#conts .hopeBox .bn a {
	display: block;
	width: 394px;
	height: 65px;
	background: url(/assets/img/pc/search/result/bn_hope_over.jpg) no-repeat;
}

#conts .hopeBox .bn a:hover {
	background-color: #FFF;
}

#conts .hopeBox .bn a:hover img {
	visibility: hidden;
}

#conts .hopeBox ul {
}

#conts .hopeBox li {
	display: inline;
	font-size: 12px;
	color: #CCC;
}

#conts .hopeBox li a {
	font-size: 13px;
	margin-right: 5px;
}

#conts .hopeBox li.lastChild a {
	margin: 0;
}

#conts .notFound {
	margin: 30px 0;
	color: #f00;
	font-size: 1.2em;
	text-align: center;
}

.submitBox {
	padding: 40px 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

#btmBox.submitBox {
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.submitBox {
	position: relative;
}

.submitBox:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.submitBox.active:after {
	display: none;
}

.submitBox a {
	display: inline-block;
}
.submitBox a:hover{
	opacity: 0.8;
}

.submitBox a img {
	background-color: #FFF;
}

.submitBox.active a {
	background: url(/assets/img/pc/top/btn_recent02_checked.png) no-repeat;
}

.submitBox.active img {
	visibility: hidden;
}
