@charset "utf-8";
	
/*
////////////////////////////////////////////////////////////////////////////
//
//	shop_list.css - CSS Document
//
////////////////////////////////////////////////////////////////////////////
//
//-- CONTENTS --//

	01.MainColumn
	02.RightColumn

//--------------//
//
////////////////////////////////////////////////////////////////////////////
*/

/* [01.main_column]
--------------------------------------------------------------------------*/

.list_title {
	background: url(/images/common/base/bg.png) 0 0 no-repeat;
	width: 1000px;
	height: 51px;
}
.list_title p,
.list_title li,
.list_title h1,
.list_title h2,
.list_title h3,
.list_title h4,
.list_title h5,
.list_title h6 {
	line-height: 51px;
	font-size: 12px;
	color: #555;
	padding-left: 70px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.list_title span {
	color: #E4007D;
	font-weight: bold;
	margin-right: 5px;
	font-size: 14px;
}
#page_count {
	width: 570px;
	float: left;
}
#page_count p {
	color: #333;
}
#page_count span {
	padding: 0;
}
#count {
	font-size: 16px;
	color: #E4007D;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
#paging {
	width: 430px;
	float: right;
	text-align: right;
}
#paging p {
	font-weight: bold;
}
#paging a {
	border: solid 1px #DEDEDE;
	height: 25px;
	padding: 3px 8px;
	font-size: 11px;
	margin-left: 2px;
	background: #F2F2F2;
	color: #555;
}
#paging a:hover {
	background: #E4007D;
	color: #FFF;
	text-decoration: none;
}
#paging #now_page {
	border: solid 1px #DEDEDE;
	height: 25px;
	line-height: 25px;
	padding: 3px 8px;
	font-size: 11px;
	margin-left: 2px;
	background: #E4007D;
	color: #FFF;
}
#paging span {
	border: solid 1px #DEDEDE;
	height: 25px;
	line-height: 25px;
	padding: 3px 8px;
	font-size: 11px;
	margin-left: 2px;
	background: #F2F2F2;
	color: #CCC;
}
#paging_bottom {
	text-align: center;
}
#paging_bottom p {
	font-weight: bold;
}
#paging_bottom a {
	border: solid 1px #DEDEDE;
	padding: 2px 10px;
	font-size: 17px;
	line-height: 100%;
	margin-left: 2px;
	background: #F2F2F2;
	color: #555;
}
#paging_bottom a:hover {
	background: #E4007D;
	color: #FFF;
	text-decoration: none;
}
#paging_bottom #now_page {
	border: solid 1px #DEDEDE;
	padding: 0px 10px;
	font-size: 20px;
	line-height: 100%;
	margin-left: 2px;
	background: #E4007D;
	color: #FFF;
}
#paging_bottom span {
	border: solid 1px #DEDEDE;
	padding: 2px 10px;
	font-size: 17px;
	line-height: 100%;
	margin-left: 2px;
	background: #F2F2F2;
	color: #CCC;
}

