@charset "utf-8";

/* pager設定 */

.pager {
	margin: 10px 0;
}

/* 店舗検索 */

#shopserch {
	padding: 0px;
	margin: 0;
}

#shopserch h3#coupon-title {
	background-image:url(../images/common/cserch_title.gif);
	height:31px;
	text-indent: -200px;
	overflow: hidden;
	background-repeat: none;
}

#shopserch h3#newentry-title {
	background-image:url(../images/common/newentry_title.gif);
	height:31px;
	text-indent: -200px;
	overflow: hidden;
	background-repeat: none;
}

table.shopserch_box {
	margin: 0 0 5px 0;
	border: 1px solid #dddddd;
	width:950px;
	background:#FFFFFF;
}

table.shopserch_box th {
	width: 120px;
	background-color: #efefef;
	border:1px solid #dddddd;
	padding: 0 5px;
	text-align:center;
}

table.shopserch_box td {
	padding: 5px;
	text-align: left;
}

table.shopserch_box td ul#selectbox {
}

table.shopserch_box td ul#selectbox li {
	display:block;
	float:left;
	width:150px;
	margin:0 0 5px 0;
}

table.shopserch_box td ul#selectbox li input {
	border:none;
	vertical-align:middle;
}

table.shopserch_box td#select_submit input {
	border:none;
	padding:0px;
	background:url(../images/common/submit.gif) no-repeat;
	color:#FFF;
}

ul#shop_list {
	display:block;
}

li.shoplist_box {
	display:block;
	margin:0 0 5px 0;
}

li.shoplist_box h3.shop_name {
	padding: 5px;
	margin: 0 0 5px 0;
	background:url(../images/shop/shop_title_bg.gif) repeat;
	display:block;
}

li.shoplist_box h3.shop_name a {
	color: #FFF;
	font-size:14px;
}

li.shoplist_box img.shop_thumb {
	float: left;
	width: 219px;
	border:1px solid #cccccc;
}

li.shoplist_box .shop_data {
	float: right;
	width: 700px;
}

li.shoplist_box .shop_data .salon_data {
	margin:5px 0;
	font-size: 10px;
	border-top: 1px dotted #dddddd;
	padding: 5px 0 0 0;
}

li.shoplist_box .shop-list-bottom {
	position: relative;
	height: 30px;
}

li.shoplist_box .shop-list-bottom a.shopserch-link {
	background-image: url(../images/shop/staff_b.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 27px;
	display: block;
	overflow:hidden;
	position:absolute;
	text-indent:-300px;
	right: 0px;
}

li.shoplist_box .shop-list-bottom a.shopserch-link:hover {
	background-image: url(../images/shop/staff_b.gif);
	background-repeat: no-repeat;
	background-position:0 -27px;
	width: 95px;
	height: 25px;
	display: block;
	position:absolute;
	right: 0px;
}

#shopserch .shopserch-box .shopserch-box-kocenter ul {
	margin: 0px;
	padding: 0px;
}

#shopserch .shopserch-box .shopserch-box-kocenter li {
	margin: 0 0 3px 0;
	padding: 0px;
	float: left;
	width: 190px;
	list-style: none;
}

/*　ヘアスタイル　*/

#hairstyleserch {
	padding: 0px;
	margin:0;
}

dl#hairstyle_sort {
	display:block;
	background:#FFF;
	padding:2px;
	border:1px solid #CCC;
	margin:10px 0;
}

dl#hairstyle_sort dt {
	width:140px;
	background:#EFEFEF;
	border:1px solid #CCC;
	float:left;
	clear:both;
	padding:5px;
	_width:10em;    /* WinIE */
	white-space:nowrap;
}

dl#hairstyle_sort dd {
	margin-left:150px;    /* = dt.width + dt.padding */
	padding:1ex;
	background:#fff;
}

ul#hairstyle {
	display:block;
}

ul#hairstyle li.hairstyle_box {
	float: left;
	width: 230px;
	margin: 0 0 10px 0;
	text-align: center;
	height:330px;
}

