@charset "utf-8";
/* shop css */

#shop_body {
	margin: 0 0 20px 0;
	padding:0;
	border:1px #CCCCCC solid;
	background:#FFFFFF;
}

#shop_body #shop_content {
	margin: 0px;
	padding: 5px;
}

/* ------------------------------
	shop h3
------------------------------ */

#shop_body h3 {
	margin:0;
	height:28px;
	text-indent:-300px;
	overflow:hidden;
}

#shop_body h3#staff-t {
	background:url(../images/shop/staff_t.png) no-repeat;
}

#shop_body h3#data-t {
	background:url(../images/shop/data_t.png) no-repeat;
}

#shop_body h3#live-t {
	background:url(../images/shop/live_t.png) no-repeat;
}

#shop_body h3#menu-t {
	background:url(../images/shop/menu_t.png) no-repeat;
}

#shop_body h3#hairstyle-t {
	background:url(../images/shop/hairstyle_t.png) no-repeat;
}

#shop_body h3#coupon-t {
	background:url(../images/shop/coupon_t.png) no-repeat;
}

#shop_body h3#map-t {
	background:url(../images/shop/map_t.png) no-repeat;
}

#shop_body h3#camp-t {
	background:url(../images/shop/camp_t.png) no-repeat;
}

/* ------------------------------
	shop head
------------------------------ */

#shop_head {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 0;
}

#shop_logo {
	width: 120px;
	float: left;
}

#shop_name {
	float: left;
	width: 500px;
	padding: 0 0 0 10px;
}

#shop_name h2 {
	font-size: 16px;
}

#shop_name #hurigana {
	font-size: 10px;
	margin: 0 0 3px 0;
}

#shop_extension {
	float: right;
	width:250px;
}

#shop_extension img {
	float: right;
	width:90px;
	border:1px solid #CCC;
}

/* ------------------------------
	shop navi
------------------------------ */

ul#shop_navi {
	margin:0 0 10px 0;
	padding:0;
	display:block;
	height: 30px;
	width:950px;
	background-image: url(../images/shop/shopmenu.png);
}

ul#shop_navi li{
	display:block;
	float: left;
}

ul#shop_navi li a{
	height:30px;
	display: block;
	text-indent:-300px;
	overflow:hidden;
	text-decoration:none;
	background-image: url(../images/shop/shopmenu.png);
	width:135px
}

ul#shop_navi li a#m_salon{
	width: 140px;
	background-position:0 0;
}

ul#shop_navi li a#m_salon:hover, a#m_salonactive{
	background-position:0 -30px;
}

ul#shop_navi li a#m_live{
	background-position:-135px 0;
}

ul#shop_navi li a#m_live:hover, a#m_liveactive{
	background-position:-135px -30px;
}

ul#shop_navi li a#m_menu{
	background-position:-275px 0;
}

ul#shop_navi li a#m_menu:hover, a#m_menuactive{
	background-position:-275px -30px;
}

ul#shop_navi li a#m_staff{
	background-position:-410px 0;
}

ul#shop_navi li a#m_staff:hover, a#m_staffactive{
	background-position:-410px -30px;
}

ul#shop_navi li a#m_hairstyle{
	
	background-position:-545px 0;
}

ul#shop_navi li a#m_hairstyle:hover, a#m_hairstyleactive{

	background-position:-545px -30px;
}

ul#shop_navi li a#m_campain{

	background-position:-680px 0;
}

ul#shop_navi li a#m_campain:hover, a#m_campainactive{

	background-position:-680px -30px;
}

ul#shop_navi li a#m_coupon{

	background-position:-815px 0;
}

ul#shop_navi li a#m_coupon:hover, a#m_couponactive{

	background-position:-815px -30px;
}

/* ------------------------------
	salondata
------------------------------ */

#shop_salondata{
	margin: 0 0 10px 0;
	padding: 0px;
}

#shop_salondata #salondata-mainimg01 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 390px;
}

#shop_salondata #salondata-caption {
	margin: 0px;
	padding: 0;
	float: right;
	width: 540px;
}

