@charset "UTF-8";
/* search */
#result [class*="hidden-"] {
	display: none;
}
#select {
	/*text-align:center;*/
}
#select label {
	display: inline-block;
	margin:0 1em 0 0;
	padding: 0.3em;
	border-radius: 3px;
}
#select label.selected {
	background-color: #fcc;
} /* 選択中のラベルのスタイルを変更 */
#result section{
	border: 1px solid #888;
	padding: 5px;
}

.search-area input[type="text"] {
	width:100%;
	box-sizing: border-box;
  padding: 5px 5px 3px;
  font-size: 16px;
  border: 1px solid #D6D6D6;
}
.search-area input[type="text"]:focus {
  background: #F9F9F9;
}
/*.search-result {
  margin-top: 20px;
}*/
.hit-num__text span {
  font-weight: bold;
}
/*#search-result__list {
  margin-top: 15px;
}*/
#search-result__list span {
  display: inline-block;
  margin-right: 15px;
  padding: 5px;
  background: #F2F2F2;
}
.target-area {
  margin-top: 50px;
}
.target-area .hidden {
  display: none
}

table.searchtable th,
table.searchtable td {
	vertical-align: middle !important;
}
table.searchtable th {
	background-color: #eee !important;
	color: #000 !important;
}
table.searchtable td #searchList li {
	display: inline-block;
}
table.searchtable td #searchList li a {
	border: 1px solid #fcc;
	padding: 5px 6px 5px 25px;
	color: #333;
	display: block;
    margin-bottom: 5px;
	position: relative;
}
table.searchtable td #searchList li a:before {
	position: absolute;
	content: "◎";
	left: 5px;
	top: 6px;
}
table.searchtable td #searchList li a.selected {
	background: #fcc;
}
table.searchtable td #searchList li a.selected:before {
	content: "◉";
}
table.searchtable td #searchList li a:hover {
	background: #fcc;
	text-decoration: none;
}

.exhibitors table td {
  background-color: #fff;
}
.exhibitors .zone1 tr:last-child td { /*ドライ食品ゾーン*/
  background-color:#FEF4EC !important;
}
.exhibitors .zone2 tr:last-child td { /*冷凍食品ゾーン*/
  background-color:#EEF3EF !important;
}
.exhibitors .zone3 tr:last-child td { /*チルド食品ゾーン*/
  background-color:#E8E6F3 !important;
}
.exhibitors .zone4 tr:last-child td { /*非食品ゾーン*/
  background-color:#FDEFF5 !important;
}
@media screen and (max-width:767px) { /*SPview*/
table.searchtable td #searchList li {
	display: block;
}	
}


@media screen and (max-width:425px) { /*SPview*/
table.searchtable {
	width: 100%;
}
 
}