/*media all*/
.float-right {
    float: right;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}

/*loading画像*/
.loading {
	width:16px;
	height:16px;
	border:0px;
	position:absolute;
	left:-100px
}

/* body
----------------------------------------------------*/
body {
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color:#ffffff;
    color:#333333;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
}

/* header
----------------------------------------------------*/
header.main_header {
	border-top: 5px solid #249346;
}
.header_wrapper {
	margin: 10px 30px 10px 5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.header_wrapper > div:last-of-type {
	margin-left: auto;
}
.header_wrapper .logoArea img {
	max-height:60px;
	max-width:355px;
	height:auto;
	width:auto;	
}
.header_wrapper .loginArea span {
	margin: 0px 5px 0px 0px;
}

/* footer
----------------------------------------------------*/
.footer_wrapper {
	text-align: center;
}
.footer_wrapper span {
	color: #637A89;
	font-size: 80%;
}

/* contents
----------------------------------------------------*/
.contents_wrapper {
	margin: 8px;
}

/* round
 -----------------------------------------------------------------------------*/
.opac_round_top {
	-moz-border-radius-topleft:0.5em; -moz-border-radius-topright:0.5em;
	-webkit-border-top-left-radius:0.5em; -webkit-border-top-right-radius:0.5em;
    border-top-left-radius:0.5em; border-top-right-radius:0.5em; 
}
.opac_round_bottom {
	-moz-border-radius-bottomleft:0.5em; -moz-border-radius-bottomright:0.5em;
	-webkit-border-bottom-left-radius:0.5em; -webkit-border-bottom-right-radius:0.5em;
    border-bottom-left-radius:0.5em; border-bottom-right-radius:0.5em; 
}
/* highlight
 -----------------------------------------------------------------------------*/
.opac_highligh {
}
/* select
 -----------------------------------------------------------------------------*/
select {
	border:1px solid #ccc;
	-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
	margin-right:3px;
	margin-top:2px;
	vertical-align:middle;
}
/* text
 -----------------------------------------------------------------------------*/
.opac_label {
	font-weight:bold;
	white-space:nowrap;
	padding-left:3px;
	padding-right:10px;
	display:inline-block;
	vertical-align:top;
	float:left;
}
h2 .subttl, h3 .subttl {
	margin-left:1em;
	font-size:.7em;
}
table td.number {
	font-size:0.8em;
	text-align:right;
	letter-spacing:0px;
}
div.kango {
	width:110px;
    word-break: break-all;
    word-wrap:break-word;
	white-space:normal;
}
/* label 
 -----------------------------------------------------------------------------*/
label.opac_allcheck {
	margin-right:10px;
	vertical-align:middle;
}
/* hr 
 -----------------------------------------------------------------------------*/
.opac_hr {
	height:1px;
	border:none;
	border-top:1px solid #ccc;
	margin-top:0px;
}
.opac_hr_dot {
	height:1px;
	border:none;
	border-top:1px dotted #ccc;
	margin-top:0px;
}
/* Decorations
 -----------------------------------------------------------------------------*/
.opac_starline_area {
	font-weight:bold;
	padding:1px 0px;
}
.opac_starinline {
	display:inline-block;
	height:20px;
	width:70px;
	margin:0px 10px 0px 0px;
	vertical-align:middle;
}
.star_100 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_full.png) 0px 0px no-repeat; }
.star_90 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_half.png) -14px 0px no-repeat; }
.star_80 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_full.png) -28px 0px no-repeat; }
.star_70 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_half.png) -28px 0px no-repeat; }
.star_60 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_full.png) -42px 0px no-repeat; }
.star_50 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_half.png) -42px 0px no-repeat; }
.star_40 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_full.png) -56px 0px no-repeat; }
.star_30 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_half.png) -56px 0px no-repeat; }
.star_20 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_full.png) -70px 0px no-repeat; }
.star_10 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_half.png) -70px 0px no-repeat; }
.star_00 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_full.png) -84px 0px no-repeat; }

/* icon buttons
 -----------------------------------------------------------------------------*/
.opac_iconbtn {
	border:none;
	cursor:pointer;/* 20120222 */
    background-color:transparent;/* 20120222 */
	overflow:hidden;
	padding:0px;/* 20120222 */
	margin:0px 4px 0px 0px;
	vertical-align:middle;
}
/* 20120222 */
button.opac_iconbtn::-moz-focus-inner,
button.opac_iconbtn::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
}
.align-right .opac_iconbtn {
	margin-right:0px;
	margin-left:5px;
}

/* link like button
 -----------------------------------------------------------------------------*/
.opac_btn_link {
	display:inline-block;
	min-width:40px;
	height:20px;
	line-height:20px;
	text-align:center;
	padding:0px 0px 0px 15px;
	font-size:12px;
	background:transparent url(/iwjs0027opc/image/green/com/arrow-green.png) left center no-repeat;
	text-decoration:none;
	color:#118502;
}
.opac_btn_link:link,.opac_btn_link:visited,.opac_btn_link:hover {
	text-decoration:underline;
}

/* big color-like like button
 -----------------------------------------------------------------------------*/
.opac_btn_big {
	height:2em;
	line-height:2em;
	font-size:1.1em;
}
.opac_container a.opac_btn_big,.opac_container a.opac_btn_big:link,.opac_container a.opac_btn_big:visited,.opac_container a.opac_btn_big:hover {
	color:#135f09;
	text-decoration:none !important;
}
.opac_btn_big img {
	vertical-align:middle;
}
/* arrow links
 -----------------------------------------------------------------------------*/
a.arrow_r     { margin-right:10px;padding-left:14px !important; background: url(/iwjs0027opc/image/default/com/arrow_g_right.png) left center no-repeat; }
a.arrow_u     { margin-left:10px; padding-left:14px !important; background: url(/iwjs0027opc/image/default/com/arrow_g_up.png) left center no-repeat; }
a.arrow_prev  {                   padding-left:14px !important; background: url(/iwjs0027opc/image/default/com/arrow_g_left.png) left center no-repeat; }
a.arrow_next  {                   padding-right:10px!important; background: url(/iwjs0027opc/image/default/com/arrow_g_right.png) right center no-repeat; }

a.dot { padding-left:10px; background: url(/iwjs0027opc/image/default/com/dot.gif) left center no-repeat; }

/* other links
 -----------------------------------------------------------------------------*/
a.to_be_continue { font-weight:normal !important; font-size:0.85em;}
a.goto_syosai { font-size:0.8em; font-weight:normal !important; margin-left:0px; }
a.report_abuse { font-size:0.85em; background: url(/iwjs0027opc/image/default/com/icon_exclamation.png) left center no-repeat; padding:2px 0px 2px 18px; margin-left:0px; }
a.helplnk { margin-left:10px;padding-left:20px; padding-top:2px; background: url(/iwjs0027opc/image/green/com/icon_help.png) left center no-repeat; }
a.imglink img    { margin:8px; } /* little banner img link */

/* buttons
 -----------------------------------------------------------------------------*/
.opac_btn {
	border:none;
	cursor:pointer;
	margin:0px 2px;
}
.opac_imgbtn {
	border:none;
	cursor:pointer;
	margin:0px 0px;
    background-color:transparent;
	vertical-align:middle;
	padding:0px;
}
.opac_imgbtn_y {
	border:none;
	cursor:pointer;
	margin:3px 0px 3px 0px;
    background-color:transparent;
	vertical-align:middle;
	padding:0px;
}
/* for firefox */
button.opac_imgbtn::-moz-focus-inner,
button.opac_imgbtn_y::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
}
.opac_book_optbtn {
	margin-top:7px;
}

/* containers
 -----------------------------------------------------------------------------*/
