/* mobile */

.highlight_box { display: none;}

/* ポータルメニュー */
/* フリーワード検索から遷移してきた場合 */
#from_freeword #portal_menu_inner {
  border-bottom: none;
}

/*-------------------------------------------------------------------*/
/*         Result        */
/*-------------------------------------------------------------------*/
#result { font-size:14px;}

#resultTop {
  border-top: 1px solid #FFFFFF;
  background:url(../../../images/mobile/bg_sub_title.gif) repeat top left;
  background-size:57px 57px;
  padding: 10px 3.125%;
}

.resultStatus {
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.resultList table {
  width: 100%;
  border-collapse: separate;
}

.resultList td{
  vertical-align:top;
  padding-top: 10px;
  border-top: 1px dashed #89685A;
}

/* 詳細検索該当なし */
.resultList td.not_found {
  padding: 20% 3.125%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: none;
}

#resultTop .resultStats {margin-bottom: 10px;}

#srh_sort td {padding-right: 10px;}

#srh_sort .col1, #srh_sort .col3 {display: none;}

/* 並べ替えボタン */
#srh_sort .col5 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;
}

.coverart {
  width:74px;
  padding-left:8px !important;
  padding-bottom: 10px;
}

.img_coverart { width:60px;}

.img_naritaAd { width: 60px;}

.form_name {
  display:block;
  font-size: 10px;
  color: #8EB24C;
  padding: 5px 0;
}

.list_num {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  padding: 0 4px;
  margin:0 5px 0 0;
  background: #F18B00;
  border-radius: 2px;
  vertical-align: 2px;
  color: #FFFFFF;
  font-size: 10px;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.4) inset;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.4) inset;
  *display: inline; /* for IE6 7*/
  *zoom: 1; /* for IE6 7*/
}

.list_title, .list_content { padding-right:8px; }

.list_title {margin-bottom: 5px;}

.list_title a {line-height: 1.4em;}

.list_content {
  color: #999999;
  font-size: 12px;
  margin-bottom:10px;
}

.list_content table { width: auto;}

.list_content td {
  padding: 0 !important;
  border: 0;
}

.list_content p { margin: 0;}

/* 各項目の非表示を指定 */

.refarence .col1, .refarence .col3,
.look .col1, .look .tbl1 .col2, .look .col3,
.news .col1,
.old_narita .col1, .old_narita .col3,
.digital .col1, .digital .col3,
.link .col1, .link .col3,
.link small.gray,
.book .col1 { display: none;}

.book .tbl1 {margin-bottom: 5px;}

.refarence td, .look td, .old_narita td, .digital td, .link td, .book td{ padding-right: 10px !important;}

