@charset "utf-8";
/*
 Theme Name:   Pinboard AkitaHCC
 Description:  Pinboard Akita Univ HCC Theme
 Author:       Katsuya Fujiwara
 Author URI:   http://fujiwara.ie.akita-u.ac.jp
 Template:     pinboard
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  pinboard-akitahcc
*/
blockquote {
  font-family:"Hiragino Mincho ProN", "HG明朝E", serif;
  font-style:italic;
}
a.hidden-tag-link {
  display: none;
}
/* Share Buttons の枠を消す */
.entry-content a img.ssba {
  border: 0px;
}
/* Staff 固定ページ用 */
.hcc_table td, .hcc_table th {
  vertical-align: top;
  background-color: #FFF;
  color: #333;
  padding: 8px;
  border: medium none;
  text-align: left;
  float: none !important;
}
.hcc_table tbody td {
    vertical-align: top
}
.hcc_table tbody td, .hcc_table tfoot th {
    border-top: 1px solid #ddd
}
.hcc_table tbody tr:first-child td {
    border-top: 0
}
/* catlist用カテゴリーの枠 Home、お知らせ一覧 */
.labeled_list_cat {
  font-weight:100;
  font-size:0.8em;
  color: #666;
  border-radius: 15px;
  padding: 5px 8px 3px 8px;
  margin-right: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  vertical-align: top;
  /* padding: 0;
  display: inline-block;
  text-align: center;
  min-width: 5em;
  height: 1.5em;*/
}
/* 固定ページの枠を消す */
#content > article.page > div.entry {
  border-bottom: 0;
  box-shadow: 0 0 0;
  padding-top: 0px;
}
/* 検索を消す */
#header #searchform {
    display: none;
}
/* 目次の枠を消す */
#toc_container {
  border: 0;
  padding: 0.8em 1.6em;
  box-shadow:0 0 5px rgba(0, 0, 0, .1);
  background:#FCFCFC;
  border-bottom:#EEE 1px solid;
  max-width: 96%;
  /*overflow: hidden;*/
}
#sidebar-footer-wide li {
  margin-top: -1px;
  margin-left: 0px;
  border-top: 1px solid #DDD;
}
/* 小さくして色を目立たなく */
#copyright p {
  font-size: 0.8em;
  font-weight:200;
  color: #a6bc9e;
}
#access ul li {
  font-weight:300;
}
/* catlist 研究分野 */
.onecol .hentry .entry div.lcp_post {
  margin: 0px;
}
/* catlist用 お知らせ一覧など */
.labeled_list_date {
  font-weight:100;
  font-size:0.8em;
  color: #666;
}
ul.labeled_list {
  margin: -0.5em 0;
  zoom: 1;
  overflow: hidden;
}
ul.labeled_list li {
  margin-top: -1px;
  margin-left: 0px;
  padding: 1em 0px;
  border-top:1px solid #EEE;
}
/* ヘッダ画像の下余白を少なく */
#site-title img {
  margin: 0px;
}
/* ホームのスライドを細長く */
.slides {
  height: 170px;
}
#slider .entry-title a {
  display:none;
}
#slider .wp-post-image, #slider .entry-attachment {
  top: -130px;
}
@media screen and (max-width: 760px) {
  #slider {
    display:none;
  }
}
p.copyright {
  width: 99%;
}
/* IE11でblockquoteが重なるのを回避 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, blockquote:before, blockquote:after, q:before, q:after {
    content: none;
  }
}

.lcp_post_starred {
  font-weight: 600;
}
/* catlist用 お知らせ一覧用（ページ切り替え；全般） */
ul.lcp_paginator {
  text-align:center;
  margin: 0.5em 0;
  padding: 0.3em;
  /*border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);*/
  border-top: 1px solid #EEE;
  background: rgba(0, 0, 0, 0.03);
}
ul.lcp_paginator > li {
  border: 0px;
}
/* catlist用 お知らせ一覧用（ページ切り替え；catlist_akitahcc専用） */
.pagination a {
    background-color: #fff;
    font-size: 1em;
}
.pagination a:hover, .pagination .active a {
    background-color: #f5f5f5;
}
.pagination {
  height: 36px;
  margin: 18px 0;
  text-align: center;
}
.pagination ul.lcp_paginator {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
    padding: 0;
    border: 0;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);*/
}
.pagination .lcp_paginator li {
  display: inline;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.pagination a, .pagination li.lcp_currentpage {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.pagination a:hover, .pagination .active a, .pagination .lcp_currentpage {
    background-color: #f5f5f5;
}
.pagination .active a, .pagination .lcp_currentpage {
    color: #999999;
    cursor: default;
}
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}
.pagination li:first-child a, .pagination li:first-child.lcp_currentpage {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.pagination li:last-child a, .pagination li:last-child.lcp_currentpage {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}