@charset "utf-8";
/*
Theme Name: 全飲連
Description:clear
Theme URI: テーマの URL
Author: 作った人の名前
Author URI: 作った人の URL
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/
/* reset
------------------------------------ */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;} ul,li {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse:collapse;border-spacing:0;}img {max-width: 100%;height: auto;}
/* style
------------------------------------ */
html,body {
	color: #4b4b4b;margin: 0;padding: 0;font: 14px/2 "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;height: 100%;border-top: 3px solid #1077bd;}
* html .clearfix { zoom: 1;}
*:first-child+html .clearfix {zoom: 1;}

_::content, _:future, .maplink1:not(*:root) {
  display: none;
}
@-moz-document url-prefix() {
  .maplink1 {
    display: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .maplink1 {
    display: none;
  }
}
@media all and (-ms-high-contrast:none){
  .maplink2 {
    display: none;
  }
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .maplink2 {
    display: none;
  }
}

@supports (-ms-ime-align:auto) {
  .maplink1 {
    display: none;
  }
}
select {
	height: 50px;
	padding: 8px 0;
}
/* text style
------------------------------------ */
.bold {font-weight: bold;}
.center {text-align: center;}
.right {text-align: right;float: right;}
.left {text-align: left;float: left;}
.clear {clear: both;}
.first {margin-left: 0;clear: left;}
.last {margin-bottom: 45px;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.pc{display: block;}
.sp{display: none;}
.op:hover {opacity: 0.7;}
i {margin-right: 5px;}
.btm {margin-bottom: 2em;}
.mg {margin: 10px 0;}
.f-right {float: right;}
.blue {color: #29a5cc;}
.red {color: #e82e2e;}
.mini {font-size: 0.85em;}
.herf {width: 46%;float: left;padding: 10px;}
.shopname {
	font-size: 1.1em;
	color: #000;
	background: #f2f9fe;
	padding-left: 10px;
	margin: 10px 0;
}
 /* header
 ------------------------------------ */
header{
	width: 100%;
  height: 100px;
}
.head-top {
	width: 950px;
  margin: 0 auto;
}
h1 {
	width: 20em;
	color: #000;
	padding-top: 3px;
	font-size: 0.8em;
}
.site-name {
	width: 410px;
	float: left;
	clear: left;
	padding-top: 5px;
}
.head-search {
	width: 255px;
	float: right;
	margin-top: -8px;
}
.screen-reader-text {
	display: none;
}
#s {
	width:200px;
	float: left;
	border: 1px solid #8fc2c3;
	background-color: #fff;
	padding: 4px;
}
#searchsubmit {
	width: 50px;
	float: right;
	border: 1px solid #8fc2c3;
	background-color: #fff;
	cursor: pointer;
	padding: 4px;
}
.head-menu-box {
	width: auto;
	float: right;
	clear: right;
	margin-top: 10px;
}
.head-menu {
	color: #0560ab;
	margin-left: 10px;
	text-align: right;
	font-size: 0.85em;
}
.head-menu:hover {
	color:#868686;
}
/* メニュー
------------------------------------ */
.pc-menu-bg {
	width: 100%;
	background-color: #e7f6fc;
	height: 50px;
	margin: 0;
}
.pc-menu {
	width: 950px;
	margin: 0 auto;
}
.pc-menu a {
	text-decoration: none;
	color: #40749f;
}
.pc-menu li {
	width: 134px;
	height: 30px;
	display: inline;
	float: left;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
	color: #40749f;
}
.pc-menu a:hover {
	color: #24afe3;
}

/* banner
------------------------------------ */
.banner-top {
	width: auto;
	height: auto;
}
.banner-in {
	width: 950px;
	height: auto;
	margin: 0 auto;
}
.banner-sub {
	width: auto;
	height: 90px;
	background-color: #99b7d0
}
.pagetitle {
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 24px;
	color: #496270;
}
h2,h3 {
	font-size: 1.2em;
	border-left: 6px solid #1077bd;
	padding-left: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.5em;
}
section {
  padding: 0 15px;
  clear: both;
	margin-bottom: 25px;
}
section a {
	text-decoration: underline;
	color: #000;
}
section:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
section p {
	margin-bottom: 1em;
}
.em2 {
	margin-bottom: 2em;
}
/* #contents
------------------------------------ */
.contents {
	width: 950px;
	height: auto;
	margin: 0 auto;
}
.main,.side {
  width: 660px;
  height: auto;
  float: right;
	background-color: #fff;
	margin: 20px 0 50px 0;
	padding: 15px;
	border: 1px solid #e3e3e3;
}
.side {
	width: 225px;
	float: left;
	padding: 0;
	border: none;
}
.side a {
	text-decoration: none;
	color: #31444f;
}
.side-1 {
	width: auto;
	border: 1px solid #97cbdb;
	padding: 8px;
	margin-bottom: 15px;
	background-color: #d3e8f4;
}
.side-1 li {
	padding: 8px;
	background-color: #ecf8ff;
	margin-bottom: 4px;
	border-right: 1px solid #97cbdb;
	border-bottom: 1px solid #97cbdb;
}
.side-1 li:hover {
	background-color: #fff;
}
.bt10 {
	margin-bottom: 10px;
}
.new-icon {
	background-color: #ff4814;
	color: #fff;
	padding: 2px 5px;
	font-size: 0.8em;
	margin-left: 8px;
}
.title {
	font-size: 1.3em;
	background-color: #5f889a;
	color: #fff;
	padding-left: 5px;
}
.side-title {
	font-weight: bold;
	font-size: 1.1em;
	color: #186ad5;
	text-align: center;
	margin-left: -4px;
	margin-bottom: 8px;
}

/* 店舗検索
------------------------------------ */
.wid50-l {
	width: 48%;
	float: left;
	margin-bottom: 10px;
}
.wid50-r {
	width: 48%;
	float: right;
	margin-bottom: 10px;
}
.wid50-r:last-child {
	margin-bottom: 50px;
}
#map_area {
	width:100%;
	height:400px;
	position: relative;
	background-image: url(../images/map_bg3.jpg);
	background-size: contain;
	background-repeat: no-repeat;
  margin-bottom: 100px;
	margin-top: 10px;
}
.conditions {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2em;
  border-bottom: 1px solid #4b4b4b;
  padding: 5px;
}
.btn_area {
	width: 100%;
	height: auto;
}
.btn_area_form {
  width: 100%;
  padding: 5px;
	border: 1px solid #d2d2d2;
  height: auto;
  margin-bottom: 5px;
	clear: both;
	font-size: 1em;
	height: 30px;
}
.txt_area_form {
  width: 100%;
  padding: 2.5px 5px;
	border: 1px solid #d2d2d2;
  height: auto;
  margin-bottom: 5px;
	clear: both;
	font-size: 1em;
}
.txt_area_form:placeholder-shown {
  color: #b3b3b3; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #b3b3b3;
}
/* Firefox 18- */
:-moz-placeholder {
    color: #b3b3b3; opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
    color: #b3b3b3; opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
    color: #b3b3b3;
}
.btn_area_tt {
  width: auto;
  background-color: #4abdb9;
  color: #fff;
  padding: 0 8px;
  margin: 10px 0 5px 0;
  clear: both;
	font-size: 1em;
}
.submit_button {
  width:150px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding:8px 0 3px;
  color:#fff;
  background-color:#49a9d4;
  margin: 20px auto;
}

#map_area a {
	text-decoration: none;
}

.button {
	display: inline-block;
	font-size: 0.8em;
	width: 25%;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	color: #333;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.map-tb,.map-tb2 {
	width: 100%;
	border: 1px solid #d2d2d2;
	border-collapse: collapse;
	font-size: 0.8em;
}
.map-tb th,.map-tb2 th {
	width: 25%;
	border: 1px solid #d2d2d2;
	text-align: center;
	padding: 3px 2px;
	background-color: #fff;
}
.map-tb2 th {
	width: 20%;
}
.map-tb th:hover,.map-tb2 th:hover {
	background-color: #f4f2f2;
}
#map_hokkaido {
	width: 200px;
	position: absolute;
	top: 120px;
	right: 0;
}
#map_hokkaido p {
	font-size: 0.8em;
	text-align: center;
	background-color: #24b7d3;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(#000000, 0.69);
}
#map_kantou {
	width: 200px;
	position: absolute;
	top: 215px;
	right: 20px;
}
#map_kantou p {
	font-size: 0.8em;
	text-align: center;
	background-color: #31c861;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(#000000, 0.69);
}
#map_kinki {
	width: 200px;
	position: absolute;
	top: 340px;
	right: 120px;
}
#map_kinki p {
	font-size: 0.8em;
	text-align: center;
	background-color: #e6e200;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(#000000, 0.8);
}
#map_chubu {
	width: 250px;
	position: absolute;
	top: 30px;
	left: 130px;
}
#map_chubu p {
	font-size: 0.8em;
	text-align: center;
	background-color: #b1d02f;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(#000000, 0.69);
}
/*#map_kinki {
	width: 250px;
	position: absolute;
	top: 110px;
	left: 100px;
}
#map_kinki p {
	font-size: 0.8em;
	text-align: center;
	background-color: #f2c100;
	color: #fff;
}*/
#map_chugoku {
	width: 250px;
	position: absolute;
	top: 140px;
	left: 50px;
}
#map_chugoku p {
	font-size: 0.8em;
	text-align: center;
	background-color: #fca12a;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(#000000, 0.69);
}
#map_kyushu {
	width: 220px;
	position: absolute;
	top: 245px;
	left: 0;
}
#map_kyushu p {
	font-size: 0.8em;
	text-align: center;
	background-color: #fc5695;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(#000000, 0.69);
}
.under-btn {
	width: 185px;
	height: 70px;
	float: left;
	border: 2px solid #77d1ce;
	border-radius: 5px;
	margin-left: 36px;
	margin-bottom: 15px;
}
.under-btn2 {
	width: 220px;
	margin: 10px auto 20px auto;
	text-align: center;
	background-color: #00b7d7;
	color: #fff;
	padding: 5px 0;
}
.under-btn-in {
	width: 100%;
	height: auto;
	border-radius: 1px 1px 0 0;
	text-align: center;
	font-size: 1.1em;
	background-color: #bff2f1;
	font-weight: bold;
	color: #000;
}
input, textarea {
  font: 1em sans-serif;
  padding: 8px 8px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background-color: #f2f0f0;
	border: 1px solid #fff;
}
.search {
    width: 180px;
    display: block;
    height: 24px;
    position: relative;
}
.keywords  {
    width: 130px;
    position: absolute;
    top: 3px;
    left: 12px;
    border: 1px solid #FFF;
		border: 1px solid #cdcdcd;
		margin: 5px 0;
		padding: 5px;
}
.searchBtn {
    position: absolute;
    top: 12px;
    left: 160px;
}

