@charset "UTF-8";
/* mobile */

/* データがない場合 */
body.not_found #sub_menu_list{
  margin-bottom: 0;
}

.not_found_msg {
  font-size: 16px;
  font-weight: bold;
  padding: 20% 3.125%;
  text-align: center;
}

/* 上部ログイン情報 */
#top_userInfo_list {
  line-height: 1.3em;
  padding: 10px 3.125%;
  color: #533D30;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* 貸出券番号 */
#card_number {
  padding: 0 6.25%;
  margin-bottom: 10px;
}
#card_number { font-size: 1.1em;}
#card_number th.col1 { padding-right: 10px; text-align: left;}

/* パスワード発行同意画面 */
#agree h2.page_title { border-top: none;}
#my_page_top .page_title span { /* 他言語設定ファイルのタグで absolute指定があるため */
  position: static !important;
}

.agree_area {margin-bottom: 20px;}

.agree_area_wrap {padding: 20px 3.125% 40px 3.125%;}

.agree_area p {
  padding: 0 1em;
}

.agree_area > div {
  margin-bottom: 20px;
  padding: 1em 1em 1em 2.5em;
  border: 1px solid #DED5CF;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.agree_area > div > ol {
  list-style: decimal;
  list-style-position: outside;
}

.agree_area > div > ol li {
  margin-bottom: 5px;
}

.agree_sel_area {
  padding: 0 1em;
  margin-bottom: 30px;
}

.agree_sel_area label {
  display: block;
  margin-bottom: 10px;
}

.agree_sel_area label input {margin-right: 5px;}

.agree_submit_area {text-align:center;}

.btn_green_s, .btn_dis_s {
  display: inline-block;
  height: 1em;
  line-height: 1.1em;
  padding: 5px 0.8em;
  background: #f9f9f9; /* Old browsers */
  background: -moz-linear-gradient(top,  #f9f9f9 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f9f9f9 0%,#eeeeee 100%); /* W3C */
  border: solid 1px #DED5CF;
  border-radius: 1em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,1);
  text-align: center;
  color: #4C4C4C;
  font-size: 13px;
  overflow: hidden;
  box-shadow:inset 0 1px 0 rgba(255,255,255,1);
  *display: inline-block;
  *zoom: 1;
}

.btn_dis_s {
  cursor: default !important;
  color: #CCCCCC !important;
  background-color:#FAFAFA !important;
  border: 1px solid #E6E6E6 !important;
  text-decoration: none !important;
  box-shadow: none;
}

/* パスワード発行同意画面 */

#chpw .error_msg {
  display: block;
  margin-top: 15px;
  color: #FF3300;
}

/* トップメニュー */
#top_btn_list {
  padding: 0 3.125%;
  margin-bottom: 10px;
  text-align: left;
}

#top_btn_list li {
  display: inline-block;
  margin-right: 5px;
}

#top_btn_list a {
  display: inline-block;
  height: 1em;
  line-height: 1.1em;
  padding: 5px 0.8em;
  background: #f9f9f9; /* Old browsers */
  background: -moz-linear-gradient(top,  #f9f9f9 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f9f9f9 0%,#eeeeee 100%); /* W3C */
  border: solid 1px #DED5CF;
  border-radius: 1em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,1);
  text-align: center;
  color: #4C4C4C;
  font-size: 13px;
  overflow: hidden;
  box-shadow:inset 0 1px 0 rgba(255,255,255,1);
  *display: inline-block;
  *zoom: 1;
}

/* サブメニュー */
#sub_menu { padding: 0 3.125%;}

#sub_menu ul {
  background: #FFFFFF;
  border: 1px solid #DED5CF;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

#sub_menu li {
  border-bottom: 1px solid #DED5CF;
  padding-right: 3.125%;
}

#sub_menu li:last-child {border: none;}

#sub_menu li a {
  display: block;
  padding: 10px 3.125%;
  background: url(../../../images/mobile/next.png) no-repeat;
  background-position: center right;
}

table.round {
  border-collapse: separate;
  *border-collapse: collapse; /* IE7 and lower */
  border-spacing: 0;
  border: solid #ccc 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow:  0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow:  0 1px 3px rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
table.round td{
  border-left: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  background: #FFFFFF;
  padding: 5px;
}
table.round tr:first-child td {
  background: #e3dcd5; /* Old browsers */
  background: -moz-linear-gradient(top,  #f1efed 1%, #e3dcd5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f1efed), color-stop(100%,#e3dcd5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f1efed 1%,#e3dcd5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f1efed 1%,#e3dcd5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f1efed 1%,#e3dcd5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f1efed 1%,#e3dcd5 100%); /* W3C */

  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: none;
  border-bottom: none;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
table.round td:first-child {
  border-left: none;
}
table.round tr:first-child td:first-child {
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
table.round tr:first-child td:last-child {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
table.round tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
table.round tr:last-child td:last-of-type {
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*延長ボタン*/
a.btn_green, a.btn_green span {
    margin-bottom: 5px;
    min-width: 50px;
}
a.btn_red, a.btn_red span {
    margin-bottom: 5px;
    min-width: 50px;
}

a.btn_green, a.btn_green span {
/*    background: rgba(0, 0, 0, 0) url("../../../images/mobile/btn_white.gif") no-repeat scroll left top; */
/*    color: #6c6360;*/
    background: var(--bg-btn-main);
    color: var(--tx-btn-main);
    border-radius: var(--rd-btn-main);

    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    line-height: 36px;
}
a.btn_green, a.btn_green:hover{
    color: #6c6360;
    font-size: 15px;
    min-width: 60px;
    padding-left: 10px;
    text-align: center;
    text-decoration: none;
}
a.btn_green span {
  background-position: right top !important;
/*  padding-right: 10px;*/
  padding-right: 25px;
  padding-left: 15px;
}

.padding1em {
  padding: 1em;
}
