@charset "UTF-8";
/*
Theme Name: tcmj-collection-fukushima
Description: This is my original theme.
Version: 1.0
*/

body  {margin: 0;
  font-family: 'YuGothic', 'Yu Gothic', sans-serif;
  line-height: 1.5}

a  {text-decoration: none;
  color: #016D65}

a:hover  {background-color: #B1DEC0}

a img  {border: none}



/* ------------------- 基本構造 ------------------- */

/* ヘッダーとフッターをバーの形にする設定 */
header  {
  border-bottom: solid 1px #dddddd;
  background-color: #ffffff;
}

footer  {
  border-top: solid 1px #dddddd;
  background-color: #016D65;
}

/* ボックスの上下の間隔 */
.sub-header  {padding-top: 5px}

.contents  {padding-top: 20px;
  padding-bottom: 20px}

.sub  {padding-top: 20px;
  padding-bottom: 20px}

footer  {padding-top: 10px;
  padding-bottom: 15px}

@media (max-width: 599px) {
  .contents  {padding-top: 10px}
}


/* ボックスの左右の余白 */
header, footer, .container, .sub-header
  {padding-left: 10px;
  padding-right: 10px}


@media (min-width: 768px) and (max-width: 899px) {
  /* 全体の横幅 */
  .container, .header-inner, .footer-inner, .sub-header
    {width: 747px;
    margin-left: auto;
    margin-right: auto}
}


@media (min-width: 900px) {
  /* コンテンツとサイドバーを横に並べる設定 */
  .container:after  {content: "";
    display: block;
    clear: both}

  .contents  {float: left;
    width: 100%;
    margin-right: -300px}

  .sub  {float: left;
    width: 300px}

  /* コンテンツとサイドバーの間隔 */
  .contents  {padding-right: 350px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box}
}

@media (min-width: 900px) {
  /* 全体の横幅 */
  .container, .header-inner, .footer-inner, .sub-header
    {width: 1000px;
    margin-left: auto;
    margin-right: auto}
}



/* ------------------- ヘッダー ------------------- */

/* サイト名 */
.site h1 a  {display: inline-block;
  padding: 10px;
  color: #016D65;
  text-decoration: none}

.site h1  {margin: 0;
  font-size: 30px}

h1.h1top  {
  margin: 0;
  padding: 0 15px;
  font-size: 20px;
  color: #ffffff;
  background-color: #01595C;
}

div.toptitle {
  background-color: #01595C;
  color: #ffffff;
  padding: 5px 10px;
}

p.topsubtitle {
  margin: 0;
  width: 100%;
  font-size: 15px;
  text-align: right;
  background-color: #01595C;
}


/* ------------------- フッター ------------------- */

/* フッター */
.footer-inner  {
  display: inline-block;
  background-color: #016D65;
  margin-left: auto;
  margin-right: auto;
  }


/* コピーライト */
.copyright ul  {margin: 0;
  display: inline-block;
  padding: 0;
  list-style: none}

.copyright li a  {
  margin-right: 5px;
  margin-bottom: 2px;
  padding: 3px 5px;
  border-radius: 2px;
  background-color: #016D65;
  color: #ffffff;
  font-size: 12px;
  float: left;
  text-decoration: none;
}

.copyright li  {
  margin-right: 5px;
  margin-bottom: 2px;
  padding: 3px 5px;
  border-radius: 2px;
  background-color: #016D65;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  float: left;
}

.copyright li a:hover  {background-color: #B1DEC0}

.copyright ul:after  {content: "";
  display: block;
  clear: both}

.copyright  {float: left;
  background-color: #016D65;
  width: auto;
   }

.copyright p  {margin: 0;
  color: #ffffff;
  font-size: 12px;
}

/* ------------------- 記事の概要 ------------------- */

/* 概要 */
.gaiyou a  {display: block;
  padding: 5px 0;
  border-bottom: dotted 2px #dddddd;
  color: #000000;
  text-decoration: none}

.gaiyou a:hover  {background-color: #B1DEC0}

.gaiyou a:after  {content: "";
  display: block;
  clear: both}

.gaiyou img  {float: left;
  width: 200px}

.gaiyou .text  {float: none;
  width: auto;
  margin-left: 10px}

.gaiyou h1  {margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px}

.gaiyou p  {margin: 0;
  font-size: 14px}

.gaiyou .kiji-date  {margin-bottom: 8px}


@media (max-width: 599px) {
  .gaiyou a  {padding: 10px 0}

  .gaiyou img  {width: 100px}

  .gaiyou .text  {margin-left: 10px}

  .gaiyou h1  {font-size: 12px}

  .gaiyou p  {visibility: hidden;
    height: 0}

  .gaiyou .kiji-date  {margin-bottom: 0}
}


/* 概要（大サイズ） */
.gaiyou-large a  {display: block;
  padding: 20px 0;
  border-bottom: dotted 2px #dddddd;
  color: #000000;
  text-decoration: none}

.gaiyou-large:first-child a  {padding-top: 0}

.gaiyou-large a:hover  {background-color: #B1DEC0}

.gaiyou-large h1  {
margin-top: 0;
  padding-left: 30px;
  font-size: 24px;
  background-color: #B1DEC0;
  vertical-align:middle;
  border-bottom: solid 2px #021C00;
  color:#01595C;
  background-image: url('https://tokyo-ondai-lib.jp/collection/img/fukushimah1.png');
  background-repeat:repeat-y;
  background-position: left center;
}

.gaiyou-large p  {margin: 0;
  font-size: 14px}

.gaiyou-large .kiji-date  {margin-bottom: 15px}

.gaiyou-large .thumb  {width: 100%;
  height: 350px;
  background-size: cover;
  background-position: 50% 50%}


@media (max-width: 599px) {
  .gaiyou-large a  {padding: 10px 0}

  .gaiyou-large h1  {font-size: 12px}

  .gaiyou-large p  {font-size: 12px}

  .gaiyou-large .thumb  {height: 200px}
}


/* ------------------- 記事 ------------------- */

/* 記事 */
.kiji:after  {content: "";
  display: block;
  clear: both}

.kiji h1  {margin-top: 0 0 10px 0;
  padding-left: 30px;
  font-size: 24px;
  background-color: #B1DEC0;
  vertical-align:middle;
  border-bottom: solid 2px #021C00;
  color:#01595C;
  background-image: url('https://tokyo-ondai-lib.jp/collection/img/fukushimah1.png');
  background-repeat:repeat-y;
  background-position: left center;
}

.kiji p  {margin-top: 0;
  margin-bottom: 20px}

@media (max-width: 599px) {
  .kiji h1  {font-size: 18px}

  .kiji p  {font-size: 12px}
}


/* 小見出し */
.kiji h2  {position: relative;
  margin-top: 40px;
  padding-left: 32px;
  padding-bottom: 5px;
  border-bottom: solid 2px #021C00;
  font-size: 24px;
  clear: both}

.kiji h2:before  {position: absolute;
  left: 0px;
  top: 3px;
  content: '\f096';
  color: #021C00;
  font-family: 'FontAwesome';
  font-size: 28px;
  line-height: 1}

.kiji h3  {margin-top: 25px;
  padding-left: 10px;
  border-left: solid 10px #E4A300;
  font-size: 18px;
  clear: both}

@media (max-width: 599px) {
  .kiji h2  {padding-left: 21px;
    font-size: 18px}

  .kiji h2:before  {font-size: 20px}

  .kiji h3  {padding-left: 6px;
    font-size: 15px}
}


/* 補足情報 */
.point  {position: relative;
  margin: 40px 0 30px;
  padding: 25px 20px 20px;
  border-radius: 10px;
  background-color: #cfedb7;
  font-size: 14px;
  clear: both}

.point:before  {position: absolute;
  left: 15px;
  top: -15px;
  content: '\f0eb';
  z-index: 2;
  width: 32px;
  height: 32px;
  padding-top: 3px;
  border-radius: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #5ab80e;
  color: #ffffff;
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 1;
  text-align: center}

.point:after  {position: absolute;
  left: 32px;
  top: -8px;
  z-index: 1;
  content: 'POINT';
  padding: 3px 10px 3px 20px;
  border-radius: 5px;
  background-color: #5ab80e;
  color: #ffffff;
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1}

/* 注意書き */
.attention  {position: relative;
  margin: 40px 0 30px;
  padding: 20px;
  border-radius: 10px;
  border: dotted 2px #ff0000;
  background-color: #ffefef;
  font-size: 14px;
  clear: both}

.attention:before  {position: absolute;
  left: 20px;
  top: -15px;
  content: '\f071';
  background-color: #ffffff;
  color: #ff0000;
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 1}


/* 投稿日・更新日 */
.kiji-date  {margin-bottom: 20px;
  color: #666666;
  font-size: 12px}

@media (max-width: 599px) {
  .kiji-date  {font-size: 11px}
}


/* タグ */
.kiji-tag  {margin-bottom: 18px}

.kiji-tag ul  {margin: 0;
  padding: 0;
  list-style: none}

.kiji-tag li a  {display: block;
  margin-right: 5px;
  margin-bottom: 2px;
  padding: 3px 5px;
  border-radius: 2px;
  background-color: #75dbe7;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none}

.kiji-tag li a:hover  {background-color: #966A00}

.kiji-tag ul:after  {content: "";
  display: block;
  clear: both}

.kiji-tag li  {float: left;
  width: auto}


/* パンくずリスト */
.bread ol  {margin: 0;
  padding: 0;
  list-style: none}

.bread li a  {display: inline-block;
  padding: 5px 5px;
  color: #888888;
  font-size: 12px;
  text-decoration: none}

.bread li a[href]:hover  {background-color: #B1DEC0}

.bread ol:after  {content: "";
  display: block;
  clear: both}

.bread li  {float: left;
  width: auto}

.bread li:after  {content: '\003e';
  margin-left: 2px;
  margin-right: 2px;
  color: #888888}

.bread li:last-child:after  {content: none}

.bread i  {font-size: 14px}

.bread span  {display: inline-block;
  text-indent: -9999px}

@media (max-width: 599px) {
  .bread li:last-child  {text-indent: -9999px}
}

/* シェアボタン */
.share  {margin-top: 40px;
  clear: both}

.share ul  {margin: 0;
  padding: 0;
  list-style: none}

.share li a  {display: block;
  padding: 8px 17px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none}

.share li a:hover  {opacity: 0.8}

.share ul:after  {content: "";
  display: block;
  clear: both}

.share li  {float: left;
  width: auto;
  margin-right: 5px}

.share-tw  {background-color: #55acee}
.share-fb  {background-color: #3b5998}
.share-gp  {background-color: #dd4b39}

@media (max-width: 599px) {
  .share span  {display: inline-block;
    text-indent: -9999px}

  .share li a  {padding: 8px 10px}
}


/* ページネーション */
.pagination  {margin: 40px 0 30px;
  text-align: center}

.pagination ul  {display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none}

.pagination li a,
.pagination li > span
  {display: block;
  margin: 0 5px;
  padding: 6px 8px;
  border: solid 1px #cccccc;
  color: #000000;
  font-size: 14px;
  text-decoration: none}

.pagination li > span
  {background-color: #efefef}

.pagination li a:hover  {background-color: #B1DEC0}

.pagination ul:after  {content: "";
  display: block;
  clear: both}

.pagination li  {float: left;
  width: auto}


/* 記事一覧のページネーション */
.pagination-index li .dots
  {padding: 6px 2px;
  border-color: transparent;
  background-color: transparent}

@media (max-width: 599px) {
  .pagination-index li a,
  .pagination-index li > span
    {margin: 0;
    padding: 6px 7px;
    border-left: none;
    font-size: 12px}

  .pagination-index li:first-child a,
  .pagination-index li:first-child > span
    {border-left: solid 1px #cccccc}

  .pagination-index li .dots
    {border-right-color: #cccccc}
}



/* ------------------- サイドバー ------------------- */

/* メニュー */
.mymenu  {margin-bottom: 30px}

.mymenu h2  {margin-top: 0;
  margin-bottom: 10px;
  border-bottom: solid 2px #dddddd;
  color: #666666;
  font-size: 18px}

.mymenu ul  {margin: 0;
  padding: 0;
  list-style: none}

.mymenu li a  {display: block;
  padding: 10px 5px;
  color: #000000;
  font-size: 14px;
  text-decoration: none}

.mymenu li a:hover  {background-color: #B1DEC0}


/* サムネイル画像を付けたメニューのデザイン */
.mymenu-thumb li a  {padding: 5px 0;
  border-bottom: dotted 1px #dddddd;
  color: #2288bb}

.mymenu-thumb li a:after  {content: "";
  display: block;
  clear: both}

.mymenu-thumb li .thumb  {float: left;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: 50% 50%}

.mymenu-thumb li .text  {float: none;
  width: auto;
  margin-left: 75px}

.mymenu-thumb li span  {display: block;
  color: #666666;
  font-size: 12px}



/* サムネイル画像に文字を重ねたメニュー */
.mymenu-large li a  {position: relative;
  margin-bottom: 10px;
  padding: 0}

.mymenu-large li a:hover  {opacity: 0.8}

.mymenu-large li .thumb  {width: 100%;
  height: 130px;
  background-size: cover;
  background-position: 50% 50%}

.mymenu-large li .text  {position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  background-color: rgba(0,0,0,0.5);
  color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box}


@media (min-width: 400px) and (max-width: 899px) {
  .mymenu-large ul:after  {content: "";
    display: block;
    clear: both}

  .mymenu-large li  {float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box}

  .mymenu-large li:nth-child(odd) {clear: both;
    padding-right: 7px}

  .mymenu-large li:nth-child(even) {padding-left: 7px}
}



/* 関連記事メニュー */
.mymenu-related  {margin: 40px 0 0;
  padding: 20px;
  border: solid 1px #dddddd;
  background-color: #f6f6f6}

.mymenu-related h2  {padding: 0 0 0 7px;
  border-left: solid 8px #016D65;
  border-bottom: none;
  font-size: 20px;
  font-weight: normal}

.mymenu-related h2:before  {content: none}

.mymenu-related li a  {border: none;
  color: #000000}


@media (max-width: 599px) {
  .mymenu-related  {padding: 10px}

  .mymenu-related li .thumb  {width: 80px;
    height: 50px}

  .mymenu-related li .text  {margin-left: 95px}
}


@media (min-width: 600px) {
  .mymenu-related ul:after  {content: "";
    display: block;
    clear: both}

  .mymenu-related li  {float: left;
    width: 25%;
    padding: 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box}

  .mymenu-related li .thumb  {width: 100%;
    height: 80px;
    margin-bottom: 5px}

  .mymenu-related li .text  {margin-left: 0}
}



/* ------------------- ウィジェット ------------------- */

/* 検索フォーム */
.search-field  {width: 100%;
  height: 44px;
  padding: 5px;
  border: solid 2px #dddddd;
  border-radius: 0;
  background-image: none;
  font-family: inherit;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;}

.screen-reader-text, .search-submit
  {display: block;
  visibility: hidden;
  height: 0}

/* タグクラウド */
.tagcloud a  {display: inline-block;
  color: #2288bb;
  text-decoration: none}

/* 広告 */
.myad  {text-align: center}


/* ------------------- 固定ページ ------------------- */

/* コンテンツメニュー */
.mymenu-page  {border: solid 2px #dddddd}

.mymenu-page h2  {margin: 0;
  padding: 10px}

.mymenu-page li a  {padding: 20px 10px;
  border-bottom: solid 1px #dddddd}

.mymenu-page li:last-child a  {border: none}



/* ------------------- トップページ ------------------- */

/* トップページのコンテンツメニュー */
.mymenu-top li a  {position: relative;
  margin-bottom: 10px;
  padding: 0}

.mymenu-top li a:hover  {opacity: 0.8}

.mymenu-top li .thumb  {width: 100%;
  height: 100px;
  background-size: cover;
  background-position: 50% 50%}

.mymenu-top li h2  {margin: 10px 0 5px;
  border: none;
  font-size: 20px}

.mymenu-top li p  {margin: 0;
  font-size: 14px}


@media (min-width: 600px) {
  .mymenu-top ul:after  {content: "";
    display: block;
    clear: both}

  .mymenu-top li  {float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box}

  .mymenu-top li:nth-child(odd) {clear: both;
    padding-right: 15px}

  .mymenu-top li:nth-child(even) {padding-left: 15px}
}


/* トップページのお知らせメニュー */
.mymenu-news  {padding: 20px;
  border: solid 1px #243045}

.mymenu-news ul  {list-style: none}

.mymenu-news li  {position: relative;
  background-color: #ffffff;
  padding-left: 20px}

.mymenu-news li:before  {position: absolute;
  left: 0px;
  top: 12px;
  content: '\f138';
  color: #aaaaaa;
  font-family: 'FontAwesome';
  line-height: 1}


/* ヘッダー画像 */
.hero  {position: relative}

.hero-img  {width: 100%;
  height: 300px;
  margin: 20px 0 10px;
  background-color: #F7F4EB;
  background-size: cover;
  background-position: 50% 50%}

.hero-text  {position: absolute;
  top: 120px;
  right: 30px;
  color: #ffffff;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 0 0 10px #000000}

@media (max-width: 599px)  {
  .hero-img  {height: 200px}

  .hero-text  {top: 100px;
    right: 10px;
    font-size: 18px;
    text-align: center}
}



/* ------------------- 画像 ------------------- */

/* 画像のキャプション */
.wp-caption-text  {margin: 0;
  color: #666666;
  font-size: 10px;
  text-align: center}

.wp-caption-text a  {color: #666666}

/* 画像の配置 */
.aligncenter  {display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto}

@media (max-width: 599px) {
  .alignleft, .alignright  {display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto}
}

@media (min-width: 600px) {
  .alignleft  {float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 30px}

  .alignright  {float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 30px}
}


/* Internet Explorer用の設定 */
a img  {border: none}

/* 大きい画像用の設定 */
img, .wp-caption  {max-width: 100%;
  height: auto}

/* アイキャッチ画像 */
.catch  {margin-top: 30px;
  margin-bottom: 30px}


/* ------------------- 外部コンテンツ ------------------- */
iframe  {max-width: 100%}


/* YouTubeのビデオ */
.ytvideo  {position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px}

.ytvideo iframe  {position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%}



/* ------------------- カテゴリー／タグ ------------------- */

.contents > h1  {margin-top: 0 0 10px 0;
  padding-left: 30px;
  font-size: 24px;
  background-color: #B1DEC0;
  vertical-align:middle;
  border-bottom: solid 2px #021C00;
  color:#01595C;
  background-image: url('https://tokyo-ondai-lib.jp/collection/img/fukushimah1.png');
  background-repeat:repeat-y;
  background-position: left center;
}

@media (max-width: 599px) {
  .contents > h1  {font-size: 22px}

  .archive .bread li:last-child  {text-indent: 0}
}




/* ------------------- ナビゲーションメニュー -------------------*/

#mainmenu  {display: none}

.mainmenu ul  {margin: 0;
  padding: 0;
  list-style: none}

.mainmenu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.mainmenu li a  {display: block;
  padding: 10px 5px;
  color: #243045;
  font-size: 14px;
  text-decoration: none}

.mainmenu li a:hover  {background-color: #B1DEC0;
}


/*新しいナビゲーションメニュー*/
#menu-navigation {
  list-style-type: none;
  width: 100%;
  margin: 0 0 30px auto 500px;
  padding: 0;
}
#menu-navigation li {
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu-navigation li a {
  display: block;
  margin: 0;
  padding: 16px 0;
  background: #ffffff;
  border: solid 1px #287284;
  color: #287284;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#menu-navigation li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#menu-navigation li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #287284;
  transition: .2s;
}
#menu-navigation li ul li a {
  padding: 13px 15px;
  background: #D7F7FF;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#menu-navigation > li:hover > a {  background: #D7F7FF }
#menu-navigation > li:hover li:hover > a {  background: #57CBEA;
  color: #287284;
 }
#menu-navigation li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#menu-navigation li ul li ul {
  top: 0;
  left: 100%;
}
#menu-navigation li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#menu-navigation li ul li ul li a {  background: #57CBEA;
  color: #287284;
}
#menu-navigation li:hover ul li ul li:hover > a {  background: #B1DEC0;
  color: #287284;
 }
#menu-navigation li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #287284;
}
#menu-navigation li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #287284;
}







/* トグルボタン */
.header-inner  {position: relative}

#navbtn  {position: absolute;
  top: 15px;
  right: 0;
  padding: 6px 12px;
  border: solid 1px #016D65;
  border-radius: 5px;
  background-color: #F7F4EB;
  cursor: pointer}

#navbtn:hover  {background-color: #B1DEC0}

#navbtn:focus  {outline: none}

#navbtn i  {color: #016D65;
  font-size: 18px}

#navbtn span  {display: inline-block;
  text-indent: -9999px}


@media (min-width: 768px) {
  /* サイト名とナビゲーションメニューを横に並べる設定 */
  .header-inner:after  {content: "";
    display: block;
    clear: both}

  .site  {float: left;
    width: auto}

  .sitenav  {float: right;
    width: auto}

 .topmenu  {float: right;
    width: auto}

  /* ナビゲーションメニューのリンクを横に並べる設定 */
  #mainmenu  {display: block !important}

  .mainmenu  {margin-top: 0;
	}

  .mainmenu ul:after  {content: "";
    display: block;
    clear: both}

  .mainmenu li  {float: left;
    width: auto}

  .mainmenu li a  {padding: 10px 15px}

  /* トグルボタン */
  #navbtn  {display: none}
}


/*普通のサイドバー*/
div#sidebar  {width: 300px;
  float: right}

div#sidebar ul  {margin: 0;
  padding: 0;
  list-style-type: none}

div#sidebar .widget  {margin-bottom: 20px}

div#sidebar h2  {font-size: 0.75em;
  color: #ffffff;
  background-color: #231106;
  border-radius: 3px;
  padding: 2px 10px;
  margin: 0}

div#sidebar li li  {font-size: 0.75em;
  border-bottom: dotted 1px #231106;
  margin: 0}

div#sidebar li li a  {color: #000000;
  display: block;
  padding: 5px 10px}

div#sidebar li li a:hover  {background-color: #B1DEC0}

@media (min-width: 400px) and (max-width: 899px) {
  #sidebar ul:after  {content: "";
    display: block;
    clear: both}

  #sidebar li  {float: left;
     -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box}

  #sidebar li:nth-child(odd) {clear: both;
    padding-right: 7px}

  #sidebar li:nth-child(even) {padding-left: 7px}
}



/* 個別ヘッダー画像 */
.cathero  {position: relative}

.cathero-img  {width: 100%;
  height: 100px;
  margin: 20px 0 10px;
  background-color: #dddddd;
  background-size: cover;
  background-position: 50% 50%}

.cathero-text  {position: absolute;
  top: 120px;
  right: 30px;
  color: #ffffff;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 0 0 10px #000000}

@media (max-width: 599px)  {
  .cathero-img  {height: 50px}

  .cathero-text  {top: 100px;
    right: 10px;
    font-size: 18px;
    text-align: center}
}


/*トップページのお知らせの背景*/
h2.toph2 {
  color: #ffffff;
  background-color: #243045;
  font-weight: bold;
  padding: 10px 5px;
}

/*トップページの検索*/
#zoshoKensaku {
  background-color: #91434E;
  width: 100%;
  margin: 0;
  padding: 0;
}

#zoshoKensaku h2 {
  background-color: #91434E;
  float: left;
  color: #ffffff;
  padding: 5px;
  margin: 0;
  width: 100%;
}

#formArea {
  width: 70%;
   background-color: #91434E;
 float:right;
  margin: 0;
  padding: 0;
}

p.fap {
  float:left;
  color: #ffffff;
  width: 50%;
  margin: 0;
  padding: 0;
}

form.faform {
  float:right;
  width: 50%;
  margin: 0;
  padding: 0;
}

input#QSearch {
  margin: 0;
  padding: 0;
}

#shosaiKensaku {
  background:#FFF;
  width: 100%;
  margin: 0 0 5px;
}

ul.shoul {
    display:table;
    table-layout:fixed;
  padding: 0 10px;
   border:1px solid #CCC;
  width: 100%;
}

ul.shoul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #ffffff;
  padding: 0 10px;
}

ul.shoul li:first-child {
    border: none;    
}

ul.shoul li a {
    display: block;
    text-decoration: none;
    color: #000000;
}

ul.shoul li a:hover {
  background-color: #B1DEC0;
}


#johoKensaku {
  background:#FFF;
  width: 100%;
  margin: 0 0 10px;
}

ul.johoul {
    display:table;
    table-layout:fixed;
  padding: 10px;
   border:1px solid #CCC;
  width: 100%;
}

ul.johoul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #ffffff;
  padding: 10px;
}