#hairstyle .hairstyle_box img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	vertical-align:bottom;
}

#hairstyle .hairstyle_data {
	width:180px;
	margin: 0 auto;
	text-align: center;
	background:url(../images/common/name_bg.gif) repeat;
	color:#FFF;
	padding:3px 0;
	height:55px;
	overflow:hidden;
}

#hairstyle .hairstyle_data a {
	color:#FFF;
}

#hairstyle .hairstyle_box .hairstyle_flug {
	margin:3px auto;
	width:180px;
}

#hairstyle .hairstyle_box .hairstyle_flug img {
	padding:0px;
	border:0px;
}

/*　スタイリスト　*/

#stylistserch {
	padding: 0px;
	margin:0;
}

dl#stylistserch_sort {
	display:block;
	background:#FFF;
	padding:2px;
	border:1px solid #CCC;
	margin:10px 0;
}

dl#stylistserch_sort dt {
	width:140px;
	background:#EFEFEF;
	border:1px solid #CCC;
	float:left;
	clear:both;
	padding:5px;
	_width:10em;    /* WinIE */
	white-space:nowrap;
}

dl#stylistserch_sort dd {
	margin-left:150px;    /* = dt.width + dt.padding */
	padding:1ex;
	background:#fff;
}

ul#stylist {
	display:block;
}

ul#stylist li.stylist_box {
	float: left;
	width: 230px;
	text-align: center;
	margin:0 0 20px 0;
	display:block;
}

ul#stylist li.stylist_box img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

ul#stylist li .stylist_data {
	width:177px;
	margin:2px auto 0 auto;
	text-align: center;
	background:url(../images/common/name_bg.gif) repeat;
	padding:2px;
	color:#FFF;
	height:55px;
	overflow:hidden;
}

ul#stylist li .stylist_data a {
	font-weight:bold;
	color:#FFF;
}

/* キャンペーン　*/

ul#campain_list {
}

ul#campain_list li {
	width:460px;
	display:block;
	padding:5px;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px 0;
}

ul#campain_list li h3 {
	display:block;
	background:url(../images/common/shop_title_bg.gif) repeat;
	padding:3px;
	margin:0 0 5px 0;
}

ul#campain_list li h3 a {
	color:#FFF
}

ul#campain_list li.campain_listbox_even {
	float:left;
}

ul#campain_list li.campain_listbox_odd {
	float:right;
}

ul#campain_list li img.shop_thumb {
	float:left;
	width:150px;
	height:99px;
	border:1px solid #CCC;
}

ul#campain_list li .campain_data {
	float:right;
	width:300px;
	height:120px;
	overflow:hidden;
}

ul#campain_list li .campain_data a {
	color:#F69;
	text-decoration:none;
}

ul#campain_list li .campain_data a:hover {
	color:#F69;
	text-decoration:underline;
}

ul#campain_list li .salondata {
	clear:both;
	font-size:10px;
}

/* --- [クーポンリスト] --- */

ul#coupon_list {
}

ul#coupon_list li {
	width:460px;
	display:block;
	padding:5px;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px 0;
}

ul#coupon_list li h3 {
	display:block;
	background:url(../images/common/shop_title_bg.gif) repeat;
	padding:3px;
	margin:0 0 5px 0;
}

ul#coupon_list li h3 a {
	color:#FFF
}

ul#coupon_list li.coupon_listbox_even {
	float:left;
}

ul#coupon_list li.coupon_listbox_odd {
	float:right;
}

ul#coupon_list li img.shop_thumb {
	float:left;
	width:150px;
	height:99px;
	border:1px solid #CCC;
}

ul#coupon_list li .coupon_data {
	float:right;
	width:300px;
	height:120px;
	overflow:hidden;
}

ul#coupon_list li .coupon_data a {
	color:#F69;
	font-weight:bold;
	text-decoration:none;
}

ul#coupon_list li .coupon_data a:hover {
	color:#F69;
	font-weight:bold;
	text-decoration:underline;
}

ul#coupon_list li .salondata {
	clear:both;
	font-size:10px;
}
