@charset "UTF-8";

/* 全体
------------------------------------------------------------------- */
* {
    font-size:100%;
}

ul.pankuzu {
    overflow:hidden;
    padding:30px 0 30px;
}

/* コンテンツ*/


div#content {
    margin-bottom:100px;
    background: url(../img/top/line.gif) left bottom no-repeat;
    padding-bottom:120px;
}

/* 共通部分ここから */

div#content ul.snav {
    overflow:hidden;
    margin-bottom:50px;
}

div#content ul.snav li {
    float:left;
}

div#content h2 {
    text-align: center;
    width: 100% !important;
    float:left;
    margin-bottom:60px !important;
}

div#content p.yoyaku {
    width:300px;
    text-align:center;
    float:right;
    margin:30px 0 10px;
}

div#content p.yoyaku a {
    display:block;
    width:100%;
    background:#CF121B;
    color:#fff;
    border-radius:10px;
    padding:15px 0 10px;
    font-size:15px;
}

div#content p.etc {
    width:300px;
    text-align:center;
    float:right;
    color:#7A7C7E;
    font-size:13px;
}

.back-to-index {
	border: 2px solid #555;
    color: #555;
    display: block;
    margin: 60px auto 0;
    padding: 10px 0;
    text-align: center;
    width: 200px;
}

.back-to-index:hover {
	text-decoration: none ;
}

/* 共通部分ここまで */

#bc_container_wrap {
    font-size: 14px;
    font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-weight: normal;
    color: #92857B;
    margin: 0px auto;
    width: 960px;
    position: relative;
    clear:both;
}
#bc_bc_container_border {
    margin: 4px;
    padding: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #bda998;
}
.bc_upper_wrap {
    text-align: center;
    margin: 30px 30px 0px 30px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #bda998;
}
.bc_lower_wrap {
    margin-top: 20px;
}

.page-section-container {
    margin: 0 auto !important;
}

/* スクロールバー (webkitのみ)
------------------------------------------------------------------- */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3) inset;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.6) inset;
}

/* タイトル
------------------------------------------------------------------- */
.bc_lead_msg {
    display: inline-block;
    margin: 15px 10px 15px 10px;
}
#bc_shop_tel {
    text-decoration: none;
    color: #92857B;
    cursor: pointer;
}
#bc_shop_tel:hover {
    opacity: 0.75;
}

/* 内容選択
------------------------------------------------------------------- */
/* メニュー選択 */
.bc_step_number {
    display: inline-block;
    width: 200px;
    color: #2323;
    font-size: 18px;
    margin: 0px auto 15px auto;
}
.bc_choices_flow_span {
    display: inline-block ;
    width: 280px;
    height: 30px ;
    line-height: 30px;
    font-size: 17px;
    font-weight: bold;
    background-position : center ;
    background-repeat : no-repeat ;
}
#bc_choices_total_span {
    display: inline-block ;
    height:100px;
    line-height: 100px;
}
div#bc_choices_menu_div {
    width:745px;
    margin: 20px auto;
}
div#bc_choices_menu_div h2 {
    font-size: 15px;
    font-weight: normal;
    margin: 0px;
}
#bc_select_menu_wrap{
    position: relative;
}
.bc_select_menus {
    padding: 25px;
    width: 715px;
    margin:  0 auto 25px;
    border: 1px solid #aaa;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    overflow: hidden;
    background:#FFF;
    height: 350px;
    overflow-y: scroll;
    padding-left: 0px;
    padding-bottom: 0px;
    float: left;
}
#bc_select_menu_wrap ul {
    list-style:none;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
