@charset "utf-8";
/*+++++++++++++++++++++++++++++++++*/
/*Web Site Beauty.CSS Ver.		 */
/*+++++++++++++++++++++++++++++++++*/

/*-------------------------------------
  ショップ紹介
---------------------------------------*/

.a_shop_title {
    width:640px;
}

.a_shop_title .logo {
    width:100px;
    margin-right:10px;
    float:left;
}

/*ショップ名*/
.a_shop_title .name {
    width:385px;
    padding-top:5px;
    padding-bottom:5px;
    float:left;
    border-bottom: solid #666 1px;
}
.a_shop_title .name h2 {
    font-size:16px;
    font-weight:bold;
}
.a_shop_title .name p{
    font-size:0.8em;
    /*margin-bottom:8px;*/
}
.a_shop_title .name .pink{
    font-size:9px;
    color:#d66B85;
    /*margin-bottom:8px;*/
}
.a_shop_title .name .sbtn {
    float:left;
    margin-top:10px;
}

.a_shop_title .head_b {
    position: relative;
}

.a_shop_title .btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/*ショップ名　予約ボタン*/
.a_shop_title .btn a {
    display: block;
    overflow: hidden;
    height: 0px;
    width:135px;
    background-image: url(files/img_beauty/pc/btn-reserve.png);
    padding-top: 70px;
    text-align: center;
}

.a_shop_title .btn a:hover {
    background-position: 0 -70px;
}


/*ショップ名　住所*/
.a_shop_title .add {
    font-size:0.8em;
    margin-left:60px;
    padding-left:50px;
    width:370px;
    float:left;
    /* background: url(files/img_beauty/pc/icon_add.png) no-repeat top left; */
}

/*ショップ名　QR*/
.a_shop_title .code {
    float:left;
    width:80px;
}

/*ショップ名　携帯に送る*/
.a_shop_title .mobile {
    float:left;
    margin-top:10px;
    margin-left:60px;
}

.a_shop_title .mobile a {
    display: block;
    overflow: hidden;
    height: 0px;
    width:93px;
    background-image: url(files/img_beauty/pc/btn_mobile.png);
    padding-top: 22px;
    text-align: center;
}

.a_shop_title .mobile a:hover {
    background-position: 0 -22px;
}

/*-------------------------------------
タブメニュー
--------------------------------------*/
.a_tabmenu {
    background-color:#e7e7e7;
}

.a_tabmenu ul {
    margin-left: -1px; /* 一番左のボーダー幅と同じ値の負のマージン */
    margin:3px 0 3px 0;
    padding-left:5px;
}

.a_tabmenu li {
    padding:0 3px 0 3px;
    display: inline; /* 横並びにさせる */
    border-left: 3px solid #CBAFE7; /* 区切り線 */
}

.a_tabmenu li a {
    text-decoration:none;
    font-weight:bold;
    color:#555;
    font-size:12px;
}
.a_tabmenu li a.now {
    text-decoration:none;
    font-weight:bold;
    color:#990066;
    font-size:12px;
}




/*-------------------------------------
ショップ紹介
-------------------------------------*/
.a_shop_info {
    margin:15px 0 15px;
}

.a_shop_info .left_shop_info {
    width:380px;
    float:left;
    overflow: hidden;
}
.navi-image{
    position:relative;
    overflow: hidden;
}
.slide_height{
    height:247px;
    width:380px;
}
.navi-image div{
    display:block;
    height:242px;
    position:absolute;
    z-index:8;
    background:#fff;
}
.navi-image div.active{
    z-index:10;
}
.navi-image div.last-active{
    z-index:9;
}

.a_shop_info .left_shop_info .deal_smpic li{
    float:left;
    margin-right:7px;
}
.a_shop_info .left_shop_info .deal_smpic li.endli{
    margin-right:0;
}
.a_shop_info .right_shop_info {
/*    padding-left: 390px;*/
    width:250px;
}

.a_shop_info .right_shop_info p{
    font-size:15px;
    color:#ff0099;
    line-height:1.5;
}
.a_shop_info .right_shop_info p.sub {
    font-size:12px;
    color:#000;
    margin-top:15px;
}

/*ショップへの予約---段落バージョン*/
.a_shop_reserve_btn_right {
    margin-top:10px;
    margin-bottom:10px;
    margin-right:3px;
    text-align:right;
}

.a_shop_reserve_btn_right a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 180px;
    background-image: url(files/img_beauty/pc/btn_shop_reserve.png);
    padding-top: 26px;
    margin-left:50px;
    margin-top:10px;

}

.a_shop_reserve_btn_right a:hover {
	background-position: 0 -26px;
}