.radiobtn input {
	display: none;
}
.radiobtn label{
	display: block;
	float: left;
	cursor: pointer;
	width: 75px;
	margin: 0;
	padding: 10px;
	background: #bdc3c7;
	color: #869198;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.radiobtn label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.radiobtn label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.radiobtn input[type="radio"]:checked + .switch-on {
	background-color: #32c3be;
	color: #fff;
}
.radiobtn input[type="radio"]:checked + .switch-off {
	background-color: #e67168;
	color: #fff;
}
.mini {
	font-size: 0.85em;
}
.check-box input[type=checkbox] {
	width: 16px;
}
.town-tt {
	line-height: 0.1em;
	margin: 10px 0;
	clear: both;
}
.result-box {
	width: auto;
	padding: 5px 10px;
	border: 1px solid #7a7a7a;
  margin-top: 25px;
	margin-bottom: 20px;
}
.result-tb{
width: 67%;
border-collapse: collapse;
font-size: 0.9em;
float: left;
}
.result-tb th{
width: 25%;
padding: 2px 8px;
font-weight: bold;
text-align: left;
vertical-align: top;
color: #333;
border-bottom: 1px solid #d2d2d2;
}
.result-tb td{
padding: 2px;
border-bottom: 1px solid #d2d2d2;
}
table tr:last-child th {
	border-bottom: 0px;
}
table tr:last-child td {
	border-bottom: 0px;
}
.result-img {
  width: 30%;
  float: left;
  padding:10px 0 0 15px;
}