#bc_select_menu_wrap li {
    position:relative;
    background: #F3EDE6;
    /*background-image: url(../img/bk_menu.png);*/
    background-repeat: no-repeat;
    background-position: center 7px;
    width: 290px;
    min-height:210px;
    margin-left:27px;
    margin-bottom:27px;
    padding:30px 15px 15px 15px;
    border-radius:5px;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.bc_menu_selected {
    background: #FFDAE3 !important;
    background-repeat: no-repeat !important;
    background-position: center 7px !important;
}
.bc_select_menu_list:hover{
    cursor: pointer;
}
.bc_menu_detail_button{
    background: #DFBE79 none;
    bottom: 15px;
    border-radius:5px;
    color: #FFF;
    height: 22px;
    margin: 0px;
    right: 10px;
    text-align: center;
    position: absolute;
    width: 90px;
}
#bc_menu_total_title {
    float: right;
    margin: 0px 10px 15px 0px;
}
/* 201601 add start */
#bc_menu_total_title br {
    display: none;
}
/* 201601 add end */
#bc_menu_total {
    width: 200px;
    float: right;
    margin: 0px auto 15px auto;
    border-left: 1px dotted #ccc ;
    padding: 0px 0px 0px 15px;
}
/* 201601 modified start */
/*#bc_menu_total th {
    text-align: right;
    font-weight: normal;
}
#bc_menu_total td {
    text-align: right;
}*/
#bc_menu_total dd {
   padding: 0px 0px 0px 15px; 
}
/* 201601 modified end */
.bc_total_price {
    margin: 0px;
}
.bc_menu_name {
    margin: 0px 0px 5px 0px;
    padding-bottom:5px;
    border-bottom: 1px dotted #CCC;
}
.bc_menu_resume {
    /*margin: 0px; 201601 modified */
    margin: 10px 0px 0px 0px;
    padding-bottom: 25px;
}
.bc_menu_detail{
    position: absolute;
    padding: 15px;
    top: 25px;
    right: 175px;
    width:350px;
    background: #FFF;
    z-index:5000;
    box-shadow: rgba(168, 168, 168, 0.85098) 2px 2px 10px 3px;
    -webkit-box-shadow: rgba(168, 168, 168, 0.85098) 2px 2px 10px 3px;
    -moz-box-shadow: rgba(168, 168, 168, 0.85098) 2px 2px 10px 3px;
}
.bc_menu_detail dd.b_line{
    border-bottom: 1px dotted #CCC;
}
.bc_menu_detail dd.b_s_line{
    border-bottom: 1px solid #CCC;
    height: 90px;
    overflow-y: scroll;
}
.bc_menu_detail dd {
    padding-left: 20px;
}
#bc_menu_detail_title {
    font-size:15px;
    border-bottom: 1px solid #CCC;
    padding-left: 35px;
    background: url(../img/icon_list.gif) no-repeat;
    background-position: 0;
}
/* 201601 modified end */
#bc_detail_two_buttons {
    overflow: hidden;
    width: 310px;
    margin: 5px auto 0px auto;
}
.bc_delete_menu {
    margin: 0px;
    width: 141px;
    height: 28px;
    background:url(../img/btn_remove_menu.gif) no-repeat;
    text-indent: -9999px;
    float: right;
}
.bc_add_menu {
    margin: 0px;
    width: 141px;
    height: 28px;
    background:url(../img/btn_select_menu.gif) no-repeat;
    text-indent: -9999px;
    float: right;
}
.bc_close_detail {
    margin: 0px;
    width: 141px;
    height: 28px;
    background:url(../img/btn_close.gif) no-repeat;
    text-indent: -9999px;
    float: left;
}
.bc_delete_menu:hover,
.bc_add_menu:hover,
.bc_close_detail:hover,
.bc_menu_detail_button:hover{
    cursor: pointer;
    opacity: 0.75;
}
.bc_disable_select {
    opacity: 0.3;
    cursor: default !important;
}
.bc_btn_disable_select:hover {
    opacity: 1 !important;
    cursor: default !important;
}
#bc_next_choices_button {
    clear: right;
    color: #FFF;
    background: #E1566A;
    border-radius: 5px;
    height: 28px;
    text-align: center;
    margin: 10px auto 0px auto;
    width: 141px;
    font-size: 110%;
}
#bc_next_choices_button:hover {
    cursor:pointer;
    opacity: 0.75;
}
/* スタッフ・日時選択 */
#bc_menu_total_redisplay {
    margin: 0px auto 15px auto;
}
/* 201601 modified start */
/*table.bc_total_redisplay_table {
    margin: 0px auto 20px auto;
}
table.bc_total_redisplay_table table {
    border-left: 1px dotted #ccc;
    width: 190px;
}
table.bc_total_redisplay_table table th,
table.bc_total_redisplay_table table td {
    text-align: right;
    font-weight: normal;
}*/
dl.bc_total_redisplay_table {
    margin: 0px auto 20px auto;
    padding-left: 10px;
    width: 20%;
}
.bc_total_redisplay_table dt {
    float: left;
    text-align: right;
    padding-right: 10px;
}
.bc_total_redisplay_table dd {
    text-align: left;
}
/* 201601 modified end */
/* 201601 modified start */
/*table.bc_choices_table {
    width:645px;
    margin: 10px auto;
}
table.bc_choices_table th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 10px 0px;
}*/
dl.bc_choices_table {
    width:550px;
    margin: 10px auto;
}
dl.bc_choices_table dt {
    float: left;
    clear: left;
    width: 100px;
}
dl.bc_choices_table dd {
    float: left;
    width: 450px;
}
@-moz-document url-prefix() {
    table.bc_choices_table th {
      padding: 5px 0px;
    }
}
/*table.bc_choices_table td {
    padding: 0px 0px 10px 0px;
    width: 515px;
}
table.bc_choices_table #bc_preferred_date {
    padding: 0px 0px 10px 0px;
}*/
dl.bc_choices_table #bc_preferred_date {
    padding: 0px 0px 10px 0px;
}
/* 201601 modified end */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
        font-size: 14px;
        color: #94887f;
        background: #fff;
        border: 1px solid #dddddd;
        border-radius: 3px;
        -moz-border-radius:3px;
        -webkit-border-radius: 13px;
        vertical-align: middle;
        text-align: left;
        text-indent: 0px;
        line-height: 30px;
        height: 25px;
        margin: 8px 8px 8px 0px;
    }
}
input[type=text] {
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #94887f;
    vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 23px;
    margin: 8px 8px 8px 0px;
    padding: 0px 7px;
}
@-moz-document url-prefix() {
  select {
    height:29px;
    font-size: 14px;
    color: #94887f;
    -moz-border-radius: 5px;
    padding: 5px 0px;
  }
}
.bc_specify_period {
    display: none;
}
#bc_spefify_date_box {
    margin-bottom: 10px;
}
#bc_date_picker_from,
#bc_date_picker_to{
    display: none;
}
img.ui-datepicker-trigger {
    vertical-align: bottom;
    margin-left: -5px;
}
img.ui-datepicker-trigger:hover {
    cursor: pointer;
    opacity: 0.75;
}
#bc_date_picker,
#bc_date_picker_end{
    width: 140px;
    margin:0px;
    vertical-align: middle;
    background: url(../img/icon_calender.gif) no-repeat;
    background-color:#FFF;
    background-position:128px center;
}
#bc_spefify_date_box button.ui-datepicker-trigger {
    border: none;
    background: #ccc;
    border-radius: 5px;
}
#bc_spefify_date_box button.ui-datepicker-trigger i {
    color: #FFF;
}
#bc_specify_period_button {
    margin: 5px -1px;
    width: 77px;
    height: 22px;
    background: #DFBE79;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
}
#bc_specify_period_button:hover {
    opacity: 0.75;
}
#bc_select_specify_time_box {
    float: left;
    height: 37px;
    width: 170px;
    margin-bottom: 5px;
}
.bc_ie_10 #bc_select_specify_time_box,
.bc_ie_11 #bc_select_specify_time_box {
    padding-top: 10px;
}
.bc_check_disabled {
    opacity: 0.75;
}
#bc_select_ap_box {
    overflow: hidden;
    margin-bottom: 15px;
    clear: both;
}
#bc_am_button,
#bc_pm_button {
    width: 65px;
    height: 22px;
    float: left;
    margin: 5px 20px 5px 0px;
    cursor: pointer;
}
#bc_am_button:hover,
#bc_pm_button:hover {
    opacity: 0.75;
}
#bc_am_button {
    background: #C0C5C8;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
}
#bc_pm_button {
    background: #C0C5C8;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
}
#bc_select_specify_detail_box {
    float: left;
    width: 335px;
    margin-top:10px;
}
#bc_select_specify_detail_box label {
    margin-right: 20px;
}
div.bc_weekday_box label {
    margin-right: 12px; 
    margin-top: 20px;
    clear: both;
}
/* 201601 add start */
div.bc_weekday_box br {
    display: none;
}
/* 201601 add end */
.bc_weekdays,
.bc_all_days,
.bc_remove_all_days,
.bc_all_holiday{
    display: inline-block;
    float: left;
    margin: 8px 20px 0px 0px;
}
.bc_weekdays:hover,
.bc_all_days:hover,
.bc_remove_all_days:hover,
.bc_all_holiday:hover{
    cursor:pointer;
    opacity:0.75;
}
.bc_weekdays{
    width:77px;
    height:22px;
    background: #C0C5C8;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
}
.bc_all_days{
    width:90px;
    height:22px;
    background: #C0C5C8;
    border-radius: 5px;
    color: #FFF;
    font-size: 85%;
    text-align: center;
}
.bc_remove_all_days{
    width:90px;
    height:22px;
    background: #C0C5C8;
    border-radius: 5px;
    color: #FFF;
    font-size: 85%;
    text-align: center;
}
.bc_all_holiday{
    width:77px;
    height:22px;
    background: #C0C5C8;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
}
.bc_date_businessday .ui-state-default {
    background: #fbe6e9;
}
.bc_date_holiday .ui-state-default {
    background: #dddddd;
}
/* 201601 modified start */
/*#bc_select_staff_wrap {
    width: 400px;
    margin: 10px 0px;
}*/
#bc_select_staff_wrap {
    width: 400px;
    margin: 0px 0px 10px 0px;
}
/* 201601 modified end */
#bc_select_staffs {
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    height: 175px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#bc_select_staffs > ul {
    list-style: none;
    margin: 0;
    padding: 10px 40px;
}
li.bc_select_staff_list {
    margin: 15px 0px;
    padding: 5px 10px;
    background: #FCFAF9;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    word-wrap: break-word;
}
li.bc_select_staff_list:hover {
    opacity: 0.75;
    cursor: pointer;
}
li.bc_staff_selected {
    background: #FFDAE3 !important;
}
.bc_icon_man {
    color: #94A5F7;
}
.bc_icon_woman {
    color: #E6A3B0;
}
#bc_back_choice_menu_button {
    background: #C0C5C8;
    border-radius: 5px;
    color: #FFF;
    font-size: 110%;
    height: 28px;
    margin: 40px auto 20px auto;
    text-align: center;
    width: 141px;
}
#bc_back_choice_menu_button:hover {
    opacity:0.75;
    cursor: pointer;
}
/* 201601 add start */
#bc_scroll_button_right {
    border: 10px solid transparent;
    border-left: 15px solid #666;
    height: 0;
    margin-left: 10px;
    width: 0;    
}
#bc_scroll_button_left {
    border: 10px solid transparent;
    border-right: 15px solid #666;
    height: 0;
    position: relative;
    width: 0;
}
/* 201601 add end */