.resultList small { color: #999999;}

.link .orange {font-size: 12px;}

.pagination.top {
  border-bottom: dashed 1px #89685A;
}

.pagination.bottom { border-top: dashed 1px #89685A;}


/* 予約する　今度読みたい本 */

.connectButton {
  padding: 10px 0 3px 0;
}

.yoyaku_btn_list li {
  margin-bottom: 5px;
}

.connectButton .btn_green, .connectButton .btn_green span {
  display: inline-block;
  height: 35px;
  line-height: 36px;
  min-width: 140px;
  background: url(../../../images/mobile/btn_white.gif) no-repeat top left;
  text-align: center;
  color: #6C6360;
  font-size: 14px;
  font-weight: bold;
  /* for IE6 */
  *display: inline;
  zoom: 1;
  cursor: pointer;
}
.connectButton .btn_green, .connectButton .btn_green:hover {
  min-width: 150px;
  padding-left: 10px;
  color: #6C6360;
  text-decoration: none;
}

.connectButton .btn_green span { background-position: right top; padding-right: 10px; }




/*-------------------------------------------------------------------*/
/*        検索画面へ 保存検索式         */
/*-------------------------------------------------------------------*/

.link_box1 {
  padding: 10px 3.125%;
  background: url("../../../images/mobile/bg_sub_title.gif") repeat scroll left top / 57px 57px transparent;
  border-bottom: 1px dashed #89685A;
}

/* ログイン時 */
body.login .link_box1 {
}

#btn_srh_page, #btn_srh_page_mobile, #btn_srh_history, .btn_help {
  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_srh_page_mobile, .btn_help {
  display: block;
  margin: 0 auto 10px auto;
  width: 200px;
}

/*-------------------------------------------------------------------*/
/*        検索キー         */
/*-------------------------------------------------------------------*/

.search_key {display: none;}

/*-------------------------------------------------------------------*/
/*        絞込み検索         */
/*-------------------------------------------------------------------*/

.research_box {
  padding: 20px 3.125% 0 3.125%;
  border-top: 1px dashed #89685A;
  font-size: 13px;
}

.research_box dl, .research_box dt, .research_box dd {margin: 0;}

#adv1 {margin-bottom: 20px;}

#adv1 dt { display: none;}

#adv1 .col1 { /* 検索種類切り替え */
  display: block;
  margin-bottom: 10px;
}

#btn_re_search {
  display: inline-block;
  height: 26px;
  min-width: 30px;
  line-height: 27px;
  padding: 0 12px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px -1px 0 rgba(255,255,255, .65);
  *display: inline; /* for IE6 */
  *zoom: 1; /* for IE6 */

  background: rgb(255,185,0); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjk4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgb(255,185,0) 0%, rgb(255,152,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,185,0)), color-stop(100%,rgb(255,152,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgb(255,185,0) 0%,rgb(255,152,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgb(255,185,0) 0%,rgb(255,152,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgb(255,185,0) 0%,rgb(255,152,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgb(255,185,0) 0%,rgb(255,152,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#ff9800',GradientType=0 ); /* IE6-8 */

  /* Firefox v1.0+ */
  -moz-border-radius:5px;
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-border-radius:5px;
  /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
  border-radius:5px;
  /* Firefox v3.5+ */
  -moz-box-shadow:inset 0px -1px 0px rgba(0,0,0,0.05) ,inset 0px 1px 0px rgba(255,255,255,0.5);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow:inset 0px -1px 0px rgba(0,0,0,0.05) ,inset 0px 1px 0px rgba(255,255,255,0.5);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow:inset 0px -1px 0px rgba(0,0,0,0.05) ,inset 0px 1px 0px rgba(255,255,255,0.5), 0 1px 0px rgba(255,255,255,1);

  border:solid 1px #AA7818;
  color: #643904;
}

#adv2 dt {
  padding-left: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

#adv2 dd {
  padding: 10px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: solid 1px #DED5CF;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1)
}

#adv2 dd input { vertical-align: -1px;}

#adv2 dd ul {width: 100%;}

#adv2 dd ul li {
  padding: 5px 0;
  float:left;
  width: 50%;
}

#adv2 dd ul li input {
  margin-left: 5px;
}
#adv2 ul li.long_250 ,
#adv2 ul li.long_jido{
  width: 100%;
}
.adv2 ul li.long_250 select,
.adv2 ul li.long_jido select {
  margin:0px;
}

/* 資料の種類 */
ul.shiryo_syurui li select {
  margin: 5px 0 0 22px;
}

#adv2 dd select {
  margin: 0 10px 0 5px;
  width: 81px;
}

/* 資料形態 */
.adv2 dd.keitai .col1 {
    vertical-align: top;
}

#sel_s_keitai {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    font-weight: bold;
}

.adv_portal {
  padding:10px 0 10px 20px;
}
/*プリント用*/
table.tbl1_pt {
    display:none!important;
}
/*プリント用*/

.facet_border { display: none; }

.list_siryo_id { display: none; }

/*サジェスト*/
.suggest_wrap {
  position: relative;
}
.suggest_box {
  padding: 3px;
  position:absolute;
  z-index: 9999;
  background-color: #FFFFFF;
  border: 1px solid #CCCCFF;
  font-size: 90%;
  width: 95%;
  margin-top:-1px;
  overflow:hidden;
}
.suggest_box div.over{ /* マウスオーバ時のスタイル */
  background-color: #99CCFF;
}
.suggest_box div.select{ /* キー上下で選択した場合のスタイル */
  color: #FFFFFF;
  background-color: #3366FF;
}

.portal_menu_mobile_srh {
  margin-top: 0!important;
}

#print_date{
  display: none;
}

.help_btn {
  float: right;
}
#adv2 dd ul li.long_250 {
  width: 100%;
}
.research_box dd.sort span {
  width:auto;
  margin-right:10px;
  display: inline-block;
}
.research_box dd.sort span label {
  min-width:100px;
}
.mb5 {
  margin-bottom:5px;
}
