.wrap {
	padding-top: 70px;
}
#main-search {
	
}
#footer {
	/*padding-bottom: 85px !important;*/
}
.head {
	position: relative;
	margin-bottom: 5px;
}
.head .ttl-search {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.head .count {
	font-size: 14px;
	font-weight: bold;
	background-image: url(/_img/search/icon_search.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 27px;
}
.head .count .val {
	font-size: 20px;
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
}
.search-box {
}
.search-box .input-line {
	background-color: #f8f5f1;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
	overflow: hidden;
	margin-bottom: 20px;
}
.search-box .input-line p {
}
.search-box .input-line .ttl {
	background-image: url(/_img/search/icon_pc.png);
	font-weight: bold;
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 24px;
	color: #9B4633;
	margin-bottom: 5px;
	font-size: 16px;
}
.search-box .input-line .fm {
	width: 100%;
	margin-bottom: 10px;
}
.search-box .input-line .fm span {
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding-right: 0px;
	margin-right: 10px;
}
.search-box .input-line .fm .fm-txt {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 100%;
	border: 1px solid #d8d8d8;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.search-box .input-line .change-btn {
	text-align: center;
}
.search-box .input-line .change-btn a {
	background-color: #9F7F5F;
	line-height: 30px;
	display: inline-block;
	color: #FFFFFF;
	width: 100px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
/*.search-box .select-area,*/
.search-box .select-area-country,
.search-box .select-area-genre {
	display: none;
	padding-left: 12px;
	padding-right: 12px;
}
.search-box .select-area .ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.chk-country {
	border-left: 1px solid #d5d3ce;
	border-right: 1px none #d5d3ce;
	border-bottom: 1px none #d5d3ce;
	border-top: 1px solid #d5d3ce;
	margin-bottom: 20px;
	overflow: hidden;
}
.chk-country li {
	width: 50%;
	float: left;
	font-size: 11px;
	border-right-color: #d5d3ce;
	border-bottom-color: #d5d3ce;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding-right: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
}
.chk-country li span {
	text-decoration: none;
	color: #000;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-size: auto 18px;
	background-position: right 9px;
}
@media (min-width: 1px) {
.chk-country li input {
	display: none;
	margin: 0;
}
}
.chk-country li input[type=checkbox] + label {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 28px;
	cursor: pointer;
	padding-top: 0;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 0;
}
.chk-country li input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #b3b3b3;
	border-right: 1px none #b3b3b3;
	border-bottom: 1px none #b3b3b3;
	border-top: 1px solid #b3b3b3;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background-color: #E1E1E1;
}
.chk-country li input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.chk-country li input[type=checkbox]:checked + label::after {
	left: 3px;
	width: 13px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #9B4633;
	border-bottom: 3px solid #9B4633;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.search-box .select-area .select-box {
	margin-bottom: 15px;
	width: 305px;
}
.search-box .select-area .select-box select {
	width: 100%;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #D8D8D8;
	background: #eee;
	background: url(/_img/side/select_arw.png) right 50% no-repeat, -webkit-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%);
	background-repeat: no-repeat;
	background-position: right center,linear-gradient( to bottom,#FFFFFF 0%,#FFFFFF 100% );
	background-image: url(/_img/side/select_arw.png);
	background-size: 36px 36px,100%;
	border-radius: 3px;
	font-size: 15px;
}
.search-box .select-area .btn-submit {
	text-align: center;
	margin-bottom: 15px;
	padding-right: 12px;
	padding-left: 12px;
	display: none;
}
.search-box .select-area .btn-submit input {
	background-color: #2E3740;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	display: block;
	border-radius: 3px;
	border-style: none;
	cursor: pointer;
	width: 100%;
}
.corp-area {
	background-color: #F8F5F1;
}
.corp-area .inner {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
}
.list-corp li {
	
	margin-bottom: 10px;
}
.list-corp li a{
  display: block;
  position: relative;
	background-color: #FFFFFF;
  text-decoration: none;
  color: #000;
  transition: all 0.2s ease;
}
.list-corp li a:hover {
  opacity: 0.7;
  background: #fdfce7;
}
.list-corp li.osusume-box a{
  background-color: #fef4f4;
}
.list-corp li .osusume {
	position: absolute;
	top: 10px;
	left: -2px;
}
.list-corp li .basic {
	position: absolute;
	top: -2px;
	right: 7px;
}
.list-corp li .basic img {
  width: 20px;
  height: auto;
}
.list-corp li .osusume img {
	height: 20px;
}
.list-corp li .name {
	font-size: 16px;
	border: 1px solid #d8d8d8;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
  font-weight: bold;
  word-wrap : break-word;
  overflow-wrap : break-word;
  padding-right: 30px;
  box-sizing: border-box;
}
.list-corp li.osusume-box .name {
  border: 1px solid #f2534f;
}
.list-corp li .name.icn {
	padding-left: 55px;
}
.list-corp li .box {
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px none #d8d8d8;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	overflow: hidden;
}
.list-corp li.osusume-box .box {
  border-left: 1px solid #f2534f;
	border-right: 1px solid #f2534f;
	border-bottom: 1px solid #f2534f;
	border-top: 1px none #f2534f;
}
.list-corp li .box .logo {
	width: 70px;
	float: left;
	margin-right: 10px;
}
.list-corp li .box .logo figure {
	border: 1px solid #d8d8d8;
	margin-bottom: 10px;
  background: white;
}
.list-corp li .box .logo .inq-btn {
	text-align: center;
}
.list-corp li .box .logo .inq-btn a {
	background-color: #9F7F5F;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 25px;
	padding-left: 24px;
	padding-right: 24px;
	display: inline-block;
}
.list-corp li.free-box .logo{
  display: none;
}
.list-corp li .detail-box {
	overflow: hidden;
}
.list-corp li .box .detail-box dl dt {
	background-color: #9B4633;
	color: #FDFDFD;
	font-size: 12px;
	width: 74px;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.list-corp li .box .detail-box dl dd {
	margin-bottom: 8px;
	font-size: 12px;
}
.list-corp li .box .detail-box .txt {
	color: #444;
	font-size: 12px;
	margin-bottom: 10px;
}
.list-corp li .box .detail-box .txt a {
	color: #000000;
	text-decoration: underline;
	position: relative;
	display: inline-block;
	text-align: right;
	padding-left: 11px;
}
.list-corp li .box .detail-box .txt a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 3px solid transparent;
	border-left: 5px solid #333;
}
.list-corp li .btn-inq a,
.list-corp li .btn-inq span{
	background-color: #9F7F5F;
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 34px;
	padding-top: 1px;
}
.list-corp li .box .btn-inq .btn-submit {
	background-color: #9F7F5F;
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 34px;
	padding-top: 2px;
	border-style: none;
	width: 100%;
}
.results-area {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
}
.results-area .hit {
	font-size: 22px;
	color: #9B4633;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.results-area .hit img {
	width: 26px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	bottom: 6px;
	top: -5px;
}
.results-area .hit span {
	font-size: 32px;
	display: inline-block;
	padding-right: 3px;
	padding-left: 8px;
}
.results-area .soudan-txt {
	font-size: 15px;
	text-align: center;
	margin-bottom: 15px;
}
.results-area .arw {
	margin-bottom: 15px;
	text-align: center;
}
.results-area .arw img {
	width: 50px;
	text-align: center;
}
.nohit-block {
	padding: 15px;	
}
.nohit-block .ttl {
	color: #9B4633;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 20px;
}
.nohit-block .solid {
	text-align: center;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
.nohit-block .solid span {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	border: 1px solid #9B4633;
	color: #9B4633;
	font-size: 14px;
}
.nohit-block .arw  {
	text-align: center;
	margin-bottom: 10px;
}
.nohit-block .arw img {
	width: 60px;
}