/* オプション選択
------------------------------------------------------------------- */
.bc_option_content {
    position: absolute;
    padding: 15px;
    margin-top: 5px !important;
    top: 25px;
    right: 175px;
    width:350px;
    background: #FFF;
    z-index:5000;
    box-shadow: rgba(168, 168, 168, 0.85098) 2px 2px 10px 3px;
    -webkit-box-shadow: rgba(168, 168, 168, 0.85098) 2px 2px 10px 3px;
    -moz-box-shadow: rgba(168, 168, 168, 0.85098) 2px 2px 10px 3px;
}

#bc_option_content {
    font-size:15px;
    border-bottom: 1px solid #CCC;
    padding-left: 35px;
    background: url(../img/icon_list.gif) no-repeat;
    background-position: 0;
    padding-bottom: 0 !important;
}

.bc_option_content > dt {
    margin-top: 7px;
}

.bc_option_content > dd {
    margin-left: 30px;
}

.bc_option_content label {
    display: inline-block;
}

.bc_option_go2next {
    margin: 0px;
    width: 141px;
    height: 28px;
    background:url(../img/btn_next.gif) no-repeat;
    text-indent: -9999px;
    float: right;
}

.bc_close_option {
    margin: 0px;
    width: 141px;
    height: 28px;
    background:url(../img/btn_close.gif) no-repeat;
    text-indent: -9999px;
    float: left;
}

.bc_close_option:hover,
.bc_option_go2next:hover{
    cursor: pointer;
    opacity: 0.75;
}

#bc_option_err_msg {
    display: none;
    text-align: center;
    color: #e1566a;
}

/* グループ選択ボタン
------------------------------------------------------------------- */
.bc_group_buttons {
    overflow: hidden;
    width: 100%;
    margin-bottom: -1px;
}