#shop_salondata #salondata-mainimg01 img {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

#shop_salondata #salondata-caption #cap-title {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #ff5959;
}

#shop_salondata #salondata-table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#salondata-table {
	width: 99%;
	border: 1px solid #cccccc;
	border-collapse:collapse;
	margin: 0 auto;
}

#salondata-table th {
	width: 15%;
	padding:1%;
	background-color: #f5f3ef;
	font-weight: normal;
	border: 1px solid #cccccc;
	text-align:center;
}

#salondata-table .td01 {
	width:83%;
	padding:1%;
	border: 1px solid #cccccc;
}

#salondata-table .td02 {
	width:24%;
	padding:1%;
	border: 1px solid #cccccc;
}

#salondata-table .td01 #cardlist {
	list-style:none;
}

#salondata-table .td01 #cardlist #jcb {
	background: url(../images/shop/card_m.gif) no-repeat 0 0;
	display: block;
	width: 50px;
	height: 38px;
	float: left;
}

#salondata-table .td01 #cardlist #visa {
	background: url(../images/shop/card_m.gif) no-repeat -45px 0;
	display: block;
	width: 55px;
	height: 38px;
	float: left;
}

#salondata-table .td01 #cardlist #master {
	background: url(../images/shop/card_m.gif) no-repeat -98px 0;
	display: block;
	width: 55px;
	height: 38px;
	float: left;
}

#salondata-table .td01 #cardlist #amex {
	background: url(../images/shop/card_m.gif) no-repeat -150px 0;
	display: block;
	width: 55px;
	height: 38px;
	float: left;
}

#salondata-table .td01 #cardlist #nicos {
	background: url(../images/shop/card_m.gif) no-repeat -200px 0;
	display: block;
	width: 55px;
	height: 38px;
	float: left;
}

#salondata-table .td01 #cardlist #dc {
	background: url(../images/shop/card_m.gif) no-repeat -255px 0;
	display: block;
	width: 50px;
	height: 38px;
	float: left;
}

#salondata-table .td01 ul#shop-flug {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#salondata-table .td01 ul#shop-flug li.checkon {
	margin: 0px;
	padding: 3px;
	display: block;
	float:left;
	width: 150px;
	text-indent: 15px;
	background:url(../images/shop/check.gif) no-repeat 0 4px;
}

#salondata-table .td01 ul#shop-flug li.checkoff {
	margin: 0px;
	padding: 3px;
	display: inline;
	float:left;
	width: 150px;
	text-indent: 15px;
	color:#999999;
	background:url(../images/shop/check.gif) no-repeat 0 -15px;
}

/* ------------------------------
	staff
------------------------------ */

#shop-staff {

}

#shop-staff #staff-head {
	text-indent: 5px;
}

#shop-staff ul#staff-list {
	padding: 0px;
}

#shop-staff ul#staff-list li.staff-box {
	display: block;
	float: left;
	width: 230px;
	text-align: center;
	margin: 0 0 20px 0;
}

#shop-staff #staff-list .staff-data {
	text-align: center;
	width: 180px;
	margin: 5px auto 0 auto;
	background:url(../images/shop/name_bg.gif) repeat;
	color:#FFF;	
}

#shop-staff #staff-list .staff-data a {
	color:#FFF;
}

#shop-staff #staff-list img {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#shop-staff #staff-list .staff-data p.staff-botan {
	text-align: center;
	margin: 5px auto 0 auto;
}

#shop-staff #staffdata-box {
	padding: 0px;
	margin: 0;
}

#shop-staff #staffdata-box #staffdata-img {
	float: left;
	width: 300px;
	text-align: center;
}

#shop-staff #staffdata-box #staffdata-img img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

#shop-staff #staffdata-box #sraffdata-dataarea {
	float: right;
	width: 610px;
}

#shop-staff #staffdata-box #sraffdata-dataarea table#staffdata-table{
	border: 1px solid #cccccc;
	border-collapse:collapse;
	width: 610px;
	margin:10px 0;
}

