/* 共通設定 */
/* font_family */
body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #534741;
}
a.zoom:hover {
    transform: scale(1.01,1.01);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 40%);
    transition: all 0.3s;
}
/*デフォルトロゴ消し*/
body > nav > a.cc-custom-brand {
	display:none;
}
/* ハンバーガメニュー左寄せ */
body > nav > button.navbar-toggler {
	margin-right: 0;
	margin-left: auto;
}
/* ハンバーガメニュー左寄せ開いたときの左空き */
#navbarsExampleDefault ul.navbar-nav.d-md-none {
	padding-left: 1.5rem;
}
/* ヘッダーエリアサイト検索 */
.header ul {
  display: flex;
  clear: both;
  float: right;
  padding: 0;
  margin: 15px 0 0 0;
}
.header ul li {
  list-style: none;
  padding: 0 10px;
  line-height: 2;
}
.header ul li a {
  color: #30C1C1;
}
.header ul li .siteSearch {
  position: relative;
}
.header ul li input {
  position: absolute;
  width: 190px;
/*
  height: 25px;
  height: 1.5rem;
*/
  padding-right: 25px;
}
.header ul li button::before {
  font-family: "Font Awesome 6 Free";
  content: '\f002';
  font-size: 1rem;
  font-weight: 900;
}
.header ul li button {
  position: absolute;
  /*top: -3px;*/
  top: 2px;
  right: -190px;
  border: none;
  background: none;
  color: #333;
}
/* OPAC検索 */
.collection_journal_search_Frame {
    background-image: url(/themes/Users/tokyo-w-lib/images/mv01.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -1rem;
    margin-bottom: 1rem;
}
:not(.collection_journal_search_Frame-edit).collection_journal_search_Frame > div > div > div:not(.frame-setting-body).card-body {
    width: 100%;
    max-width:1110px;
    margin: 0 auto;
    position: relative;
    height: 300px;
}
.collection_journal_search_Frame .card-body .lib-search-opacity {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    border: 10px solid #FFFFFF60;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.collection_journal_search_Frame .card-body .lib-search-area {
    width: 100%;
    max-width:670px;
    margin: 0 auto;
    background-color: #FFF;
    border: 8px solid #30C1C1;
}
.collection_journal_search_Frame .card-body .lib-search-area .nav-link {
    color: #FFF;
    background-color: #09847E;
}
.collection_journal_search_Frame .card-body .lib-search-area .nav-link.active {
    color: #09847E;
    background-color: #FFF;
}
.collection_journal_search_Frame .card-body .lib-search-area .tab-content {
    padding: 30px 50px;
}
.collection_journal_search_Frame button {
    color: #FFF;
    background-color: #534741;
}
.collection_journal_search_Frame button:before {
    font-family: "Font Awesome 6 Free";
    content: '\f002';
    font-size: 1rem;
    font-weight: 900;
    margin: 0 10px 0 0;
}
/*新着情報 一行表示*/
.plugin-whatsnews.whatsnews-onerow .card-body a {
    color: #534741;
}
/*新着情報 カードタイプ*/
.plugin-whatsnews.whatsnews-card_04_custom .whatsnew_card a > div {
    border: 7px solid #30C1C1;
    color: #FFFFFF;
    background-color: #30C1C1;
}
.plugin-whatsnews.whatsnews-card_04_custom dl,
.plugin-whatsnews.whatsnews-card_04_custom dt,
.plugin-whatsnews.whatsnews-card_04_custom dd {
    margin-bottom: 0;
}
.plugin-whatsnews.whatsnews-card_04_custom .whatsnew_thumbnail {
    width: 100%;
    height: 150px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.plugin-whatsnews.whatsnews-card_04_custom .whatsnew_post_detail {
    font-size: 1rem;
    text-align: left;
}
.plugin-whatsnews.whatsnews-card_04_custom .whatsnew_posted_at {
    font-size: 0.8rem;
    text-align: left;
    margin: 0.5rem;
}
.plugin-whatsnews.whatsnews-card_04_custom .whatsnew_title {
    font-size: 0.9rem;
    text-align: left;
    font-weight: normal;
    margin: 0 0.5rem 0.5rem 0.5rem;
}

/*ウィジウィグ内で利用*/
.card-title {
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: center;
    color : #09847E;
    border-bottom : 2px solid #09847E;
}
/*フッター用*/
.bk-cream {
    background: #FFFACD;
}
.bk-black {
    background: #534741;
}
.bk-cream .card-body {
    width: 100%;
    max-width:1110px;
    margin: 0 auto;
}
.bk-black .card-body {
    width: 100%;
    max-width:1110px;
    margin: 0 auto;
}
.bk-black .card-body a {
    color: #FFF;
}
.bk-black .card-body .footer-copy {
    text-align: center;
    color: #FFF;
    font-size: 1.5rem;
    padding: 2rem 0 1rem;
    margin-bottom: 1rem;
}
.bk-black .card-body .footer-copy .en {
    font-size: 1rem;
}
.bk-black .card-body .footer-copy {
    border-bottom: 1px solid #FFF;
}
.footersitemap .nav-justified .nav-item {
    text-align: left;
}
.footersitemap > ul > li > ul li {
    position: relative;
}
.footersitemap > ul > li > ul > li a:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: -1rem;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.bk-black .card-body .footer-copyright {
    text-align: center;
    color: #FFF;
    font-size: 0.8rem;
    padding: 2rem 0;
}

/* ヘッダーメニュー */
#frame-card-507 > div > nav {
    background-color: #30C1C1;
    color : #FFFFFF;
}
#frame-card-507 > div > nav > ul {
    max-width:1110px;
    margin: 0 auto;
    border-bottom: 0;
}
#frame-card-507 > div > nav > ul > li.nav-item {
    /*border-left : 1px solid #30C1C1;*/
    /*border-bottom : 1px solid #30C1C1;*/
    margin-bottom: 0;
}
#frame-card-507 > div > nav > ul > li.nav-item:last-child {
    /*border-right : 1px solid #09847E;*/
}
#frame-card-507 > div > nav > ul > li.nav-item:nth-child(1) > a {
    background-image: url(/themes/Users/tokyo-w-lib/images/1.png);
}
#frame-card-507 > div > nav > ul > li.nav-item:nth-child(2) > a {
    background-image: url(/themes/Users/tokyo-w-lib/images/2.png);
}
#frame-card-507 > div > nav > ul > li.nav-item:nth-child(3) > a {
    background-image: url(/themes/Users/tokyo-w-lib/images/3.png);
}
#frame-card-507 > div > nav > ul > li.nav-item:nth-child(4) > a {
    background-image: url(/themes/Users/tokyo-w-lib/images/4.png);
}
#frame-card-507 > div > nav > ul > li.nav-item > a {
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 13px 17px;
    color : #FFFFFF;
    padding: 20px 0px;
    border: 0;
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: bold;
}
#frame-card-507 > div > nav > ul > li.nav-item.show {
    /*border-left : 1px solid transparent;*/
}
#frame-card-507 > div > nav > ul > li.nav-item.show > a.nav-link ,
#frame-card-507 > div > nav > ul > li.nav-item.show > a:hover,
#frame-card-507 > div > nav > ul > li.nav-item > a.active,
#frame-card-507 > div > nav > ul > li.nav-item > a:hover,
#frame-card-507 > div > nav > ul > li.nav-item > a:active {
    background-color : #09847E;
    color : #FFFFFF;
}
/* メガメニュー始まり */
#frame-card-507 > div > nav > ul > li.nav-item.dropdown > div {
    width: 100vw;
    max-width: 1110px;
    border: 0;
    border-radius: 0;
    background: #09847E;
    opacity: 0.9;
}
/*階層2の開始位置の調整*/
#frame-card-507 > div > nav > ul > li:nth-child(1) > div {
    margin-left: calc( 0% - 0px );
    margin-top: -1px
}
/*階層2の開始位置の調整*/
#frame-card-507 > div > nav > ul > li:nth-child(2) > div {
    margin-left: calc( -100% - 0px );
    margin-top: -1px
}
/*階層3の開始位置の調整*/
#frame-card-507 > div > nav > ul > li:nth-child(3) > div {
    margin-left: calc( -200% - 0px );
    margin-top: -1px
}
/*階層4の開始位置の調整*/
#frame-card-507 > div > nav > ul > li:nth-child(4) > div {
    margin-left: calc( -300% - 0px );
    margin-top: -1px
}
#frame-card-507 > div > nav > ul > li.nav-item.dropdown > div > ul {
    position:relative;
    padding: 0;
}
#frame-card-507 > div > nav > ul > li.nav-item.dropdown > div > ul > li {
    display: inline-block;
    width:33%;/*メガメニュー内は3行表示*/
    vertical-align: top;
}
#frame-card-507 > div > nav > ul > li.nav-item.dropdown > div > ul li {
    position:relative;
}
#frame-card-507 > div > nav > ul > li > div.dropdown-menu > ul a {
   color: #fff;
}
#frame-card-507 > div > nav > ul > li > div.dropdown-menu > ul a:before {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