.opac_container                     { color:#333333; }
.opac_container ul                  { list-style:none; padding-left:1em; }
.opac_container a:link, .opac_container a:visited   { text-decoration:none;color:#118502;font-weight:normal; }
.opac_container a:hover, .opac_container a:active   { text-decoration:underline;color:#118502;font-weight:normal; }
.opac_container input[type="submit"],
.opac_container input[type="cancel"],
.opac_container input[type="button"]{ cursor:pointer; }
.opac_main_content                  { padding:0px 0px 0px 0px; }
/* areas --- for button
 -----------------------------------------------------------------------------*/
.opac_btn_area                { text-align:center; }
.opac_btn_area .opac_imgbtn_y { margin-left:6px; }

/* areas --- for syosi url input
 -----------------------------------------------------------------------------*/
.opac_syosi_url_area       { font-size:0.9em; margin-top:10px; margin-bottom:10px; }
.opac_syosi_url_area input {
	width:380px; 
	text-align:left; 
	vertical-align:middle;
	border-width:1px;
	color:#666;
	padding:0px;
	padding-left:3px;
	margin-left:3px;
	margin-right:2px;
}

/* areas --- for description
 -----------------------------------------------------------------------------*/
.opac_description_area {
	text-align:left;
	margin-top:8px;
	margin-bottom:5px;
	vertical-align:middle;
}

.opac_description_area_2 {
	text-align:left;
	margin-top:8px;
	margin-bottom:0px;
	vertical-align:middle;
}

.opac_revsra_category_opt{
	margin: 0px;
}

.fontchgsizemedium{
	font-size:small;
	border-collapse: collapse;
}

.fontchgsizemedium tr{
	padding:0px;
}

.opac_description_area a.arrow_r {
	font-weight:normal ;
	font-size:0.9em ;
}
/* areas --- highlight
 -------------------------------------------------------------------------*/
.opac_highlight_area {
	padding:12px 8px;
	background-color:#dff9dc;
	-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;

}
.opac_highlight_area .opac_description_area {
	margin:0px 0px 10px 0px;
}
/* areas --- inline type highlight
 -------------------------------------------------------------------------*/
.opac_highlight_inline_area {
	padding:5px 50px;
	display:inline-block;
	margin-bottom:5px;
	margin-top:5px;
	text-align:left;
}
.opac_highlight_inline_area h3 {
	margin-top:auto;
	margin-bottom:auto;
}
.opac_highlight_inline_area  .opac_syosi_url_area {
	margin-top:10px;
}
/* areas --- sub highlight
 -------------------------------------------------------------------------*/
.opac_highlight_sub_area {
	padding:0px 35px 0px 35px;
}

.opac_highlight_sub_area table {
	width:100%;
}
.opac_highlight_sub_area table td {
	vertical-align:top;
}
/* areas --- for footer
 -------------------------------------------------------------------------*/
.opac_footer_btn_area {
	text-align:center;
}
.opac_footer_btn_area .opac_imgbtn {
	margin:20px 20px;
}
.opac_footer_area {
	border-top:1px solid #cccccc;
	text-align:center;
	margin:5px 0px 0px 0px;
	padding:1px 0px 0px 0px;
}
.opac_footer_area .opac_highlight_area {
	margin-top:20px;
	text-align:left;
}
.opac_footer_area .opac_footer_btn_area .opac_imgbtn{
	margin:15px 10px;
}
/* areas --- for page change
 -------------------------------------------------------------------------*/
.opac_pagechg_area_narrow{
	text-align:right;
	padding:5px 0px 5px 0px;
}
.opac_pagechg_area_narrow_bottom{
	text-align:right;
	padding:0px 0px 10px 0px;
}
.opac_pagechg_area_narrow .page,
.opac_pagechg_area_narrow_bottom .page {
	padding-left:10px;
	font-weight:bold;
	font-size:0.9em;
}
.opac_pagechg_area_narrow a.page,
.opac_pagechg_area_narrow_bottom a.page {
	font-weight:normal;
}
.opac_pagechg_area_wide{
	text-align:center;
	padding-top:20px;
}
.opac_pagechg_area_prevnext{
	clear:both;
	padding:10px 0px 20px 0px;
	display:flex;
	justify-content:space-around;
}
.opac_pagechg_area_prevnext_rev{
	clear:both;
	padding:10px 0px 20px 0px;
}
.opac_pagechg_area_narrow_prevnext{
	clear:both;
	padding:0px 0px 2em 0px;
	display:flex;
	justify-content:space-around;
}
.opac_pagechg_area_narrow_prevnext a.arrow_r {
	font-weight:normal ;
	font-size:0.9em ;
}

.opac_pagechg_area_wide .page{
	padding-right:12px;
	font-weight:bold;
	font-size:1.1em;
}
.opac_switch_area {
	float:right;
}
.opac_switch_area .opac_imgbtn {
	margin-left:2px;
}
.page_prev {
	min-width:15%;
	text-align:left;
}
.page_prev a {
	font-size:1em;
	margin-right:10px;
	padding-left:14px;
	background: url(/iwjs0027opc/image/default/com/arrow_g_left.png) left center no-repeat;
	font-weight:normal !important;
}
.page_up {
    width:70%;
    text-align:center;
}
.page_up a {
    font-size:1em;
    margin-right:10px;
    padding-left:14px;
    background: url(/iwjs0027opc/image/default/com/arrow_g_up.png) left center no-repeat;
    font-weight:normal !important;
}
.page_next {
	min-width:15%;
	text-align:right;
}
.page_next a {
	font-size:1em;
	padding-right:10px;
	background: url(/iwjs0027opc/image/default/com/arrow_g_right.png) right center no-repeat;
	font-weight:normal !important;
}
.page_prev_rev {
	float:left;
	width:250px;
	height:2em;
}
.page_prev_rev a {
	font-size:1em;
	margin-right:10px;
	padding-left:14px;
	background: url(/iwjs0027opc/image/default/com/arrow_g_left.png) left center no-repeat;
	font-weight:normal !important;
}
.page_next_rev {
	float:right;
	height:2em;
}
.page_next_rev a {
	font-size:1em;
	padding-right:10px;
	background: url(/iwjs0027opc/image/default/com/arrow_g_right.png) right center no-repeat;
	font-weight:normal !important;
}
/* areas --- for garnish link
 -------------------------------------------------------------------------*/
.opac_garnish_link_area {
	text-align:right;
	margin:0px;
	padding:0px 0px 5px 0px;
}
/* areas --- for page-top-link
 -------------------------------------------------------------------------*/
.opac_pagetop_link_area {
	text-align:right;
	margin:0px;
	padding:10px 0px 0px 0px;
}
.opac_pagetop_link_area a.arrow_u{
	font-weight:normal !important;
	font-size:0.8em;
}
/* areas --- for hoka no tag 201202
 -------------------------------------------------------------------------*/
.hokano_tag_area {
	display:inline-block;
	line-height:1.4em;
	width:485px;
	word-break: break-all;
	word-wrap:break-word;
}
.hokano_tag_area .opac_switch_area {
	margin-left:10px;
}
/* areas --- for hoka no kango
 -------------------------------------------------------------------------*/
.hokano_kango_area {
	margin-top:8px;
	margin-bottom:5px;
	background-color:#fff;
	width:570px;
	word-break: break-all;
	word-wrap:break-word;
}
/* area --- for operation buttons
 -------------------------------------------------------------------------*/
.opac_opebtn_area_narrow {
	clear:both;
	padding:3px 5px 3px 0px;
background-color:#dff9dc;
}
.opac_opebtn_area_rss {
/*	float:right;*/
}
.opac_opebtn_area_narrow select {
	margin-left:2px;
	margin-top:4px;
	font-size:12px;
}
.opac_opebtn_area_narrow input[type="checkbox"] {
	margin-left:5px;
	vertical-align:middle;
}
.opac_opebtn_area_narrow a.arrow_r {
	font-weight:normal;
	font-size:0.85em;
}
.opac_opebtn_area_narrow .opac_imgbtn {
	margin-left:0px;
	margin-right:4px;
}
.opac_opebtn_area_narrow .opac_label { margin-top:5px; }

.opac_opebtn_tying {
	white-space:nowrap;
	display:inline-block;
}
.opac_opebtn_tying .opac_imgbtn {
	margin:5px 5px 5px 0px;
}
/* layout columns
 -----------------------------------------------------------------------------*/
.opac_column_wrapper  { width:100%; margin-top:10px;}
.opac_column_left     { vertical-align:top; /*padding-right:10px;*/ }
.opac_column_center     { vertical-align:top; width:100%;}
.opac_column_right    { vertical-align:top; /*padding-right:10px;*/ }
.opac_column_center  .opac_footer_area {
	margin:20px 0px 0px 0px;
}
.opac_column_left .opac_side_wrapper230 {
	margin-right:20px;
}
.opac_column_right .opac_side_wrapper230 {
	margin-left:20px;
}
/* book elements
 -------------------------------------------------------------------------*/
table.opac_bookdetail_area {
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
	margin-bottom:20px;
}
.opac_bookdetail_area td {
	vertical-align:top;
}
table.opac_bookdetail_area td.opac_book_img_area {
	float:none;
	width:150px;
	padding-right:8px;
}
table.opac_bookdetail_area .opac_opebtn_area_narrow {
	margin-left:-3px;
        padding:3px 5px 3px 3px;
}
div.opac_book_img_area {
	float:left;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
}
.opac_book_img_area .opac_starline_area {
margin-top:10px;
}
div.opac_book_img {
	border:none;
	padding:0px;
	width:140px;
	height:140px;
	text-align:center;
	background-color:#fff;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
/*** TODO delete height ? div !=a but that's the way for vertical-align middle and width limit on IE8*/
div.opac_book_img a {
	display:block;
	width:140px;
/* height:140px; */
}
div.opac_book_img a img {
	max-height:120px;
	max-width:120px;
}
.opac_book_tag_area {
	padding-top:3px;
	padding-bottom:2px;
}
.opac_book_current_kango_area {
	background-color:#ffe0e0;
	border:1px solid #eaa;
	-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
	margin-top:8px;
	margin-right:6px;
	font-size:10px;
	padding:3px;
}
.opac_book_current_kango_area .opac_imgbtn{
float:left;margin-right:3px;
}
.opac_book_tag_area a {white-space:nowrap;}

.opac_icon_bookind {
	float:left;
	margin-right:5px;
}
.opac_book_title_area {
	min-height:50px;
	margin-bottom:6px;
}
.opac_block_body_big .opac_bookdetail_area .opac_book_title_area,
.opac_block_body_middle .opac_bookdetail_area .opac_book_title_area {
	margin-left:135px;
}
.opac_block_body_big .opac_list_solo .opac_bookdetail_area .opac_book_title_area,
.opac_block_body_middle .opac_list_solo .opac_bookdetail_area .opac_book_title_area {
	margin-left:205px;
}
.opac_block_body_big .opac_bookdetail_area .opac_book_title_area_no_photo,
.opac_block_body_middle .opac_bookdetail_area .opac_book_title_area_no_photo {
	min-height:50px;
	margin-bottom:6px;
	margin-left:60px;
}
.opac_list td .opac_book_title_area {
	margin-left:135px;
}
.opac_list td .opac_book_title_area_no_photo {
	min-height:50px;
	margin-bottom:6px;
	margin-left:55px;
}
.opac_book_title {
	margin-right:15px;
	margin-bottom:5px;
	font-size:1.15em;
	letter-spacing:0px;
	line-height:1.4em;
}
.opac_book_title_option {
	font-size:11px;
	font-weight:normal;
	margin-left:10px;
	padding-left:14px;
	padding-top:2px;
	background: url(/iwjs0027opc/image/green/com/arrow-green.png) left center no-repeat;
	white-space:nowrap;
}
.opac_book_title_option a {
	font-weight:normal !important;
}
.opac_book_bibliograph {
	font-size:0.9em;
	padding-bottom:5px;
}
.opac_book_option_area {
	padding:3px 0px 1px 0px;
}
.opac_book_option_area a:link{
	font-weight:normal;
}
.opac_book_option_area a.arrow_r{
	background: url(/iwjs0027opc/image/green/com/arrow-green.png) left 0.3em no-repeat;
	padding-top:1px;
}
.opac_book_title_area .opac_book_option_area {
	padding:8px 0px 3px 0px;
}
.opac_syosisyousai_datas {
	margin-left:80px;
}
.opac_booksyozou_area {
	clear:both;
	margin-top:0px;
}
.opac_booksyozou_area table {
	width:100%;
	margin:0px 0px 5px 0px;
	border:1px solid #ccc;
	table-layout:fixed;
	border-collapse: collapse;
}
.opac_booksyozou_area table th,
.opac_booksyozou_area table td {
	padding:3px;
	border:1px solid #ccc;
	text-align:center;
	word-break: break-all;
	word-wrap:break-word;
}
.opac_booksyozou_area table th {
	font-size:0.8em;
	background-color:#dff9dc;
	font-weight:normal;
}
.opac_booksyozou_area table th.no { width:30px; }
.opac_booksyozou_area table th.syozoukan { width:5.8em; }
.opac_booksyozou_area table th.haichiba { width:5.8em; }
.opac_booksyozou_area table th.jyoutai { width:4.5em; }
/*.opac_booksyozou_area table th.kango { width:110px; }*/
.opac_booksyozou_area table th.nentuki { width:7.1em; }
.opac_booksyozou_area table th.nentuki_l { width:18em; }
.opac_booksyozou_area table th.fulldate { width:7.1em; }
.opac_booksyozou_area table th.seikyu { width:9em; }
.opac_booksyozou_area table th.siryoid { width:8.8em; }
.opac_booksyozou_area table th.kensu { width:3em; }
.opac_booksyozou_area table th.yoyaku { width:60px; }
.opac_booksyozou_area table th.edds { width:60px; }
.opac_booksyozou_area table th.alert { width:60px; }
.opac_booksyozou_area table th.qr { width:60px; }
.opac_booksyozou_area table th.hlyr { width:85px; }
.opac_booksyozou_area table th.cont { width:7em; }

.opac_booksyozou_area table td {
	font-size:0.9em;
	background-color:#f9f9f9;
}
.opac_booksyozou_area table td.no, 
/*.opac_booksyozou_area table td.jyoutai, */
.opac_booksyozou_area table td.fulldate, 
.opac_booksyozou_area table td.siryoid, 
.opac_booksyozou_area table td.kensu { 
	white-space:nowrap;
}
.opac_booksyozou_area table td.no,
.opac_booksyozou_area table td.kango,
.opac_booksyozou_area table td.siryoid,
.opac_booksyozou_area table td.nentuki,
.opac_booksyozou_area table td.nentuki_l,
.opac_booksyozou_area table td.fulldate,
.opac_booksyozou_area table td.seikyu {
	letter-spacing:0px;
	font-size:0.87em;
}
.opac_booksyozou_area table td.kango,
.opac_booksyozou_area table td.kikan,
.opac_booksyozou_area table td.seikyu {
	text-align:left;
}
.opac_booksyozou_area table.denshi td {
	text-align:left;
	padding-left:10px;
}
.opac_booksyozou_area table.denshi td a {
	font-weight:normal;
}
.opac_booksyozou_area table td .kintai {
	color:#BD5555;
}
.opac_booksyozou_area .opac_garnish_link_area {
	padding:0px;
}
/*
 * blocks
 */
/* big block
 -------------------------------------------------------------------------*/
.opac_ttl_big {
	border:1px solid #cccccc;
    -moz-border-radius:.8em;
    -webkit-border-radius:.8em;
    border-radius:0.8em;
	padding: 12px 10px 12px 20px;
	height:1.5em;
	margin-bottom:15px;
	background:#f6f6f6 url(/iwjs0027opc/image/default/com/bg_title01.png) left bottom repeat-x;
}
.opac_ttl_big h2 {
	line-height:1.2em;
	float:left;
	font-weight:normal;
}
.opac_ttl_big .opac_iconbtn {
	margin-top:-1px;
	margin-left:5px;
}
.opac_block_body_big {
	padding:0px 10px 0px 10px;
}
.opac_block_body_big .opac_content {
	padding:5px 30px 5px 30px;
}
/* middle block
 -------------------------------------------------------------------------*/
.opac_block_middle {
	padding:0px 10px 0px 10px; 
}
.opac_column_wrapper .opac_block_middle{
	padding:0px;
}
.opac_ttl_middle {
	margin-bottom:5px;
	background:transparent url(/iwjs0027opc/image/default/com/bg_titleline-g.png) left bottom repeat-x; 
}
.opac_ttl_middle h3 {
	padding: 0px 15px 10px 15px;
	margin:0px;
	font-size:1.5em;
	font-weight:normal;
}
.opac_block_body_middle {
	padding:5px 25px 10px 25px;
}
/* small block
 -------------------------------------------------------------------------*/
.opac_block_small{
	padding:5px 0px 10px 0px;
}
.opac_ttl_small {
	height:16px;
	padding: 5px 15px 0px 0px;
	margin-bottom:10px;
}
.opac_ttl_small h4 {
	line-height:16px;
	height:16px;
	font-size:14px;
	padding-left:20px;
	background:transparent url(/iwjs0027opc/image/green/com/icon_circle.png) left center no-repeat;
}
.opac_block_body_small {
	padding:0px 20px 5px 20px;
}
/* card type block
 -------------------------------------------------------------------------*/
.opac_block_card    { margin:40px auto 20px auto; width:880px; }
.opac_block_card230 { 
	margin:20px auto 20px auto; 
	width:230px; 
}
.opac_ttl_card {
	margin-top:10px;
	padding: 12px 15px 3px 20px;
	background:#60ca85 url(/iwjs0027opc/image/green/com/bg_light-green.png) top left repeat-x; 
	-moz-border-radius-topleft:0.8em; -moz-border-radius-topright:0.8em;
	-webkit-border-top-left-radius:0.8em; -webkit-border-top-right-radius:0.8em;
    border-top-left-radius:0.8em; border-top-right-radius:0.8em; 
	color:#ffffff;
}
.opac_ttl_card h3 {
	font-weight:normal;
}
.opac_block_card .opac_block_small {
	margin-top:15px;
	margin-left:20px;
	margin-right:20px;
}
.opac_block_body_card {
	-moz-border-radius-bottomleft:0.8em; -moz-border-radius-bottomright:0.8em;
	-webkit-border-bottom-left-radius:0.8em; -webkit-border-bottom-right-radius:0.8em;
    border-bottom-left-radius:0.8em; border-bottom-right-radius:0.8em; 
}
.opac_block_card .opac_block_body_card {
	border:1px solid #cccccc;
	background-color:#fff;
	padding:5px 20px 10px 20px;
}
.opac_block_card230 .opac_block_body_card {
	border:1px solid #cccccc;
	background-color:#fff;
	padding:0px 15px 0px 15px;
	min-height:300px;
}
.opac_block_card .opac_garnish_link_area {
	padding:0px 0px 0px 0px;
}
.opac_block_card .opac_btn_area { margin-top:-6px;}

/* side block
 -------------------------------------------------------------------------*/
.opac_side_wrapper    { background:transparent url(/iwjs0027opc/image/default/com/bg_slash.jpg) top left repeat; margin-bottom:15px; -moz-border-radius:0.8em; -webkit-border-radius:0.8em; border-radius:0.8em;}
.opac_side_wrapper230 { background:transparent url(/iwjs0027opc/image/default/com/bg_slash.jpg) top left repeat; margin-bottom:15px; margin-top:0px; width:230px; -moz-border-radius:0.8em; -webkit-border-radius:0.8em; border-radius:0.8em; }
.opac_side_wrapper260 { width:260px; float:right; }
.opac_side_wrapper260 .opac_side_body { border : none; margin-top:10px;}
.opac_side_wrapper260 .opac_side_body .opac_btn_area { margin : 0px; }
.opac_side_wrapper260_addtionopt { background:transparent url(/iwjs0027opc/image/default/com/bg_slash.jpg) top left repeat; -moz-border-radius:0.8em; -webkit-border-radius:0.8em; border-radius:0.8em;}

.opac_side_wrapper380 { 
	background:transparent url(/iwjs0027opc/image/default/com/bg_slash.jpg) top left repeat; 
	margin-bottom:15px;
	width:380px;
	float:right; 
	-moz-border-radius:0.8em; -webkit-border-radius:0.8em; border-radius:0.8em;
}
.opac_side_ttl {
	height:39px;
	padding-left:15px;
}
.opac_side_ttl h3 {
	line-height:41px;
	height:39px;
	font-weight:normal;
	color:#fff;
}
.opac_side_ttl { 
	background:#60ca85 url(/iwjs0027opc/image/green/com/bg_light-green.png) top left repeat-x; 
	-moz-border-radius-topleft:0.8em; -moz-border-radius-topright:0.8em;
	-webkit-border-top-left-radius:0.8em; -webkit-border-top-right-radius:0.8em;
    border-top-left-radius:0.8em; border-top-right-radius:0.8em; 
}

.opac_side_body {
	text-align:left;
	padding:10px 10px 0px 10px;
	border:1px solid #cccccc;
	font-size:0.9em;
	-moz-border-radius-bottomright:0.5em;
    -webkit-border-bottom-right-radius:0.5em;
    border-bottom-right-radius:0.5em;
	-moz-border-radius-bottomleft:0.5em;
    -webkit-border-bottom-left-radius:0.5em;
    border-bottom-left-radius:0.5em;
	word-wrap:break-word;
	word-break:break-all;
}
.opac_side_body a.arrow_r {
	padding-top:3px;
}
.opac_side_wrapper230 .opac_side_body { padding:0px 15px 150px 15px; }
.opac_block_body_big .opac_side_wrapper230 .opac_side_body { padding:0px 15px 10px 15px; }
.opac_side_wrapper380 .opac_side_body { padding:20px 20px 10px 20px; }
.opac_side_body h4 {
	border-bottom:1px solid #aaa;
	padding:15px 0px 5px 2px;
	font-size:1.1em;
	color:#666;				/* default soft color */
}
.opac_side_body .opac_block_body_mini {
	padding:5px 0px 35px 0px;
}
.opac_side_body ul {
	margin:0px;
}
.opac_side_body li {
	line-height:1.6em;
}
.opac_side_body .opac_book_bibliograph {
	font-size:0.8em;
}
.opac_side_body .opac_pagechg_area_prevnext a {
	font-weight:normal;
}
.opac_side_body dt {
	padding:15px 0px 5px;
	margin-left:1em;
}
.opac_side_body dd {
	padding:2px 0px 2px;
	margin-left:1em;
	padding-left:15px;
    background: url(/iwjs0027opc/image/default/com/dot.gif) left center no-repeat;
}
.opac_side_body .page_prev .page_prev_rev { width:auto; }
.opac_side_body table.opac_bookdetail_area { margin-bottom:10px; }
.opac_side_body div.opac_book_img_area  { margin-bottom:10px; }
.opac_side_body div.opac_book_img       { width:50px; height:70px; }
.opac_side_body div.opac_book_img a     { width:50px; /* height:70px;*/ }
.opac_side_body div.opac_book_img a img { height:70px; width:50px; }
.opac_side_body .opac_book_title_area   { height:auto; margin-bottom:5px; }
.opac_side_body .opac_book_title        { margin:2px 0px 3px 0px; font-size:1em;}
h3.opac_book_title { font-weight:normal;}

.opac_side_body .opac_current_filter_top {
background: #ffffff url("/iwjs0027opc/image/default/com/bg_faset_filter_top.png") no-repeat top left;
height:12px;
margin-top:10px;
margin-left:-6px;
margin-right:-6px;
}
.opac_side_body .opac_current_filter_middle {
background: #ffffff url("/iwjs0027opc/image/default/com/bg_faset_filter_middle.png") repeat-y top left;
margin-top:0px;
margin-left:-6px;
margin-right:-6px;
padding:0px 10px;
}
.opac_side_body .opac_current_filter_middle h4 {
padding:5px 0px 5px 2px;
}
.opac_side_body .opac_current_filter_middle h5 {
margin:10px 0px 0px 0px;;
color:#666;
font-size:1em;
}
.opac_side_body .opac_current_filter_middle .opac_imgbtn{
	margin-right:2px;
}
.opac_side_body .opac_current_filter_bottom {
background: #ffffff url("/iwjs0027opc/image/default/com/bg_faset_filter_bottom.png") no-repeat bottom left;
height:12px;
margin-top:0px;
margin-left:-6px;
margin-right:-6px;
}
/*
 *
 */
/* syousai kensaku 
 -------------------------------------------------------------------------*/
.opac_inputgroup_area {
	padding:5px 20px 5px 20px;
}
.opac_inputgroup_area select {
	margin:0px;
}
.opac_inputgroup_area input {
	vertical-align:middle;
	-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
	border-width:1px;
}
.opac_inputgroup_area th {
	padding:0px 8px 0px 0px;
	text-align:right;
	white-space:nowrap;
	font-weight:normal;
}
.opac_inputgroup_area td {
	padding:0px 0px 0px 0px;
	white-space:nowrap;
}
.opac_highlight_sub_area .opac_inputgroup_area th {
	padding:4px 8px 4px 0px;
}
.opac_highlight_sub_area .opac_inputgroup_area td {
	padding:4px 0px 4px 0px;
}
.opac_option,
.opac_inputgroup_area input[type="checkbox"],
.opac_inputgroup_area input[type="radio"] {
	vertical-align:middle;
}
.opac_inputgroup_area input[type="text"] {
	margin-right:2px;
}
.opac_inputgroup_area input[type="text"].opac_w_max,
.opac_inputgroup_area select.opac_w_max {
	width:98%;
}
.opac_inputgroup_area input[type="text"].opac_w_fixed {
	width:100px;
}
.opac_inputgroup_area input[type="text"].opac_w_fixed_min {
	width:82px;
}
/* .opac_inputgroup_area label {
	margin-right:15px;
} */
.opac_inputgroup_area table.opac_search_condition_item_tbl {
	width:100%;
	table-layout:fixed;
}
.opac_inputgroup_area table.opac_search_condition_item_tbl td{
	vertical-align:top;
	padding:0px 0px 5px 0px;
	white-space:nowrap;
}
.opac_inputgroup_area table.opac_search_condition_item_tbl td.opac_search_item {
	width:10em;
}
.opac_inputgroup_area table.opac_search_condition_item_tbl td.opac_search_condition {
	width:10em;
}
.chk_sitename0{
	text-indent: -1.6em;
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
}
.chk_sitename1{
	text-indent: -1.6em;
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
}
.chk_sitename2{
	text-indent: -1.6em;
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
}
.supplemental{
	white-space: normal;
}

/*
 * tables
 */
/* book list table
 -------------------------------------------------------------------------*/
.opac_list {
	width:100%;
	border-collapse:separate;
	border-spacing:0px 1px;
	border:1px solid #fff;
	background-color:#aaa;
}
.opac_list th.opac_list_no_area {
	width:20px;
	text-align:center;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	vertical-align:top;
	padding-top:10px;
	font-weight:normal;
	font-size:0.9em;
}
.opac_list td {
	text-align:left;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	padding:10px 0px 5px 10px;
}
.opac_list td.opac_list_book_area{
	vertical-align:top;
}
.opac_list td.opac_list_book_arraival_date {
	vertical-align:top;
	white-space:nowrap;
	width:20px;
}
.opac_list tr.odd                 { background-color:#ffffff; }
.opac_list tr.even                { /*background-color:#faf9ef;*/background-color:#ffffff; }

.opac_list_solo { /* only one tr list */
	width:100%;
	border-collapse:separate;
	border-spacing:0px 1px;
	border:1px solid #fff;
	background-color:#fff;
	margin-top:10px;
	margin-bottom:30px;
}
/*****.opac_list div.opac_book_img,       .opac_list_solo div.opac_book_img       { width:100px; height:100px; }*****/
/***
.opac_list div.opac_book_img,       .opac_list_solo div.opac_book_img       { width:70px; height:100px; }
.opac_list div.opac_book_img a,     .opac_list_solo div.opac_book_img a     { width:70px; }
***/
.opac_list div.opac_book_img       { width:70px; height:100px; }
.opac_list div.opac_book_img a     { width:70px; }
/*****.opac_list div.opac_book_img a img, .opac_list_solo div.opac_book_img a img { max-height:90px; max-width:90px; }****/
/*.opac_list div.opac_book_img a img, .opac_list_solo div.opac_book_img a img { height:100px; width:70px; }*/
.opac_list div.opac_book_img a img { height:100px; width:70px; }
.opac_list .opac_booksyozou_area                                            { margin-top:10px; }
.opac_list div.opac_book_img { border:none; }
.opac_list div.opac_book_img a img { border:1px solid #ccc; }


table.opac_list_thumbnail {
	table-layout:fixed;
}
table.opac_list_thumbnail div.opac_book_img {
	background-color:transparent;
	height:100px;
}
table.opac_list_thumbnail div.opac_book_img a {
}
table.opac_list_thumbnail div.opac_book_img a img {
	width:53px;
	height:75px;
}

/* review list table
 -------------------------------------------------------------------------*/
h4.opac_review_list_title {
	padding-left:25px;
}
.opac_review_list {
	width:100%;
	border-collapse:separate;
	border-spacing:0px 1px;
	border:1px solid #fff;
	background-color:#fff;
}
.opac_review_list th.opac_list_no_area {
	width:20px;
	text-align:center;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	background-color:#fff;
}
.opac_review_list td {
	text-align:left;
	border:2px solid #fff;
	padding:10px 10px 0px 0px;/* bottom 0 -> must have garnis_link_area in bottom */
	border-bottom:1px dashed #ddd;
}

.opac_review_list td p { /* review td p is comment sentence */
	line-height:1.5em;
	padding:0px 10px 8px 10px;
}
.opac_review_comment_post_option {
	font-size:0.85em;
	line-height:1.5em;
}
.opac_review_comment_post_option .opac_btn_link {
    min-width:30px;
    padding:0px 12px;
	height:1.5em;
	line-height:1.5em;
	font-size:1em;
}
a.opac_review_comment_link {
	background:transparent url("/iwjs0027opc/image/default/com/icon_comment.png") no-repeat left center;
	padding:2px 0px 2px 20px;
}
a.opac_review_comment_link:link,
a.opac_review_comment_link:visited,
a.opac_review_comment_link:hover {
	font-size:0.85em;
	font-weight:normal;
}
.opac_list th.opac_list_normal_no_area {
	background-color:#FFF;
}
.opac_list .opac_review_list td {
	border:none;
}
/* syosi list table
 -------------------------------------------------------------------------*/
.opac_syosi_list {
	margin-top:10px;
	margin-bottom:0px;
	width:100%;
}
.opac_syosi_list th {
	text-align:right;
	padding-right:10px;
	padding:3px 10px 3px 0px;
}

/* ------------------------------------------------------------------------
 *
 * for heade menu
 *
 -------------------------------------------------------------------------*/
.opac_headermenu_area {
	padding:7px 0px 8px 0px;
	height:2em;
	margin-bottom:13px;
}
.opac_headermenu_area ul {
	padding:0px;
}
ul.opac_headermenu {
	margin:0px;
}
ul.opac_sub_headermenu {
	float:right;
	margin:0px;
}
/*
 * pull down menu
 */
ul.opac_headermenu li {
float:left;
position:relative;
min-width:100px;
margin-right:5px;

}
ul.opac_sub_headermenu li {
	float:left;
	height:20px;
	margin-left:3px;
}
ul.opac_sub_headermenu li.opac_lang_english {
	margin-left:10px;
}
ul.opac_headermenu li a {
	display:block;
}
ul.opac_headermenu li ul {
	margin-left:-4px;
	box-shadow:2px 2px 5px #999999;
	display:none;
}
ul.opac_headermenu li:hover ul {
	display:block;
	position:absolute;
	z-index:100;
}
ul.opac_headermenu li ul li {
	width:100%;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#FFF;
}
ul.opac_headermenu li ul li.first {
	border-top:1px solid #cccccc;
	-moz-border-radius-topleft:0.3em;
    -webkit-border-top-left-radius:0.3em;
    border-top-left-radius:0.3em;
	-moz-border-radius-topright:0.3em;
    -webkit-border-top-right-radius:0.3em;
    border-top-right-radius:0.3em;
}
ul.opac_headermenu li ul li.last {
	border-bottom:1px solid #cccccc;
	-moz-border-radius-bottomleft:0.3em;
    -webkit-border-bottom-left-radius:0.3em;
    border-bottom-left-radius:0.3em;
	-moz-border-radius-bottomright:0.3em;
    -webkit-border-bottom-right-radius:0.3em;
    border-bottom-right-radius:0.3em;
}
ul.opac_headermenu li ul li a{
	display:block;
	text-align:left;
	line-height:35px;
	height:35px;
	padding:0px 0px 0px 14px;
	margin-left:7px;
	margin-right:0px;
	font-size:1em;
	white-space:nowrap;
}
/* ------------------------------------------------------------------------
 *
 * for side menu
 *
 -------------------------------------------------------------------------*/
h2.opac_sidemenu_title {
	-moz-border-radius-topleft:0.5em;
    -webkit-border-top-left-radius:0.5em;
    border-top-left-radius:0.5em;
	-moz-border-radius-topright:0.5em;
    -webkit-border-top-right-radius:0.5em;
    border-top-right-radius:0.5em;
	background: #60ca85 url("/iwjs0027opc/image/green/com/bg_light-green.png") repeat-x left top;
	border:1px solid #ccc;
	height:2.5em;
	line-height:2.5em;
	color:#ffffff;
	font-weight:normal;
	font-size:1.2em;
	padding-left:10px;
	width:auto;
	margin:0px;
}
.opac_sidemenu_content .opac_sidemenu {
	display:block;
	color:#333333;
	text-decoration:none;
	border-color:transparent #cccccc #cccccc #cccccc;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	margin-bottom:0px;
	padding:8px 5px 8px 15px !important;
	font-weight:normal !important;
	background: #ffffff url("/iwjs0027opc/image/default/com/bg_side-menu.png") repeat-x left bottom;

	white-space:normal;
	word-break: break-all;
	word-wrap:break-word;
}
.opac_sidemenu_content .opac_sidemenu:hover {
	background: #dff9dc none repeat-x left bottom;
	color:#135f09;
}
.opac_sidemenu_content .arrow_link:before{
	content:url("/iwjs0027opc/image/green/com/arrow-green.png");
	display:block;
	float:left;
	margin:2px 10px 0px 0px;
}

/* ------------------------------------------------------------------------
 *
 * for tab
 *
 -------------------------------------------------------------------------*/
.opac_container ul.opac_tab_area {
	font-size: 1.0em;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	height: 34px;
	overflow: hidden;
	-moz-border-radius-bottomright:0.3em;
    -webkit-border-bottom-right-radius:0.3em;
    border-bottom-right-radius:0.3em;
}
.opac_tab_area li {
	float: left;
	height: 35px;
	margin-right:3px;
}
.opac_tab_area li a {
	margin-top:5px;
	height:22px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-size:14px;
	padding: 6px 10px 0px 10px;
	text-decoration:none;
	-moz-border-radius-topright:8px;
	-moz-border-radius-topleft:8px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.opac_tab_area li.opac_tab_off a {
	background: url("/iwjs0027opc/image/default/com/tab_off.jpg") repeat-x bottom left;
}
.opac_tab_area li.opac_tab_present a {
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
	background: #60ca85 url("/iwjs0027opc/image/green/com/bg_light-green.png") repeat-x top left;
	padding-top:8px;
	color:#fff;
}
a.opac_tablink:link, a.opac_tablink:visited { color:#666; }
a.opac_tablink:hover { color:#60ca85; text-decoration:none; }

/* set for opac_side_wrapper260 */
.opac_ichiran_tab_wrapper {
	padding-right:20px;
	margin-right:260px;
}

/* ------------------------------------------------------------------------
 *
 * for keyword-search-tab 
 *
 -------------------------------------------------------------------------*/
.opac_keywordsearch_area {
	padding:5px 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 5px solid #60ca85;
	background:#dff9dc none no-repeat bottom center;
    -moz-border-radius-bottomleft:0.3em; -moz-border-radius-bottomright:0.3em;-moz-border-radius-topright:0.3em;
    -webkit-border-bottom-left-radius:0.3em; -webkit-border-bottom-right-radius:0.3em;-webkit-border-top-right-radius:0.3em;
    border-bottom-left-radius:0.3em; border-bottom-right-radius:0.3em; border-top-right-radius:0.3em;
}
.opac_keywordsearch_area a:link,.opac_keywordsearch_area a:visited  {
	color:#135f09;
}
.opac_keywordsearch_area .opac_description_area {/*2012*/
	margin-top:5px;
	margin-bottom:5px;
}
.opac_keywordsearch_area a.opac_link { font-size:0.9em; }/*2012*/

.opac_keywordsearch_area .opac_highlight_area   { margin-bottom:0px;/*2012*/ padding:4px 8px 4px 8px;/*2012*/ text-align:center; }
.opac_keywordsearch_area .opac_highlight_area a { font-weight:normal; }

.opac_keywordsearch_area .opac_footer_btn_area .opac_imgbtn { margin:20px 10px; }

.opac_kani_searchopt_area { padding:0px 0px 5px 0px; }
.opac_kani_searchopt_lbl  { font-size:0.9em;/*2012*/ margin-right:25px; }

.opac_kani_syousai_btn_area           { padding:5px 0px 2px 0px; }
.opac_kani_syousai_btn_area .opac_btn { margin-left:0px; margin-right:0px; vertical-align:middle;}/*2012*/

.opac_keyword_input_area { vertical-align:middle; white-space:nowrap;padding:0px 0px 5px 0px; }
.opac_keyword_input {
	width:80%;
	min-width:200px;
	/*2012*/
	font-size:2em;
	border-radius:0.3em;
	border-width:1px;
	margin-right:2px;
	vertical-align:middle;
	padding-left:8px;
}
/* ------------------------------------------------------------------------
 *
 * for syoshi syousai
 *
 -------------------------------------------------------------------------*/
.opac_btn_dg_ichiranback { margin-top:50px !important; }
.opac_btn_backichiran    { margin-right:0px; float:right; }

/* ------------------------------------------------------------------------
 *
 * for bunrui kensaku
 *
 -------------------------------------------------------------------------*/
table.bunrui_list { border:1px solid #ccc; margin:10px 60px 20px 70px; width:780px; }
table.bunrui_list table { table-layout:fixed; width:100%; }
table.bunrui_list table td { vertical-align:top; }
table.bunrui_list td.bunrui_list_outer_td { padding-left:15px; }
table.bunrui_list td.blank                { height:48px; }

table.bunrui_list td.item                 { padding:0px; padding-left:15px; }
table.bunrui_list td.item div             { padding-bottom:10px; }
table.bunrui_list td.item div a           { display:block; font-size:13px; min-height:40px; line-height:15px; margin:0px; padding:6px 0px 5px 14px; background: url(/iwjs0027opc/image/default/com/arrow_r.png) left 8px no-repeat; }
table.bunrui_list td.item div.active      { background:transparent url(/iwjs0027opc/image/default/com/icon_bunrui_yoko.jpg) 100px bottom no-repeat; }
table.bunrui_list td.item div a.active { background: #82CE83 url(/iwjs0027opc/image/default/com/arrow_d.png) left center no-repeat;  }

table.bunrui_list td.item div a.active:link,
table.bunrui_list td.item div a.active:visited,
table.bunrui_list td.item div a.active:hover {
	color:#fff;
}
table.bunrui_list td.first_level          { width:30%; }
table.bunrui_list td.second_level         { width:50%; }

table.bunrui_list td.rule_top    { background:transparent url(/iwjs0027opc/image/default/com/icon_bunrui_tatetop.jpg) 0px 0px no-repeat; }
table.bunrui_list td.rule_middle { background:transparent url(/iwjs0027opc/image/default/com/icon_bunrui_tateconer.jpg) 0px 0px no-repeat; }
table.bunrui_list td.rule_only   { background:transparent url(/iwjs0027opc/image/default/com/icon_bunrui_yoko-end.jpg) 0px 0px no-repeat; }
table.bunrui_list td.rule_bottom { background:transparent url(/iwjs0027opc/image/default/com/icon_bunrui_tatebottom.jpg) 0px 0px no-repeat; }

#opac_bunrui_word_input { vertical-align:middle; width:350px; margin-right:5px;}
.opac_highlight_inline_area_bunrui {
	padding:25px 50px;
}
/*-------------------------------------------------------------------------
 *
 * for tag kensaku
 *
 -------------------------------------------------------------------------*/
#tag_search_keyword_input { vertical-align:middle; margin-right:2px;border-width:1px;}
h4.tagtitle               { font-size:1.15em; margin:20px 0px; font-weight:normal;}
div.taglist span.number   { font-size:0.85em !important; letter-spacing:0px; }
div.taglist               { padding:0px 2px 5px 2px; }
ol.taglist                { padding-left:20px; }
ol.taglist li             { padding-bottom:10px; }
div.opac_tag_highlight_area {
	margin-top:295px;
	background-color:#dff9dc;
	-moz-border-radius-topleft:0.5em; -moz-border-radius-topright:0.5em;
	-webkit-border-top-left-radius:0.5em; -webkit-border-top-right-radius:0.5em;
    border-top-left-radius:0.5em; border-top-right-radius:0.5em; 
	-moz-border-radius-bottomleft:0.5em; -moz-border-radius-bottomright:0.5em;
	-webkit-border-bottom-left-radius:0.5em; -webkit-border-bottom-right-radius:0.5em;
    border-bottom-left-radius:0.5em; border-bottom-right-radius:0.5em; 
}
/*-------------------------------------------------------------------------
 *
 * for site tosyo
 *
 -------------------------------------------------------------------------*/
table.sitei_tosyo_list { width:100%; margin-top:3px;}
table.sitei_tosyo_list th { padding:3px 10px; text-align:center; border:1px solid #ccc; background-color:#82CE83; color:#ffffff;}

table.sitei_tosyo_list table { width:100%; }
table.sitei_tosyo_list table td { width:20%; }
table.sitei_tosyo_list > tbody > tr > td { padding:10px; border:1px solid #ccc; word-break: break-word;}

table.sitei_tosyo_list .sitei_tosyo_title { width:33%; white-space:nowrap; background-color:#E2FAE0; }

/*-------------------------------------------------------------------------
 *
 * for popup
 *
 -------------------------------------------------------------------------*/
.opac_popup {
	border:2px solid #ccc;
	background-color:#FFF;
	-moz-box-shadow:3px 3px 10px #666;
	-webkit-box-shadow:3px 3px 10px #666;
	box-shadow:3px 3px 10px #666;
}
.opac_popup .opac_container {
	margin:20px;
	width:700px;
}
a.close_link {
    padding-top:3px;
    padding-bottom:3px;
    padding-left:18px;
    background: url("/iwjs0027opc/image/default/com/icon_close.jpg") left center no-repeat;
}
div.opac_popup_scroll_kango {
	height:300px;
	overflow:scroll;
	border:1px solid #cccccc;
	margin:10px;
	padding:10px;
}
div.opac_popup_scroll_kango a {
	display:block;
}
div.opac_popup_scroll_container div.selected_kango {
	background-color:#f4f4f4;
}

/*-------------------------------------------------------------------------
 *
 * for stamp
 *
 -------------------------------------------------------------------------*/

div.opac-stamp-area {
    margin-top: 5px;
}

div.opac-stamp-btn {
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: url("/iwjs0027opc/image/default/com/btn_stamp_on.png") no-repeat;
}

div.opac-stamp-btn a{
    display: inline-block;
}

div.opac-stamp-btn a:hover{
    background-color: transparent;
}

div.opac-stamp-btn a:hover img{
    visibility: hidden;
}

table.opac-stamp-thumbnail{
}

table.opac-stamp-thumbnail img{
   width: 20px;
   height: 20px;
   border: 0px;
}

table.opac-stamp-thumbnail td{
	padding:2px 1px;
    margin-left: 2px;
    font-size: 0.7em; 
}

.opac-stamp-arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #c6c6c6;
    padding: 0px;
    border-radius: 3px;
    float: left;
    margin-bottom:10px;
}

.opac-stamp-arrow_box:after, .opac-stamp-arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.opac-stamp-arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 5px;
	margin-top: -5px;
}

.opac-stamp-arrow_box:before {
	border-color: rgba(170, 170, 170, 0);
	border-right-color: #c6c6c6;
	border-width: 6px;
	margin-top: -6px;
}

.opac-stamp-container h3{
    margin-bottom: 0px;
    
}

.opac-stamp-container hr{
    height: 1px;
    border: none;
    border-top: 1px #dddddd solid
    
}
.opac-stamp_list-box{
    box-shadow:0px 0px 4px 2px #e0e0e0 inset;
   -moz-box-shadow:0px 0px 4px 2px #e0e0e0 inset;
   -webkit-box-shadow:0px 0px 4px 2px #e0e0e0 inset;
    border: 1px solid #CCC;
    border-radius: 2px;
    padding: 5px;
    background-color: #F0F0F0;
}

.opac_stamp_text{
    margin: 5px 0px 0px 5px;
    display: inline-block;
}

table.opac-stamp_list{
border-collapse: separate;
    border-spacing: 5px;
}

table.opac-stamp_list td{
    box-shadow:0px -2px 4px 0px #e0e0e0 inset;
    -moz-box-shadow:0px -2px 4px 0px #e0e0e0 inset;
    -webkit-box-shadow:0px -2px 4px 0px #e0e0e0 inset;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border:1px solid #cccccc;
    height: 70px;
    min-width: 70px;
    background-color: #ffffff;
    text-align: center;
}

table.opac-stamp_list a:link, table.opac-stamp_list a:visited{
	white-space:nowrap;
    text-decoration: none;
    font-weight: normal;
    font-size: 0.8em;
    letter-spacing:0px;
    color: #3072C5;
}

table.opac-stamp_list a:hover{
    text-decoration: underline;
}

table.opac-stamp_list img{
    width: 40px;
    height: 40px;
    border: 0px;
    margin-bottom:2px;
}

table.opac-stamp_mini{
    border-collapse: separate;
    border-spacing: 0px;
    font-size: 1em;
    margin-bottom: 3px;
}

table.opac-stamp_mini td.opac-stamp_mini_button {
    box-shadow:0px -2px 4px 0px #e0e0e0 inset;
    -moz-box-shadow:0px -2px 4px 0px #e0e0e0 inset;
    -webkit-box-shadow:0px -2px 4px 0px #e0e0e0 inset;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border:1px solid #cccccc;
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

table.opac-stamp_mini td.opac-stamp_mini_label {
	padding-left: 3px;
}

table.opac-stamp_mini img{
    width: 20px;
    height: 20px;
    border: 0px;
}

/*-------------------------------------------------------------------------
 *
 * Ufinity append
 *
 -------------------------------------------------------------------------*/

.cln_block table{
	border:2px solid #00266F;
	margin:0;
	padding:0;
	font-size:12;
	width:90px;
	height:90px;
	background-color:#FFFFFF;
}
.cln_block tr{
	width:90px;
	height:15px;
	text-align:center;
}
.td_cln{
	border-bottom:1px solid #00266F;
}

.opac_imgbtn {
	border:none;
	cursor:pointer;
	margin:0px 0px;
    background-color:transparent;
	vertical-align:middle;
	padding:0px;
	color:#cbe2ff;
}

.opac_list div.opac_book_img img.opac_book_img { height:100px; width:70px; }

div.opac_data_list_wrapper {
    margin-top:0px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
table.opac_data_list {
    width:100%;
    border-collapse:collapse;
    background-color:#fff;
    margin-top:20px;
    margin-bottom:20px;
	table-layout:fixed;
}
table.opac_data_list th {
    background-color:#dff9dc;
    text-align:center;
    /*padding:5px 15px;*/
    padding:5px 5px;
    border-left:2px solid #fff;
    border-right:2px solid #fff;
	vertical-align:middle;
	white-space:nowrap;
	font-weight:normal;
}
table.opac_data_list th.no { width:35px; }
table.opac_data_list th.mark { width:35px; }
table.opac_data_list th.jyoutai { width:4.5em; }
table.opac_data_list th.syozoukan { width:5.8em; }
table.opac_data_list th.fulldate { width:7.1em; }
table.opac_data_list th.kensu { width:5em; }
table.opac_data_list th.genin {
	width:100px;
}
table.opac_data_list th.number,
table.opac_data_list th.mark {
    padding:5px 2px;
}
table.opac_data_list td.number,
table.opac_data_list td.mark {
    text-align:center;
    padding:5px 5px;
	white-space:nowrap;
}
table.opac_data_list tr.even {
	background-color:#FBF8EF;
}
table.opac_data_list td {
    padding:5px 0px 5px 15px;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	white-space:normal;
	word-break: break-all;
	word-wrap:break-word;
}
table.opac_data_list td.date {
	font-size:0.9em;
}
table.opac_data_list td .alert {
    color:#BD5555;
    padding-bottom:0px;
    font-size:100%;
}

table.opac_data_list tr.even {
    background-color:#FFFFFF;
}

.star_5_0 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_full.png) 0px 0px no-repeat; }
.star_4_5 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_half.png) -14px 0px no-repeat; }
.star_4_0 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_full.png) -28px 0px no-repeat; }
.star_3_5 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_half.png) -28px 0px no-repeat; }
.star_3_0 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_full.png) -42px 0px no-repeat; }
.star_2_5 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_half.png) -42px 0px no-repeat; }
.star_2_0 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_full.png) -56px 0px no-repeat; }
.star_1_5 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_half.png) -56px 0px no-repeat; }
.star_1_0 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_full.png) -70px 0px no-repeat; }
.star_0_5 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_half.png) -70px 0px no-repeat; }
.star_0_0 { background:transparent url(/iwjs0027opc/image/default/com/icon_star_full.png) -84px 0px no-repeat; }