#shop-staff #staffdata-box #sraffdata-dataarea table#staffdata-table  td#td01{
	border: 1px solid #cccccc;
	background-color:#f5f3ef;
	padding: 5px;
	text-align:center;
	width:130px;
}

#shop-staff #staffdata-box #sraffdata-dataarea table#staffdata-table  td#td02{
	border: 1px solid #cccccc;
	padding: 5px;
	width:370px;
}

#shop-staff #staffdata-box #sraffdata-dataarea #staffdata-styledata{
}

#shop-staff #staffdata-box #sraffdata-dataarea #staffdata-styledata #staffdata-stylename{
	padding:5px;
	margin: 0 0 15px 0;
	background-color: #f5f3ef;
	font-weight: bold;
}

#shop-staff #staffdata-box #sraffdata-dataarea #staffdata-styledata #staffdata-stylelist{
	padding:0;
}

#shop-staff #staffdata-box #sraffdata-dataarea #staffdata-styledata #staffdata-stylelist .staffdata-thum{
	padding:0 3px;
	float: left;
	width: 75px;
	text-align: center;
	margin: 0 0 10px 0;
}

#shop-staff #staffdata-box #sraffdata-dataarea #staffdata-styledata #staffdata-stylelist .staffdata-thum img{
	padding:2px;
	border:1px solid #cccccc;
	margin: 0 0 3px 0;
}

#shop-staff #staffdata-thumfoot{
	text-align: right;
	margin: 0;
}

#shop-staff #staffdata-thumfoot a#thumlink{
	margin: 0;
	padding:0 0 0 15px;
	background: url(../images/shop/arrow_left.gif) left center no-repeat;
}

/* ------------------------------
	livenews
------------------------------ */

#livenews{
	
}

#livenews #livenews_list{
	float:left;
	width:238px;
	border:1px solid #CCCCCC;
	background:#F5F3EF;
}

#livenews #livenews_list ul#title_list{
	background:#FFFFFF;
	display:block;
	padding:3px;
}

#livenews #livenews_list ul#title_list li.news_title{
	padding:2px 0;
}

#livenews #livenews_list ul#title_list li.news_date{
	text-align:right;
	border-bottom:1px dotted #CCCCCC;
	padding:2px 0;
}

#livenews #livenews_content{
	float:right;
	width:690px;
}

#livenews #livenews_content h4{
	display:block;
	border-bottom:1px dotted #CCC;
	font-size:14px;
	line-height:18px;
	height:20px;
	margin:0 0 10px 0;
}

/* ------------------------------
	haristyle
------------------------------ */

#hairstyle {
	padding: 0px;
}

#hairstyle-head {
	padding: 0px;
	margin: 0;
	text-indent: 5px;
}

#hairstyle-pagenum {
	margin: 5px 0;
	left: 0;
	height: 20px;
	text-align: right;
	padding: 0 10px;
}

#hairstyle-pagenumfoot {
	margin: 15px 0 0 0;
	left: 0;
	height: 20px;
	text-align: right;
	padding: 0 10px;
	clear:both;
}

#hairstyle ul#hairstyle_list{
	
}

#hairstyle ul#hairstyle_list li.hairstyle_box {
	padding: 0px;
	float: left;
	width: 230px;
	margin:0 0 10px 0;
	display: block;
	text-align: center;
}

#hairstyle ul#hairstyle_list li.hairstyle_box  img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

#hairstyle ul#hairstyle_list li.hairstyle_box .hairstyle_data{
	width:180px;
	margin: 0 auto;
	text-align: left;
}

#hairstyle ul#hairstyle_list li.hairstyle_box .hairstyle_flug{
	padding:0px;
	margin:3px 0;
	display:block;
	width:180px;
	height:20px;
	text-indent:-200px;
	overflow:hidden;
}

#hairstyle ul#hairstyle_list li.hairstyle_box .hairstyle_flug.short{
	background:url(../images/shop/hariflug_s.gif) no-repeat;
}

#hairstyle ul#hairstyle_list li.hairstyle_box .hairstyle_flug.medium{
	background:url(../images/shop/hariflug_m.gif) no-repeat;
}