.bc_group_content {
    background: #eee none repeat scroll 0 0;
    color: #666666;
    width: 171px;
    height: 33px;
    float: left;
    margin: 0 5px;
    text-align: center;
    line-height: 35px;
    position: relative;
    z-index: 1;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

.bc_group_content:hover {
    cursor: pointer;
    opacity: 0.75;
}

.bc_group_content.active {
    background: #fff none repeat scroll 0 0;
    color: #666666;
    border: 1px solid #aaaaaa;
    border-bottom: none;
}

.bc_group_content.active:hover {
    opacity: 1;
}

/* 内容確認
------------------------------------------------------------------- */
/* 201601 modified start */
/*table.bc_reserve_table {
    margin: 10px auto;
}
table.bc_reserve_table th {
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    padding: 10px 0px;
}
table.bc_reserve_table td {
    padding: 10px 0px 10px 15px;
}
.bc_reserve_date {
    margin: 0px 0px 5px 0px;
}*/
dl.bc_reserve_table {
    margin: 10px auto;
    width: 525px;
}
.bc_reserve_table dt {
    clear: left;
    float: left;
    font-weight: normal;
    vertical-align: top;
    padding: 10px 0px;
    text-align: right;
    width: 100px;
}
.bc_reserve_table dd {
    float: left;
    padding: 10px 0px 10px 15px;
    width: 410px;
}
/* 201601 modified end */
#bc_end_on_schedule {
    margin: 10px 0px 0px 0px;
}
.bc_end_on_time_check_msg {
    margin: 10px 0px 0px 0px;
    display: none;
}
textarea {
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #94887f;
    vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0px 7px;
    width: 358px;
    height: 100px;
}
textarea::-webkit-input-placeholder::after {
  display: block;
  content: "例）スタイリングの仕方を教えてほしい。\A　　大人っぽい髪型にしてほしい。\A";
}
#bc_cus_note_list {
    position:relative;
}
#bc_cus_note_list p {
    margin:-2px 0px 10px 0px;
    padding:3px 5px;
    width:360px;
    background:#FFF;
    border: 1px solid #dddddd;
    color: #94887f;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor:default;
    background-image:url(../img/icon_sort.png);
    background-repeat:no-repeat;
    background-position: 350px 6px;
}
#bc_cus_note_list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #FFF;
    display: block;
    position: absolute;
    width: 410px;
    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* box-shadow */
    box-shadow:rgba(168, 168, 168, 0.65098) 2px 2px 11px 1px;
    -webkit-box-shadow:rgba(168, 168, 168, 0.65098) 2px 2px 11px 1px;
    -moz-box-shadow:rgba(168, 168, 168, 0.65098) 2px 2px 11px 1px;
}
#bc_cus_note_list ul li {
    width: 100%;
}
#bc_cus_note_list ul li.bc_cus_note_title {
    padding: 5px 0px 5px 10px;
}
#bc_cus_note_list ul li.bc_note_list {
    padding-left: 15px;
}
#bc_cus_note_list ul li:first-child {
    padding: 6px 5px 0px 7px;
}
#bc_cus_note_list ul li label {
    width:95%;
    display: block;
    padding: 7px 5px;
}
#bc_show_note_list {
    margin: -5px 0px 5px 0px;
    padding: 0px 0px 0px 20px;
}
#bc_show_note_list li {
    padding: 3px 0px;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #9A867E;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.bc_ie_10 input[type="checkbox"] {
    border-style: none !important;
}
input[type="checkbox"]:checked {
    background: url(../img/check.gif) no-repeat;
    background-position:center;
    border-radius: 3px;
}
#bc_list_close_button {
    width: 80px;
    height: 25px;
    display: block;
    background: url(../img/btn_close_2.gif) no-repeat;
    background-size: 60% auto;
    float: right;
    margin-top: 5px;
    margin-right: -15px;
    cursor: pointer;
}
#bc_list_close_button:hover {
    opacity: 0.75;
}
/* 201601 modified start */
/*table.bc_reserve_table .bc_reserve_menu p,
table.bc_reserve_detail_table .bc_reserve_menu p,
table.bc_reserved_finish_table .bc_reserve_menu p{
    margin: 0px 0px 10px 0px;
}
table.bc_reserve_table td .bc_button_box{
    margin: 0 auto;
    width: 350px;
}*/
.bc_reserve_table .bc_reserve_menu p,
.bc_reserve_detail_table .bc_reserve_menu p,
.bc_reserved_finish_table .bc_reserve_menu p {
    margin: 0px 0px 10px 0px;
}
.bc_reserved_finish_table {
    margin: 10px auto;
    width: 525px;
}
.bc_reserved_finish_table dt {
    clear: left;
    float: left;
    font-weight: normal;
    vertical-align: top;
    padding: 10px 0px;
    text-align: right;
    width: 100px;
}
.bc_reserved_finish_table dd {
    float: left;
    padding: 10px 0px 10px 15px;
    width: 335px;
}
.bc_reserve_table dd .bc_button_box {
    margin: 0 auto 0 70px;
    width: 350px;
}
/* 201601 modified end */
p.bc_previous_button {
    width: 141px;
    height: 28px;
    margin: 0 auto;
    float: left;
}
p.bc_previous_button a, p.bc_previous_button span {
    width: 141px;
    height: 28px;
    display: block;
    text-decoration: none;
    background: #DFBE79;
    border-radius: 5px;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-size: 110%;
}
p#bc_entry_button {
    margin: 0 auto;
    float: right;
}
p#bc_entry_button a, p#bc_entry_button span#bc_reserved_button {
    width: 140px;
    height: 28px;
    display: block;
    text-decoration: none;
    text-align: center;
    background: #E1566A;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
    font-size: 110%;
}
p#bc_entry_button a, p#bc_entry_button span#bc_enter_button {
    width: 141px;
    height: 28px;
    display: block;
    text-decoration: none;
    text-align: center;
    background: #E1566A;
    border-radius: 5px;
    color: #FFF;
    font-size: 110%;
    cursor: pointer;
}
p.bc_previous_button a:hover,
p.bc_previous_button span:hover,
p#bc_entry_button a:hover,
p#bc_entry_button span:hover {
opacity: 0.75;
}

/* ログイン画面
------------------------------------------------------------------- */
div#bc_reserve_detail_wrap {
    margin: 0px 30px;
    border-bottom: 1px dotted #bda998;
}
/* 201601 modified start */
/*table.bc_reserve_detail_table {
    width: 515px;
    margin: 10px auto 15px auto;
}
table.bc_reserve_detail_table th {
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    padding: 10px 0px;
}
table.bc_reserve_detail_table td {
    padding: 10px 0px 10px 10px;
    width: 375px;
}*/
dl.bc_reserve_detail_table {
    margin: 10px auto 15px auto;
    width: 510px;
}
.bc_reserve_detail_table dt {
    clear: left;
    float: left;
    font-weight: normal;
    vertical-align: top;
    padding: 10px 0px;
    text-align: right;
    width: 100px;
}
.bc_reserve_detail_table dd {
    float: left;
    padding: 10px 0px 10px 10px;
    width: 375px;
}
/*table.bc_login_table {
    width: 450px;
    margin: 10px auto;
    padding-top: 15px; 
}
table.bc_login_table th {
    font-weight: normal;
    text-align: right;
    padding-left: 40px;
}
table.bc_login_table td {
    padding-left: 10px;
}

table.bc_login_table td input[type=text],
table.bc_login_table td input[type=password] {
width: 250px;
height: 30px;
margin: 5px 0px 2px 0px;
padding: 0px 5px;
color: #6E6055;
background-color: #FFFFFF;
border: 1px solid #e8e8e8;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

table.bc_login_table td .bc_button_box{
    margin: 20px auto 0px auto;
    width: 440px;
}*/
dl.bc_login_table {
    margin: 10px auto;
    padding-top: 15px; 
    width: 450px;
}
.bc_login_table dt {
    clear: left;
    font-weight: normal;
    float: left;
    text-align: right;
    width: 100px;
    padding-top: 9px;
}
.bc_login_table dd {
    float: left;
    padding-left: 10px;
    /*width: 250px; 201601 modified*/
    width: 280px;
}
.bc_login_table dd input[type=text],
.bc_login_table dd input[type=password] {
background-color: #FFFFFF;
border: 1px solid #e8e8e8;
color: #6E6055;
height: 30px;
margin: 5px 0px 2px 0px;
padding: 0px 5px;
width: 250px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.bc_login_table dt .bc_button_box {
    margin-left:20px;
    width: 440px;
}
/* 201601 modified end */

.bc_facebook,
#bc_web_login_button {
    width: 212px;
    height: 30px;
    margin: 0 auto;
}
.bc_facebook {
    float: left;
}
#bc_web_login_button {
    float: right;
}
.bc_facebook,
#bc_web_login_button {
    width: 212px;
    height: 30px;
    display: block;
    text-decoration: none;
    /*cursor: pointer;*/
    line-height: 2em;
}
.bc_facebook {
    background: #3b5998;
    border-radius: 5px;
    color: #FFF;
    font-size: 110%;
    text-align: center;
}
#bc_web_login_button {
    background: #E1566A;
    border-radius: 5px;
    color: #FFF;
    font-size: 110%;
    text-align: center;
}
.bc_facebook:hover,
.fb_regist:hover,
.fb_close:hover,
#bc_web_login_button:hover {
    cursor:pointer;
    opacity: 0.75;
}
.disabled:hover {
    cursor: default;
    opacity: 0.3;
}
p#bc_recover_link,p#bc_regist_link,span#bc_regist_link_top {
    text-decoration: underline;
    cursor: pointer;
}
p#bc_recover_link {
    margin-top: 20px;
}
p#bc_recover_link:hover,p#bc_regist_link:hover,
span#bc_regist_link_top:hover {
    text-decoration: none;
}
/* 201601 add start */
div.bc_previous {
   width: 450px; 
}
/* 201601 add end */
#bc_previous_login {
    width: 141px;
    height: 28px;
    margin: 30px auto;
}
#bc_previous_login {
    width: 141px;
    height: 28px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    background: #C0C5C8;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
    font-size: 110%;
}
#bc_previous_login:hover {
    opacity: 0.75;
}