/*-------------------------------------------------------------------------
 *
 * for SearchCoordinator
 *
 -------------------------------------------------------------------------*/
.opac_tab_area li.sc_tab_off a {
	background: url("/iwjs0027opc/image/default/com/tab_off.jpg") repeat-x bottom left;
}
 .opac_tab_area li.sc_tab_present a {
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
	background: #60ca85 url("/iwjs0027opc/image/green/com/bg_light-green.png") repeat-x top left;
	padding-top:8px;
	color:#fff;
}

.sc_linklist_block{
	display:none;
	position: absolute;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	width:350px;
}

.opac_list td .sc_book_title_area {
	margin-left:80px;
}
.opac_list td .sc_book_title_area_cattp {
	margin-left:135px;
}
.opac_list td .sc_book_title_area_cattp2 {
	margin-left:55px;
}

a.sc_arrow_r {
	margin-right:10px;
	padding-left:14px !important;
	background: url(/iwjs0027opc/image/default/com/arrow_g_right.png) left center no-repeat;
}
a.sc_arrow_u {
	margin-left:10px;
	padding-left:14px !important;
	background: url(/iwjs0027opc/image/default/com/arrow_g_up.png) left center no-repeat;
}

.opac_book_option_area a.sc_arrow_r{
	background: url(/iwjs0027opc/image/green/com/arrow-green.png) left 0.3em no-repeat;
}