.yes{
  background-image: url(../images/yes.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
}
.no{
  background-image: url(../images/no.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
}
.noresult {
  color: red;
  padding: 20px;
}
.noresult li {
	position: relative;
  color: #141414;
  list-style: none;
  padding-left: 20px;
}
.noresult li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 3px;
	width: 8px;
	height: 3px;
	border-left: 2px solid #141414;
	border-bottom: 2px solid #141414;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pageNavi {
	margin: 0 0 5px;
  margin-top: 30px;
	padding: 5px 10px 5px;
	text-align: center;
}

.pageNavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

.pageNavi li span,
.pageNavi li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}

.pageNavi li a:hover {
	background: #eeeff7;
	border-color: #00f;
}

	/* footer
------------------------------------ */
footer {
	width: 100%;
	height: 90px;
	clear: both;
  padding-top: 20px;
  background-color: #1577be;
	color: #fff;
}
.foot-in {
  width: 950px;
  margin: 0 auto;
}
.foot-left {
	width: 45%;
	float: left;
}
.foot-right {
	width: 40%;
	float: right;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.7em;
}
.foot-name {
	width: 300px;
	font-weight: bold;
	margin-bottom: 15px;
}
.foot-area {
	font-size: 0.9em;
	line-height: 1.5em;
}
.foot-menu {
	float: right;
	margin-top: 10px;
}
.foot-menu li {
	display: inline;
	margin-left: 6px;
	padding-right: 13px;
	text-decoration: none;
	border-right: 1px solid #e0e0e0;
	color: #fff;
	font-size: 0.9em;
}
.foot-menu a {
	text-decoration: none;
}
.copy {
	text-align: right;
	font-size: 0.85em;
}
.page-top {
	width: 100px;
	height: auto;
	float: right;
	margin-top: -55px;
	margin-right: 15px;
}