#list_navi {
	margin: 20px 0 0 0;
	padding: 0;
}
#list_navi li {
	width: 250px;
}
#list_navi a {
	width: 249px;
	height: 54px;
	display: block;
}
#list_sub_navi {
	margin: 2px 0;
	padding: 0;
}
#list_sub_navi ul {
	margin-left: 10px;
	padding: 0;
}
#list_sub_navi li {
	line-height: 24px;
}
#list_sub_navi span {
	margin: 0;
	padding: 0;
}
.i_list_sort {
	background: url(/images/common/base/icon.jpg) -95px -40px no-repeat;
	width: 61px;
	height: 24px;
}
#btn_detail_li a {
	background: url(/images/common/base/navi.png) 0 -125px no-repeat;
}
#btn_detail_li a:hover,
#btn_detail_li_on {
	background: url(/images/common/base/navi.png) 0 -185px no-repeat;
}
#btn_price_li a {
	background: url(/images/common/base/navi.png) -251px -125px no-repeat;
}
#btn_price_li a:hover,
#btn_price_li_on {
	background: url(/images/common/base/navi.png) -251px -185px no-repeat;
}
#btn_coupon_li a {
	background: url(/images/common/base/navi.png) -502px -125px no-repeat;
}
#btn_coupon_li a:hover,
#btn_coupon_li_on {
	background: url(/images/common/base/navi.png) -502px -185px no-repeat;
}
#btn_map_li a {
	background: url(/images/common/base/navi.png) -753px -125px no-repeat;
}
#btn_map_li a:hover,
#btn_map_li_on {
	background: url(/images/common/base/navi.png) -753px -185px no-repeat;
}
#title_sort_01 {
	background: url(/images/common/base/title.png) -2px -2px no-repeat;
	width: 102px;
	height: 19px;
}
#title_sort_02 {
	background: url(/images/common/base/title.png) -2px -32px no-repeat;
	width: 191px;
	height: 19px;
}
#title_sort_03 {
	background: url(/images/common/base/title.png) -2px -62px no-repeat;
	width: 136px;
	height: 19px;
}
#title_sort_04 {
	background: url(/images/common/base/title.png) -2px -92px no-repeat;
	width: 191px;
	height: 19px;
}
#ks_list li {
	width: 20%;
}
.sort_bdr {
	border-bottom: solid 1px #F0F0F0;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#shop_list_container table {
	border-top: solid 1px #DEDEDE;
	border-left: solid 1px #DEDEDE;
}
#shop_list_container th,
#shop_list_container td {
	border-right: solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE;
	text-align: center;
	margin: 0;
	padding: 15px 8px;
	color: #555;
	line-height: 180%;
}
#shop_list_container td:hover {
	background: #FFFFF2;
}
.btn_detail_s_ {
	text-align: center;
}
.btn_detail_s {
	background: url(/images/common/base/icon.jpg) -769px -281px no-repeat;
}
.btn_detail_s_st_ {
	text-align: center;
}
.btn_detail_s_st {
	background: url(/images/common/base/icon.jpg) -958px -547px no-repeat;
}
.btn_sort {
	width: 60px;
	line-height: 17px;
	display: block;
	color: #555;
	text-decoration: none;
	margin: 5px 0 0 0;
	padding: 0;
	border: solid 1px #D0D0D0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(/images/common/base/bg_gra.jpg) repeat-x left center;
	zoom: 1;
}
.btn_sort:hover {
	background: #FFF;
	text-decoration: none;
}
#shop_list_container .t_left {
	text-align: left;
}
#i_crown01 {
	background: url(/images/common/base/icon.png) 0 -39px no-repeat;
}
#i_crown02 {
	background: url(/images/common/base/icon.png) 0 -56px no-repeat;
}
#i_crown03 {
	background: url(/images/common/base/icon.png) 0 -71px no-repeat;
}
.bg_FEF8FB td {
	background: #FEF8FB;
}
.bg_F8FDFE td {
	background: #F8FDFE;
}
.sort_select {
	width: 60px;
	line-height: 17px;
	display: block;
	color: #E4007D;
	text-decoration: none;
	margin: 5px 0 0 0;
	padding: 0;
	border: solid 1px #D0D0D0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #FFF;
	zoom: 1;
}
#shop_ranking_list table {
	border-top: solid 1px #DEDEDE;
	border-left: solid 1px #DEDEDE;
}
#shop_ranking_list th,
#shop_ranking_list td {
	border-right: solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE;
	text-align: center;
	margin: 0;
	color: #555;
	line-height: 180%;
	font-size: 12px;
}
#shop_ranking_list td:hover {
	background: #FFFFF2;
}
#shop_ranking_list .p_spc10 {
	padding: 10px;
}
#shop_ranking_list .msp10 {
	margin: 10px;
}
.rankinng_lbdr1 {
	margin: 0;
	padding: 0;
	border-left: solid 9px #F7D642;
	display: block;
	text-align: center;
	line-height: 162px;
}
.rankinng_lbdr2 {
	margin: 0;
	padding: 0;
	border-left: solid 9px #CDCDCD;
	display: block;
	text-align: center;
	line-height: 162px;
}
.rankinng_lbdr3 {
	margin: 0;
	padding: 0;
	border-left: solid 9px #DCC494;
	display: block;
	text-align: center;
	line-height: 162px;
}
.rankinng_lbdr {
	margin: 0;
	padding: 0;
	border-left: solid 9px #F4F4F4;
	display: block;
	text-align: center;
	line-height: 162px;
	padding-left: 5px
}
.bg_ranking1 {
	background: #FDFCF7;
}
.bg_ranking2 {
	background: #FAFAFA;
}
.bg_ranking3 {
	background: #FAF8F4;
}
#shop_ranking_list .t_left {
	text-align: left;
}
#shop_ranking_list .t_sp {
	padding: 10px 20px;
}
#i_r_crown01 {
	background: url(/images/common/base/icon.png) -334px -403px no-repeat;
	width: 24px;
	height: 41px;
	margin: 60px 0;
}
#i_r_crown02 {
	background: url(/images/common/base/icon.png) -334px -452px no-repeat;
	width: 24px;
	height: 41px;
	margin: 60px 0;
}
#i_r_crown03 {
	background: url(/images/common/base/icon.png) -334px -504px no-repeat;
	width: 24px;
	height: 41px;
	margin: 60px 0;
}
#i_r_crown04 {
	background: url(/images/common/base/icon.png) -334px -576px no-repeat;
	width: 27px;
	height: 34px;
	margin: 64px 0;
}
#i_r_crown05 {
	background: url(/images/common/base/icon.png) -334px -618px no-repeat;
	width: 27px;
	height: 34px;
	margin: 64px 0;
}
#i_r_crown06 {
	background: url(/images/common/base/icon.png) -334px -661px no-repeat;
	width: 27px;
	height: 34px;
	margin: 64px 0;
}
#i_r_crown07 {
	background: url(/images/common/base/icon.png) -334px -704px no-repeat;
	width: 27px;
	height: 34px;
	margin: 64px 0;
}
#i_r_crown08 {
	background: url(/images/common/base/icon.png) -334px -747px no-repeat;
	width: 27px;
	height: 34px;
	margin: 64px 0;
}
#i_r_crown09 {
	background: url(/images/common/base/icon.png) -334px -790px no-repeat;
	width: 27px;
	height: 34px;
	margin: 64px 0;
}
#i_r_crown010 {
	background: url(/images/common/base/icon.png) -332px -833px no-repeat;
	width: 27px;
	height: 34px;
	margin: 64px 0;
}