.sc_ttl_big {
	border:1px solid #cccccc;
	-moz-border-radius:.8em;
	-webkit-border-radius:.8em;
	border-radius:0.8em;
	padding: 12px 10px 12px 20px;
	height:1.5em;
	margin-bottom:15px;
	background:#f6f6f6 url(/iwjs0027opc/image/default/com/bg_title01.png) left bottom repeat-x;
}
.sc_ttl_big h2 {
	line-height:1.2em;
	float:left;
	font-weight:normal;
}
.sc_ttl_big .opac_iconbtn {
	margin-top:-1px;
	margin-left:5px;
}

.sc_side_wrapper230 {
	background:transparent url(/iwjs0027opc/image/default/com/bg_slash.jpg) top left repeat;
	margin-bottom:15px;
	margin-top:0px;
	width:230px;
	-moz-border-radius:0.8em;
	-webkit-border-radius:0.8em;
	border-radius:0.8em;
}
.sc_side_wrapper230 .opac_side_body { padding:0px 15px 150px 15px; }
.opac_block_body_big .sc_side_wrapper230 .opac_side_body { padding:0px 15px 10px 15px; }
.opac_column_left .sc_side_wrapper230 { margin-right:20px; }
.opac_column_right .sc_side_wrapper230 { margin-left:20px; }

