@charset "UTF-8";
section.search h2{
	width: 100%;
	padding: 5px 0;
	font-size: 130%;
	color: #fff;
	text-align: center;
	background: url(/img/i/top/area_search_tit_bg.gif) 0 0 repeat;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.listicon { height:20px; width:20px; margin:4px 10px; display:block; position:relative; float:left;}
.listicon { width:16px; height:16px; border:2px solid #fff; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;}
.listicon:before { content:''; height:2px; width:12px; background:#fff; display:block; position:absolute; top:3px; left:2px; box-shadow:0 4px 0 #fff, 0 8px 0 #fff; -webkit-box-shadow:0 4px 0 #fff, 0 8px 0 #fff; -moz-box-shadow:0 4px 0 #fff, 0 8px 0 #fff; }
div#cont{width:100%;}
p#msg{padding:3% 3% 0;line-height:1.8em;font-size:1.0em;}
li.shop_list {
	width: 94%;
	margin: 10px 3%;
	border: solid 1px #dcdbdb;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	box-shadow: 2px 2px 2px rgba(150,150,150,0.3);
	overflow: hidden;
	clear: both;
}
.shop_list a{
	width:100%;
	color: #000;
}
.wrapper_shop_main{
    padding: 0 2% 8px;
}
div.si_tit {
	width: 100%;
	text-align: center;
	background:#fefcf4;
	color: #582f31;
	font-size:0.85em;
	line-height:2.0em;
	border-top:1px dotted  #ddd;
        border-bottom:1px dotted  #ddd;
}
table.service_info {
	width: 100%;
	font-size:0.75em;
	border-collapse:collapse;
}
@media screen and (max-width: 321px) {
  table.service_info {
@@width: 100%;
    font-size:0.7em;
    border-collapse:collapse;
  }
}
table.service_info tr{
	border-bottom: dotted 1px #e7e7e7;
	height:50px;
}
table.service_info th{
	padding: 5px 1%;
	font-weight: normal;
	line-height: 1.3em;
}
table.service_info td{
	padding: 2px 1%;
	color: #ff0000;
	font-weight:bold;
}
table.service_info span{
	font-size: 0.8em;
}
table.service_info tr:last-child th,
table.service_info tr:last-child td {
	border: none;
}
div.point_check{
	width:100%;
	margin-top:0.1em;
	font-size:100%;
}
.point_check dl{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top:#ebebeb 1px dotted;
	width:100%;
	padding:1.5% 0 2.0% 1%;
	overflow:hidden;
}
.point_check dl dt{
	color:#70624d;
	line-height:2.0em;
	font-weight:bold;
	float:left;
	width:20%;
	box-sizing: border-box;
}
.point_check dl dd{
	color:#484848;
	padding:0.5em 0 0.3em;
	line-height:1.4em;
	float:left;
	width:80%;
	box-sizing: border-box;
}
.point_check dl dt.yellow{
	color:#ffcb54;
	}
.point_check dl dt.blue{
	color:#7ec1f3;
	}
.point_check dl dt.pink{
	color:#f79fc1;
	}
.point_check dl dt.green{
	color:#8fe97a;
	}
.point_check dl dt span{font-size:150%;}
h3.shop_name{
	font-size:1.2em;
	line-height:1.6em;
	color: #fff;
	background: #a6d3c8;
  border: 1px solid #fff;
  padding: 0.4em ;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.shop_txt {
	width: 99.5%;
	padding:2.5%;
	margin: 0.5em 0 0 0;
	color: #ff368d;
	font-size: 1.2em;
	font-weight:bold;
	line-height:1.5em;
	border-left:4px solid #ff368d;
	position: relative;
	box-sizing: border-box;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.shop_list p{
	width: 96%;
	font-size: 0.9em;
	line-height: 1.5em;
}

.shop_info {
	width: 100%;
	padding: 8px 0 5px;
	overflow: hidden;
}
.shop_image {
	width: 100%;
	text-align: center;
	float: left;
}
.shop_image img{
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.shop_cate {
	width: 100%;
	padding: 0 1%;
	float: left;
	line-height: 1.6em;
	margin-top:0.2em;
	color: #4d2208;
}
.shop_cate p.a_cate{
	font-size: 0.9em;
	line-height:2.0em;
}
.shop_cate dl.salary{
	font-size: 1.0em;
	color:#ff0000;
	padding:0;
	margin-top:2px;
	overflow:hidden;
	width:100%;
}
.shop_cate dl.salary dt{
	border:1px solid #ccc;
	background-color: #efefef;
	font-size: 0.8em;
	padding:1px;
	color: #666;
	float:left;
}
.shop_cate dl.salary dd{
	float:left;
	padding:2px 0 0 3px;
}
.detail_btn {
	width: 100%;
	height: 36px;
	color: #fff;
	font-size: 1.2em;
	line-height: 36px;
	text-align: center;
	background-color: #ff7b8b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
/*--free--*/
section.search_other h5{
	background:#f0ede6;
	font-size:1.0em;
	padding:0.5em;
}
.other_wrap {
	width: 100%;
	border-top:1px dotted #ccc;
}
.other_wrap a{
	width: 94%;
	padding: 10px 2%;
	margin-bottom: 2px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #585858;
	background: url("/img/i/common/icon/arrow_black.png") no-repeat scroll right center / 9px 15px rgba(0, 0, 0, 0);
	background-position: 95% 50%;
	display: block;
}
.other_wrap a span{
	font-size: 0.8em;
}

/*-------------------------------------------------*/

div.load_btn {
	width: 94%;
	padding: 0 3% 10px 3%;
	text-align: center;
	clear: both;
}

div.load_btn a{
	width: 100%;
	height: 50px;
	border: 0px;
	color: #fff;
	font-size: 1.4em;
	font-weight:bold;
	line-height: 50px;
	cursor: pointer;
	background-color: #b7cc4f;
	display: block;
	box-shadow:inset 1px 1px 4px #cde459;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*-------------------------------------------------*/
div.banner_wrap {
	width: 100%;
	padding-bottom: 6px;
	background-color: #fff;
}

section.banner_top h4{
	width: 96%;
	padding: 2px 2%;
	font-size: 1.0em;
	color: #fff;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
}

div.banner_info {
	width: 100%;
	padding: 5px 0;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}

p.banner_shop_txt {
	width: 96%;
	padding: 0 2%;
	font-size: 1.1em;
	color: #ff368d;
	line-height: 1.6em;
}

div.banner_txt_shop_name{
	padding: 0 2%;
	font-size: 0.9em;
	line-height: 1.8em;
	color: #515151;
}

div.banner_image {
	width: 100%;
	text-align: center;
	float: left;
}
.contents_link{
	width: 100%;
	overflow:hidden;
	padding:0.5em 0 0.1em;
	}
.contents_link p.dat{
	float:left;
	border: 1px solid #e0e0e0;
	list-style: none outside none;
	font-size:0.9em;
	width: 44%;
	height:25px;
	padding: 5px 2%;
	background: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f8f8f8));
	background: -moz-linear-gradient(top,#f8f8f8,#f8f8f8);
	background: linear-gradient(to bottom, #f8f8f8, #f8f8f8);
	box-shadow: 0 2px 1px -1px rgba(100, 100, 100, 0.1) ;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
.contents_link p.con{
	float:left;
	border: 1px solid #e0e0e0;
	padding: 5px 2%;
	margin:0 1% 0 0;
	list-style: none outside none;
	font-size:0.9em;
	width: 44%;
	height:25px;
	background: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f8f8f8));
	background: -moz-linear-gradient(top,#f8f8f8,#f8f8f8);
	background: linear-gradient(to bottom, #f8f8f8, #f8f8f8);
	box-shadow: 0 2px 1px -1px rgba(100, 100, 100, 0.1) ;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
.contents_link p a#web{
	color: #6c5e42;
	display: block;
	font-weight: bold;
	line-height: 2.3em;
	text-align: center;
	text-indent:1.3em;
	background:url(/img/i/common/mails.png) no-repeat left center;
	background-position: 0.8em 0.5em;
	-webkit-background-size: 1.3em 1.3em;
	background-size: 1.3em 1.3em;
}
.contents_link p a#shop{
	color: #6c5e42;
	display: block;
	font-weight: bold;
	line-height: 2.3em;
	text-align: center;
	text-indent:1.3em;
	background:url(/img/i/common/circles.png) no-repeat left center;
	background-position: 0.8em 0.5em;
	-webkit-background-size: 1.3em 1.3em;
	background-size: 1.3em 1.3em;
}
