/*reset css*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;font-size:12px;font-family:'Hiragino Kaku Gothic Pro';line-height:16px;letter-spacing:0px;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* ボディ */
body {
    margin: 0px;
    padding: 0px;
    overflow:auto;
    color: #383838;
    font: nomal 16px "Hiragino Kaku Gothic Pro";
    font-family: "Hiragino Kaku Gothic Pro"!important;
}

/* ヘッダー */
.header {
    width: 100%;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #9acd32;
    background-image: url("../../images/title_logo_tablet.png");
    background-repeat: no-repeat;
}

/* 画面タイトル */
.subtitle {
    height: 20px;
/*    width: 200px;*/
    text-align: left;
    margin: 20px 50px 5px 50px;
    font-size: 16px;
    font-weight: bold;
    color: #383838;
    float: left;
}

/* ログアウトボタン */
#btn-logout {
    width: 100px;
    height: 24px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    float: left;
    color: #9acd32;
    margin: 10px 50px 0px 850px;
}
#btn-logout:hover {
    border: 2px solid #ffffff;
    background-color: #9acd32;
    color: #ffffff;
}


.w100 { width:100px; }
.w150 { width:150px; }
.w200 { width:200px; }


/* 通常ボタン(黄緑) */
.btn_green {
    width: 120px;
    height: 28px;
    background: #9acd32;
    border: 2px solid #9acd32;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin: 10px 10px 5px 0px;
    padding-top: 3px;
}
.btn_green:hover {
    background: #ffffff;
    border: 2px solid #9acd32;
    color: #9acd32;
}

/* 通常ボタン(濃灰) */
.btn_gray {
    width: 120px;
    height: 28px;
    background: #383838;
    border: 2px solid #383838;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin: 10px 50px 5px 0px;
    padding-top: 3px;
    float: right;
}
.btn_gray:hover {
    background: #ffffff;
    border: 2px solid #383838;
    color: #383838;
}

/* 通常ボタン(ピンク) */
.btn_pink {
    width: 120px;
    height: 25px;
    background: #ff69b4;
    border: 2px solid #ff69b4;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin: 5px 0px 5px 0px;
    padding: 2px;
}

/* 通常ボタン(薄灰) */
.btn_ritegray {
    width: 120px;
    height: 25px;
    background: #c0c0c0;
    border: 2px solid #c0c0c0;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #383838;
    margin: 5px 0px 5px 0px;
    padding: 2px;
}

/* 通常ボタン(黄緑/反転) */
.btn_white {
    width: 120px;
    height: 28px;
    background: #ffffff;
    border: 2px solid #9acd32;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #9acd32;
    margin: 10px 10px 5px 0px;
    padding-top: 3px;
}
.btn_white:hover {
    background: #9acd32;
    border: 2px solid #9acd32;
    color: #ffffff;
}

/* 通常ボタン(黄緑/ショート) */
.btn_green_s {
    width: 60px;
    height: 25px;
    background: #9acd32;
    border: 2px solid #9acd32;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin: 0px 10px 5px 20px;
    padding-top: 1px;
}
.btn_green_s:hover {
    background: #ffffff;
    border: 2px solid #9acd32;
    color: #9acd32;
}

/* 通常ボタン(黄緑/反転ショート) */
.btn_white_s {
    width: 60px;
    height: 25px;
    background: #ffffff;
    border: 2px solid #9acd32;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #9acd32;
    margin: 0px 10px 5px 20px;
    padding-top: 1px;
}
.btn_white_s:hover {
    background: #9acd32;
    border: 2px solid #9acd32;
    color: #ffffff;
}


/* 通常ボタン(黄緑/反転右寄せ) */
.btn_white2 {
    width: 80px;
    height: 25px;
    background: #ffffff;
    border: 2px solid #9acd32;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #9acd32;
    margin: 0px 10px 0px 0px;
    padding-top: 1px;
    float: right;
}
.btn_white2:hover {
    background: #9acd32;
    border: 2px solid #9acd32;
    color: #ffffff;
}

.datepicker img {
    vertical-align: top;
    margin-left: 3px;
    margin-top: 7px;
}

.datepicker2 img {
    vertical-align: top;
    margin-left: 3px;
    margin-top: 7px;
}
.datepicker3 img {
    vertical-align: top;
    margin-left: 3px;
}

.datepicker4 img {
    vertical-align: top;
    margin-left: 3px;
    margin-top: 7px;
}

.datepicker5 img {
    vertical-align: top;
    margin-left: 3px;
    margin-top: 7px;
}


/* 顧客名 --- 事前確認・利用規約・写真比較・写真登録・アンケート */
.cliantname2 {
    width: 90%;
    height: 20px;
    margin: 5px 0px 5px 50px;
    font-size: 16px;
    font-weight: normal;
    color: #383838;
    border-bottom: 4px solid #9acd32;
    float: left;
}

/* 予約一覧 ヘッダー */
.datatop{
    width: 95%;
    padding: 0px;
}


/* 予約一覧 詳細(ラベル) */
.datatitle {
    width: 97%;
    height: 16px;
    margin: 10px 0px 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #383838;
    float: left;
}

/* メッセージエリア */
#bhd_information {
    background-color: #fedcff;
    color: #ed0f44;
    padding: 10px 0 10px 10px;
    margin-bottom: 10px;
    margin-right: 50px;
}