ul.johoul li.lih2 {
  display: table-cell;
  vertical-align: middle;
  background-color: #91434E;
  color: #ffffff;
  font-size: 1.2em;
}

ul.johoul li:first-child {
    border: none;    
}

ul.johoul li a {
    display: block;
    text-decoration: none;
    color: #aaa;
}

ul.johoul li a:hover {
  background-color: #B1DEC0;
}

/*注意*/
div.cau {background-color: #B1DEC0;
  padding: 5px;
  margin: 0 0 10px 0;
  font-size: 0.8em;
}

div.cau a  {color: #6B2451;
    font-weight: bold;
}


div.cau a:hover  {background-color: #EF7DBE}

/*h3*/
h3.title {font-size: 0.875em;
  border-left: solid 5px #6B2451;
  border-right: solid 3px #6B2451;
  border-bottom: solid 1px #6B2451;
  border-top: solid 1px #6B2451;
  padding: 3px;
  margin: 0}


h3 {font-size: 0.875em;
  border-left: solid 5px #6B2451;
  border-bottom: solid 1px #6B2451;
  padding: 3px;
  margin: 0}

/*コラム*/
div.ycolum {background-color: #B1DEC0;
  margin: 0 15px;
  color: #493C30;
  font-size: 0.875em;
  padding: 5px 15px 15px;
}

div.ycolum p.ctitle{  font-size: 1em;
    font-weight: bold;
    color: #493C30;
}

div.bcolum {background-color: #B1DEC0;
  margin: 0 15px;
  color: #493C30;
  font-size: 0.875em;
  padding: 5px 15px 15px;
}

div.bcolum p.ctitle{  font-size: 1em;
    font-weight: bold;
    color: #493C30;
}

/*作品表一覧のカテゴリーとタグ*/
div.postworkstitle div.cattag {
  width: 540px;
  margin: 0;
  float: right;
  text-align: right;

}

div.postworkstitle div.cattag span.postcat  {text-align: right;
  margin: 0px 10px 0 0}

div.postworkstitle div.cattag span.postcat a  {font-size: 0.7em;
  background-color: #28022B;
  border-radius: 2px;
  color: #ffffff;
  padding: 1px 5px}

div.postworkstitle div.cattag span.postcat a:hover {background-color: #FFFDEE;
  color: #28022B;
}


div.postworkstitle div.cattag span.posttag  {text-align: left;
  margin: 0px 1px 0 1px}

div.postworkstitle div.cattag span.posttag a  {font-size: 0.7em;
  background-color: #6036FF;
  border-radius: 2px;
  color: #ffffff;
  padding: 1px 5px}

div.postworkstitle div.cattag span.posttag a:hover {background-color: #f7dc85;
  color: #01595C;
}

/*純音楽作品表タイトル*/
div.worktitle {
  height: 25px;
  width: 500px;
  background-image: url("http://tokyo-ondai-lib.jp/collection/img/hore.png");
  background-repeat:no-repeat;
  margin: 0;
  padding: 0 0 10px 0;

}

p.workst {
  font-size: 1em;
  font-weight: bold;
  color: #016D65;
  float: left;
  height: 25px;
  width: 500px;
  margin: 0 0 5px 0;
}

p.worka {
  font-size: 1em;
  font-weight: bold;
  color: #5F7734;
  float: right;
  height: 20px;
  width: 100px;
  margin: 0 25px 0 0;
}

/*純音楽作品表の表*/
td.scti {font-weight: 400;
color:#016D65;
   padding: 5px;
vertical-align: top;}

td.sctip {font-weight: 400;
color:#01595C;
  background-color: #B1DEC0;
   padding: 5px;
vertical-align: top;}

td.scth {font-weight: 400;
color: #ffffff;
background-color: #016D65;
   padding: 5px;
vertical-align: top;}

td.scth {font-weight: 400;
color: #ffffff;
background-color: #016D65;
   padding: 5px;
vertical-align: top;}

td.sctdp {font-size: 1em;
  color: #016D65;
  border: solid 1px #016D65;
  padding: 5px;
  background-color: #B1DEC0;
  text-align: right;
}

td.sctin {
  font-size: 1em;
  padding: 5px;
  background-color: #B1DEC0;
  color: #016D65;
  border: solid 1px #016D65;
  vertical-align: top;
  text-align: right;
}


/*OPACリンク*/
td.opacth {font-weight: 400;
color: #ffffff;
background-color: #016D65;
   padding: 5px;
vertical-align: top;}

td.opactd {
  font-size: 0.75em;
  padding: 5px;
  border: solid 1px #016D65;
}


/*純音楽作品表の表*/
div#worksbox {
   padding: 0;
}