#frame-card-507 > div > nav > ul > li > div.dropdown-menu > ul a:active, 
#frame-card-507 > div > nav > ul > li > div.dropdown-menu > ul a.active, 
#frame-card-507 > div > nav > ul > li > div.dropdown-menu > ul a:hover, 
#frame-card-507 > div > nav > ul > li > div.dropdown-menu > ul a:focus {
    background: #FFF;
    color: #09847E;
    display: inline-table;
}
#frame-card-507 > div > nav > ul > li > div.dropdown-menu > ul a:active:before, 
#frame-card-507 > div > nav > ul > li > div.dropdown-menu > ul a.active:before, 
#frame-card-507 > div > nav > ul > li > div.dropdown-menu > ul a:hover:before, 
#frame-card-507 > div > nav > ul > li > div.dropdown-menu > ul a:focus:before {
    border-color: transparent transparent transparent #09847E;
}

#frame-card-507 > div > nav > ul > li > div.dropdown-menu > ul li {
    list-style: none;
}
/* メガメニュー終わり */
/* パンくずメニュー */
.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
}
.breadcrumb a {
    color: #534741;
}

/*トップ新着情報一覧へ*/
.more-news  {
    text-align: center;
    margin: 2rem auto 0;
}

/* globalナビはメニューの色合いと合わせる */
.bg-dark {
    background-color: #30C1C1 !important;
    padding: 0;
}
.navbar-dark .navbar-brand {
    font-size : 1rem;
    padding-left: 0.5rem;
}
.navbar-dark .navbar-nav .nav-link {
    font-size : 0.8rem;
}