.first {margin-left: 0;clear: left;}
.last {margin-bottom: 45px;}

/*-------------------------------------------------------------------------------------
████████╗ █████╗ ██████╗ ██╗     ███████╗████████╗
╚══██╔══╝██╔══██╗██╔══██╗██║     ██╔════╝╚══██╔══╝
   ██║   ███████║██████╔╝██║     █████╗     ██║
   ██║   ██╔══██║██╔══██╗██║     ██╔══╝     ██║
   ██║   ██║  ██║██████╔╝███████╗███████╗   ██║
   ╚═╝   ╚═╝  ╚═╝╚═════╝ ╚══════╝╚══════╝   ╚═╝
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 949px) {
	header{
		width: auto;
	}
	.head-top {
		width: auto;
		padding: 0 10px;
	}
	h1 {
		padding-top: 3px;
		line-height: 1.5em;
	}
	.mg {margin: 0;}
	.site-name {
		width: 35%;
	}

	/* メニュー
	------------------------------------ */
	.pc-menu-bg {
		width: auto;
		height: 100px;
	}
	.pc-menu {
		width: auto;
	}
	/* banner
	------------------------------------ */
	.banner-top {
		width: auto;
		height: auto;
		background-image: none;
	}
	.banner-in {
		width: auto;
	}
	.banner-sub {
		width: auto;
		height: 90px;
	}
	.pagetitle {
		font-size: 2em;
		font-weight: bold;
		padding-top: 15px;
	}

	/* #contents
	------------------------------------ */
	.contents {
		width: auto;
		padding: 0 15px;
	}
	.main,.side {
	  width: auto;
	  height: auto;
	  float: none;
		margin: 0;
		padding: 15px;
		border: 1px solid #70b1d1;
	}
	.side {
		width: auto;
		float: none;
		padding: 15px;
	}
	.side:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
	.side-herf {
		width: 50%;
		float: left;
	}

	/* footer
------------------------------------ */

	footer {
		width: auto;
		height: 100px;
		padding: 10px;
	}
	.foot-in {
		width: auto;
	}
	.foot-left {
		width: 35%;
	}
	.foot-right {
		width: 62%;
	}

	.foot-menu a {
		text-decoration: none;
	}

	.page-top {
		width: 80px;
		height: auto;
		float: right;
		margin-top: -43px;
		margin-right: 15px;
	}
}