/*ショップへの予約*/
.a_shop_reserve_btn {
    display: block;
    margin-top:10px;
    margin-bottom:10px;
    margin-left: 10px;
    /*margin-right:3px;*/
    float: right;
    text-indent: -9999px;
}
.a_shop_reserve_btn a {
    display: block;
    overflow: hidden;
    height: 26px;
    width: 180px;
    background-image: url(files/img_beauty/pc/btn_shop_reserve.png);
}
.a_shop_reserve_btn a:hover {
    background-position: 0 -26px;
}

.a_shop_estimate_btn {
    display: block;
    margin-top:10px;
    margin-bottom:10px;
    margin-left: 10px;
    /*margin-right:3px;*/
    float: right;
}
.a_shop_estimate_btn input {
    height: 26px;
    width: 180px;
    overflow: hidden;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    background-image: url(files/img_beauty/pc/btn_shiryo.png);
    line-height: 26px;
    color: #555555;
    font-weight: bold;
    text-decoration: none;
}

.a_shop_mailform_btn {
    display: block;
    margin-top:10px;
    margin-bottom:10px;
    margin-left: 10px;
    /*margin-right:3px;*/
    float: right;
}
.a_shop_mailform_btn input {
    height: 26px;
    width: 180px;
    overflow: hidden;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    background-image: url(files/img_beauty/pc/btn_contact.png);
    line-height: 26px;
    color: #555555;
    font-weight: bold;
    text-decoration: none;
}

#CouponTopBlockB {
    width: 640px;
    margin-bottom: 15px;
}
#CouponTopBlockB .TitleBar {
    width: 640px;
    height: 32px;
    background: url(files/img_beauty/pc/ctitle.png) left center no-repeat;
}
#CouponTopBlockB .TitleBar p {
    text-indent:-9999px;
}
/*クーポン印刷*/
.a_shop_print_btn_clist {
    margin: 0 auto;
    height: 50px;
    width: 140px;
    text-align:center;
    text-indent:-9999px;
}
.a_shop_print_btn_clist a {
    display: block;
    overflow: hidden;
    height: 50px;
    width: 140px;
    background-image: url(files/img_beauty/pc/cpn_print.png);
}
.a_shop_print_btn_clist a:hover {
	background-position: 0 -50px;
}

/*-------------------------------------
ショップからのコメント
-------------------------------------*/
.a_reco {
    width:640px;
    margin-top:10px;
}

.a_reco li {
    float:left;
    width:300px;
    display:block;
    margin: 10px;
 _margin: 8px;
}

.a_reco h3 {
    width:300px;
    padding:1px 0;
    margin-bottom:5px;
    color:#555555;
    border: solid 1px #ccc;
    background-color:#e7e7e7;
    font-size:14px;
    text-align:center;
}
.a_reco p {
    font-size:12px;
    margin-bottom:5px;
}
.a_reco p.sub{
    font-size:10px;
}

.a_reco .image {
    background-color:#e7e7e7;
    margin-bottom:5px;
}

/*ショップからひとこと*/
.a_reco .com {
    width:640px;
}

.a_reco .com .txt {
    background-color:#DFD4C5;
    padding:10px;
}

.a_reco .com .txt dl {
    background-color:#DFD4C5;
    width:100%;
}

.a_reco .com .txt dt {
    width:100px;
    text-align:center;
    float:left;
}
.a_reco .com .txt dd {
    width:500px;
    float:left;
    margin-left:10px;
}
.a_reco .com .txt p.sname {
    font-size:12px;
    margin-bottom:10px;
    margin-top:15px;
    margin-right:10px;
    float:left;
}
.a_reco .com .txt p.div {
    font-size:12px;
    color:#FF3399;
    margin-top:15px;
}
.a_reco .com .txt p.mes {
    font-size:12px;
    color:#555;
}

/*ショップの雰囲気*/
.a_shop_atm {
    width:640px;
    margin-top:10px;
}

.a_shop_atm h4 {
    background-color:#e7e7e7;
    border:1px solid #ccc;
    color:#555;
    font-size:15px;
    width:630px;
    padding:1px 4px;
    margin-top:10px;
    margin-bottom:10px;
    /*background-color:#ccc;
    font-size:15px;
    width:100%;
    padding:5px;*/
}
.a_shop_atm ul {
    margin-bottom: 15px;
}
.a_shop_atm ul li {
    width: 213px;
    float: left;
}
.a_shop_atm ul li > a img {
    margin: 0 10px;
    background: #eeeeee;
}
.a_shop_atm ul.Block3 li div {
    margin: 0 10px;
}
.a_shop_atm ul li p {
    margin: 0 10px;
}
.a_shop_atm ul.Block3 li p {
}

.a_shop_atm dl.img {
    width: 100%;
    margin-top:10px;
}

.a_shop_atm dt.img {
    width: 205px;
    height:205px;
    float:left;
    margin-right:5px;
    border:1px solid #e9e9e9;
    display:inline-table;
    vertical-align:middle;
}