/* ページ上部へ戻るボタン page-top */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
    z-index: 9999;
}
#page-top a {
    display: block;
    background: transparent;
    color: #fff;
    width: 100px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    font-size:3rem;
    opacity:1;
}
#page-top a:hover {
    text-decoration: none;
    opacity:0.8;
}

/* フレームタイトル ＆ 枠*/
.card {
    border: 1px solid #30C1C1;
    border-radius: 0;
}
.card .card-header {
    margin-top: -1px;
    margin-right: -1px;
}
.card .card-header:first-child {
    border-radius: 0;
}
/*
.card:has(.card-header.bg-default) {
    border: 0 !important;
    border-radius: 0;
}
*/
.card .card-header.bg-default {
    color : #ffffff;
    font-size: 1.1rem;
    padding: 0.75rem 0.5rem 0.75rem 45px;
    background-color: #30C1C1;
    position: relative;
    overflow: hidden;
    border: 1px solid #FFF;
    margin: -1px;
}
.card .card-header.bg-default + .card-body {
    border: 2px solid #FFF;
    margin: -1px;
}
/*斜めの背景設定*/
.card .card-header.bg-default:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #09847E;
    transform: skewY(-70deg) translateY(-55px);
    z-index: 1;
    width: 40px;
    height: 100px;
}