/* 予約完了画面
------------------------------------------------------------------- */
table.bc_reserved_finish_table {
    margin: 10px auto;
    width: 560px;
}
table.bc_reserved_finish_table th {
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    padding: 10px 0px;
    width: 90px;
}
table.bc_reserved_finish_table td {
    padding: 10px 0px 10px 15px;
}

#bc_cancelable_time {
    font-size: 90%;
}

.bc_mypage {
    margin-top: 30px;
}

p#bc_mypage_link {
    width: 217px;
    height: 28px;
    margin: 0 auto;
}
p#bc_mypage_link a, p#bc_mypage_link span {
    width: 217px;
    height: 28px;
    display: block;
    text-decoration: none;
    text-align: center;
    background: #DFBE79;
    border-radius: 5px;
    color: #FFF;
    font-size: 110%;
    cursor: pointer;
}

p#bc_mypage_link a:hover,
p#bc_mypage_link span:hover {
opacity: 0.75;
}

/* 予約表
------------------------------------------------------------------- */

#bc_available_table_wrap {
    text-align: center;
    position: relative;
    margin: 15px auto;
    width: 744px;
    height: 278px;
    /*border: 1px solid #cccccc;*/
}
#bc_available_table_title {
    text-align: left;
    margin-bottom:10px;
}
#bc_available_table_header_div {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: absolute;
    overflow: hidden;
    width: 92px;
    height: 232px; 
}
#bc_available_table_div {
    position: absolute;
    left: 94px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 654px;
/*    width: 650px;*/
    height: 247px;
    padding-bottom: 10px;
}
table#bc_available_table_header,
table#bc_available_table {
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}
table#bc_available_table th,
table#bc_available_table td {
    border-right: 1px dotted #cccccc;
/*    width: 220px;*/
    width: 147px;
}
table#bc_available_table th.bc_r_line,
table#bc_available_table td.bc_r_line {
    border-right: 1px solid #cccccc;
}
table#bc_available_table_header th,
table#bc_available_table th,
table#bc_available_table td {
    font-weight: normal;
    padding: 1px 8px 1px 8px;
    height: 27px;
}
table#bc_available_table td.bc_peak,
table#bc_available_table td.bc_off_peak {
    color: red;
    cursor: pointer;
}
table#bc_available_table th.bc_avail_time {
    text-align:left;
}
table#bc_available_table td.bc_ambiguous a {
    text-decoration: none;
    color:#92857B;
}
.bc_crowded {
    color: #cccccc;
}
.bc_dimmed {
    color: #cccccc;
}
.bc_color2 {
    background-color: #f2f1f0;
}
.bc_specify {
    background: #FFF4F4;
}
.bc_specify_color {
    background: #FFFBFB;
}
.bc_holiday_color {
    background-color: #dddddd;
}
.bc_week_day_color_0,
.bc_public_holiday{
    color:#DC6279;
}
.bc_week_day_color_6 {
    color:#6F82DD;
}

#bc_recommend_msg {
    width:630px;
    text-align: left;
    padding-left: 80px;
    margin: 30px auto 20px auto;
    background: url(../img/icon_recommend.gif) no-repeat;
    background-position: 30px 0px;
    display: none;
}

table#bc_available_table_header th.bc_recommend_title_th {
    position:relative;
}
table#bc_available_table_header .bc_recommend_title {
    margin: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 93px;
    padding-top: 3px;
    padding-left: 5px;
    height: 26px;
    background: #fcfaf9;
}
table#bc_available_table td.bc_recommend_time {
    border-right: 1px solid #CCC;
}
.bc_scroll_box{
    width: 34px;
    height: 95px;
    background: #EAEAEA;
    opacity: 0.8;
    color: #C1C1C1;
    font-size: 17px;
    position: absolute;
    top: 115px;
    z-index: 200;
}
#bc_scroll_box_right {
    right: -4px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#bc_scroll_box_left {
    left: 94px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.bc_scroll_button {
    margin: 15px 0px;
}
.bc_scroll_button:hover {
    cursor: pointer;
    opacity: 0.5;
}
#bc_scroll_fast_button_left {
    width: 31px;
    height: 25px;
    margin: 0 auto;
    background: url(../img/icon_arrow_left.png) no-repeat;
    background-position: center;
    cursor: pointer;
}
#bc_scroll_fast_button_right {
    width: 31px;
    height: 25px;
    margin: 0 auto;
    background: url(../img/icon_arrow_right.png) no-repeat;
    background-position: center;
    cursor: pointer;
}
#bc_mark_desc {
    width: 744px;
    margin: 0 auto;
    text-align: right;
}
#bc_mark_desc2 {
    width: 744px;
    margin: 0 auto;
    text-align: center;
}
.bc_avail_color {
    color: red;
}
/* エラー
------------------------------------------------------------------- */
.bc_choices_error {
    display: none;
    height: 268px;
    background: url(../img/caution_small.gif) no-repeat;
    background-position: center 60px;
}
#bc_choices_err_msg {
    padding-top: 163px;
    text-align: center;
    color: #e1566a;
}
#bc_login_err_msg {
    display: none;
    width: 450px;
    text-align: center;
    color: #e1566a;
}
#bc_reserve_err_msg {
    padding-top: 250px;
}
#bc_reserve_err_div {
    margin: 0px auto 60px auto;
    background-color: #ffffff;
    width: 400px;
    height: 320px;
    background: url(../img/error_human.png) no-repeat;
    background-position: center 40px;
    text-align: center;
}