table.workstable {
  width: 480px;
  color:#5F7734;
  font-size: 0.8em;
  border-collapse: collapse;
}

td.inti {font-weight: 400;
color:#5F7734;
   padding: 5px;
vertical-align: top;}

td.intip {font-weight: 400;
color:#ffffff;
  background-color: #021C00;
   padding: 5px;
vertical-align: top;}

td.inth {font-weight: 400;
color: #B1DEC0;
background-color: #5F7734;
   padding: 5px;
vertical-align: top;}

td.intht {font-size: 1.2em;
font-weight: 700;
color: #5F7734;
background-color: #B1DEC0;}

td.inthf {font-size: 0.75em;
color: #5F7734;
text-indent: 1em;
background-color: #E1D2F7;
}

td.intd {font-size: 0.75em;
color: #5F7734;
    border: solid 1px #5F7734;
   padding: 5px;
  background-color: #B1DEC0;}

td.intdp {font-size: 0.75em;
  color: #ffffff;
  border: solid 1px #5F7734;
  padding: 5px;
  background-color: #021C00;
  text-align: right;
}

td.intin {
color:#5F7734;
  font-size: 0.8em;
   padding: 5px;
  background-color: #B1DEC0;
vertical-align: top;}


/*概要テーブル*/
table.gaitable {
  width: 480px;
  color:#5F7734;
  font-size: 0.75em;
  border-collapse: collapse;
  border: solid 1px #016D65;
}

table.gaitable th {font-weight: 400;
  color:#ffffff;
  background-color: #016D65;
  padding: 5px;
  vertical-align: top;
  border: solid 1px #016D65;
  text-align: left;
}



table.gaitable td.gait {font-weight: 400;
  color:#016D65;
  background-color: #B1DEC0;
  padding: 5px;
  vertical-align: top;
  border: solid 1px #016D65;
}

table.gaitable td {
  color:#016D65;
  padding: 1px;
  vertical-align: top;
  border: solid 1px #016D65;
}

table.gaitable td.gaik {font-weight: 400;
  color:#ffffff;
  background-color: #016D65;
  padding: 5px;
  vertical-align: top;
  border: solid 1px #016D65;
}

table.gai td.foot {
  color:#021C00;
  padding: 5px;
  vertical-align: top;
  text-align: right;
  border: solid 1px #016D65;
}

/*年譜*/

table.nentable {
  color:#5F7734;
  font-size: 0.75em;
  border-collapse: collapse;
}

table.nentable th {font-weight: 400;
  color:#ffffff;
  background-color: #016D65;
  padding: 5px;
  vertical-align: top;
  border: solid 1px #016D65;
  text-align: left;
}

table.nentable td.aa {
  color:#01595C;
  background-color: #f7dc85;
  padding: 1px;
  vertical-align: top;
  border-bottom: dotted 1px #01595C;
  white-space: nowrap;
}

table.nentable td.aaa {
  color:#01595C;
  background-color: #f7dc85;
  padding: 1px;
  vertical-align: top;
  border-bottom: dotted 1px #01595C;
}


table.nentable td.bb {
  color:#01595C;
  padding: 1px;
  vertical-align: top;
  border-bottom: dotted 1px #01595C;
  white-space: nowrap;
}

table.nentable td.bbb {
  color:#01595C;
  padding: 1px;
  vertical-align: top;
  border-bottom: dotted 1px #01595C;
}

/*作品表のカテゴリー*/
div.cattag {
  width: 540px;
  margin-bottom: 30px;
  float: right;
  text-align: right;

}


div.cattag span.postcat  {text-align: right;
  margin: 0px 10px 10px 0}

div.cattag span.postcat a  {font-size: smaller;
  background-color: #016D65;
  border-radius: 2px;
  color: #ffffff;
  padding: 1px 5px}

div.cattag span.postcat a:hover {background-color: #B1DEC0;
  color: #016D65;
}

div.cattag span.posttag  {text-align: left;
  margin: 0px 1px 10px 1px}

div.cattag span.posttag a  {font-size: smaller;
  background-color: #021C00;
  border-radius: 2px;
  color: #ffffff;
  padding: 1px 5px}

div.post div.cattag span.posttag a:hover {background-color: #B2FFFF;
  color: #050736;
}

/*リストのタグ*/
span.postcat  {text-align: right;
  float: right;
  margin: 0;}

span.postcat a  {font-size: smaller;
  background-color: #016D65;
  border-radius: 2px;
  color: #ffffff;
  padding: 1px 5px}

span.postcat a:hover {background-color: #B1DEC0;
  color: #016D65;
}