/*-------------------------------------------------------------------------------------
███████╗███╗   ███╗ █████╗ ██████╗ ████████╗██████╗ ██╗  ██╗ ██████╗ ███╗   ██╗███████╗
██╔════╝████╗ ████║██╔══██╗██╔══██╗╚══██╔══╝██╔══██╗██║  ██║██╔═══██╗████╗  ██║██╔════╝
███████╗██╔████╔██║███████║██████╔╝   ██║   ██████╔╝███████║██║   ██║██╔██╗ ██║█████╗
╚════██║██║╚██╔╝██║██╔══██║██╔══██╗   ██║   ██╔═══╝ ██╔══██║██║   ██║██║╚██╗██║██╔══╝
███████║██║ ╚═╝ ██║██║  ██║██║  ██║   ██║   ██║     ██║  ██║╚██████╔╝██║ ╚████║███████╗
╚══════╝╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   ╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚══════╝
----------------------------------------------------------------------------------------*/


@media (max-width: 599px) {
	.pc{display: none;}
	.sp{display: block;}

	/* header
	------------------------------------ */
	header{
		width: auto;
	  height: 180px;
	}
	.head-top {
		width: auto;
		padding: 0 8px;
	}
	h1 {
		width: 80%;
	}
	.site-name {
		width: 90%;
	}
	.head-search {
		width: auto;
		float: none;
		clear: both;;
		margin-top: 10px;
	}
	#s {
		width:80%;
		padding: 7px;
	}
	#searchsubmit {
		width: 19%;
		font-size: 0.9em;
		padding: 6px;
	}
	.head-menu-box {
		width: auto;
		height: auto;
		float: left;
		clear: both;
		margin-top: 10px;
	}
	.head-menu {
		color: #1077bd;
		margin-left: 10px;
		text-align: left;
		font-size: 0.9em;
		float: left;
	}

 /* メニュー
 ------------------------------------ */
 .pc-menu-bg,.pc-menu,.pc-menu li {
	 display: none;
 }
 /* banner
 ------------------------------------ */
 .banner-top {
 	width: auto;
 	height: auto;
 }
 .banner-in {
 	width: auto;
 }
 .banner-sub {
 	width: auto;
 	height: 80px;
 	background-color: #99b7d0
 }
 .pagetitle {
	 font-size: 1.2em;
	 padding-left: 20px;
 }
 section {
	 padding: 0 5px;
 }

 /* #contents
 ------------------------------------ */
 .contents {
	 width: auto;
	 padding: 0 8px;
	 margin-top: 20px;
 }
 .main,.side {
	 width: auto;
	 float: none;
	 margin: 0;
	 padding: 0;
	 border: 0;
 }
 .side {
	 width: auto;
	 float: none;
	 padding: 5px;
	 margin-bottom: 50px;
	 clear: both;
 }
 .side-herf {
	 width: auto;
 }
 footer {
	 width: auto;
	 height: auto;
	 clear: both;
	 padding-top: 10px;
	 color: #fff;
 }
 .foot-in {
	 width: auto;
	 margin: 0 auto;
 }
 .foot-left,.foot-right {
	 width: auto;
	 float:none;
 }
 .foot-menu,.foot-menu li {
	 display: none;
 }
	.copy {
		text-align: left;
	}
 .page-top {
	 width: 80px;
	 height: auto;
	 float: right;
	 margin-top: -40px;
	 margin-right: 5px;
 }
 .herf {
	 width: auto;
 }
 #map_area {
 	width:auto;
 	height:auto;
 	background-image: none;
 	float: none;
  margin-bottom: 20px;
 	margin-top: 0;
	display: none;
 }
 .conditions {
   font-size: 1.2em;
   font-weight: bold;
   line-height: 2em;
   border-bottom: 1px solid #4b4b4b;
   padding: 5px;
 }
 .btn_area {
 	width: auto;
 	height: auto;
  float: none;
 }
 .btn_area_form {
   width: 100%;
	 padding: 10px 0;
 }
 .under-btn {
 	width: 100%;
 	height: 70px;
 	float: none;
 	border: 2px solid #77d1ce;
 	border-radius: 5px;
 	margin-left: 0;
	margin: 15px auto;
	clear: both;
 }
 .under-btn2 {
 	width: 60%;
 	height: 30px;
 	float: none;
 	margin: 15px auto 35px auto;;
 }
 .under-btn-in {
 	width: 100%;
 	height: auto;
 	border-radius: 1px 1px 0 0;
 	text-align: center;
 	font-size: 1.1em;
 	background-color: #bff2f1;
 	font-weight: bold;
 	color: #000;
 }

 .result-box {
	width: auto;
	padding: 5px 8px;
	border: 1px solid #7a7a7a;
	margin-top: 20px;
 }
 .result-tb{
	 width: 100%;
	 float: none;
 }
 .result-tb th{
	 width: auto;
	 display: block;
	 padding: 0 8px;
	 font-weight: bold;
	 text-align: left;
	 vertical-align: top;
	 color: #333;
	 border-bottom: none;
 }
 .result-tb td{
	 width: auto;
	 display: block;
	 padding: 0 8px 2px 8px;
	 border-bottom: 1px solid #d2d2d2;
 }
 table tr:last-child th {
 	border-bottom: 0px;
 }
 table tr:last-child td {
 	border-bottom: 0px;
 }
 .result-img {
   width: auto;
   float: none;
   padding:0;
 }

 .yes{
   background-image: url(../images/yes.gif);
   background-repeat: no-repeat;
   padding-left: 20px;
 }
 .no{
   background-image: url(../images/no.gif);
   background-repeat: no-repeat;
   padding-left: 20px;
 }
 .noresult {
   color: red;
   padding: 20px;
 }
 .noresult li {
 	position: relative;
   color: #141414;
   list-style: none;
   padding-left: 20px;
 }
 .noresult li::after {
 	display: block;
 	content: '';
 	position: absolute;
 	top: .5em;
 	left: 3px;
 	width: 8px;
 	height: 3px;
 	border-left: 2px solid #141414;
 	border-bottom: 2px solid #141414;
 	-webkit-transform: rotate(-45deg);
 	transform: rotate(-45deg);
 }
 .pageNavi {
 	margin: 0 0 5px;
   margin-top: 30px;
 	padding: 5px 10px 5px;
 	text-align: center;
 }

 .pageNavi li {
 	display: inline;
 	margin: 0 2px;
 	padding: 0;
 }

 .pageNavi li span,
 .pageNavi li a {
 	display: inline-block;
 	margin-bottom: 5px;
 	padding: 1px 8px;
 	background: #fff;
 	border: 1px solid #aaa;
 	text-decoration: none;
 	vertical-align: middle;
 }

 .pageNavi li a:hover {
 	background: #eeeff7;
 	border-color: #00f;
 }
 select {
	 font-size: 16px;
 }
 .wid50-l,.wid50-r {
 	width: auto;
 	float: none;
 	margin-bottom: 15px;
 	margin-right: 10px;
 }

 @media screen and (-webkit-min-device-pixel-ratio:0) {
	 .maplink1 {
     display: none;
   }
 }

}