.a_shop_atm dd.img {
    width: 205px;
    height:205px;
    margin-right:5px;
    border:1px solid #e9e9e9;
    float:left;
    display:inline-table;
    vertical-align:middle;
}

.a_shop_atm img {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

 /*for IE6 */
* html .a_shop_atm img {
    display: inline;
    zoom: 1;
}

/*for IE7 */
*:first-child+html .a_shop_atm img {
    display: inline;
    zoom: 1;
}

.a_shop_atm dl.memo {
    width: 100%;
    margin-top:10px;
}

.a_shop_atm dt.memo {
    width: 205px;
    float:left;
    margin-right:5px;
}

.a_shop_atm dd.memo {
    width: 205px;
    margin-right:5px;
    float:left;
}

.a_shop_atm p {
    font-size:0.8em;
    color:#555;
}

/*-------------------------------------
クーポン
-------------------------------------*/

/*クーポン　タイトル*/
.a_coupon_title {
    width:100%;
    margin-top: 20px;
}

.a_coupon_title .box {
    height:44px;
    margin-bottom:5px;
}

.a_coupon_title .box dl {
    width: 100%;
    margin-top:10px;
}

.a_coupon_title .box dt {
    width: 179px;
    float:left;
}
.a_coupon_title .box dd {
    height:44px;
    border-bottom:1px solid #ed9aad;
    display:block;
}
.a_coupon_title .box li.print {
    float:left;
    margin-right:5px;
    margin-top:10px;
    margin-left:50px;
}

.a_coupon_title .box .print a {
    display: block;
    overflow: hidden;
    height: 0px;
    width:178px;
    background-image: url(files/img_beauty/pc/coupon_print.png);
    padding-top: 22px;
    text-align: center;
}

.a_coupon_title .box .print a:hover {
    background-position: 0 -22px;
}



.a_coupon_title .box dd.mobile {
    float:left;
    margin-top:10px;
}

.a_coupon_title .box .mobile a {
    display: block;
    overflow: hidden;
    height: 0px;
    width:93px;
    background-image: url(files/img_beauty/pc/btn_mobile.png);
    padding-top: 22px;
    text-align: center;
}

.a_coupon_title .box .mobile a:hover {
    background-position: 0 -22px;
}


.a_coupon_title .box li.coupon {
    float:left;
    background-image: url(files/img_beauty/pc/coupon_use_icon.png);
    background-repeat:no-repeat;
    padding-left:20px;
    margin-top:10px;
    background-position:10px;
}


.a_coupon_title p {
    font-size:10px;
    color:#555;
}
.a_coupon_title p.cl_y {
    font-size:10px;
    color:#ff9900;
}

/*クーポンボックス*/
.a_coupon_box {
    width:100%;
}

.a_coupon_box table {
    /*width:95%;*/
    border:2px solid #F9DEE3;
    padding:1px;
    margin-bottom:10px;
}

.a_coupon_box table td.bdr_btm {
    padding-bottom:5px;
    width:450px;
}
.a_coupon_box table td.bdr_btm_print {
    border-bottom:1px dotted #ccc;
    padding-bottom:5px;
    width:100%;
}

.a_coupon_box table td.right{
    width:180px;
    background-color:#F9DEE3;
    vertical-align:middle;
    text-align:center;
}
/*通常クーポン　ロールオーバー*/
.a_coupon_box .right a.coupon {
    display: block;
    overflow: hidden;
    height: 0px;
    width:140px;
    background-image: url(files/img_beauty/pc/coupon_reserve.png);
    padding-top: 50px;
    margin-left:20px;
}
.a_coupon_box .right a:hover.coupon {
    background-position: 0 -50px;
}

/*会員クーポン　ロールオーバー*/
.a_coupon_box .right a.coupon_m {
    display: block;
    overflow: hidden;
    height: 0px;
    width:140px;
    background-image: url(files/img_beauty/pc/coue_m.png);
    padding-top: 50px;
    margin-left:20px;
}

.a_coupon_box .right a:hover.coupon_m {
    background-position: 0 -50px;
}
/*会員クーポン　ロールオーバー end*/

.a_coupon_box a.menu { font-size:10px;}

.a_coupon_box .left_top dl{ width:450px;}

.a_coupon_box .left_top dt{ width:35px; float:left; }

.a_coupon_box .left_top dd.left{ width:400px; float:left; padding-right:10px;}

.a_coupon_box .left_top p.left{ font-size:12px; color:#333; font-weight:bold; padding-top:3px;}

/*.a_coupon_box .left_top dd.right{ width:250px; float:left;}*/

.a_coupon_box .left_top p {font-size:12px; color:#333; }

.a_coupon_box .left_bottom dl{ width:450px;}

.a_coupon_box .left_bottom dl.print{ width:100%;}

.a_coupon_box .left_bottom dt.menu {font-weight:bold; font-size:12px; color:#333; float:left;}

.a_coupon_box .left_bottom dd.img { margin-right:10px; float:left; margin-top:-4px;}

.a_coupon_box .left_bottom dd.menu_txt { margin-right:10px; float:left; background-color:#FF8099; color:#fff; padding:2px; font-size:10px;}

.a_coupon_box .left_bottom dd.txt { font-size:12px; color:#333; float:left;}

.a_coupon_box .left_bottom dt.pink { font-size:11px; color:#D66B85; font-weight:bold; clear: left; float:left;}

.a_coupon_box .left_bottom dd.black { font-size:11px; color:#000;/* font-weight:bold; float:left;*/ margin-left:60px;}

.a_coupon_box .left_bottom dd.border { margin-left:8px; margin-right:8px; margin-top:-3px; float:left;}

.a_coupon_box .left_bottom p {font-size:12px; color:#333; margin:10px 0 10px 0;}

.a_coupon_box dl.link {margin-left:15px; margin-top:5px;}

.a_coupon_box dt.linkicon { float:left; margin-left:5px; margin-top:-10px;}

.a_coupon_box dd.linktxt { font-size:10px; float:left;}

.a_coupon_box .coupon_img {
    float:right;
    margin-bottom: 20px;
}

.a_coupon_box dt.coupon_img {
    width: 35px;
    float:left;
}
.a_coupon_box dd.coupon_img {
    width: 35px;
    float:left;
}
.a_coupon_box dd.memo_short {
    width: 120px;
    float:left;
}
.a_coupon_box dd.memo_long {
    width: 160px;
    float:left;
}

.a_coupon_box ul {
    padding: 0px;
    margin: 10px;
    list-style-type: none;
}

.a_coupon_box li {
    margin-bottom:3px;
}
.a_coupon_box .plusmenu {
    background-image:url(files/img_beauty/pc/coupon_reserve_icon.png);
    background-position:2px 4px;
    background-repeat:no-repeat;
    font-size:11px;
    padding-left:11px;
}

/*予約時のテーブル情報*/
.a_coupon_box table.rsv {
    border:2px solid #d9d9d9;
    padding:1px;
    margin-bottom:10px;
}
.a_coupon_box table td.rsv_left{
    width:180px;
    background-color:#e8e8e2;
    vertical-align:middle;
    text-align:center;
}

/*-------------------------------------
お店情報
-------------------------------------*/
.a_shop_data {
    width:100%;
    margin-top:10px;
}

.a_shop_data h5 {
    background-color:#e7e7e7;
    border:1px solid #ccc;
    font-size:15px;
    width:630px;
    padding:1px 4px;
    margin-top:10px;
    margin-bottom:10px;
    /*background-color:#ccc;
    font-size:15px;
    width:100%;
    padding:5px;*/
}

.a_shop_data table {
    border:1px solid #ccc;
    border-collapse: collapse;
    width:100%;
}

.a_shop_data td {
    border:1px solid #ccc;
    padding:5px 0 5px 10px;
}

.a_shop_data td.bg {
    background-color:#e6e6e6;
    background-color:#efefef;
    padding:5px 0 5px 3px;
    font-size:11px;
    font-weight:bold;
    color:#000;
    width:115px;
}

.a_shop_data td.txt {
    padding:5px 5px 5px 10px;
    font-size:11px;
    color:#000;
}


/*---------------------------------------
共通(第二階層）
---------------------------------------*/
h2.a_cmn {
    background-color:#e7e7e7;
    border:1px solid #666;
    font-size:15px;
    width:630px;
    padding:1px 4px;
    margin-top:10px;
    margin-bottom:10px;
}
h3.a_cmn {
    background-color:#e7e7e7;
    border:1px solid #666;
    font-size:15px;
    width:630px;
    padding:1px 4px;
    margin-top:20px;
    margin-bottom:10px;
}

p.a_cmn {
    font-size:12px;
    color:#333;
}

span.a_fR {
    color:#ff0000;
}

/*各ページタイトル*/

h3.a_page_ttl {
    font-size : 17px;
    font-weight:bold;
    padding-left:50px;
}

.a_ttl_staff {/*スタッフ*/
    width:640px;
    height : 34px;
    background-image:url(files/img_beauty/pc/title_img_staff.png);
    background-repeat:no-repeat;
}

.a_ttl_gallery {/*ギャラリー*/
    width:640px;
    height : 34px;
    background-image:url(files/img_beauty/pc/title_img_gallery.png);
    background-repeat:no-repeat;
}

.a_ttl_map {/*地図*/
    width:640px;
    height : 34px;
    background-image:url(files/img_beauty/pc/title_img_map.png);
    background-repeat:no-repeat;
}

.a_ttl_coupon {/*クーポン*/
    width:640px;
    height : 34px;
    background-image:url(files/img_beauty/pc/title_img_coupon.png);
    background-repeat:no-repeat;
}

.w640 {
    width:640px;
}
.a_w200 { width:200px;}
.a_w400 { width:400px;}
.a_w450 { width:450px;}
td.a_w90 { width:90px;}
.bd_dot_gray { border-bottom: dotted 1px #ccc;}
.bd_gray { border-bottom: solid 1px #ccc;}
.bd_box_gray { border: solid 1px #ccc;}
.bd_box_e9 { border: solid 1px #e9e9e9;}

.a_pt3{padding-top:3px;}
.a_fc_brown {color:#723F3F;}
.a_fc_blue {color:#0099FF;}
.a_fc_green {color:#A39F1F;}
.a_fc_B73 {color:#B73D66;}
.a_fc_F00 {color:#F00;}

.a_fs10 {font-size:10px;}
.a_fs15 {font-size:15px;}

.a_ml25 {margin-left:25px;}
.a_ml55 {margin-left:55px;}


/*---------------------------------------
クーポン
---------------------------------------*/
/*クーポンの使い方*/

/*dl.coupon_use {margin-left:15px; margin-top:5px; text-align:right;}

dt.coupon_use {font-size:12px;float:right; }

dd.coupon_use { float:right; margin-left:5px; margin-top:-5px;}
*/

/*--------------------------------------
メニュー
---------------------------------------*/

.a_menu {
    width:100%;
    margin-top:10px;
}

.a_menu .left {
    width:390px;
    margin-right:10px;
    float:left;
}

.a_menu table {
    border:1px solid #999;
    border-collapse: collapse;
    width:100%;
}

.a_menu td {
    border:1px solid #999;
    padding:5px 5px 5px 10px;
}

.a_menu td.bg {
    background-color:#e6e6e6;
}

.a_menu p.title {
    font-size:15px;
    color:#333;
}

.a_menu .left p.menu {
    font-size:12px;
    color:#d66b85 ;
}

.a_menu .left p.submenu {
    font-size:10px;
    color:#333;
}

.a_menu .left p.price {
    font-size:12px;
    color:#333;
}


.a_menu .right {
    width:240px;
    float:left;
}

.a_menu .right dl {
    margin-top:10px;
}

.a_menu .right dt {
    text-align:center;
}
.a_menu .right dt img {
    text-align:center;
    background-color:#eeeeee;
}

.a_menu .right dd.menu {
    font-size:10px;
    color:#D88C97;
    margin-left:30px;
}

.a_menu .right dd.price {
    font-size:10px;
    color:#333;
    margin-left:30px;

}

/*--------------------------------------
クーポンの使い方
---------------------------------------*/
.a_use {
    width:640px;
}

.a_use .left {
    width:280px;
    padding-left:10px;
    padding-right:10px;
}

.a_use .p_list1 {
    font-size:12px;
    color:#000;
    line-height:1.3px;
}

.a_use .right {
    width:340px;
}


/*---------------------------------------
クーポン印刷
---------------------------------------*/
.a_bdb_gray {
    border-bottom:3px #ccc solid;
}

/*--------------------------------------
スタイリスト紹介・フォトギャラリー
---------------------------------------*/

#BeautyStaffList1, #BeautyStaffList2 {
}
#BeautyStaffList1 li, #BeautyStaffList2 li {
    float: left;
    width: 152px;
    margin: 0 4px;
}
#BeautyGalleryList1, #BeautyGalleryList2{
}
#BeautyGalleryList1 li, #BeautyGalleryList2 li {
    float: left;
    width: 200px;
    margin: 0 5px 10px 6px;
}

.a_vaT { vertical-align: top; }
.a_taC { text-align: center !important; }
.a_taL { text-align: left !important; }
.a_w150 {width:150px;}
.a_h150 {height:150px;}
.a_w210 {width:210px;}
.a_w200 {width:200px;}
.a_mHA { margin-left: auto; margin-right: auto; }
.a_nrp { white-space: nowrap; }

.a_bdImgGray { border: 1px solid #EEE;}

.a_box_ppl_w150 {
    border:1px solid #999;
    text-align:center;
    background-color:#E0D0F1;
    width: 150px;
    margin-top:5px;
}
.a_box_ppl_w200 {
    border:1px solid #999;
    text-align:center;
    background-color:#E0D0F1;
    width: 150px;
    margin-top:5px;
}
.a_fs12 {font-size:12px;}
.a_fs10 {font-size:10px;}
.a_fcblue {color:#000099;}
.a_fcblue2 {color:#0000cc;}
.a_fcgray{color:#333;}
.a_fs10_pink {font-size:10px;color:#DD4A6B;}

.a_photo table {
    border:1px solid #D07593;
    border-collapse: collapse;
    width:100%;
}

.a_photo td {
    border:1px solid #D07593;
    padding:5px 0 5px 10px;
}

.a_photo td.bg {
    background-color:#F9ECF0;
    padding:5px 0 5px 30px;
    font-size:12px;
    color:#333;
    width:85px;

}

.a_photo td.txt {
    padding:5px 5px 5px 10px;
    font-size:12px;
    color:#333;
}

/*--------------------------------------
予約フォーム
---------------------------------------*/
.a_bd_666 { border:1px solid #666;}
.a_box { width:630px; padding:4px;}
.a_bgc_e7 { background-color:#e7e7e7;}
.a_bgc_f5 { background-color:#f5f5f5;}

.a_fs15_red {font-size:15px; color:#ff0000;}
.a_fs13_red {font-size:13px; color:#ff0000;}
.a_fs12_red {font-size:12px; color:#ff0000;}
.a_fs10_red {font-size:12px; color:#ff0000;}

.a_rsv_top dt{width:90px; float:left; margin-right:5px;}
.a_rsv_top dd{font-size:15px; color:#333; float:left;}

.a_rsv_btm dt{width:50px; float:left;}
.a_rsv_btm dd{font-size:12px; color:#333; float:left; margin-right:10px; padding-top:3px;}

/*予約ステップ*/
.a_rsv_step {
    padding: 3px;
}
.a_rsv_step ul {
    padding: 0px;
    margin: 0px;
}
.a_rsv_step ul li {
    display: inline;
}

/*クーポン使用部分*/

dl.a_rsv {
    background-color:#f5f5f5;
    padding:5px;
}

.a_rsv dt.icon {
    background-image: url(files/img_beauty/pc/rsv_icon.png);
    background-repeat:no-repeat;
    padding-left:15px;
    font-size:15px;
    font-weight:bold;
    border-bottom:1px solid #999999;
    background-position:2px 4px;
}
.a_rsv dd.f12b {
    font-size:12px;
    font-weight:bold;
    color:#333;
}

.a_rsv a.coupon {
    display: block;
    overflow: hidden;
    height: 0px;
    width:140px;
    background-image: url(files/img_beauty/pc/img_menu.png);
    padding-top: 30px;
    margin-left:20px;
}
.a_rsv a:hover.coupon {
    background-position: 0 -30px;
}


/*戻るボタン　進むボタン*/
dl.a_rsv_back {
    margin-top: 15px;
    background-color:#fff4f9;
    height: 80px;
    width: 640px;
}
dl.a_rsv_backC {
    margin-top: 15px;
    background-color:#fff4f9;
    height: 80px;
    width: 640px;
    text-align: center;
}
dt.a_rsv_back {
    width:200px;
    padding:30px 0 15px 20px;
    float:left;
}

dd.a_rsv_back {
    width:610px;
    padding-top:10px;
}
/*注意記載*/
.a_rsv_alt ul {
    padding: 0px;
    margin: 10px;
    list-style-type: none;
}

.a_rsv_alt li {
    font-size:11px;
    color:#FF0000;
}

/*メニュー表*/
.a_rmenu table {
    border:1px solid #dcdcdc;
    border-collapse: collapse;
    width:100%;
}

.a_rmenu td {
    border:1px solid #dcdcdc;
    padding:5px 0 5px 0;
    font-size:12px;
    color:#333;
}

.a_rmenu td.t_pink {
    background-image:url(images/beauty/pc/td_bg_rmenu_pink.png);
    width:440px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#91706C;
}
.a_rmenu td.t_brown {
    background-image:url(images/beauty/pc/td_bg_rmenu_brown.png);
    width:90px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#91706C;
}
.a_rmenu td.t_blue {
    background-image:url(images/beauty/pc/td_bg_rmenu_blue.png);
    width:90px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#91706C;
}
.a_rmenu td.t_gray {
    background-color:#f2f2f2;
    text-align:left;
    font-size:14px;
    color:#91706C;
}

.a_rmenu input {
    position:relative;
    top:3px;
}

/*メニュー確認*/
.a_rmenu_ck table {
    border:1px solid #dcdcdc;
    border-collapse: collapse;
    width:100%;
}
.a_rmenu_ck td {
    border:1px solid #dcdcdc;
    padding:0;
    font-size:12px;
    color:#333;
    padding:5px 0 5px 0;
    vertical-align:middle;
}
.a_rmenu_ck td.pink {
    background-color:#F5C3CC;
    width:120px;
    text-align:center;
}
.a_rmenu_ck td.brown {
    background-color:#e8e8e2;
    width:120px;
    text-align:center;
}
.a_rmenu_ck td.w420 {
    width:420;
}
.a_rmenu_ck li.menu_txt { margin-right:10px; float:left; background-color:#FF8099; color:#fff; padding:2px; font-size:10px;}
.a_rmenu_ck td.gray {
    background-color:#ccc;
    width:540px;
    text-align:right;
    padding:5px 7px 5px 0;
}
.a_rmenu_ck dd {
    font-size:11px;
    height:14px;
}
.a_rmenu_ck .menu_txt { margin-right:10px; float:left; background-color:#FF8099; color:#fff; padding:2px; font-size:10px;}

/*来店日時カレンダー*/
.a_rs .vaT    { vertical-align: top; }
.a_rs .openClr {
    margin: 0;
    padding: 0;
    background-color: #FAE8AF;
    width: 30px;
    height: 33px;
    text-align: center;
    vertical-align:middle;
}
.a_rs .closeClr {
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    width: 30px;
    height: 30px;
    text-align: center;
}
.a_rs .overClr {
    margin: 0;
    padding: 0;
    background-color: #e4e4e4;
    width: 30px;
    height: 24px;
    text-align: center;
}
.a_rs .telClr {
    margin: 0;
    padding: 0;
    background-color: #FBFAF9;
    width: 30px;
    height: 24px;
    text-align: center;
}

.a_rs .scheR { /*◎*/
    margin: 0;
    padding: 0;
    background-color: #E1DAA8;
    width:     100%;
    height:    31px;
    /*margin-top: 8px;*/
}
.a_rs .scheR_T { /*TEL*/
    margin: 0;
    padding: 0;
    background-color: #FBFAF9;
    width:     100%;
    height:    31px;
    /*margin-top: 8px;*/
}
.a_rs .scheR_X {/*?*/
    margin: 0;
    padding: 0;
    background-color: #e4e4e4;
    width:     100%;
    height:    31px;
    /*margin-top: 8px;*/
}

.a_rs .overClr p, .a_rs .telClr p, .a_rs .openClr p, .a_rs .closeClr p{
    margin: 0;
    padding: 0 0 3px!important;
    line-height: 1.0;
}


.a_rs .hourR, {　/*時間*/
    width:     100%;
    height:    24px;
    margin-top: 7px;
}

 .scheduleOffR{　/*「-」*/
    width:     100%;
    height:    31px;
    margin-top: 10px;
}

.timeCl{
    height:34px;
}

.timeCl { height:33px\9; }


/* 週 */
.a_PagingWeekL    { background-image: url(files/img_beauty/pc/PagingWeekL.png); background-repeat: no-repeat; background-position: 1px 3px; padding-left: 8px; font-size:10px;}
.a_PagingWeekLOff{ background-image: url(files/img_beauty/pc/PagingWeekLOff.png); background-repeat: no-repeat; background-position: 1px 4px; padding-left: 8px; font-size:10px;}
.a_PagingWeekR    { background-image: url(files/img_beauty/pc/PagingWeekR.png); background-repeat: no-repeat; background-position: right 4px; padding-right: 8px; font-size:10px;}
.a_PagingWeekROff{ background-image: url(files/img_beauty/pc/PagingWeekROff.png); background-repeat: no-repeat; background-position: right 4px; padding-right: 8px; font-size:10px;}



.a_rs .fs18 {
    font-size:18px;
    position:relative; top:2px;
    font-weight:bold;
}
.a_rs .fs14 {
    font-size:14px;
    position:relative; top:5px;
}
.a_rs .cl_tel {
    color:#6F6C15;
}

.a_rs a {text-decoration:none;}
.a_rs .taC    { text-align: center !important; }


.timeClr, .monthClr, .sat, .sun,
.timeCl, .overClr, .closeClr, .openClr, .dayCl, .telClr {
    border: 1px solid #E6E6E6;
    font-weight: bold;
    text-align: center;
}
.timeClr {
    background-color: #F5F3EF;
}

.monthClr {
    background-color: #EDEAE5;
}

.sat {
    background-color: #D9E3EC;
    color: #4466BB;
    height: 32px;
    width: 30px;
    font-size:10px;
}

.sun {
    background-color: #EEDDD9;
    color: #BB5555;
    height: 32px;
    width: 30px;
    font-size:10px;
}


/* 追加 */
.innerTbl {
    width: 100%;
    border-spacing: 3px;
    margin-bottom 3px;
}

.innerCl {
    border: 0 none;
    vertical-align: top;
}
.innerTelCl {
    border: 1px solid #E6E6E6;
    background-color: #FFFFFF;
    text-align: center;
}
.innerCloseCl {
    border: 1px solid #E6E6E6;
    background-color: #EEEEEE;
    text-align: center;
}
.moreInnerTbl {
    border: 0 none;
    width: 100%;
    border-spacing: 0;
    padding: 0;
    margin: 0;
}
.timeCl {
    background-color: #F5F3EF;
}
.dayCl {
    background-color: #F5F3EF;
    height: 32px;
    width: 30px;
    font-size: 10px;

}
.sprt {
    height:    3px;
    border:    solid 0px;
    background-color: #FFFFFF;
    padding: 0px;
}

.a_rs_mark table {
    border:1px solid #999;
    border-collapse: collapse;
    width:100%;
}
.a_rs_mark td {
    border:1px solid #999;
    padding:5px 0 5px 10px;
}

.a_rs_mark td.bg {
    padding:5px 0 5px 3px;
    width:70px;
    background-color:#f2f2f2;
    text-align:center;
}

.a_rs_mark td.txt {
    padding:5px 5px 5px 10px;
    font-size:11px;
    color:#000;
}
/*入力フォーム*/
.a_rs_mark td.fname {
    padding:5px 0 5px 3px;
    width:180px;
    background-color:#f2f2f2;
    text-align:left;
}

.a_rs_mark .hissu {
    background-image:url(files/img_beauty/pc/hissu.png);
    background-repeat:no-repeat;
    background-position:0px 4px;
    padding-left:30px;

}

.a_rs_mark .w_70 { width:70px;}
.a_rs_mark .w_150 { width:150px;}
.a_rs_mark .w_170 { width:170px;}
.a_rs_mark .w_200 { width:200px;}
.a_rs_mark .w_300 { width:300px;}

.a_rs_mark .txtarea_fs12 { font-size:12px;}

dt.a_rsv_back input {
    width: 64px;
    height: 22px;
    margin: 0 auto;
    background-image: url(images/beauty/pc/btn_back.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align :center;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}
.beautyB1 {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    background-image: url(images/beauty/pc/btn_reserv_01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align :center;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}
.beautyB2 {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    background-image: url(images/beauty/pc/btn_reserv_02.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align :center;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}
.beautyB3 {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    background-image: url(images/beauty/pc/btn_reserv_03.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align :center;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}
.beautyB4 {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    background-image: url(images/beauty/pc/btn_reserv_04.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align :center;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}

.BeautyYoyaku table {
    margin-bottom: 15px;
    width: 100%;
    border-left: 1px solid #d6d6d6!important;
    border-bottom: 1px solid #d6d6d6;
    font-size: 100%;
}
.BeautyYoyaku th {
    padding: 5px 5px;
    width: 9em;
    border-top: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    text-align: left;
    vertical-align: top;
    line-height: 1.4;
    background: #eeeeee;
    font-size: 90%;
    font-weight: normal;
}
.BeautyYoyaku td {
    padding: 2px 5px;
    border-top: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    line-height: 1.4;
    font-size: 90%;
}
.BeautyYoyaku td.TxtR {
	text-align: right!important;
}
.BeautyYoyaku td p {
    font-size: 100%;
    line-height: 1.4;
}
.OkMesB {
    background-color: #F2F2F2;
    margin-bottom: 12px;
    padding: 6px;
    border: solid 1px #ff6701;
}
.OkMesB h4 {
    margin-bottom: 15px;
    line-height: 120%;
    font-size: 120%;
    font-weight: bold;
    color: #ff6701;
}
.OkMesB p {
    margin-bottom: 15px;
    line-height: 120%;
}
.OkOrderMesB {
    margin-bottom: 20px;
}

.OkOrderMesB dt {
    float: left;
    width: 10em;
    padding: 7px;
    background-color: #ff6701;
    color: #ffffff;
}
.OkOrderMesB dd {
    padding: 6px 0 6px 12em;
    background-color: #F2F2F2;
    border: solid 1px #ff6701;
}
ul.beautylist {
    overflow: hidden;
    display: block;
    margin: 0 0 10px;
    padding: 0 5px;
    width: 185px;
    width /**/: 195px;
    text-align: left;
    list-style-type: none;
}
ul.beautylist li.bclist {
    display: block;
    width : 178px;
    height: 26px;
    margin: 0 3px;
    padding: 5px 0;
    vertical-align: middle;
    line-height: 26px;
    border-bottom: 1px dotted #999999;
}
ul.beautylist li.bcliste {
    display: block;
    width : 178px;
    height: 26px;
    margin: 0 3px;
    padding: 5px 0;
    vertical-align: middle;
    line-height: 26px;
}
ul.beautylist li.bclist img, ul.beautylist li.bcliste img {
    vertical-align: middle;
}
.beautylist .crop {
    float:left;
    overflow: hidden;
    position: relative;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    vertical-align: middle;
}
.beautylist .crop img {
    position: absolute;
}
/*
     FILE ARCHIVED ON 02:18:03 May 27, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:27:48 May 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.558
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.017
  esindex: 0.01
  cdx.remote: 4.074
  LoadShardBlock: 230.376 (3)
  PetaboxLoader3.datanode: 84.332 (4)
  PetaboxLoader3.resolve: 144.489 (2)
  load_resource: 69.709
*/