#title_shop_list {
	background: url(/images/layouts/shop/title_shop_catch_t.png) no-repeat top;
	margin-bottom: 8px;
}
#title_shop_list div {
	background: url(/images/layouts/shop/title_shop_catch_c.png) repeat-x bottom;
	width: 720px;
}
#title_shop_list h2 {
	background: url(/images/common/shop_list/title_shop_search.png) no-repeat left center;
	font-size: 14px;
	font-weight: bold;
	padding: 17px 10px 13px 53px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.shop_list {
	border-top: solid 5px #EE84BD;
	border-bottom: solid 1px #DEDEDE;
	border-left: solid 1px #DEDEDE;
	border-right: solid 1px #DEDEDE;
	margin: 15px 0 30px 0;
}
.line_b {
	border-top: solid 5px #7FDEEF;
}
.shop_list h4 {
	background: url(/images/common/base/bg_new_keyword.jpg);
	border-bottom: solid 1px #ECECEC;
	padding: 10px;
	color: #EB419F;
	font-size: 14px;
	font-weight: bold;
}
.shop_list_inner {
	border-top: solid 1px #F0F0F0;
	padding: 9px;
}
.shop_list_inner h5 {
	font-size: 14px;
	color: #E4007D;
	font-weight: bold;
	line-height: 240%;
}
.shop_thumb {
	width: 360px;
	float: left;
}
.thumb_large {
	width: 235px;
	float: left;
	text-align: center;
}
.thumb_mini {
	width: 110px;
	float: right;
	text-align: center;
}
.thumb_mini img {
	margin-bottom: 10px;
}
.shop_txt {
	width: 600px;
	float: right;
}
.shop_data {
	width: 420px;
	float: left;
}
.shop_tel {
	width: 265px;
	float: left;
	padding-top: 2px;
	margin-bottom: -2px;
}
.shop_walk {
	width: 155px;
	float: right;
	padding-top: 8px;
	text-align: right;
}
.shop_txt a {
	text-decoration: underline;
}
.shop_txt a:hover {
	text-decoration: none;
}
.btn_tel {
	width: 12px;
	height: 20px;
	background: url(/images/common/base/icon.jpg) -337px -31px no-repeat;
	vertical-align: middle;
	margin-top: -2px;
}
.btn_walk {
	width: 14px;
	height: 20px;
	background: url(/images/common/base/icon.jpg) -337px 0px no-repeat;
	vertical-align: middle;
	margin-top: -4px;
}
.btn_shop {
	width: 19px;
	height: 17px;
	background: url(/images/common/base/icon.jpg) -334px -64px no-repeat;
	vertical-align: middle;
	margin-top: -4px;
}
.shop_other_img {
	width: 160px;
	float: right;
}
.shop_coupon_list {
	width: 800px;
	float: left;
}
.shop_coupon_thumb {
	width: 800px;
	float: left;
}
.shop_coupon_0 {
	width: 800px;
	height: 76px;
	background: url(/images/common/base/bg.png) 0 -242px no-repeat;
}
.shop_coupon_1 {
	width: 800px;
	height: 76px;
	background: url(/images/common/base/bg.png) 0 -324px no-repeat;
}
.shop_coupon_2 {
	width: 800px;
	height: 76px;
	background: url(/images/common/base/bg.png) 0 -406px no-repeat;
}
.shop_coupon_0 td,
.shop_coupon_1 td,
.shop_coupon_2 td {
	padding-left: 70px;
}
.shop_coupon_0 a,
.shop_coupon_1 a,
.shop_coupon_2 a {
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
	padding: 0 30px 0 0;
	font-size: 12px;
	line-height: 180%;
}
.shop_coupon_other {
	width: 800px;
	height: 76px;
	background: url(/images/common/base/bg.png) 0 -159px no-repeat;
	float: left;
}
.shop_coupon_other p {
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 76px;
}
#accordion {
}
.accordion {
	color:#033;
	font-size: 12px;
}
.accordion dt {
	color: #04C;
	text-align: center;
	text-decoration: none;
	border: solid 1px #DEDEDE;
	background: linear-gradient(#FFF, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	/*background: -moz-linear-gradient(top, #FFF, #EEE);*/
	clear: both;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	margin: 5px auto;
}
.accordion dt:hover {
	text-decoration: underline;
	color: #E4007D;
}
.accordion dd {
	overflow: hidden;
}
.btn_reserve {
	background: url(/images/common/base/icon.jpg) -95px -68px no-repeat;
}
.btn_detail_ {
	float: right;
	width: 162px;
}
.btn_detail {
	background: url(/images/common/base/icon.jpg) -428px -190px no-repeat;
}
.btn_tokushu_detail_ {
	float: right;
	width: 162px;
}
.btn_tokushu_detail {
	background: url(/images/common/base/icon.jpg) -598px -190px no-repeat;
}
.kutikomi_data {
	padding: 5px;
	background: url(/images/common/base/bg_new_keyword.jpg);
}
.btn_kutikomi {
	background: url(/images/common/base/icon.jpg) -355px -0px no-repeat;
	width: 28px;
	height: 26px;
	margin: 10px;
	float: left;
}
.btn_kutikomi span {
	display: none;
}
.i_arrow_l_c555 {
	background: url(/images/common/base/icon.png) -7px -22px no-repeat;
	width: 3px;
	height: 5px;
	vertical-align: middle;
}
.i_arrow_l_c555:hover {
	background: url(/images/common/base/icon.png) -12px -22px no-repeat;
	width: 3px;
	height: 5px;
	vertical-align: middle;
}
.i_arrow_r_c555 {
	background: url(/images/common/base/icon.png) -17px -22px no-repeat;
	width: 3px;
	height: 5px;
	vertical-align: middle;
}
.i_arrow_r_c555:hover {
	background: url(/images/common/base/icon.png) -22px -22px no-repeat;
	width: 3px;
	height: 5px;
	vertical-align: middle;
}
.i_arrow_l {
	background: url(/images/common/base/icon.jpg) -428px -416px no-repeat;
	width: 298px;
	height: 49px;
	display: block;
	float: left;
}
.i_arrow_l_ {
	background: url(/images/common/base/icon.jpg) -428px -416px no-repeat;
	width: 298px;
	height: 49px;
}
.i_arrow_l:hover,
.i_arrow_l_:hover {
	background: url(/images/common/base/icon.jpg) -735px -416px no-repeat;
}
.i_arrow_r {
	background: url(/images/common/base/icon.jpg) -428px -358px no-repeat;
	width: 298px;
	height: 49px;
	display: block;
	float: right;
}
.i_arrow_r_ {
	background: url(/images/common/base/icon.jpg) -428px -358px no-repeat;
	width: 298px;
	height: 49px;
}
.i_arrow_r:hover,
.i_arrow_r_:hover {
	background: url(/images/common/base/icon.jpg) -735px -358px no-repeat;
}
.s_000,
.s_010,
.s_015,
.s_020,
.s_025,
.s_030,
.s_035,
.s_040,
.s_045,
.s_050 {
	width: 70px;
	height: 12px;
}
.s_000 {
	background: url(/images/common/base/icon.jpg) 0 -776px no-repeat;
}
.s_005 {
	background: url(/images/common/base/icon.jpg) 0 -764px no-repeat;
}
.s_010 {
	background: url(/images/common/base/icon.jpg) 0 -752px no-repeat;
}
.s_015 {
	background: url(/images/common/base/icon.jpg) 0 -740px no-repeat;
}
.s_020 {
	background: url(/images/common/base/icon.jpg) 0 -728px no-repeat;
}
.s_025 {
	background: url(/images/common/base/icon.jpg) 0 -716px no-repeat;
}
.s_030 {
	background: url(/images/common/base/icon.jpg) 0 -704px no-repeat;
}
.s_035 {
	background: url(/images/common/base/icon.jpg) 0 -692px no-repeat;
}
.s_040 {
	background: url(/images/common/base/icon.jpg) 0 -680px no-repeat;
}
.s_045 {
	background: url(/images/common/base/icon.jpg) 0 -668px no-repeat;
}
.s_050 {
	background: url(/images/common/base/icon.jpg) 0 -656px no-repeat;
}
#style_list {
	border-top: solid 1px #DEDEDE;
	border-left: solid 1px #DEDEDE;
}
#style_list li {
	border-bottom: solid 1px #DEDEDE;
	float: left;
	width: 20%;
	text-align: center;
}
.st_img {
	padding: 10px;
	margin: 0;
	height: 230px;
	overflow: hidden;
	border-right: solid 1px #DEDEDE;
	display: block;
}
.st_wh {
	max-width: 180px;
	max-height: 240px;
}
.st_txt {
	margin: 0;
	padding: 5px 10px 0 10px;
	word-break: break-all;
	line-height: normal;
	text-align: left;
	border-right: solid 1px #DEDEDE;
	display: block;
	overflow: hidden;
	font-size: 10px;
}
.st_name {
	margin: 0;
	padding: 0 10px;
	color: #555;
	line-height: normal;
	border-right: solid 1px #DEDEDE;
	display: block;
	overflow: hidden;
	font-size: 10px;
}
.post_cnt {
	margin: 0;
	padding: 0 10px 10px 10px;
	color: #555;
	text-align: center;
	line-height: normal;
	border-right: solid 1px #DEDEDE;
	display: block;
	overflow: hidden;
	font-size: 10px;
}
.notedefault,
.notenested {
	position: absolute;
	visibility: hidden;
	width: 160px;
}
.notedefault {
	background-color: #FCEDF2;
	padding: 20px 15px;
	border: 5px solid #E4007D;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333;
	font-size: 12px;
}
.notenested {
	width: 8em;
	padding: 3px;
	border: 1px solid #963;
	background-color: #C96;
	color: white;
}
.snp-mouseoffset,
.snp-triggeroffset,
.snp-mousetrack {
	margin-left: -100px;
	margin-top: 15px;
}
.data_win {
	z-index: 1000000;
	width: 385px;
	padding: 20px 30px;
	background: #FFF;
}
#pop_up_data {
	background: url(/images/common/base/icon.jpg) -95px -98px no-repeat;
	width: 140px;
	height: 29px;
	display: block;
	position: absolute;
	right: 5px;
	top: 6px;
}
#i_beginners {
	background: url(/images/common/base/i_beginners.jpg) no-repeat left center;
	padding-left: 30px;
	line-height: 28px;
}
#i_caution {
	background: url(/images/common/base/i_caution.jpg) no-repeat left center;
	padding-left: 30px;
	line-height: 28px;
}
.i_respc img {
	margin: 0;
	padding: 0;
}
.i_t_arrow {
	background: url(/images/common/base/icon.png) -27px -21px no-repeat;
	width: 8px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -11px;
}
.close {
	background: url(/images/common/base/icon.png) -355px -35px no-repeat;
	width: 27px;
	height: 27px;
	visibility: inherit;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -14px;
	margin-top: -14px;
}
.close:hover {
	background: url(/images/common/base/icon.png) -355px -72px no-repeat;
}
.btn_login {
	background: url(/images/common/base/icon.jpg) -428px -592px no-repeat;
	width: 163px;
	height: 29px;
}
.btn_login:hover {
	background: url(/images/common/base/icon.jpg) -428px -631px no-repeat;
	width: 163px;
	height: 29px;
}
.btn_post {
	background: url(/images/common/base/icon.jpg) -428px -670px no-repeat;
	width: 43px;
	height: 29px;
	vertical-align: bottom;
	float: right;
}
.btn_post:hover {
	background: url(/images/common/base/icon.jpg) -481px -670px no-repeat;
}
#no_list_data {
	width: 100%;
	text-align: center;
	border-right: solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE;
}
#btn_pager {
	text-align: center;
	width: 606px;
	margin: 40px auto;
}
#header_tokushu_exte {
	background: url(/images/layouts/top/header_exte.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_matuge {
	background: url(/images/layouts/top/header_matuge.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_color {
	background: url(/images/layouts/top/header_color.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_straight {
	background: url(/images/layouts/top/header_straight.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_shukumou {
	background: url(/images/layouts/top/header_shukumou.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_digipa {
	background: url(/images/layouts/top/header_digipa.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_airwave {
	background: url(/images/layouts/top/header_airwave.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_treatment {
	background: url(/images/layouts/top/header_treatment.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_headspa {
	background: url(/images/layouts/top/header_headspa.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_soda {
	background: url(/images/layouts/top/header_soda.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_shaving {
	background: url(/images/layouts/top/header_shaving.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_totalbeauty {
	background: url(/images/layouts/top/header_totalbeauty.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_p_salon {
	background: url(/images/layouts/top/header_p_salon.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_premium {
	background: url(/images/layouts/top/header_premium.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_mens {
	background: url(/images/layouts/top/header_mens.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_barber {
	background: url(/images/layouts/top/header_barber.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_nail {
	background: url(/images/layouts/top/header_nail.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_kituke {
	background: url(/images/layouts/top/header_kituke.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_hairmake {
	background: url(/images/layouts/top/header_hairmake.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_arrange {
	background: url(/images/layouts/top/header_arrange.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_bridal {
	background: url(/images/layouts/top/header_bridal.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_perm {
	background: url(/images/layouts/top/header_perm.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_cut {
	background: url(/images/layouts/top/header_cut.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_taya {
	background: url(/images/layouts/top/header_taya.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	overflow: hidden;
}
#header_tokushu_exte span,
#header_tokushu_matuge span,
#header_tokushu_color span,
#header_tokushu_straight span,
#header_tokushu_shukumou span,
#header_tokushu_digipa span,
#header_tokushu_airwave span,
#header_tokushu_treatment span,
#header_tokushu_headspa span,
#header_tokushu_soda span,
#header_tokushu_shaving span,
#header_tokushu_totalbeauty span,
#header_tokushu_p_salon span,
#header_tokushu_premium span,
#header_tokushu_mens span,
#header_tokushu_barber span,
#header_tokushu_nail span,
#header_tokushu_kituke span,
#header_tokushu_hairmake span,
#header_tokushu_arrange span,
#header_tokushu_bridal span,
#header_tokushu_perm span,
#header_tokushu_cut span,
#header_tokushu_taya span {
	display: none;
}
.marker_wrap {
	padding: 0 10px 10px 10px;
}
.marker_pop {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.marker_thumb {
	width: 160px;
	float: left;
}
.marker_txt {
	width: 260px;
	float: right;
}
.btn_map_detail {
	background: url(/images/common/base/icon.jpg) -768px -190px no-repeat;
}
.btn_map_detail:hover {
	background: url(/images/common/base/icon.jpg) -768px -239px no-repeat;
}










































/* -- hairstyle,stylist[staff] -- */

.style_thumb {
	width: 240px;
	float: left;
	padding-right: 10px;
}
.thumb_style {
	width: 235px;
	text-align: center;
}
.style_txt {
	width: 310px;
	float: left;
}
.style_charge {
	width: 130px;
	float: right;
}
.style_charge .title {
	background: #DDD;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
}
.style_charge div {
	background: #ECECEC;
	text-align: center;
	padding-bottom: 10px;
}
.style_charge div img {
	padding-top: 10px;
}
.style_charge div p {
	text-align: left;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.style_charge div p span {
	color: #999;
}
.shop_house {
	background: url(/images/common/shop_list/icon_house.gif) no-repeat left center #FFD9EE;
	border-bottom: dashed 1px #CCC;
	padding-left: 35px;
	padding-bottom: 8px;
	padding-top: 8px;
	color: #333;
}
.shop_house a {
	font-weight: bold;
	font-size: 14px;
	display: block;
}
.shop_style {
	background: url(/images/common/shop_list/icon_shears.png) no-repeat left center;
	border-bottom: dashed 1px #CCC;
	padding-left: 35px;
	padding-bottom: 8px;
	padding-top: 8px;
	color: #333;
}
.shop_style a {
	font-weight: bold;
	vertical-align: middle;
}
.shop_style img {
	vertical-align: text-bottom;
}
.style_comment {
	background: #FFF8CF;
	padding: 10px;
	margin-top: 10px;
	color: #333;
}
.shop_price {
	background: url(/images/common/icon/price.png) no-repeat left center;
	border-bottom: dashed 1px #CCC;
	padding-left: 35px;
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #E4007D;
}


/* [02.right_column]
--------------------------------------------------------------------------*/

#ad {
	border: solid 1px #CCC;
	margin-bottom: 10px;
}
#ad_inner {
	padding: 0 9px 9px;
}
.ban_s {
	background: url(/images/common/banner/ban_back01.png) no-repeat left;
	width: 248px;
	border: solid 1px #CCC;
	margin-top: 9px;
}
.ban_s_thumb {
	width: 60px;
	float: left;
}
.ban_s_thumb a {
	color: #E4007D;
	font-weight: bold;
	letter-spacing: normal;
}
.ban_s_thumb img {
	padding: 4px;
}
.ban_s_txt {
	width: 180px;
	float: right;
	margin-top: 6px;
}
.ban_s_txt a {
	color: #E4007D;
	font-weight: bold;
	letter-spacing: normal;
	line-height: normal;
}
.title_sort {
	background: url(/images/common/shop_list/title_sort.png) no-repeat left top;
	padding-top: 45px;
}
.sort_bg {
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-top: solid 1px #CCC;
	background: url(/images/common/shop_list/bg_sort.png) repeat-x top;
}
.sort_bg {
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-top: solid 1px #CCC;
	background: url(/images/common/shop_list/bg_sort.png) repeat-x top;
}
.re_b {
	border-bottom: solid 1px #CCC;
}
.sort_container .bg_03 {
	background: url(/images/common/shop_list/bg_sort.png) repeat-x top;
}
.sort_container .bg_03 li {
	line-height: 300%;
	border-bottom: dotted 1px #CCC;
}
.sort_container .bg_04 {
	background: url(/images/common/shop_list/bg_sort.png) repeat-x top;
}
.sort_container .bg_04 li {
	line-height: 300%;
	border-bottom: dotted 1px #CCC;
}
.sort_container .bg_menu_skill {
	background: url(/images/common/shop_list/bg_sort.png) repeat-x top;
}
.sort_container .bg_menu_skill li {
	line-height: 300%;
	border-bottom: dotted 1px #CCC;
}
.sort_container .bg_image_skill {
	background: url(/images/common/shop_list/bg_sort.png) repeat-x top;
}
.sort_container .bg_image_skill li {
	line-height: 300%;
	border-bottom: dotted 1px #CCC;
}
.sort_container .bg_style_skill {
	background: url(/images/common/shop_list/bg_sort.png) repeat-x top;
}
.sort_container .bg_style_skill li {
	line-height: 300%;
	border-bottom: dotted 1px #CCC;
}
.sort_container .bg_menu {
	background: url(/images/common/shop_list/bg_sort.png) repeat-x top;
}
.sort_container .bg_menu li {
	line-height: 300%;
	border-bottom: dotted 1px #CCC;
}
.sort_container .bg_image {
	background: url(/images/common/shop_list/bg_sort.png) repeat-x top;
}
.sort_container .bg_image li {
	line-height: 300%;
	border-bottom: dotted 1px #CCC;
}
.sort_container .bg_style {
	background: url(/images/common/shop_list/bg_sort.png) repeat-x top;
}
.sort_container .bg_style li {
	line-height: 300%;
	border-bottom: dotted 1px #CCC;
}
.sort_li {
	padding: 10px;
	border-bottom: solid 1px #CCC;
}
.sort_li_thumb {
	width: 47px;
	float: left;
}
.sort_li_thumb_o {
	width: 45px;
	height: 45px;
	float: left;
	border: solid 1px #E4007D;
}
.sort_li_thumb a {
	border: solid 1px #FFF;
	display: block;
}
.sort_li_thumb a:hover {
	border: solid 1px #E4007D;
}
.sort_li_txt {
	width: 170px;
	float: right;
}
.li_title {
	font-weight: bold;
	color: #E4007D;
	line-height: normal;
	background: url(/images/common/arrow04.gif) no-repeat left center;
	padding-left: 10px;
}
.li_title_o {
	font-weight: bold;
	color: #E4007D;
	line-height: normal;
	background: url(/images/common/arrow03.gif) no-repeat left center;
	padding-left: 10px;
}
.li_txt {
	font-size: 10px;
	line-height: 160%;
}
.sort_item {
	padding: 10px;
}
.sort_item a {
	font-weight: bold;
}
#item_ {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_pickup.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_1 {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_new2.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_2 {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_train.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_3 {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_alot.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_4 {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_new.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_5 {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_coupon.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_6 {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_total.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_7 {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_skill.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_8 {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_service.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_9 {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_atomosphere.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_10 {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_shears.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_11 {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_color.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_12 {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_perm.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_13 {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_shuku.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_14 {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_straight.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_1_other {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_total.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_2_other {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_train.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_3_other {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_alot.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_4_other {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_new.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_5_other {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_momiji.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_6_other {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_new2.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.item_li {
	border-bottom: dashed 1px #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_check {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_check.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_men {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_men.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_woman {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_woman.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_wakaba {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_wakaba.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#item_momiji {
	border-bottom: dashed 1px #CCC;
	background: url(/images/common/shop_list/icon_momiji.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.tokushu_li_txt {
	width: 450px;
	float: right;
}
.tokushu_li_txt p {
	border: solid 1px #CCC;
	margin-bottom: 5px;
	/margin-bottom: 7px;
}
.tokushu_li_txt p a {
	display: block;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	background: url(/images/common/shop_list/coupon_corner.gif) no-repeat right bottom #ECECEC;
}
.tokushu_li_txt p a:hover {
	background: url(/images/common/shop_list/coupon_corner.gif) no-repeat right bottom #FFF;
}
.tokushu_li_comment {
	width: 580px;
	background: #FFFFED;
	float: left;
	border: solid 1px #CCC;
}
.tokushu_li_comment div {
	margin: 1px;
	background: url(/images/common/shop_list/title_shop_list_comment.png) no-repeat left center;
}
.tokushu_li_comment div p {
	background: #FFF;
	height: 49px;
	margin-left: 65px;
	padding-top: 10px;
}
.tokushu_li_comment a {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.tokushu_sort_li {
	padding: 10px;
	border-bottom: solid 1px #CCC;
}
.tokushu_sort_li p {
	font-weight: bold;
	color: #E4007D;
	line-height: normal;
	background: url(/images/common/arrow04.gif) no-repeat left center;
	padding-left: 10px;
	line-height: 200%;
}

#header_tokushu #inner {
	padding: 10px;
	position: relative;
	top: 20px;
	margin-left: 500px;
}
#header_tokushu #inner ul {
	position: absolute;
}
#header_tokushu #inner li {
	margin-bottom: 7px;
	padding-left: 106px;
}
.btn_style_post {
	background: url(/images/common/base/icon.jpg) -53px -50px no-repeat;
	width: 26px;
	height: 14px;
}

