@charset "utf-8";

/*
////////////////////////////////////////////////////////////////////////////
//
//  sshop_list.css - CSS Document 
//
////////////////////////////////////////////////////////////////////////////
//
//===================================

	// .01 = shop_detail
	// .02 = shop_date
	// .03 = map
	// .04 = shop_menu
	// .05 = shop_coupon

//===================================
//
////////////////////////////////////////////////////////////////////////////
*/

/* shop_detail .01 
--------------------------------------------------------------------------*/

.main_navi {
	margin-bottom: 10px;
	padding: 0;
}
.main_navi li {
	float: left;
	height: 27px;
}
.shop_list_title {
	background: #666;
}
.shop_list_title_inner {
	padding: 5px 5px 5px 10px;
}
.shop_title {
	width: 540px;
	float: left;
}
.shop_title p {
	background: url(/oem/002/images/shop_list/arrow.gif) no-repeat left center;
	padding-left: 40px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
.shop_title span {
	font-weight: normal;
	font-size: 10px;
}
.shop_detail {
	width: 71px;
	float: right;
}
.shop_thumb {
	width: 195px;
	float: left;
}
.photo_box {
	width: 160px;
	height: 160px;
	padding: 10px;
	border: solid 1px #CCC;
	background: #FFF center;
	overflow: hidden;
}
.photo_box p {
	text-align: center;
}
/*
.photo_box_qr {
	text-align: center;
	width: 180px;
}

.photo_box_copy {
	text-align: center;
	color: #999;
	font-size: 10px;
	padding-left: 10px;
	width: 160px;
	line-height: 200%;
}
*/
.tel {
	width: 180px;
	margin-top: 10px;
	border: solid 1px #CCC;
}
.tel p {
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #680741;
}
.shop_txt {
	width: 420px;
	float: right;
}
.shop_catch {
	font-size: 14px;
	font-weight: bold;
	color: #E4007F;
}
.qr {
	background: url(/oem/002/images/shop_detail/title_qr.jpg) no-repeat left center;
	width: 180px;
	height: 120px;
	border: solid 1px #CCC;
	margin-top: 5px;
}
.qr img {
	padding-left: 80px;
	padding-top: 10px;
}
.shop_navi {
	background: url(/oem/002/images/shop_detail/title_shop_data.png) no-repeat;
	width: 618px;
	height: 31px;
	margin-top: 10px;
}
.shop_navi ul {
	padding: 5px;
	float: right;
}
.shop_navi li {
	display: inline;
}

/* shop_data .02
--------------------------------------------------------------------------*/
.shop_data {
	width: 410px;
	float: left;
}
.shop_name {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: solid 1px #CCC;
}
.shop_tel {
	font-size: 19px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	border-bottom: solid 1px #CCC;
	color: #680741;
}
.shop_tel span {
	font-style: normal;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
.shop_open, 
.shop_holiday, 
.shop_address,
.shop_access,
.shop_menu,
.shop_creditcard,
.shop_careful {
	padding-left: 10px;
	padding-bottom: 7px;
	border-bottom: solid 1px #CCC;
}
.shop_detail_photo {
	width: 195px;
	float: right;	
	background: #ECECEC;
	border: solid 1px #CCC;
	padding-bottom: 7px;
}
.other_img {
	margin-left: 7px;
	margin-top: 7px;
}

/* map .03
--------------------------------------------------------------------------*/
.shop_navi_map {
	background: url(/oem/002/images/shop_detail/title_map.png) no-repeat;
	width: 618px;
	height: 31px;
	margin-top: 10px;
}
.shop_navi_map ul {
	padding: 5px;
	float: right;
}
.shop_navi_map li {
	display: inline;
}
#google_map {
	height: 500px;
	background: #CCC;
	border: solid 1px #CCC;
	margin: 20px 0 10px 0;
}

/* shop_menu .04
--------------------------------------------------------------------------*/
.shop_navi_menu {
	background: url(/oem/002/images/shop_detail/title_shop_menu.png) no-repeat;
	width: 618px;
	height: 31px;
	margin-top: 10px;
}
.shop_navi_menu ul {
	padding: 5px;
	float: right;
}
.shop_navi_menu li {
	display: inline;
}
#shop_menu {
	width: 618px;
	margin-top: 10px;
}
#shop_menu_inner {
}
#shop_menu_inner table {
	padding-bottom: 10px;
}
#shop_menu_inner td {
	padding-left: 10px;
}
.shop_menu_title {
	background: #ECECEC;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 200%;
	margin-bottom: 10px;
}
.shop_menu_name {
	color: #F00;
	line-height: 200%;
}
.shop_menu_content {
	line-height: 200%;
	padding-bottom: 15px;
}
.shop_menu_price {
	font-weight: bold;
	line-height: 200%;
	text-align: right;
}
.shop_menu_other {
	padding-left: 10px;
	margin-bottom: 30px;
}