/*サイドメニュー*/
.plugin-menus div.card-body {
    padding: 0;
}
.plugin-menus .list-group > a.list-group-item {
    color: #534741;
    background : transparent;
    border : none;
    padding: 0.3rem 1.25rem;
    border-radius : 0;
    border-bottom: 1px solid #30C1C1;
}
.plugin-menus .list-group > a.list-group-item:last-child {
    /*border-bottom: 0;*/
}
.plugin-menus .list-group > a.list-group-item.active,
.plugin-menus .list-group > a.list-group-item:hover {
    background-color : #30C1C150;
    z-index : 0;
    border-color : transparent;
    text-decoration: none;
    margin-right: -1px;
}
/*各種階層のTOPは非表示*/
.plugin-menus .list-group > a.list-group-item.depth-0 {
    display:none;
}
.plugin-menus .list-group > a.list-group-item.depth-1 > span.px-2:nth-child(1):before,
.plugin-menus .list-group > a.list-group-item.depth-2 > span.px-2:nth-child(2):before,
.plugin-menus .list-group > a.list-group-item.depth-3 > span.px-2:nth-child(3):before,
.plugin-menus .list-group > a.list-group-item.depth-4 > span.px-2:nth-child(4):before {
    content: "";
    position: absolute;
    top: 0.75rem;
    left: 1.4rem;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #09847E;
}
.plugin-menus .list-group > a.list-group-item.depth-2 > span.px-2:nth-child(2):before {
    left: 2.4rem;
}
.plugin-menus .list-group > a.list-group-item.depth-3 > span.px-2:nth-child(3):before {
    left: 3.4rem;
}
.plugin-menus .list-group > a.list-group-item.depth-4 > span.px-2:nth-child(4):before {
    left: 4.4rem;
}
/*******/
/* サイト内検索のリンク文字色*/
.plugin-searchs .card-body a {
    color: #30C1C1;
}
.plugin-searchs .btn-primary {
    color: #fff;
    background-color: #30C1C1;
    border-color: #30C1C1;
}
.plugin-searchs .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #D3F4EF;
    border-color: #D3F4EF;
}


/*******/
/* ブログの記事タイトルの大きさ調整*/
header h2 {
    font-size: 1.3rem;
}
header h2 a,header h2 a:hover {
    color: #534741;
}
/* ブログの日数表記 */
header > b {
    font-size: 0.9rem;
    font-weight: normal;
    display: block;
    text-align: right;
    margin-right: 0;
}
.page-item .page-link {
    color: #30C1C1;

}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #30C1C1;
    border-color: #30C1C1;
}
/*トップページ 検索ボックス*/
.lib-search-area input[type="text"] {
    width: calc(100% - 80px);
}
.lib-search-area .tab-content a {
    color: #09847E;
    position: relative;
    padding-left: 20px;
}
.lib-search-area .tab-content a:before {
    content: "";
    position: absolute;
    top: 0.3rem;
    left: 9px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #09847E;
}
@media only screen and (max-width: 992px) {
    .lib-search-area .tab-content a {
        display:block;
    }
}


/*ツイッターセンター表示*/
.twitter-timeline.twitter-timeline-rendered {
    margin: 0 auto;
}
@media only screen and (max-width: 992px) {
    #frame-card-507 > div > nav > ul > li.nav-item > a {
        background-image: none !important;
    }
.footersitemap .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: auto;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    width: 50%;
}
}
/*印刷方向設定*/
@page {
    size: auto!important;
}

@media print {
/* 印刷用のスタイル */
  body {
    font-size: 12pt;
    margin: 0;
    padding: 0;
  }
 container {
min-width: auto !important;
}

  /* ページの余白 */
  @page {
    margin: 2cm;
  }
}