@charset "utf-8";

#gnav ul li#gnav_construction_companies > a{
	background-position: -120px -36px;
}

.disnon {
	display: none !important;
}

/* PC */
@media screen and (min-width: 1020px) {
/*#contents {
	padding-top: 85px;
}*/
.select {
	background: url(/construction_companies/img/bg_select.jpg) top center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 30px 0;
}
.select .inner {
	width: 940px;
	position: relative;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.6);
	padding: 18px 20px 30px;
}
.select h2 {
	font-size: 2.3rem;
	margin: 0 0 4px;
}
.select p {
	line-height: 1.5;
	font-size: 1.2rem;
	margin: 0 0 15px;
}
.select ul.btn {
	width: 630px;
	margin: 0 0 5px;
}
.select ul.btn li {
	width: 144px;
	height: 45px;
	background: #555;
	color: #fff;
	float: left;
	margin: 0 13px 19px 0;
	border-radius: 4px;
	text-align: center;
	line-height: 3.3;
	cursor: pointer;
}
.select ul.btn li:hover,
.select ul.btn li.active {
	background: #0971c0;
}
.select ul.map {
	width: 222px;
	height: 283px;
	position: absolute;
	top: 38px;
	right: 95px;
	background: url(/construction_companies/img/bg_map.png) no-repeat;
}
.select ul.map li {
	position: absolute;
	cursor: pointer;
}
.select ul.map li:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
.select ul.map li:nth-child(1) {
	top: 131px;
	left: 79px;
}
.select ul.map li:nth-child(2) {
	top: 101px;
	left: 98px;
}
.select ul.map li:nth-child(3) {
	top: 121px;
	left: 138px;
}
.select ul.map li:nth-child(4) {
	top: 153px;
	left: 83px;
}
.select ul.map li:nth-child(5) {
	top: 67px;
	left: 11px;
}
.select ul.map li:nth-child(6) {
	top: 84px;
	left: 61px;
}
.select ul.map li:nth-child(7) {
	top: 64px;
	left: 118px;
}
.select ul.map li:nth-child(8) {
	top: 80px;
	left: 179px;
}
.select ul.map li:nth-child(9) {
	top: 175px;
	left: 147px;
}
.select ul.map li:nth-child(10) {
	top: 220px;
	left: 92px;
}
.select h3 {
	color: #fff;
	background: #0971c0;
	padding: 1px 25px;
	font-size: 1.6rem;
	font-weight: normal;
}
.select .detail ul {
	padding: 11px 25px;
}
.select .detail ul li {
	width: 96px;
	float: left;
	font-size: 1.3rem;
}
.select .detail > div {
	border-radius: 4px 4px 0 0;
	background: #fff;
	border: 3px solid #0971c0;
}
.select .detail > div:first-child,
.select .detail > div:last-child {
	display: none;
}
.select .detail p.focusBtn + div {
	display: block !important;
}

