/* mobile */
/******************************************************/
/*              移動図書館用スタイルシート              */
/******************************************************/

#content {padding-bottom: 30px;}

#top {;
  padding-bottom: 0;
  border-bottom: none;
}

.top_linkbox {
  padding: 20px 3.125%;
  text-align: right !important;
}

#main { padding: 0 3.125%}

.top_linkbox a {
  display: inline-block;
  height: 1em;
  line-height: 1.1em;
  padding: 5px 0.8em;
  background: #eeeeee; /* 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;
  cursor: pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,1);
  min-width: 0 !important;
  *display: inline;
  *zoom: 1;
}

.top_linkbox a:hover { color: #FF9900;}

/******************************************************/
/*              ページャー              */
/******************************************************/

.pager_pc { display: none;} /* PCレイアウト 非表示 */

.pager_mobile {
  width: 284px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#pager_mobile_top { border-bottom: solid 1px #FFFFFF;}

#pager_mobile_bottom {padding-top: 20px;}

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

.prev, .next {
  width: 93px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.prev { background: url("../../../images/mobile/btn_prev_l.gif") no-repeat 0 0;}
.prev.disabled { background: url("../../../images/mobile/btn_prev_l_disabled.gif") no-repeat 0 0;}

.next { background: url("../../../images/mobile/btn_next_l.gif") no-repeat 0 0;}
.next.disabled { background: url("../../../images/mobile/btn_next_l_disabled.gif") no-repeat 0 0;}

.counter {
  width: 98px;
  background: url("../../../images/mobile/bg_page_num.gif") repeat-x 0 0;
  font-size: 11px;
  text-align: center;
}

.disp_ym {
  padding: 5px 0;
  margin: 0 -3.125%;
  background:url(../../../images/mobile/search_bg.gif);
  border-bottom: 1px solid #FFFFFF;
  /* Firefox v3.5+ */
  -moz-box-shadow:inset 0px 0px 5px 0px rgba(0,0,0,0.3);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow:inset 0px 0px 5px 0px rgba(0,0,0,0.3);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow:inset 0px 0px 5px 0px rgba(0,0,0,0.3);
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  font-weight: bold;
  text-align: center;
}

.disp_ym span { padding: 0 10px;}

/******************************************************/
/*              BM テーブル              */
/******************************************************/

#tbl_bmca_wrap {
  padding-top: 20px;

}

#tbl_bmca_inner {
  width: 100%;
  overflow: scroll;
}

#tbl_bmca, #tbl_bmca tbody, #tbl_bmca tr, #tbl_bmca th, #tbl_bmca td {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#tbl_bmca {
  width: 250%;
  border-collapse: separate;
  *border-collapse: collapse; /* IE7 and lower */
  border-spacing: 0;
  border: solid #DED5CF 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#tbl_bmca th, #tbl_bmca td {
  border-left: 1px solid #DED5CF;
  border-top: 1px solid #DED5CF;
  padding: 5px;
}

/* 見出し行 幅 */
#tbl_bmca th.col1 { width: ;} /* 1行目 */
#tbl_bmca th.col2 { width: ;}
#tbl_bmca th.col3 { width: ;}
#tbl_bmca th.col4 { width: ;}
#tbl_bmca th.col5 { width: ;} /* 2行目 */
#tbl_bmca th.col6 { width: ;}
#tbl_bmca th.col7 { width: ;}
#tbl_bmca th.col8 { width: ;}
#tbl_bmca th.col9 { width: ;}
#tbl_bmca th.col10 { width: ;}

#tbl_bmca th {
  line-height: 1.4;
  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-top: none;
  border-bottom: none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,1);
  font-size: 12px;
  font-weight: bold;
}

#tbl_bmca th.col1, #tbl_bmca td.col1 { border-left: none;}
#tbl_bmca th.col1 { border-top-left-radius: 6px;}
#tbl_bmca tr:last-child td.col1 { border-bottom-left-radius: 6px;}
#tbl_bmca th.col10 { border-top-right-radius: 6px;}
#tbl_bmca tr:last-child td.col10, #tbl_bmca tr:nth-last-child(2) td.col10 { border-bottom-right-radius: 6px;}

/* 内容行 幅 */

#tbl_bmca td { background: #FFFFFF;}


/******************************************************/
/*              メッセージ              */
/******************************************************/

.btm_msg {
  font-weight: bold;
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 14px;
  text-align: center;
}