p.bc_reload_button {
    width: 141px;
    height: 28px;
    margin: 0 auto;
    margin-top: 26px;
    text-indent: -9999px;
    background: url(../img/btn_back.gif) no-repeat;
    cursor: pointer;
}
p.bc_back_choice_button {
    width: 141px;
    height: 28px;
    margin: 0 auto;
    margin-top: 26px;
    text-indent: -9999px;
    background: url(../img/btn_back.gif) no-repeat;
    cursor: pointer;
    display: none;
}
p.bc_reload_button:hover,
p.bc_back_choice_button:hover {
    opacity: 0.75;
}
/* ダイアログ・ローディング画面等
------------------------------------------------------------------- */
div#bc_shim {
    cursor: wait;
    position:absolute;
    z-index:500;
    top: 0;
    left:0;
    margin: 0 auto;
    background-color: #000;
    opacity:0.4;
    background-image:url(../img/nowloading.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.ui-widget-overlay {
    background:#F3EDE6 !important;
    opacity: 0.5 !important;
}
div#bc_modal {
    position:absolute;
    z-index:300;
    top: 0;
    left:0;
    margin: 0 auto;
    background-color: #000;
    opacity:0.2;
}

/* FBログイン
------------------------------------------------------------------- */
.fb_close {
    margin: 0px;
    width: 141px;
    height: 28px;
    text-indent: 0px;
    float: left;
}
.fb_regist {
    margin: 0px;
    width: 141px;
    height: 28px;
    text-indent: 0px;
    float: right;
}
.fb_close span,
.fb_regist span {
    color:#FFFFFF;
    line-height: 2em;
}
.bc_personal_info {
    position: absolute;
    padding: 15px;
    top: 25px;
    right: 175px;
    width:400px;
    background: #FFF;
    z-index:5000;
    box-shadow: rgba(168, 168, 168, 0.85098) 2px 2px 10px 3px;
    -webkit-box-shadow: rgba(168, 168, 168, 0.85098) 2px 2px 10px 3px;
    -moz-box-shadow: rgba(168, 168, 168, 0.85098) 2px 2px 10px 3px;
}
.bc_personal_info .bc_personal_info_table {
}
.bc_personal_info .bc_personal_info_table dt {
    float:left;
    clear:left;
    width:90px;
    height:42px;
    display:table;
}
.bc_personal_info .bc_personal_info_table dd {
    float:left;
    height:42px;
    display:table;
}
.fb_field_name {
    display:table-cell;
    vertical-align:middle;
}
#bc_personal_title {
    font-size:16px;
    border-bottom: 1px solid #CCC;
    padding-left: 5px;
    background-position: 0;
}

.personal_info_error_msg {
    display:table-cell;
    vertical-align:middle;
    color: #E1566A;
}
#personal_info_sex_error {
    display:table-cell;
    vertical-align:middle;
    color: #E1566A;
}

#bc_two_buttons_panel {
    display: table;
    width: 310px;
    margin: 5px auto 0px auto;
    padding: 5px 10px;
}
#terms_panel {
    width: 100%;
    margin: 0 auto;
}

p.disabled {
    opacity: 0.3;
}

#bc_two_buttons_panel .fb_regist {
    display: table-cell;
    background: #E1566A none;
    border-radius: 5px;
    text-align: center;
}
#bc_two_buttons_panel .fb_close {
    display: table-cell;
    background: #C0C5C8 none;
    border-radius: 5px;
    text-align: center;
}
.border-horizon {
    width: 100%;
    border-top: 1px solid #CCC;
    margin: 5px auto 0px auto;
}
.red_strong {
    margin-top: 5px;
    color:#E1566A;
    font-weight:bold;
}
#bc_tel,
.personal_info_checktype_1 {
    width:150px;
}

/* マージンに関するスタイル
------------------------------------------------------------------- */
.mgt_10 {
	margin-top: 10px !important;
}
.mgb_10 {
	margin-bottom: 10px !important;
}
/* 文字サイズに関するスタイル
------------------------------------------------------------------- */
.fontsize_120 {
	font-size: 120%;
}
.fontsize_140 {
	font-size: 140%;
}
/* 文字の太さに関するスタイル
------------------------------------------------------------------- */
.font_bold {
	font-weight: bold;
}
/* 文字色に関するスタイル
------------------------------------------------------------------- */
.color_black {
	color: #232323;
}
.color_pink {
	color: #E3556A;
}
.color_gray {
	color: #999999;
}

/* 共通部分非表示
------------------------------------------------------------------- */
#content {
	background: none !important ;
	margin-bottom: 0 !important ;
	padding-top: 100px !important ;
	padding-bottom: 100px !important ;
}
#header,
#wrap ul.gnav,
p.main_visual,
ul.pankuzu,
#content ul.snav,
#info,
p.gotop,
#footer {
	display: none !important ;
}

/* 同意書関連
------------------------------------------------------------------- */
#bc_consent_check_box {
	vertical-align: middle;
	text-align: center;
	margin-top: 15px;
}