/* checkbox */
input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	cursor: pointer;
}
input[type=checkbox] {
	display: none;
	margin: 0;
}
input[type=checkbox] + label {
	padding: 0 0 0 17px;
	color: #222;
}
input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: #fff;
}
input[type=checkbox] + label::before {
	border: 1px solid #a9a9a9;
}
input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
input[type=checkbox]:checked + label::after {
	left: 3px;
	width: 11px;
	height: 8px;
	margin-top: -6px;
	border-left: 3px solid #f00;
	border-bottom: 3px solid #f00;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
	
/* result */
.result.pc table {
	width: 100%;
	border-left: 3px solid #0971c0;
	border-right: 3px solid #0971c0;
	border-bottom: 3px solid #0971c0;
}
.result.pc table th {
	background: #0971c0;
	color: #fff;
	text-align: center;
	padding: 6px 0;
	border-left: 1px solid #e9e9e9;
	font-size: 1.3rem;
}
.result.pc table td {
	text-align: center;
	padding: 8px 20px 6px;
	background: #fff;
	border-top: 1px solid #0971c0;
	border-left: 1px solid #e9e9e9;
	font-size: 1.2rem;
	vertical-align: middle;
	line-height: 1.6;
}
.result.pc table th:first-child,
.result.pc table td:first-child {
	border-left: none;
}
.result.pc table td:nth-child(2) {
	text-align: left;
	font-size: 1.3rem;
}
.result.pc table td:nth-child(3),
.result.pc table td:nth-child(5) {
	padding: 6px 20px;
}
.result.pc table th {
	font-weight: bold;
}
.result.pc table th span {
	position: relative;
	padding-left: 20px;
}
.result.pc table th span:before {
	padding: 1px 6px 0 0;
	display: inline-block;
	position: absolute;
	top: -3px;
	left: 0;
}
.result.pc table th:nth-child(1) span:before {
	content: url(/construction_companies/img/icon_sity.png);
}
.result.pc table th:nth-child(2) span:before {
	content: url(/construction_companies/img/icon_office.png);
}
.result.pc table th:nth-child(3) span:before {
	content: url(/construction_companies/img/icon_entry.png);
}
.result.pc table th:nth-child(4) span:before {
	content: url(/construction_companies/img/icon_tel.png);
}
.result.pc table th:nth-child(5) span:before {
	content: url(/construction_companies/img/icon_hp.png);
}
.result.pc table th:nth-child(1),
.result.pc table th:nth-child(3),
.result.pc table th:nth-child(4),
.result.pc table th:nth-child(5) {
	width: 140px;
}
.result.pc table td a {
	color: #fff;
	width: 76px;
	display: block;
	margin: 0 auto;
	padding: 2px 5px 1px 0;
	background: url(/construction_companies/img/icon_arw.png) 67px center no-repeat #555;
}
.result.pc table td a:hover {
	text-decoration: none;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
.result.pc table td span {
	background: #0971c0;
	color: #fff;
	width: 88px;
	display: block;
	margin: 0 auto;
	padding: 2px 0 1px;
}
.result.pc table td span.end {
	background: #8f8f8f;
}

}



/* SP */
@media screen and (max-width: 1019px) {

#sp_gnav_construction_companies a {
	color: #0068b7;
}
h2 {
	font-size: 1.5rem;
	margin: 0 0 10px;
}
p.mv img {
	width: 100%;
	height: auto;
}
.select {
	width: auto;
	margin: 0 10px;
	padding: 15px 0 0;
}
.detail > div {
	display: block !important;
}
.select h2 + p {
	margin: 0 0 20px;
}
.detail h3 {
	color: #fff;
	padding: 18px 14px;
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 1px;
	background: url(/construction_companies/img/sp/icon_open.png) 96% center no-repeat #555;
	background-size: 12px;
}
.detail .focus {
	margin-top: 20px;
	padding-bottom: 20px;
}
.detail p.focusBtn {
	background: #fff;
	border: 2px solid #0971c0;
	padding: 12px 10px;
	font-weight: bold;
	font-size: 1.4rem;
	position: relative;
}
.detail p.focusBtn:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(/construction_companies/img/sp/icon_arw_open.png) center center no-repeat #0971c0;
	background-size: 13px;
}
.detail p.focusBtn.open:after {
	background-image: url(/construction_companies/img/sp/icon_arw_close.png);
}
.detail p.focusBtn + div {
	display: none;
}
.detail ul li {
	width: 50%;
	display: block;
	float: left;
	background: #fff;
	border-bottom: 2px solid #0971c0;
	border-right: 2px solid #0971c0;
	box-sizing: border-box;
}
.detail ul li:nth-child(odd) {
	border-left: 2px solid #0971c0;
}
.detail p.btnSearch {
	width: 180px;
	margin: 20px auto 0;
}
.detail p.btnSearch input {
	width: 100%;
}
.detail h3.open {
	background-image: url(/construction_companies/img/sp/icon_close.png);
}
.detail h3 + div {
	display: none;
}
.search dl dd {
	padding-bottom: 20px;
	display: none;
}

/* result */
.result.sp {
	padding-bottom: 20px;
}
.result.sp table {
	width: 100%;
	border: 2px solid #0971c0;
	background: #fff;
	margin-top: 16px;
}
.result.sp table th {
	padding: 6px 12px;
	font-weight: bold;
}
.result.sp table td {
	padding: 6px 12px;
	border-top: 1px solid #cacaca;
	font-size: 1.4rem;
	line-height: 1.5;
	vertical-align: middle;
}
.result.sp table td:nth-child(2) {
	border-left: 1px solid #cacaca;
	text-align: center;
	width: 60px;
	padding: 6px;
}
.result.sp table td:nth-child(2) span {
	background: #0971c0;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 1.2;
	padding: 4px 0;
	font-size: 1.2rem;
}
.result.sp table td:nth-child(2) span.end {
	background: #8f8f8f;
}
.result.sp table td a {
	color: #fff;
	display: inline-block;
	float: right;
	width: 150px;
	text-align: center;
	padding: 12px 0;
	line-height: 1;
	font-weight: bold;
	font-size: 1.5rem;
	background: url(/construction_companies/img/sp/icon_arw.png) 110px center no-repeat #555;
	background-size: 6px auto;
}
.result.sp table tr:last-child td {
	line-height: 3.3;
	padding-right: 6px;
	font-size: 1.4rem;
}

/* checkbox */
input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
input[type=checkbox] {
	display: none;
	margin: 0;
}
input[type=checkbox] + label {
	position: relative;
	padding: 20px 10px 20px 40px;
	display: block;
	line-height: 1;
	color: #222;
}
input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background: #fff;
}
input[type=checkbox] + label::before {
	border: 1px solid #a9a9a9;
}
input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
input[type=checkbox]:checked + label::after {
	left: 18px;
	width: 11px;
	height: 8px;
	margin-top: -6px;
	border-left: 3px solid #f00;
	border-bottom: 3px solid #f00;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

}


@media all and (-ms-high-contrast:none){

.pc.result table th {
	padding: 8px 0 4px;
}
.result.pc table th span:before {
	top: -2px;
}

}