/*
 * 検索ボックス
 */
.search-box {
	text-align: left;
	padding: 0 20px;
	border-top: 1px #e7e7e7 solid;
}
.search-box table td {
	border: none;
}
.search-title {
	color: #806f54;
	font-size: 14px;
	font-weight: 700;
	line-height: 36px;
}
.search-list-title {
	color:  #010000;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
}
.search-list-title:before {
	content: url(/assets/sptop_wt/img/sp/search/search_list_arrow.png);
	display: inline-block;
	margin: 0 12px 0 0;
}
.search-free-word {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color:  #959595;
	box-sizing: border-box;
	background-color:  #ffffff;
	width: 300px;
	height: 36px;
	margin-left: 21px;
	padding: 0 10px;
}
.search-tag, .search-tag:link, .search-tag:visited {
	color: #00b7ed;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	text-align: left;
	margin-left: 6px;
	text-decoration: underline;
}
.checkbox-with-text {
	white-space: pre;
	display: inline-block;
	margin: 4px;
}
.checkbox-with-text:not(:last-child):after {
	content: "|";
	color: #806f54;
	font-size: 12px;
	font-weight: 800;
	line-height: 18px;
	text-align: left;
	margin-left: 6px;
}
.search-prefecture-area {
	color: #999999;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-align: left;
	margin: 4px 0;
}
.search-tag-category {
	color: #806f54;
	font-size: 12px;
	font-weight: 800;
	line-height: 18px;
	text-align: left;
	margin: 12px 0 8px;
}
.search-tag-category:before {
	content: "";
	background-color: #d1c8b5;
	width: 4px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}
.search-btn-area {
	text-align: center;
	margin: 20px 0;
}
.search-submit {
	background-image: url(/assets/sptop_wt/img/sp/search/search_submit_btn.png);
	background-size: contain;
	color: #ffffff;
	width: 140px;
	height: 40px;
	border: none;
	background-color: rgba(0,0,0,0);
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	margin: 10px;
}
.search-reset {
	background-image: url(/assets/sptop_wt/img/sp/search/search_reset_btn.png);
	background-size: contain;
	color: #333333;
	width: 140px;
	height: 40px;
	border: none;
	background-color: rgba(0,0,0,0);
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	margin: 10px;
}

/*
 * 検索結果画面
 */
.search-title {
	display: block;
	background-color: #dbdbdb;
	width: 100%;
	margin: 0 0 16px;
	padding: 9px;
	color: #2c2c2c;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}
.search-result-box {
	margin: 0 0 30px;
}
.search-result-none {
	color: #777777;
	padding: 20px;
}
.search-result-box-row {
	color: #2c2c2c;
	display: block;
	padding: 15px 19px;
	clear: both;
	overflow: auto;
	text-decoration: none;
	border-bottom: 1px #e7e7e7 solid;
}
.search-result-box-row:first-child {
	border-top: 1px #e7e7e7 solid;
}
.search-corp-img {
	float: left;
	border: 1px #dbdbdb solid;
	box-sizing: border-box;
	background-color: #ffffff;
	width: 130px;
	margin: 0 14px 0 0;
}
.search-corp-name {
	margin: 9px 0 0 0;
	display: block;
	color: #000000;
	font-size: 17px;
	line-height: 21px;
	text-align: left;
}
.search-corp-description {
	margin: 9px 0 0 0;
	color: #000000;
	font-size: 15px;
	line-height: 19px;
	text-align: left;
}
.search-content-title {
	color: #000000;
	font-size: 17px;
	line-height: 21px;
	text-align: left;
}
.search-content-description {
	margin: 12px 0 0 0;
	color: #000000;
	font-size: 15px;
	line-height: 19px;
	text-align: left;
}
.search-pagenation {
	padding: 19px 15px;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
}
.search-pagenation a {
	display: inline-block;
	padding: 0 8px;
	color: #0fafe6;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: underline;
}