/* スマートフォン用css
------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
        content-container {
            line-height: 1.6em;
        }

        img {
            max-width: 90%;
            width: auto;
        }
        
        img.arrow{
            -moz-transform: rotate( 90deg );
            -webkit-transform: rotate( 90deg );
            -o-transform: rotate( 90deg );
            -ms-transform: rotate( 90deg );
            display: block;
            transform: rotate( 90deg );
            margin: 0 auto;
        }

        #wrap {
            width: 100%;
        }

        div#content {
            margin: 0 auto;
            width: 96%;
        }

        div#content h2 {
            margin-bottom: 20px !important;
        }
        
        /* メニュー */
        .header-logo-container .mobile-menu:hover, .header-logo-container .mobile-menu:active {
            text-decoration: none !important;
        }
        
        /* ご利用ガイド */
        .mbot60 {
            font-size: 90%;
        }

        /* ご予約ステップ */
        #bc_container_wrap {
            width: 98%;
        }

        .bc_upper_wrap {
            margin: 30px auto;
        }

        .bc_lead_msg {
            display: block;
            text-align: left;
        }

        .bc_choices_flow_span {
            display: block;
            margin: 0 auto;
            text-align: center;
            width: 100%;
        }

        /* メニュー選択 */
        div#bc_choices_menu_div {
            width: 96%;
        }

        #bc_select_menu_wrap {
            width: 100%;
        }

        .bc_select_menus {
            background: none;
            border: none;
            height: auto;
            margin: 0 auto;
            overflow-x: hidden;
            overflow-y: hidden;
            padding: 0;
            width: 100%;
        }

        #bc_select_menu_wrap li.bc_select_menu_list {
            padding: 15px 5px 0px 15px;
            background: #F3EDE6;
            margin-left: 0px;
            width: 90%;
        }

        .bc_menu_resume {
            padding-bottom: 52px;
        }

        .bc_menu_detail_button {
            height: auto;
            right: auto;
            padding: 5px 0px;
            text-indent: 0;
            width: 90%;
        }

        #bc_next_choices_button {
            clear: both;
            height: auto;
            padding: 10px 0px;
            text-indent: 0;
            width: 100%;
        }
        
        .bc_menu_selected {
            background-image: none !important;
        }

        .bc_menu_name {
            font-weight: bold;
        }
        
        /* メニュー詳細 */
        .bc_menu_detail {
            position: fixed;
            bottom: 0;
            height: 420px;
            left: 0;
            margin: auto;
            right: 0;
            top: 0;
            width: 275px;
        }
        
        /* オプション選択 */
        .bc_option_content {
            position: fixed;
            bottom: 0;
            height: 420px;
            left: 0;
            margin: auto;
            right: 0;
            top: 0;
            width: 275px;
            overflow: auto;
        }
        
        /* グループ選択ボタン */
        
        .bc_group_buttons {
            margin-bottom: 30px;
        }
        
        .bc_group_content {
            width: 85%;
            height: 43px;
            margin-left: 6%;
            margin-bottom: 15px;
            line-height: 45px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
        }
        
        .bc_group_content.active {
            background: #FFF none repeat scroll 0 0;
            border: 3px #aaa solid;
            margin-left: 5%;
        }
        
        
        
        /* FBログイン個人情報入力 */
        .bc_personal_info {
            position: fixed;
            bottom: 0;
            height: auto;
            left: 0;
            margin: auto;
            right: 0;
            top: 0;
            width: auto;
            overflow-y: scroll;
            overflow-x: hidden;
        }
        
        #bc_two_buttons_panel {
            display: table;
            width: 90%;
            padding: 0px;
        }
        .fb_close {
            height: 50px;
            width: 100%;
            margin-bottom: 10px;
        }
        .fb_regist {
            height: 40px;
            width: 100%;
            padding-bottom: 10px;
        }
        
        .fb_close span,
        .fb_regist span{
            color: #FFFFFF;
            line-height: 50px;
        }
        
        #bc_menu_detail_title {
            padding-left: 25px;
        }

        .bc_menu_detail dt {
            margin-top: 5px;
        }
        
        .bc_menu_detail dd {
            padding: 0px 0px 5px 20px;
        }
        
        .bc_menu_detail dd#bc_menu_detail {
            overflow-y: auto;
            height: 65px;
        }
        
        #bc_detail_two_buttons {
            margin: 0 auto;
            width: 100%;
        }

        #bc_detail_two_buttons .bc_add_menu {
            background: #E1566A none;
            border-radius: 5px;
            clear: both;
            color: #FFFFFF;
            float: none;
            height: auto;
            margin: 20px 0px 15px 0px;
            padding: 10px;
            text-indent: 0;
            text-align: center;
            width: auto;
        }
        
        .bc_delete_menu {
            background: #E1566A none;
            border-radius: 5px;
            clear: both;
            color: #FFFFFF;
            margin: 15px 0;
            padding: 10px 0px;
            text-indent: 0;
            text-align: center;
            width: 100%;
        }

        #bc_detail_two_buttons .bc_close_detail {
            background: #C0C5C8 none;
            border-radius: 5px;
            clear: both;
            color: #FFFFFF;
            float: none;
            height: auto;
            min-height: 0;
            padding: 10px 0px;
            text-indent: 0;
            text-align: center;
            width: auto;
        }
        
        .bc_option_content dt {
            margin-top: 10px;
        }
        
        #bc_option_two_buttons {
            margin: 0 auto;
            width: 100%;
        }
        
        #bc_option_two_buttons .bc_option_go2next {
            background: #E1566A none;
            border-radius: 5px;
            clear: both;
            color: #FFFFFF;
            float: none;
            height: auto;
            margin: 20px 0px 15px 0px;
            padding: 10px;
            text-indent: 0;
            text-align: center;
            width: auto;
        }
        
        #bc_option_two_buttons .bc_close_option {
            background: #C0C5C8 none;
            border-radius: 5px;
            clear: both;
            color: #FFFFFF;
            float: none;
            height: auto;
            min-height: 0;
            padding: 10px 0px;
            text-indent: 0;
            text-align: center;
            width: auto;
        }
        
        

        /* 選択中のメニュー合計 最初のページ*/
        #bc_menu_total {
            width: 60%
        }
        #bc_menu_total_title {
            width: 28%;
        }
        #bc_menu_total_title br {
            display: block;
        }

        /* メニュー選択なしの場合のメッセージボックス */
        .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
            width: 260px !important;
            font-size: 90%;
        }

        /* 選択中のメニュー合計　2ページ目 */
        #bc_menu_total_redisplay div.color_pink {
            padding-left: 10px;
            text-align: left;
        }
        dl.bc_total_redisplay_table {
            margin: 0px 0px 20px 0px;
            padding-left: 10px;
            width: 65%;
        }
        .bc_total_redisplay_table dt {
            padding-right: 10px;
        }
        
        /* スタッフ選択以降の余白調整 */
        .bc_lower_wrap {
            padding: 0px 5px;
        }
        
        /* スタッフ選択 */
        #bc_select_staff_wrap, #bc_page_div, dl.bc_choices_table {
            width: 100%;
        }
        
        dl.bc_choices_table dt {
            clear: both;
            width: 100%;
        }
        
        dl.bc_choices_table dd {
            clear: both;
            margin-bottom: 30px;
            padding-top: 10px;
            width: 100%;
        }

        /* ご希望日時 */
        div.bc_weekday_box br {
            display: block;
        }
        
        .bc_weekday_box bc_available_select {
            margin-top: 15px;
        }
        
        #bc_specify_period_button {
            height: auto;
            padding: 5px 0px;
            width: 98%;
        }
        #bc_select_specify_time_box {
    		margin-bottom: 30px;
		}

        .bc_weekdays, .bc_all_holiday, .bc_all_days, .bc_remove_all_days {
            height: auto;
            margin-top: 15px;
            margin-bottom: 15px;
            padding: 5px 0px;
            width: 100%;
        }
        
        div.bc_weekday_box label {
            margin-right: 25px;
        }
        
        #bc_select_specify_detail_box label {
            display: block;
            margin-bottom: 10px;
        }
        
        #bc_am_button, #bc_pm_button {
            background: #C0C5C8 none;
            border-radius: 5px;
            color: #FFFFFF;
            padding: 3px 0px;
            text-indent: 0;
            text-align: center;
            width: 100%;
        }
        
        #bc_spefify_date_box button.ui-datepicker-trigger {
            margin-bottom: 10px;
        }
        
        #bc_recommend_msg {
            width: auto;
            text-align: left;
            padding-left: 40px;
            margin: 0px auto 20px auto;
            background: url(../img/icon_recommend.gif) no-repeat;
            display: none;
        }

        /* 店舗空き状況 */
        #bc_available_table_wrap {
            clear: both;
            width: 100%;
        }

        bc_available_table_header_div {
            width: 30%;
        }

        #bc_available_table_div {
            width: 65%;
        }

        #bc_mark_desc {
            width: 100%;
            text-align: left;
        }

        /* 戻るボタン */
        #bc_back_choice_menu_button {
            height: auto;
            padding: 10px 0px;
            text-indent: 0;
            width: 93%;
        }

        /* 予約確認画面 */
        #bc_reserve_div {
            padding: 0 5px;
            width: 100%;
        }

        #bc_cus_note_list {
            width: 100%;
        }
        #bc_cus_note_list p {
            padding: 0px;
            width: 100%;
        }
        #bc_reserved_note {
            padding: 0px;
            width: 100%;
        }

        dl.bc_reserve_table {
            width: 100%;
        }
        
        div#bc_reserve_detail_wrap {
            margin: 0 auto;
        }
        
        input#bc_end_on_schedule_check {
            float:left;
        }
        input[type="checkbox"]{
            margin-top: 3px;
        }        
        #bc_end_on_schedule label {
            float:left;
        }
        
        /* リスト */
        #bc_cus_note_list ul {
            width: 100%;
        }
        
        /* 訂正ボタン、予約するボタン */
        p.bc_previous_button {
            float: none;
            height: auto;
            margin: 15px 0;
            text-indent: 0;
            width: 100%;
        
        }
        .bc_reserve_table dd .bc_button_box {
            margin: 0 auto;
            width: 100%;
        }
        
        .bc_reserve_table {
            width: 100%;
        }
        .bc_reserve_table dt {
            clear: both;
            margin: 15px 0px;
            text-align: left;
            padding: 0px;
            width: 100%;
        }
        .bc_reserve_table dd {
            clear: both;
            padding: 0px 0px 10px 10px;
            width: 90%;
        }

        p.bc_previous_button a, p.bc_previous_button span {
            height: auto;
            padding: 10px 0px;
            width: auto;
        }

        p#bc_entry_button {
            float: none;
            height: auto;
            width: 100%;
        }

        p#bc_entry_button  span#bc_reserved_button {
            height: auto;
            padding: 10px 0px;
            width: auto;
        }
        
        p#bc_entry_button a, p#bc_entry_button span#bc_enter_button {
            height: auto;
            padding: 10px 0px;
            width: auto;
        }

        /* ログイン画面 */
        #bc_login_div, #bc_reserve_detail_wrap {
            width: 100%;
        }

        dl.bc_reserve_detail_table {
            width: 100%;
        }
        
        .bc_reserve_detail_table dt {
            text-align: left;
            padding: 5px 0px 0px 10px;
        }

        .bc_reserve_detail_table dd {
            padding-left: 20px;
            width: 90%;
        }
        
        /* ログイン画面　ID、password */
        dl.bc_login_table {
            width: 100%;
        }
        .bc_login_table dt {
            clear: both;
            text-align: left;
            width: 100%;
        }
        dl.bc_login_table dd {
            padding: 0;
            width: 100%;
        }
        .bc_login_table dt .bc_button_box{
            margin: 20px auto;
            width: 100%;
        }
        .bc_login_table dd input[type=text],
        .bc_login_table dd input[type=password] {
            width: 95%;
        }
        p#bc_recover_link, p#bc_regist_link{
            padding-left: 10px;
        }

        /* facebookでログインボタン、ログインボタン */
        .bc_facebook {
            display: block;
            height: auto;
            padding: 10px 0px;
            text-decoration: none;
            width: 100%;
            margin-bottom: 10px;
        }

        #bc_web_login_button {
            display: block;
            height: auto;
            padding: 10px 0px;
            text-decoration: none;
            width: 100%;
        }
        
        #terms_msg {
            font-size: 70%;
        }
        
        #terms_panel {
            width: 100%;
            padding: 10px 10px;
        }
        p#bc_recover_link{
            margin-top: 5px;
        }
        /* 戻るボタン2 */
        div.bc_previous {
            width: 100%;
        }
        #bc_previous_login {
            display: block;
            height: auto;
            padding: 10px 0;
            text-decoration: none;
            width: auto;
        }

        /* 予約確認ダイアログ　ボタン */
        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em 1em .5em 1em;
        }

        /* 予約確定画面 */
        .bc_reserved_finish_table {
            padding-left: 10px;
            width: 100%;
        }

        .bc_reserved_finish_table dt {
            clear: both;
            margin: 15px 0px;
            text-align: left;
            padding: 0px;
            width: 100%;
        }

        .bc_reserved_finish_table dd {
            clear: both;
            float: none;
            padding: 0px 0px 10px 10px;
            width: 90%;
        }

        /* マイページへ移動ボタン */
        .bc_mypage {
            margin: 0px 0px 15px 0px;
        }
        
        p#bc_mypage_link {
            height: auto;
            text-indent: 0;
            width: 93%;
        }

        p#bc_mypage_link span {
            background: #DFBE79 none;
            border-radius: 5px;
            color: #FFFFFF;
            display: block;
            height: auto;
            padding: 10px 0px;
            text-align: center;
            text-decoration: none;
            width: 100%;
        }

        /* 予約データ取得失敗画面 */
        #bc_reserve_err_div {
            width: 100%;
        }

        /* 戻るボタン3 */
        .bc_reload_button {
            text-indent: -9999px;
            display: none;
        }

        .bc_back_choice_button {
            background: #E1566A;
            border-radius: 5px;
            color: #FFFFFF;
            display: block;
            height: auto;
            padding: 10px 0px;
            text-align: center;
            text-decoration: none;
            text-indent: 0;
            width: 93%;
        }
}