#hairstyle ul#hairstyle_list li.hairstyle_box .hairstyle_flug.long{
	background:url(../images/shop/hariflug_l.gif) no-repeat;
}

#hairstyle ul#hairstyle_list li.hairstyle_box .hairstyle_flug.mens{
	background:url(../images/shop/hariflug_men.gif) no-repeat;
}

	

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

#hairstyle ul#hairstyle_list li.hairstyle_box .hairstyle_cap {
	text-align: center;
	padding: 0 3px;
	margin: 0 0 10px 0;
	height: 40px;
	background:url(../images/shop/name_bg.gif) repeat;
	color:#FFF;
}

#hairstyle ul#hairstyle_list li.hairstyle_box .hairstyle_cap a {
	color:#FFF;
}

#hairstyle ul#hairstyle_list li.hairstyle_box .hairstyle_botan {
	padding:0;
	margin:0 auto;
	text-align: center;
}

#hairstyle ul#hairstyle_list li.hairstyle_box .hairstyle_botan a.hairstyle_link {
	background: url(../images/shop/staff_b.gif) no-repeat;
	margin:0 auto;
	width: 95px;
	height: 26px;
	text-indent:-200px;
	display: block;
	overflow:hidden;
}

#hairstyle ul#hairstyle_list li.hairstyle_box .hairstyle_botan a.hairstyle_link:hover {
	background: url(../images/shop/staff_b.gif) no-repeat 0 -27px;
	width: 95px;
	height: 26px;
	display: block;
}

#hairstyle-detail {
	padding: 0px;
	margin:0px;
}

#hairstyle-detail-left{
	float:left;
	width: 300px;
	text-align: center;
}

#hairstyle-detail-left #detail-left-img{
	padding:0;
	margin: 0 0 5px 0;
}

#hairstyle-detail-left #detail-left-img img{
	padding:2px;
	border:1px solid #cccccc;
}

#hairstyle-detail-left #detail-left-thum{
	padding:0;
	width: 252px;
	margin: 0 auto;
	text-align: left;
}

#hairstyle-detail-left #detail-left-thum img{
	padding:1px;
	border:1px solid #cccccc;
}

#hairstyle-detail-right{
	float:right;
	width:610px;
}

#hairstyle-detail-right #detail-right-staff{
	margin: 10px 0 0 0;
}

#hairstyle-detail-right #detail-right-staff #detail-right-staffdata{
	width: 500px;
}

#hairstyle-detail-right .detail-right-title{
	background-color: #f5f3ef;
	padding: 5px;
	margin: 10px 0;
	font-weight: bold;
}

#hairstyle-detail-right table {
	padding: 0px;
	border: 1px solid #cccccc;
	border-collapse:collapse;
	margin: 0;
	width:610px;
}

#hairstyle-detail-right table th {
	padding: 5px;
	border: 1px solid #cccccc;
	width: 130px;
	text-align: center;
	background-color: #f5f3ef;
}

#hairstyle-detail-right table td {
	padding: 5px;
	border: 1px solid #cccccc;
	width: 370px;
}

#hairstyle-detail-right #detail-right-staff #detail-right-staffdata #detail-right-staffdata-img {
	padding: 0px;
	float: left;
	width: 100px;
	text-align: center;
}

#hairstyle-detail-right #detail-right-staff #detail-right-staffdata #detail-right-staffdata-img img {
	border:1px solid #cccccc;
	padding:1px;
}

#hairstyle-detail-right #detail-right-staff #detail-right-staffdata #detail-right-staffdata-profile {
	padding: 0px;
	float: right;
	width: 400px;
}

#hairstyle-detail-foot {
	padding: 0px;
	text-align: right;
}

#hairstyle-detail-foot a#thumlink{
	margin: 0;
	padding:0 0 0 15px;
	background: url(../images/shop/arrow_left.gif) left center no-repeat;
}

/* ------------------------------
	coupon
------------------------------ */
#coupon {
	padding: 0px;
	margin: 0 0 10px 0;
}