/* shop_coupon .05
--------------------------------------------------------------------------
#title_shop_coupon {
	background: url(/oem/002/images/shop_detail/title_shop_coupon.png) no-repeat;
	width: 300px;
	height: 35px;
	margin-bottom: 10px;
	float: right;
}
#title_shop_coupon img {
	float: right;
	margin-right: 7px;
	margin-top: 7px;
}
#shop_coupon {
	float: right;
	width: 300px;
}
.coupon_name {
	background: #ECECEC;
	border: solid 1px #BBB;
	padding: 0 3px 0 3px;
	text-align: center;
}
.coupon_name a {
	font-weight: bold;
	display: block;
}
.coupon_txt p {
	margin: 5px 30px 5px 30px;
	color: #8E004F;
	text-align: center;
}
.coupon_condition {
	text-align: center;
	background: #E4007F;
	margin-top: 5px;
}
.coupon_condition a {
	color: #FFF;
	display: block;
}

--*/
.coupon {
	border: solid 1px #BBB;
	padding: 5px;
	margin-bottom: 10px;
}
.page_title {
	border-left: 3px #666 solid;
	border-bottom: 1px dashed #CCC;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 7px;
}
#style_paging {
	width: 200px;
	float: right;
	text-align: right;
}
#style_paging p {
	font-weight: bold;
}
#style_paging a {
	border: solid 1px #CCC;
	background: #FFF;
	padding: 2px 4px 2px 6px;
}
#thumb_style {
	background: url(/images/layouts/shop/bg_style_list.gif) center top;
	width: 100%;
}
.thumb_style_inner {
	width: 33%;
	height: 220px;
	float: left;
	margin-top: 40px;
	text-align: center;
}
.thumb_style_inner div {
	width: 180px;
	height: 180px;
	margin: 0 auto;
}
.thumb_style_inner a {
	font-weight: bold;
}
.thumb_name {
	text-align: center
}
#paging_outer {
	background:  #ECECEC;
	border: solid 1px #CCC;
	padding: 5px;
}
#page_count {
	width: 200px;
	float: left;
}
#page_count p {
	color: #333;
	letter-spacing: 0.1em;
}
/*
#count {
	font-size: 14px;
	color: #E4007F;
	font-weight: bold;
	line-height: 200%;
}
*/
#st_photo {
	width: 260px;
	float: left;
}
#st_photo td {
	border: solid 1px #CCC;
	text-align: center;
	width: 260px;
	height: 260px;

}
#st_photo img {
	padding: 10px;
}
/*
#st_photo_zoom img {
	padding: 15px;
}
*/
#st_photo_thumb {
	width: 95px;
	text-align: center;
	float: left;
}
#st_photo_thumb p {
	margin-bottom: 10px;
	text-align: center;
}
#stylist_date {
	width: 255px;
	float: right;
}
#style_data {
	margin: 0;
	padding: 10px;
	word-wrap: break-word;
}
#style_data td {
	vertical-align: middle;
}
.style_txt {
	padding: 5px 5px 10px 5px;
}
.title_style_bg {
	background: #ECECEC;
}
#style_data table {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: normal;
	color: #666;
}
#style_other_thumb {
	background: url(/images/common/base/back_breadcrumb.png) repeat-x;
	border: solid 1px #CCC;
	margin-top: 10px;
	padding: 10px;
}
/*
#title_other_thumb {
	font-weight: bold;
	border-left: solid 3px #E4007F;
	padding-left: 7px;
	line-height: normal;
}
*/
.style_thumb {
	padding: 9px;
	float: left;
}
.style_thumb_box {
	width: 129px;
	height: 129px;
	border: solid 1px #DDD;
	overflow: hidden;
	position: relative;
}
.style_thumb_box img {
	padding: 9px;
	/padding: 7px;
}
.style_thumb_box table {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.style_thumb_box td {
	text-align: center;
	vertical-align: top;
}
.shop_l {
	width: 260px;
	height: 260px;
	border: solid 1px #DDD;
	float: left;
	text-align: center;
}
.shop_l img {
	padding: 10px;
}
#shop_txt {
	width: 340px;
	float: right;
}
#shop_txt table {
	margin: 0;
	padding: 0;
}
#shop_txt td {
	font-size: 12px;
	line-height: 200%;
	color: #666;
	vertical-align: middle;
}
#shop_txt .title {
	text-align: center;
	background: #555;
	color: #FFF;
	border: solid 1px #FFF;
}
#shop_txt .profile {
	padding-left: 7px;
	border-bottom: solid 1px #ECECEC;
}
#staff_name {
	font-size: 14px;
	font-weight: bold;
}
#staff_name span {
	font-weight: normal;
	color: #666;
}
/* ケータイでチェックする */
#title_shop_mobile {
	background: url(/oem/002/images/shop_detail/title_shop_mobile.png) no-repeat top;
	width: 100%;
	padding-top: 10px;
	clear: both;
}
#title_shop_mobile .b_oc {
	text-align: right;
	padding-bottom: 10px;
	padding-right: 10px;
}
#shop_mobile {
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	padding: 5px;
}
#shop_mobile_qr {
	width: 87px;
	float: left;
}
#shop_mobile_txt {
	width: 200px;
	float: left;
}
#shop_mobile_txt #send {
	background: #333;
	text-align: center;
	margin-top: 5px;
	margin-right: 6px;
}
#shop_mobile_txt span {
	color: #E4007F;
}
#shop_mobile_txt #send a {
	background: #333;
	color: #FFF;
	display: block;
}
#shop_mobile_txt #send a:hover {
	background: #666;
}
/* shop_coupon .01 
--------------------------------------------------------------------------*/
.shop_navi_coupon {
	background: url(/oem/002/images/shop_detail/title_shop_coupon.png) no-repeat;
	height: 31px;
	margin-top: 10px;
}
#g_outer #google_map {
	height: 350px;
	border: solid 1px #BBB;
}
.coupon_title {
	border-bottom: solid 1px #CCC;
}
.coupon_number {
	padding-bottom: 5px;
}
.coupon_sub {
	color: #FFF;
	background: #999;
	border: solid 1px #888;
	text-align: center;
}
.coupon_point_txt {
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
	color: #8E004F;
}
.coupon_rule_txt {
	padding: 5px 10px 5px 10px;
	margin-left: 5px;
	border: solid 1px #CCC;
	background: #ECECEC;
}
.expiration {
	margin-left: 15px;
	color: #F00;
}
.coupon_print {
	margin-bottom: 10px;
}
#print_logo {
	display: none;
}
.coupon_rule_txt span {
	padding: 3px 6px 2px 6px;
	background: #333;
	color: #FFF;
	font-size: 10px;
}
