@charset "utf-8";
/* CSS Document header */
header{
	width:100%;
	overflow:hidden;
}
header img{
	float:left;
}
/*-------------navi---------*/
nav#page_back{
	width: 35%;
	float:right;
	text-align: center;
	margin:5% 2% 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
nav#page_back p{
	background: #fff;
	border:#e5e5e5 5px solid;
	display:block;
	padding: 3%;
	color:#0075a9;
	font-size:80%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
section#main_list{
	width:100%;
	}
.shop_header{width:100%; overflow:hidden;}
h1.area_title{
	background: none repeat scroll 0 0 #539EBD;
    	overflow: hidden;
    	padding: 2% 3%;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	text-align:center;
	margin-top:4%;
	line-height:1.6em;
}
h3.shop_name{
	font-size:100%;
	font-weight:bold;
	width:80%;
	line-height:1.2em;
	padding-bottom:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
}
div.icon_pick{
	float:right;
	width:15%;
	
	text-align:center;
	font-size:0.7em;
	border-radius: 5px;
	color:#fff;
	text-shadow: -1px -1px 0 rgba(193, 83, 83, 0.8);
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fca5a5, #fe5151) repeat scroll 0 0;
	background: -webkit-gradient(linear,left top,left bottom,from(#fca5a5),to(#fe5151));
	background: -ms-linear-gradient(top, #fca5a5, #fe5151);
	border:solid 1px #fd6868;
	line-height:1.6em;
}
p#msg{
	width:100%;
	font-size:75%;
	line-height:1.8em;
	padding:2% 1% 2% 2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color:#555;
}
ul#list_contener {
	background: none repeat scroll 0 0 #F0F0F0;
	padding-top: 2%;
	width: 100%;
}
li.shop_list{
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	margin: 0 auto 2%;
	padding: 3%;
	width: 90%;
}
.shop_list p.cap{
	color:#0075a9;
	font-size:95%;
	font-weight:bold;
	background-color: #fbfdff;
	border:1px solid #e0f2ff;
	border-radius: 4px;
	padding: 7px 8px 6px;
}
div.triangle {
	width: 0;
	height: 0;
	margin-left:10%;
	border-top: 6px solid #e0f2ff;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
}
.shop_detail{
	overflow:hidden;
	padding-top:0.2em;
}
.shop_detail img{
	float:left;
	display:block;
	margin-right:1%;
	margin-top:1%;
}
.shop_detail dl.salon_data{ overflow:hidden;float:left;line-height:1.0;width:50%;font-size:85%;box-sizing: border-box;margin-top:2px;border-bottom:1px solid #fafafa;}
.shop_detail dl.salon_data:first-child{color:#000;border-top:1px solid #fafafa;}
.shop_detail dl.salon_data dt{ width:38%;float:left;color:#727272;padding:2.6% 4%;background:#fafafa;box-sizing: border-box;}
.shop_detail dl.salon_data dd{ width:60%;float:left;color:#484848;padding:2.6% 4%; text-align:left;box-sizing: border-box;}

.shop_detail dl.salary_data{ overflow:hidden;line-height:1.0;width:100%;font-size:85%;box-sizing: border-box;margin-top:2px;border-bottom:1px solid #fafafa;}
.shop_detail dl.salary_data:first-child{color:#000;border-top:1px solid #fafafa;}
.shop_detail dl.salary_data dt{ width:15%;float:left;color:#727272;padding:2.6% 2%;background:#fafafa;}
.shop_detail dl.salary_data dd{ width:62%;float:left;color:#484848;padding:2.6% 2%; text-align:left;}

/*datel jamp*/
.bottom_area{
	display: block;
	padding: 3% 0;
	width: 100%;
	font-weight:bold;
	border:solid 1px #6b767e;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	margin-top:3%;
	border-radius: 2px;
	/* Webkit */
	background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#b2bac5),
        to(#2b373e)
        );
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #b2bac5,
        #2b373e
        );
	}
section.shop_list p.jump_detail{
	color: #fff;
	background: url("/img/i/common/radius_arrow.png") no-repeat scroll right center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	margin: 0 auto;
	text-align: center;
	font-size:90%;
	font-weight:bold;
	width:80%;
	}
div.massage{
    }
div.point_check{
	width:100%;
	margin-top:0.1em;
	font-size:90%;
}
.point_check dl{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top:#ebebeb 1px dotted;
	width:100%;
	padding:0.5% 0 0 0.5%;
	overflow:hidden;
}
.point_check dl dt{
	color:#70624d;
	line-height:2.0em;
	padding:0.3em 0 0;
	font-weight:bold;
	float:left;
	font-size:90%;
	width:20%;
	box-sizing: border-box;
}
.point_check dl dd{
	color:#484848;
	padding:0.6em 0 0.3em;
	line-height:1.5em;
	float:left;
	font-size:90%;
	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:100%;}
li.sub_list{
	background: url("/img/i/common/free_arrow.png") no-repeat scroll right center #fff;
	background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
	background-position: 98% 50%;
	border-top:1px dotted #ccc;
	color: #585858;
	}
li.sub_list:last-child{
	background: url("/img/i/common/free_arrow.png") no-repeat scroll right center #fff;
	background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
	background-position: 98% 50%;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	}
li.sub_list div{padding:2% 2%;box-sizing: border-box;}
li.sub_list a{color: #585858;}
dl.free_shop{ 
	padding: 2% 0 5% 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background:#f3fcff;
	border-bottom:1px solid #c0ecf9;
	}
dl.free_shop dt{
	color: #585858;
	font-size:80%;}
dl.free_shop dd{
	font-size:80%;
	color:#585858;
	padding-top: 2%;
	padding-right:10%;
	background-position:98% 30%;
}
h4{
	font-size:90%;
}
p.area_ctg{font-size:75%;}

/*----------more read------------*/
div#more_read {
	border:1px solid #e5834c;
	border-radius: 2px;
	display: block;
	line-height: 3;
	margin: 5% auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 94%;
}
div#more_read p {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 0 0 2%;
	width: 170px;
	color: #353535;
	cursor: pointer;
	font-size:0.8em;
	font-weight: bold;
	color: #e5834c;
}
div#more_read p.load {
	-moz-box-sizing: border-box;
	background: url("/img/i/common/gif-load.gif") no-repeat scroll left center;
	background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
	margin: 0 auto;
	padding: 0.5em 0 0.5em 2em;
	width: 170px;
}
p.more_read span {
	margin: 1em 0 0;
}
a.more {
	color: #FFFFFF;
	font-weight: bold;
}
div#contents_link{
	width: 100%;
	overflow:hidden;
	padding:0.5em 0 0.1em;
	}
div#contents_link p.dat{
	float:left;
	border: 1px solid #e0e0e0;
	list-style: none outside none;
	font-size:75%;
	width: 48.5%;
	height:35px;
	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;
	}
div#contents_link p.con{
	float:left;
	border: 1px solid #e0e0e0;
	margin:0 1.5% 0 0;
	list-style: none outside none;
	font-size:75%;
	width: 48.5%;
	height:35px;
	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;
	}
div#contents_link p a#web{
	color:#6c5c46;
	display: block;
	font-weight: bold;
	line-height: 3.0em;
	text-align: center;
	text-indent:1.3em;
	background:url(/img/i/common/mail.png) no-repeat left center;
	background-position: 0.8em 0.8em;
	-webkit-background-size: 1.3em 1.3em;
	background-size: 1.3em 1.3em;
}
div#contents_link p a#shop{
	color:#6c5c46;
	display: block;
	font-weight: bold;
	line-height: 3.0em;
	text-align: center;
	text-indent:1.3em;
	background:url(/img/i/common/circle.png) no-repeat left center;
	background-position: 0.8em 0.8em;
	-webkit-background-size: 1.3em 1.3em;
	background-size: 1.3em 1.3em;
}
h5{
	background-color: #f8f8f8;
	color: #0075a9;
	font-size:80%;
	padding:2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight:bold;
	border-top:1px solid #dfdfdf;
	
}