.sc_side_wrapper260_addtionopt {
	background:transparent url(/iwjs0027opc/image/default/com/bg_slash.jpg) top left repeat;
	-moz-border-radius:0.8em;
	-webkit-border-radius:0.8em;
	border-radius:0.8em;
}

.sc_side_ttl { 
	height:39px;
	padding-left:15px;
	background:#5492dc url(/iwjs0027opc/image/green/com/bg_light-green.png) top left repeat-x; 
	-moz-border-radius-topleft:0.8em;
	-moz-border-radius-topright:0.8em;
	-webkit-border-top-left-radius:0.8em;
	-webkit-border-top-right-radius:0.8em;
	border-top-left-radius:0.8em;
	border-top-right-radius:0.8em; 
}
.sc_side_ttl h3 {
	line-height:41px;
	height:39px;
	font-weight:normal;
	color:#fff;
}

.opac_side_body .sc_current_filter_top {
	background: #ffffff url("/iwjs0027opc/image/default/com/bg_faset_filter_top.png") no-repeat top left;
	height:12px;
	margin-top:10px;
	margin-left:-6px;
	margin-right:-6px;
}

.opac_side_body .sc_current_filter_middle {
	background: #ffffff url("/iwjs0027opc/image/default/com/bg_faset_filter_middle.png") repeat-y top left;
	margin-top:0px;
	margin-left:-6px;
	margin-right:-6px;
	padding:0px 10px;
}
.opac_side_body .sc_current_filter_middle h4 {
	padding:5px 0px 5px 2px;
}
.opac_side_body .sc_current_filter_middle h5 {
	margin:10px 0px 0px 0px;;
	color:#666;
	font-size:1em;
}
.opac_side_body .sc_current_filter_middle .opac_imgbtn{
	margin-right:2px;
}