#coupon #coupon-head {
	padding: 0px;
	margin: 0;
	text-indent: 5px;
}

#coupon .coupon-box {
	width: 680px;
	border: 1px solid #cccccc;
	border-collapse:collapse;
	margin: 10px auto;
	padding: 10px;
}

#coupon .coupon-left01 {
	width: 150px;
	float:left;
	background-image: url(../images/shop/coupon_logo01.gif);
	height: 100px;
	text-indent: -200px;
	overflow: hidden;
}

#coupon .coupon-left02 {
	width: 150px;
	float:left;
	background-image: url(../images/shop/coupon_logo02.gif);
	height: 100px;
	text-indent: -200px;
	overflow: hidden;
}

#coupon .coupon-left03 {
	width: 150px;
	float:left;
	background-image: url(../images/shop/coupon_logo03.gif);
	height: 100px;
	text-indent: -200px;
	overflow: hidden;
}

#coupon .coupon-right {
	width: 520px;
	float:right;
	border-top:solid 2px #996666;
	padding: 5px 0 0 0;
	margin: 0;
}

#coupon .coupon-box .coupon-right .coupon-tokuten {
	padding: 7px 5px;
	border-bottom: dotted 1px #cccccc;
	font-size: 14px;
	font-weight: bold;
	color: #FF0066;
}

#coupon .coupon-box .coupon-right .coupon-caution-left {
	padding: 10px 5px 5px 5px;
	float:left;
	background-color: #efefef;
	width: 55px;
	margin: 5px 0 0 0;
	text-align: center;
	font-size: 10px;
	height: 35px;
	font-weight: bold;
}

#coupon .coupon-box .coupon-right .coupon-caution-right {
	padding: 5px;
	float:right;
	width: 445px;
	margin: 5px 0 0 0;
}

#coupon-botan {
	width: 700px;
	margin: 5px auto;
}

#coupon-botan a#coupon-print{
	background-image:url(../images/shop/coupon_b.gif);
	width: 181px;
	height: 32px;
	text-indent:-300px;
	overflow:hidden;
	display:block;
	float:right;
}

#coupon-botan a#coupon-print:hover{
	background-position:0 -33px;	
}

/* ------------------------------
	map
------------------------------ */

#map-box {
	padding: 0px;
	width: 700px;
	margin: 0 auto;
}

#map-box #mapsalondata-table {
	width: 700px;
	border: 1px solid #cccccc;
	border-collapse:collapse;
	margin: 20px auto;
}

#map-box #mapsalondata-table th {
	width: 15%;
	padding:1%;
	background-color: #f5f3ef;
	font-weight: normal;
	border: 1px solid #cccccc;
	text-align:center;
}

#map-box #mapsalondata-table .td01 {
	width:83%;
	padding:1%;
	border: 1px solid #cccccc;
}

#map-box #mapsalondata-table .td02 {
	width:24%;
	padding:1%;
	border: 1px solid #cccccc;
}

#map-box .mapconfig{
	width:700px;
	height:400px;
	border:1px solid #cccccc;
}

/* ------------------------------
	menu
------------------------------ */

#menu_box {
}

#menu_box #menu_box-left {
	float: left;
	width: 310px;
	text-align: left;
}

#menu_box #menu_box-right {
	float: right;
	width: 620px;
}

#menu_box #menu_box-left img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

#menu_box #menu_box-right .menu-title {
	border-bottom: 1px dotted #cdcdcd;
	text-indent: 3px;
	color: #ff5959;
	font-weight: bold;
}

#menu_box #menu_box-right .menu-container {
	padding: 0;
	margin: 5px 0 15px 0;
	line-height: 1.6em;
}

/* キャンペーン */

#camp-box {
	padding:0;
	margin:0;
	line-height:1.6em;
	padding:0 40px;
}

#camp-head {
	padding: 0px;
	margin: 0;
	text-indent: 5px;
}

#hairstyle-detail #hairstyle-detail-right #style-name {
	font-size: 14px;
	color: #ff5959;
	padding: 0px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