#bhd_information_title {
    font-size: 18px;
    font-weight: bold;
}

#bhd_information  ul{
    margin: 25px 0 0 30px;
    height: 65px;
}

#bhd_information  li{
    list-style: disc outside none;
    font-size: 16px;
}

/* エラー入力項目色 */
.bhd_error_field {
    background-color: #FEDCFF;
}

/* information消す */
.bhd_display_none {
    display: none;
}

.bhd_display_none_important {
    display: none !important;
}

/* エラーメッセージ */
div.blockMsg h1 {
    font-size:30px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* レコード情報表示 */
.bhd_edit_record_info {
    margin-left: 0;
    margin-top: 15px;
    font-size: 10px;
    color: #F95E21;
}
.bhd_edit_record_info th {
    font-weight: normal;
    padding-right: 10px;
}

/* noty ボタン */
#button-0 {
    width: 60px;
    text-align: center;
}

/* 開発中追加 */

/* 中身 */
#content {
    margin-left: 50px;
}

/* 機能名・画面名全体 */
#header_title {
    color: #383838;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    margin-top: 20px;
    text-align: left;
    width: 300px;
}
/* 画面名 */
#header_screenname {
    border-left: 2px solid #000000;
    padding-left: 8px;
}

/* 画面名脇のボタン群 */
.move_buttons {
  float: left;
  height: 28px;
  margin-top: 13px;
}

/* 戻るボタン */
.return_button {
  float: right;
  height: 28px;
  margin-top: 13px;
  margin-right: 5.5%;
}

/* フロート解除 */
.clear {
    clear:both;
    float: none;
}

/* 緑の線 */
.border1 {
    border-bottom: 4px solid #9acd32;
    color: #383838;
    height: 20px;
    margin-top: 5px;
    margin-right: 50px;
    clear:both;
}

/* 説明文 */
div.description {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size:16px;
    font-weight: bold;
    line-height: 1.2em;
}

/* 必須入力 */
.required {
    color: red;
}

/* 入力項目の見出し */
label.regist_forms {
    font-size:16px;
}

/* 緑ボタン */
.btnGreen {
  background-color: #9acd32;
  border: 2px solid #9acd32;
  border-radius: 5px;
  color: #ffffff;
    font-size: 16px;
    font-weight: bold;
  height: 28px;
  width: 120px;
}

/* 白ボタン */
.btnWhite {
  background-color: #ffffff;
  border: 2px solid #9acd32;
  border-radius: 5px;
  color: #9acd32;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  width: 120px;
}

/* 黒ボタン */
.btnBlack {
  background-color: #000000;
  border: 2px solid #000000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  width: 120px;
}

/* 操作ボタングループ */
div.operation_buttons {
    margin-top: 50px;
}

/* 入力行調整 */
div.form_line span {
    position: relative;
    top: -2px;
}
div.form_line input {
    position: relative;
    top: -2px;
}

/* ログアウトボタン */
#logout_btn {
  float: right;
  height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  text-decoration: none;
  width: 80px;
  margin-top: 7px;
  margin-right: 20px;
}

/* 黒枠 テキスト入力*/
.text_border_black {
  border: 1px solid #383838;
  border-radius: 5px;
  height: 20px;
}

/* 本日 */
.today {
    width: 33%; /* 四角形の幅 */
    height: 30px; /* 四角形の高さ */
    background: #9acd32;
    float: left;
    border: 1px solid #9acd32;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin: 0px 10px 0px 10px;
}

/* 前日 */
.yesterday {
    width: 30%; /* 四角形の幅 */
    height: 30px; /* 四角形の高さ */
    background: #b0cc7a;
    float: left;
    margin: 0px;
    border: 1px solid #b0cc7a;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

/* 翌日 */
.nextday {
    width: 30%; /* 四角形の幅 */
    height: 30px; /* 四角形の高さ */
    background: #b0cc7a;
    float: left;
    margin: 0px;
    border: 1px solid #b0cc7a;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}
/* 店舗選択 */
.shop {
  color: #383838;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.txt_prd_not_sales1125 {
  font-size: 16px;
  font-weight: bold;
/*  margin-left: 10px; */
  margin-top: 20px;
}

/* 本日、翌日、昨日 */
.bar_ytt {
  padding-top: 20px;
}

/* カレンダーの文字の大きさ */
.ui-datepicker {
    width: 500px;
}
.ui-datepicker-calendar a{
    font-size: 30px;
}
.ui-datepicker-calendar th{
    font-size: 30px;
}
.ui-datepicker-title{
    font-size: 30px;
}
.ui-datepicker-buttonpane {
    font-size: 20px;
}
.ui-datepciker-trigger-displayonly{
  vertical-align: bottom;
}

/* 予約一覧、タイムシート カレンダー */
#tms_display_reserve_date {
  font-size: 16px;
  font-weight: bold;
  vertical-align: bottom;
}
.top_date_block {
  float: left;
  height: 28px;
  margin-top: 5px;
  padding-top: 5px;
}
/* コンテンツ中身 */
#content {
  height: 100%;
  margin-bottom: 20px;
}

/* テキスト位置 */
td.right {
    text-align: right;
}
td.center {
    text-align: center;
}