.opac_side_body .sc_current_filter_bottom {
	background: #ffffff url("/iwjs0027opc/image/default/com/bg_faset_filter_bottom.png") no-repeat bottom left;
	height:12px;
	margin-top:0px;
	margin-left:-6px;
	margin-right:-6px;
}

a.sc_close_link {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:18px;
	background: url("/iwjs0027opc/image/default/com/icon_close.jpg") left center no-repeat;
}


/*-------------------------------------------------------------------------
 *
 * for BookList
 *
 -------------------------------------------------------------------------*/
.booklist_container a:link, .booklist_container a:visited   { text-decoration:none;color:#3072c5;font-weight:normal; }
.booklist_container a:hover, .booklist_container a:active   { text-decoration:underline;color:#3072c5;font-weight:normal; }
.booklist_table_check {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 10px;
}
.booklist_table_check th {
	width: 25%;
	padding-left:10px;
	text-align: right;
	vertical-align: top;
	white-space:nowrap;
}
.booklist_table_check td {
	text-align:left;
	padding-right:10px;
	word-break: break-all;
	word-wrap:break-word;
	white-space:normal;
}


/*-------------------------------------------------------------------------
 *
 * for EDS
 *
 -------------------------------------------------------------------------*/
.eds_pt-icon {
	width: 70px;
	display: inline-block;
	background-image: url('/iwjs0027opc/image/default/com/PT_Sprite.png');
	background-repeat: no-repeat;
}
.eds_pt-serialPeriodical { background-position: -30px -30px; height: 59px; }
.eds_pt-newspaperArticle { background-position: -140px -30px; height: 51px; }
.eds_pt-image { background-position: -245px -30px; height: 47px; }
.eds_pt-videoRecording { background-position: -345px -30px; height: 63px; }
.eds_pt-score { background-position: -445px -30px; height: 57px; }
.eds_pt-audio { background-position: -545px -30px; height: 49px; }
.eds_pt-map { background-position: -35px -120px; height: 45px; }
.eds_pt-book { background-position: -140px -120px; height: 59px; }
.eds_pt-kitObject { background-position: -245px -120px; height: 50px; }
.eds_pt-academicJournal, .eds_pt-unknown { background-position: -345px -120px; height: 57px; }
.eds_pt-dissertation { background-position: -445px -120px; height: 63px; }
.eds_pt-literaryMaterial, .eds_pt-authors { background-position: -35px -215px; height: 55px; }
.eds_pt-tableChart { background-position: -140px -215px; height: 49px; }
.eds_pt-patent { background-position: -245px -215px; height: 56px; }
.eds_pt-report { background-position: -345px -215px; height: 63px; }
.eds_pt-reference, .eds_pt-readersAdvisory { background-position: -445px -215px; height: 52px; }
.eds_pt-governmentDocument { background-position: -545px -215px; height: 60px; }
.eds_pt-editorialOpinion { background-position: -35px -305px; height: 47px; }
.eds_pt-transcript { background-position: -140px -305px; height: 63px; }
.eds_pt-review { background-position: -245px -305px; height: 48px; }
.eds_pt-biography { background-position: -345px -305px; height: 53px; }
.eds_pt-electronicResource { 	background-position: -445px -305px; height: 63px; }
.eds_pt-recommendedReadsList { background-position: -540px -305px; height: 61px; }
.eds_pt-pictureBookExtender { background-position: -35px -400px; height: 65px; }
.eds_pt-grabAndGo { background-position: -140px -400px; height: 51px; }
.eds_pt-featureArticle { background-position: -245px -400px; height: 65px; }
.eds_pt-curricularConnection { background-position: -345px -400px; height: 65px; }
.eds_pt-bookTalk { background-position: -455px -400px; height: 55px; }
.eds_pt-bookDiscussionGuides { background-position: -545px -400px; height: 55px; }
.eds_pt-awardWinner { background-position: -34px -500px; height: 70px; }
.eds_pt-authorReadalike { background-position: -140px -500px; height: 60px; }
.eds_pt-series { background-position: -245px -495px; height: 75px; }
.eds_pt-ebook { background-position: -350px -510px; height: 60px; }
.eds_pt-audiobook { background-position: -440px -510px; height: 60px; }
.eds_pt-conference { background-position: -545px -505px; height: 70px; }
.eds_pt-Poem { background-position: -35px -615px; height: 60px; }
.eds_pt-ShortStory { background-position: -141px -620px; height: 55px; }
.eds_pt-play{ background-position: -245px -620px; height: 50px; }

.eds_icon {
	background: url("/iwjs0027opc/image/default/com/sprites_32.png") no-repeat scroll left top transparent;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding-left: 36px;
}
.eds_icon-pdf { background-position: 0 -84px; }
.eds_icon-html { background-position: 0 -42px; }

.opac_list td .eds_sprite_area {
	width: 70px;
	float: left;
	text-align: center;
}
.opac_list td .eds_book_title_area {
	min-height:50px;
	margin-bottom:6px;
	margin-left:105px;
}
.opac_tab_area li.eds_tab_off a {
	background: url("/iwjs0027opc/image/default/com/tab_off.jpg") repeat-x bottom left;
}
 .opac_tab_area li.eds_tab_present a {
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
	background: #5492dc url("/iwjs0027opc/image/green/com/bg_light-green.png") repeat-x top left;
	padding-top:8px;
	color:#fff;
}

a.eds_arrow_r {
	margin-right:10px;
	padding-left:14px !important;
	background: url(/iwjs0027opc/image/default/com/arrow_g_right.png) left center no-repeat;
}
a.eds_arrow_u {
	margin-left:10px;
	padding-left:14px !important;
	background: url(/iwjs0027opc/image/default/com/arrow_g_up.png) left center no-repeat;
}

.opac_book_option_area a.eds_arrow_r{
	background: url(/iwjs0027opc/image/green/com/arrow-green.png) left 0.3em no-repeat;
}

.eds_ttl_big {
	border:1px solid #cccccc;
	-moz-border-radius:.8em;
	-webkit-border-radius:.8em;
	border-radius:0.8em;
	padding: 12px 10px 12px 20px;
	height:1.5em;
	margin-bottom:15px;
	background:#f6f6f6 url(/iwjs0027opc/image/default/com/bg_title01.png) left bottom repeat-x;
}
.eds_ttl_big h2 {
	line-height:1.2em;
	float:left;
	font-weight:normal;
}
.eds_ttl_big .opac_iconbtn {
	margin-top:-1px;
	margin-left:5px;
}

.eds_side_wrapper230 {
	background:transparent url(/iwjs0027opc/image/default/com/bg_slash.jpg) top left repeat;
	margin-bottom:15px;
	margin-top:0px;
	width:230px;
	-moz-border-radius:0.8em;
	-webkit-border-radius:0.8em;
	border-radius:0.8em;
}
.eds_side_wrapper230 .opac_side_body { padding:0px 15px 150px 15px; }
.opac_block_body_big .eds_side_wrapper230 .opac_side_body { padding:0px 15px 10px 15px; }
.opac_column_left .eds_side_wrapper230 { margin-right:20px; }
.opac_column_right .eds_side_wrapper230 { margin-left:20px; }

.eds_side_wrapper260_addtionopt {
	background:transparent url(/iwjs0027opc/image/default/com/bg_slash.jpg) top left repeat;
	-moz-border-radius:0.8em;
	-webkit-border-radius:0.8em;
	border-radius:0.8em;
}

.eds_side_ttl {
	height:39px;
	padding-left:15px;
	background:#5492dc url(/iwjs0027opc/image/green/com/bg_light-green.png) top left repeat-x;
	-moz-border-radius-topleft:0.8em;
	-moz-border-radius-topright:0.8em;
	-webkit-border-top-left-radius:0.8em;
	-webkit-border-top-right-radius:0.8em;
	border-top-left-radius:0.8em;
	border-top-right-radius:0.8em;
}
.eds_side_ttl h3 {
	line-height:41px;
	height:39px;
	font-weight:normal;
	color:#fff;
}

.opac_side_body .eds_current_filter_top {
	background: #ffffff url("/iwjs0027opc/image/default/com/bg_faset_filter_top.png") no-repeat top left;
	height:12px;
	margin-top:10px;
	margin-left:-6px;
	margin-right:-6px;
}

.opac_side_body .eds_current_filter_middle {
	background: #ffffff url("/iwjs0027opc/image/default/com/bg_faset_filter_middle.png") repeat-y top left;
	margin-top:0px;
	margin-left:-6px;
	margin-right:-6px;
	padding:0px 10px;
}
.opac_side_body .eds_current_filter_middle h4 {
	padding:5px 0px 5px 2px;
}
.opac_side_body .eds_current_filter_middle h5 {
	margin:10px 0px 0px 0px;;
	color:#666;
	font-size:1em;
}
.opac_side_body .eds_current_filter_middle .opac_imgbtn{
	margin-right:2px;
}

.opac_side_body .eds_current_filter_bottom {
	background: #ffffff url("/iwjs0027opc/image/default/com/bg_faset_filter_bottom.png") no-repeat bottom left;
	height:12px;
	margin-top:0px;
	margin-left:-6px;
	margin-right:-6px;
}


/*-------------------------------------------------------------------------
 *
 * for Summon
 *
 -------------------------------------------------------------------------*/

.opac_list td .summon_book_title_area {
	min-height:50px;
	margin-bottom:6px;
	margin-left:60px;
}
.opac_tab_area li.summon_tab_off a {
	background: url("/iwjs0027opc/image/default/com/tab_off.jpg") repeat-x bottom left;
}
 .opac_tab_area li.summon_tab_present a {
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
	background: #5492dc url(/iwjs0027opc/image/green/com/bg_light-green.png) repeat-x top left;
	padding-top:8px;
	color:#fff;
}

a.summon_arrow_r {
	margin-right:10px;
	padding-left:14px !important;
	background: url(/iwjs0027opc/image/default/com/arrow_g_right.png) left center no-repeat;
}
a.summon_arrow_u {
	margin-left:10px;
	padding-left:14px !important;
	background: url(/iwjs0027opc/image/default/com/arrow_g_up.png) left center no-repeat;
}

.opac_book_option_area a.summon_arrow_r{
	background: url(/iwjs0027opc/image/green/com/arrow-green.png) left 0.3em no-repeat;
}

.summon_ttl_big {
	border:1px solid #cccccc;
	-moz-border-radius:.8em;
	-webkit-border-radius:.8em;
	border-radius:0.8em;
	padding: 12px 10px 12px 20px;
	height:1.5em;
	margin-bottom:15px;
	background:#f6f6f6 url(<{$smarty.const.CORE_BASE_URL}>/images/v3search/default/bg_title01.png) left bottom repeat-x;
}
.summon_ttl_big h2 {
	line-height:1.2em;
	float:left;
	font-weight:normal;
}
.summon_ttl_big .opac_iconbtn {
	margin-top:-1px;
	margin-left:5px;
}

.summon_side_wrapper230 {
	background:transparent url(<{$smarty.const.CORE_BASE_URL}>/images/v3search/default/bg_slash.jpg) top left repeat;
	margin-bottom:15px;
	margin-top:0px;
	width:230px;
	-moz-border-radius:0.8em;
	-webkit-border-radius:0.8em;
	border-radius:0.8em;
}
.summon_side_wrapper230 .opac_side_body { padding:0px 15px 150px 15px; }
.opac_block_body_big .summon_side_wrapper230 .opac_side_body { padding:0px 15px 10px 15px; }
.opac_column_left .summon_side_wrapper230 { margin-right:20px; }
.opac_column_right .summon_side_wrapper230 { margin-left:20px; }

.summon_side_wrapper260_addtionopt {
	background:transparent url(<{$smarty.const.CORE_BASE_URL}>/images/v3search/default/bg_slash.jpg) top left repeat;
	-moz-border-radius:0.8em;
	-webkit-border-radius:0.8em;
	border-radius:0.8em;
}

.summon_side_ttl { 
	height:39px;
	padding-left:15px;
	background:#5492dc url(/iwjs0027opc/image/green/com/bg_light-green.png) top left repeat-x; 
	-moz-border-radius-topleft:0.8em;
	-moz-border-radius-topright:0.8em;
	-webkit-border-top-left-radius:0.8em;
	-webkit-border-top-right-radius:0.8em;
	border-top-left-radius:0.8em;
	border-top-right-radius:0.8em; 
}
.summon_side_ttl h3 {
	line-height:41px;
	height:39px;
	font-weight:normal;
	color:#fff;
}

.opac_side_body .summon_current_filter_top {
	background: #ffffff url("<{$smarty.const.CORE_BASE_URL}>/images/v3search/default/bg_faset_filter_top.png") no-repeat top left;
	height:12px;
	margin-top:10px;
	margin-left:-6px;
	margin-right:-6px;
}

.opac_side_body .summon_current_filter_middle {
	background: #ffffff url("<{$smarty.const.CORE_BASE_URL}>/images/v3search/default/bg_faset_filter_middle.png") repeat-y top left;
	margin-top:0px;
	margin-left:-6px;
	margin-right:-6px;
	padding:0px 10px;
}
.opac_side_body .summon_current_filter_middle h4 {
	padding:5px 0px 5px 2px;
}
.opac_side_body .summon_current_filter_middle h5 {
	margin:10px 0px 0px 0px;;
	color:#666;
	font-size:1em;
}
.opac_side_body .summon_current_filter_middle .opac_imgbtn{
	margin-right:2px;
}
.opac_side_body .summon_current_filter_middle li {
	word-break: break-all;
	word-wrap:break-word;
}

.opac_side_body .summon_current_filter_bottom {
	background: #ffffff url("<{$smarty.const.CORE_BASE_URL}>/images/v3search/default/bg_faset_filter_bottom.png") no-repeat bottom left;
	height:12px;
	margin-top:0px;
	margin-left:-6px;
	margin-right:-6px;
	margin-bottom:5px;
}


.opac_list td .summon_sprite_area {
	width: 58px;
	float: left;
	text-align: center;
	word-break: break-all;
	word-wrap:break-word;
}

.summon_format-sprite {
	width: 36px;
	height: 36px;
	opacity: .3;
	display: inline-block;
	background-image: url("/iwjs0027opc/image/default/ja/summon_ContentType.png");
	background-repeat: no-repeat;
}

.summon_format-generic_36px {	background-position:0 -2992px}
.summon_format-archival_material_36px {	background-position:0 -2940px}
.summon_format-artifact_36px {	background-position:0 -144px}
.summon_format-artwork_36px {	background-position:0 0}
.summon_format-audio_book_cassette_36px {	background-position:0 -1132px}
.summon_format-audio_book_cd_36px {	background-position:0 -756px}
.summon_format-audio_recording_36px {	background-position:0 -396px}
.summon_format-book_36px {	background-position:0 -2888px}
.summon_format-book_chapter_36px {	background-position:0 -1204px}
.summon_format-book_review_36px {	background-position:0 -468px}
.summon_format-cd_rom_36px {	background-position:0 -180px}
.summon_format-computer_file_36px {	background-position:0 -2108px}
.summon_format-conference_36px {	background-position:0 -1240px}
.summon_format-course_reading_36px {	background-position:0 -1276px}
.summon_format-data_cd_36px {	background-position:0 -540px}
.summon_format-data_set_36px {	background-position:0 -1592px}
.summon_format-database_36px {	background-position:0 -360px}
.summon_format-dissertation_thesis_36px {	background-position:0 -952px}
.summon_format-ebook_36px {	background-position:0 -1348px}
.summon_format-ejournal_36px {	background-position:0 -684px}
.summon_format-exam_36px {	background-position:0 -1732px}
.summon_format-government_36px {	background-position:0 -2176px}
.summon_format-journal_36px {	background-position:0 -576px}
.summon_format-journal_article_36px {	background-position:0 -1024px}
.summon_format-kit_36px {	background-position:0 -2836px}
.summon_format-library_guide_36px {	background-position:0 -36px}
.summon_format-magazine_36px {	background-position:0 -1312px}
.summon_format-magazine_article_36px {	background-position:0 -792px}
.summon_format-manuscript_36px {	background-position:0 -1680px}
.summon_format-map_36px {	background-position:0 -252px}
.summon_format-market_research_36px {	background-position:0 -916px}
.summon_format-microfilm_36px {	background-position:0 -3076px}
.summon_format-mixed_36px {	background-position:0 -720px}
.summon_format-music_36px {	background-position:0 -2212px}
.summon_format-music_cd_36px {	background-position:0 -216px}
.summon_format-music_lp_36px {	background-position:0 -288px}
.summon_format-music_score_36px {	background-position:0 -828px}
.summon_format-newsletter_36px {	background-position:0 -1168px}
.summon_format-newspaper_36px {	background-position:0 -1644px}
.summon_format-newspaper_article_36px {	background-position:0 -1804px}
.summon_format-painting_36px {	background-position:0 -1060px}
.summon_format-paper_36px {	background-position:0 -2592px}
.summon_format-patent_36px {	background-position:0 -1540px}
.summon_format-photograph_36px {	background-position:0 -1456px}
.summon_format-poem_36px {	background-position:0 -1096px}
.summon_format-realia_36px {	background-position:0 -880px}
.summon_format-reference_36px {	background-position:0 -2008px}
.summon_format-report_36px {	background-position:0 -612px}
.summon_format-software_36px {	background-position:0 -504px}
.summon_format-special_collection_36px {	background-position:0 -1384px}
.summon_format-standard_36px {	background-position:0 -72px}
.summon_format-streaming_audio_36px {	background-position:0 -988px}
.summon_format-streaming_video_36px {	background-position:0 -1768px}
.summon_format-technical_report_36px {	background-position:0 -648px}
.summon_format-trade_publication_36px {	background-position:0 -1908px}
.summon_format-trade_publication_article_36px {	background-position:0 -1840px}
.summon_format-transcript_36px {	background-position:0 -432px}
.summon_format-unknown_36px {	background-position:0 -1420px}
.summon_format-video_cassette_36px {	background-position:0 -2344px}
.summon_format-video_dvd_36px {	background-position:0 -324px}
.summon_format-video_recording_36px {	background-position:0 -2524px}
.summon_format-web_resource_36px {	background-position:0 -108px}

.summon_content_str {
	font-size: 0.9em;
	width: 58px;
	float: left;
}

.summon_content_str_en {
	font-size: 0.8em;
	width: 58px;
	float: left;
	letter-spacing: 0px;
}


/* print style
 -----------------------------------------------------------------------------*/
@media screen {
	.printout_header {
		display:none;
	}
	.printout_inline {
		display:none;
	}
}
@media print {
	.printout_header {
		display:block;
	}
	.printout_inline {
		display:inline;
	}
	.opac_booksyozou_area th {
		width:5.0em;
	}
}


/*-------------------------------------------------------------------------
 *
 * for libuse
 *
 -------------------------------------------------------------------------*/
a.libuse_riyou_login_button:link,a.libuse_riyou_login_button:visited{
	color:#ffffff;
	text-decoration:none;
}

a.libuse_riyou_login_button img {
	vertical-align:text-bottom;
	margin-right:15px;
}

.libuse_simple_outerdiv a:link,
.libuse_simple_outerdiv a:visited {
	color:#118502;
	font-weight:normal;
	text-decoration:none;
}

.libuse_simple_outerdiv a.libuse_riyou_login_button{
	display:inline-block;
	width:17.5em;
	height:2.5em;
	line-height:2.5em;
	padding-left:15px;
	padding-right:15px;
	border:solid 1px #cccccc;
	font-size:1.08em;
	color:#ffffff;
	text-decoration:none;
    -moz-border-radius:0.5em;
    -webkit-border-radius:0.5em;
    border-radius:0.5em;
	background: #60ca85  url("/iwjs0027opc/image/green/com/btn_dark-green.png") repeat-x left center;
	text-align:center;
}
.libuse_simple_outerdiv a.libuse_riyou_login_button:hover{
    background: #60ca85  url("/iwjs0027opc/image/green/com/button_dark_bg-green.png") repeat-x center left;
}

span.libuse_libuseask_alerm{
	color:#c00 !important;
}

span.libuse_libuseask_blue{
	color:blue;
}

table.libuse_libuseask_table {
border-collapse: separate;
border-spacing: 2px 5px;
}

.libuse_opac_description_area {
	text-align:left;
}
.libuse_opac_description_area a:link, a:visited   { text-decoration:none; }
.libuse_opac_description_area a:hover, a:active   { text-decoration:underline; }

table.libuse_opac_confirm_narrow_list {
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	border-collapse:collapse;
	background-color:#fff;
	table-layout:fixed;
}
table.libuse_opac_confirm_narrow_list th {
	background-color:#E2FAE0;
	text-align:center;
	padding:4px 10px;
	border:1px solid #ccc;
	vertical-align:middle;
	font-weight:normal;
	word-break: break-all;
	word-wrap:break-word;
}
table.libuse_opac_confirm_narrow_list th.libuse_jyoutai { width:4.5em; }
table.libuse_opac_confirm_narrow_list th.libuse_syozoukan { width:5.8em; }
table.libuse_opac_confirm_narrow_list th.libuse_fulldate { width:7.1em; }

table.libuse_opac_confirm_narrow_list td {
    padding:4px 10px 4px 10px;
	border:1px solid #ccc;
	vertical-align:middle;
	word-break: break-all;
	word-wrap:break-word;
}
table.libuse_opac_confirm_narrow_list td.libuse_mark {
	color:#c00 !important;
    text-align:center;
    padding:5px 5px;
    word-break: break-all;
	word-wrap:break-word;
}

.widthmax {
    width: 100%;
}

.th_fpopup_header {
	font-size: 1.2em;
	padding: 7px 5px 5px 10px;
	border-radius: 5px 0px 0px 0px;
	background-color: #5492dc;
	color: #ffffff;
}
.block_title_event {
	margin-top:-22px;
	margin-left:-22px;
	margin-right:-22px;
}

.opac-stamp-container {
	padding: 15px 10px 0px;
}