/* mobile */

.none{ display:none;}

#top .page_title {
    margin-bottom: 20px;
}

div.info{
  margin-bottom: 1em;
  padding: 0 6.25%;
}

.pc_only{
    display: none;
}

/******************************************************/
/*              図書館からのお知らせ              */
/******************************************************/

/*
タイトルリンク
------------------------------------------------------------------------*/
div.top_linkbox{
  background:url(../../../images/mobile/bg_sub_title.gif) repeat top left;
  background-size:57px 57px;
  padding:2px 3.125% 1px 3.125%;
  border-top: 1px dashed rgb(137, 104, 90);
  border-bottom: 1px dashed rgb(137, 104, 90);
  margin-bottom: 10px;
}

div.top_linkbox a img { /* カートの中身をみる */
  vertical-align: -3px;
}
/*
メッセージ
------------------------------------------------------------------------*/
.top_box {
  padding-left: 15px;
  margin-bottom: 10px;
}
/*
ページネーション
------------------------------------------------------------------------*/
#test{
    text-align: center;
}
div.pagination_list_2{
  overflow: hidden;
  text-indent: 100%;
  display:block;
  width:185px;
  margin: 0 auto;
}

.prev, .next {
  float: left;
  display: block;
  height: 34px;
  line-height: 33px;
}

.prev{
  width: 93px;
  background: url("../../../images/mobile/btn_prev_l.gif") no-repeat scroll left top transparent;
}
.prev.disabled {
  background: url("../../../images/mobile/btn_prev_l_disabled.gif") no-repeat scroll left top transparent;
}
.next{
  width: 92px;
  background: url("../../../images/mobile/btn_next_l.gif") no-repeat scroll right top transparent;
}
.next.disabled{
  background: url("../../../images/mobile/btn_next_l_disabled.gif") no-repeat scroll right top transparent;
}

/* 一覧テーブル */
#tbl_ns_list{
  width: 100%;
}
#tbl_ns_list td img {
  vertical-align: middle;
}
.msg_area{
    text-align: center;
    padding: 20% 3.125%;
}


/*-------------------------------------------------------------------*/
/*         BOOK_INFO        */
/*-------------------------------------------------------------------*/

#book_info { padding: 0 3.125% 20px;}

/* 資料情報テーブル */
#book_info .tbl_color2 { width: 100%;}

#book_info .tbl_color2 {
  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);
}

#book_info .tbl_color2 th, #book_info .tbl_color2 td{
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  background: #FFFFFF;
  padding: 5px;
}
#book_info .tbl_color2 th {
  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);
}
#book_info .tbl_color2 td:last-child {
  border-right: none;
}
#book_info .tbl_color2 th:first-child {
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
#book_info .tbl_color2 th:last-child {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-right: none;
}
#book_info .tbl_color2 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;
}
#book_info .tbl_color2 tr:last-child td:last-of-type {
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#book_info .tbl_color2 td{
  vertical-align: top;
}
#book_info .tbl_color2 td.col1 {
  min-width: 80px;
  padding-right: 10px;
}

.btn_green_m, .btn_green_m span,
.btn_blue_m, .btn_blue_m span,
.btn_red_m, .btn_red_m span,
.btn_silver_m, .btn_silver_m span {
  display: inline-block;
  height: 35px;
  line-height: 36px;
  min-width: 150px;
  background: url(../../../images/mobile/btn_white.gif) no-repeat top left;
  color: #6C6360;
  font-size: 15px;
  font-weight: bold;
  /* for IE6 */
  *display: inline;
  zoom: 1;
  cursor: pointer;
}

.btn_green_m, .btn_green_m:hover,
.btn_blue_m, .btn_blue_m:hover,
.btn_red_m, .btn_red_m:hover,
.btn_silver_m, .btn_silver_m:hover{
  min-width: 60px;
  padding-left: 30px;
  color: #6C6360;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.btn_green_m span,
.btn_blue_m span,
.btn_red_m span,
.btn_silver_m span {
  background-position: right top; padding-right: 30px;
}

.btn_ng_m, .btn_ng_m span{
  display: inline-block;
  height: 35px;
  line-height: 36px;
  min-width: 150px;
  background: url(../../../images/mobile/btn_std_d.gif) no-repeat top left;
  color: #BEBEBE;
  font-size: 15px;
  font-weight: bold;
  /* for IE6 */
  *display: inline;
  zoom: 1;
  cursor: pointer;
}

.btn_ng_m, .btn_ng_m:hover{
  padding-left: 30px;
  color: #BEBEBE;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.btn_ng_m span{
  background-position: right top; padding-right: 30px;
}

.tbl_color1 {
  background: #FFFFFF;
  border: solid 1px #DED5CF;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-collapse: separate;
}
.tbl_color1 h4{
  margin:0 0 15px;
  display: block;
  line-height: 1em;
  padding: 5px 10px;
  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-bottom: solid 1px #DED5CF;
  font-weight: bold;
}
.adjust_td{
    padding: 0 10px 10px 10px;
}
/*ページネーション*/
a.btn_last {
     background: url("../../images/mobile/btn_last.gif") no-repeat scroll left top transparent;
}