/*
 Theme Name:   Bukutsu
 Description:  ブクログ通信のテーマ
 Author:       Booklog,inc.
 Author URI:   https://hon.booklog.jp
 Template:     twentysixteen
 Version:      1.0.28
 Text Domain:  twentysixteen
*/

/* レイアウト */
.site {
  margin: 0;  /* 大外の余白を消す */
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after,
body:not(.custom-background-image).admin-bar:before,
body:not(.custom-background-image).admin-bar:after {
  display: none;  /* 大外の余白を消す */
}

.site-inner {
  width: 1200px;  /* ページ幅 */
}
.site-header {
    position: relative;
    padding-top: 50px;    /* サイトタイトルの上下の余白を調整 */
    padding-bottom: 40px;
}
.site-content {
  padding: 0;
}
.site-main{
  margin-bottom: 0;
}
.content-area {
  max-width: -webkit-calc(100% - 300px);    /* サイドバーを300pxで固定する */
  max-width: calc(100% - 300px);
}
.sidebar {
  width: 300px;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-summary,
.entry-footer,
.comments-area,
.image-navigation,
.post-navigation,
.pagination,
.page-header,
.page-content,
.content-bottom-widgets {
  margin-left: 0;
  margin-right: 0;
}

/* テキスト */
body, button, input, select, textarea,
.entry-title,           /* 以下、明示指定されているものを上書き */
.main-navigation,       /* 画面右上のメニュー */
.comment-metadata,      /* コメントの日付 */
.comment-reply-link,    /* コメントの返信ボタン */
input[type="submit"],   /* 送信ボタン */
.post-navigation,       /* 投稿単位のページナビゲーション */
.post-navigation .post-title,
.post-navigation div + div,
.widget .widget-title,
.logged-in-as {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body,
button,
input,
select,
textarea {
  color: #1e1e1e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

/* ヘッダー */
.site-branding {
  margin: 0 auto; /* ロゴを中央寄せに */
  text-align: center;
}
.site-title a {
  display: block;    /* サイト名をロゴ画像に置き換える */
  background: url(/wp-content/uploads/2016/08/logo.png) no-repeat;
  background-size: 400px 64px;
  text-indent: -9876px;
  text-align: center;
  width: 400px;
  height: 64px;
}
.site-description {
  position: absolute;    /* コピーの表示位置を調整 */
  margin: auto;
  top: 20px;
  left: 0;
  right: 0;
  display: block;    /* コピーを画像に置き換える */
  background: url(/wp-content/uploads/2016/08/copy.png) no-repeat;
  background-size: 95px 15px;
  text-indent: -9876px;
  text-align: center;
  width: 95px;
  height: 15px;
}

/* サイドバー */
.widget {
  margin-bottom: 40px;   /* ウェジェット毎の下余白を調整 */
  padding-top: 0;        /* ウェジェット毎の上余白を消す */
  border-top: none;      /* ウェジェット毎の区切り線を消す */
}
.widget .widget-title {
  border-bottom: 1px #cdcdcd solid;   /* タイトル下に罫線 */
  padding: 0 0 4px;   /* 罫線の位置調整 */
}
.widget a {
  color: #1e1e1e;    /* サイドバー内のみリンク色を変更 */
}
.widget.widget_categories ul {
  margin: 0 !important;
}
.widget .textwidget p { /* テキストウェジェット内のPタグに余白 */
  margin: 15px 0 0;
}
.cat-item {
  font-size: 0.9rem;
  list-style: none;    /* カテゴリを横並びに */
  display: inline-block;
  margin: 0 5px 10px 0;    /* カテゴリに枠線を追加 */
  padding: 2px 10px;
  border-radius: 3px;
  border: 1px #cdcdcd solid;
}
.tagcloud a {
  margin: 0 10px 10px 0;
  padding: 0;
  border: none;    /* タグの枠線を消す */
}
.tagcloud a:before {
  content: "#";    /* タグの前に＃を追加 */
}
/* 新着記事用プラグイン「Newpost Catch」 */
#npcatch {
  margin: 0;
}
#npcatch li {
  margin: 0px 0px 20px;
  list-style: none;
}
#npcatch img {
  padding: 0;
}
#npcatch a:hover{
  color: #007acc;
  outline: 0;
}
#npcatch .title {
  padding: 0 0 0 20px;
  width: 210px;
  text-align: justify;
}
#npcatch .date {
  display: block;
  font-size: 0.8rem;
  color: #7e7e7e;
}
.search-submit {
  color: #fff;
}

/* コンテンツリスト */
.home article,
.archive article {
  margin: 0 30px 30px 0;
  padding: 0 !important;
  border: none !important;
  width: 260px;
  min-height: 280px;
  float: left;
}
.home article:nth-of-type(3n),
.archive article:nth-of-type(3n) {
  margin: 0 0 40px 0;
}
.home .post-thumbnail,
.archive .post-thumbnail {
  margin-bottom: 10px;
}
.home .entry-title-area,
.archive .entry-title-area  {
  float: left;
  width: 260px;
}
.home .entry-title,
.archive .entry-title {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
  text-align: justify;
}
.home .pagination,
.archive .pagination {
  clear: both;
}

/* 記事レイアウト */
article.post {
  padding: 30px;
  border: 1px #cdcdcd solid;
  font-size: 1.1rem;
  text-align: justify;
}
.entry-category {
  margin: 0 0 20px;
}
.entry-category .post-categories {
  margin: 0;
}
.entry-category .post-categories li {
  font-size: 0.9rem;
  list-style: none;    /* カテゴリを横並びに */
  display: inline-block;
  margin: 0 5px 0 0;    /* カテゴリに枠線を追加 */
  padding: 2px 10px;
  border-radius: 3px;
  border: 1px #cdcdcd solid;
}
.entry-category .post-categories li a {
  color: #1e1e1e;
}
.entry-category .post-categories li a:hover {
  color: #7e7e7e;
}
.entry-title {  /* 記事タイトル */
  margin: 0 0 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.entry-date {
  font-size: 0.9rem;
  color: #7e7e7e;
}
body:not(.search-results) article:not(.type-page) .entry-content {
  width: 100%;    /* 本文の幅 */
}
.post-thumbnail {  /* アイキャッチ画像 */
  margin: 0 0 30px;
}
.eyecatch {
  position: relative;
}
.eyecatch:hover .eyecatch-label{
  opacity: 0;
}
.eyecatch:hover .post-thumbnail{
  opacity: 0.8;
}
.post-thumbnail:hover{
}

.eyecatch-label {
  position: absolute;
  color: #ffffff;
  background: #1e1e1e;
  padding: 0 10px;
  font-size: 0.8em;
  opacity: 0.9;
}
.entry-tags {
  font-size: 0.9rem;
  font-weight: bold;
}
.entry-tags a {
  margin: 0 10px 0 0;
  color: #1e1e1e;
  font-weight: normal;
}
.entry-tags a:before {
  content: "#";    /* タグの前に＃を追加 */
}
.entry-tags a:first-child {
  margin: 0 10px 0 20px;
}

/* 記事本文の個別 */
.entry-content ul,
.entry-summary ul,
.comment-content ul,
.entry-content ol,
.entry-summary ol,
.comment-content ol { /* リストの余白を調整 */
  margin-left: 24px;
}
.entry-content blockquote:not(.alignleft):not(.alignright),
.entry-summary blockquote,
.comment-content blockquote { /* 引用 */
  margin-left: 0;
  padding: 20px;
  border: 1px #cdcdcd solid;
  font-size: 1.0rem;
  font-style: normal;
}
blockquote cite {
  margin: 1em 0 0;
  font-size: 0.8rem;
  color: #999;
  text-align: right;
}
blockquote cite:before {
  content: "ー";
  padding: 0 5px 0 0;
}
hr {
  background-color: #cdcdcd;
  border: 0;
  height: 1px;
  margin: 0 0 1.5em;
  clear: both;
}

/* 見出しタグ */
.entry-content h1,
.entry-summary h1,
.entry-content h2,
.entry-summary h2 {
  font-size: 1.3rem;
  line-height: 1.6;
  background: #f0f0f0;
  padding: 15px 20px;
  border-left: 5px #cdcdcd solid;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}
.entry-content h3,
.entry-summary h3 {
  font-size: 1.2rem;
  line-height: 1.6;
  background: #f0f0f0;
  padding: 10px 15px;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}
.entry-content h4,
.entry-summary h4 {
  display: table;
  font-size: 1.2rem;
  line-height: 1.6;
  border-bottom: 2px #1e1e1e solid;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  text-transform: none;
}

/* テキストサイズ */
.entry-content .text-medium,
.entry-summary .text-medium {
  font-size: 0.9rem;
}
.entry-content .text-small,
.entry-summary .text-small{
  font-size: 0.8rem;
}

/* 注意事項・補足テキスト */
.hosoku {
  border: 1px #cdcdcd solid;
  padding: 20px;
  font-size: 0.8rem;
}
.hosoku p {
  margin-bottom: 1em;
  font-size: 1.0rem;
  font-weight: bold;
}
.hosoku ul {
  margin-bottom: 0;
}

/* 画像キャプション */
.wp-caption .wp-caption-text {
  color: #999;
  font-size: 0.8rem;
  font-style: normal;
  padding-top: 10px;
  text-align: center;
}

/* ボタン */
.btn-area {
  text-align: center;
}
.btn-area a {
  display: inline-block;
  padding: 20px 40px;
  background: #4ea6cc;
  border-radius: 5px;
  color: #fff;
}
.btn-area a:hover {
  background: #1e1e1e;
}
.btn-area.btn-black a {
  background: #1e1e1e;
}
.btn-area.btn-black a:hover {
  background: #4ea6cc;
}

/* 小さめボタン */
.small a {
  font-size: 0.9rem;
  padding: 15px 30px;
}

/* ページネーション */
.page-links {
    text-align: center;
}
.page-links .page-links-title {
    display: none;
}
.page-links a:hover {
  background: #4ea6cc;
}
.page-links span {
    font-size: 1rem;
}

/* ブクログアイテムウィジェット */
.booklog_html {
  padding: 20px;
  border: 6px #f0f0f0 solid;
  font-size: 0.8rem;
}
.booklog_html table {
  margin: 0;
  border: none;
}
.booklog_html table td {
  border: none;
  padding: 0 !important;
}
.booklog_html table .booklog_html_image {
  vertical-align: top;
}
.booklog_html table .booklog_html_image img {
  width: 120px;
}
.booklog_html table .booklog_html_info {
  width: 80%;
}
.booklog_html table .booklog_html_info .booklog_html_title {
  margin: 0 0 10px;
}
.booklog_html table .booklog_html_info .booklog_html_title a {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #1e1e1e;
  font-weight: 700;
}
.booklog_html table .booklog_html_info .booklog_html_title a:hover {
  color: #4ea6cc;
}
.booklog_html table .booklog_html_info .booklog_html_author {
  margin: 0 !important;
}
.booklog_html table .booklog_html_info .booklog_html_author a {
  font-size: 0.9rem !important;
  color: #1e1e1e;
}
.booklog_html table .booklog_html_info .booklog_html_author a:hover {
  color: #4ea6cc;
  text-decoration: none
}
.booklog_html table .booklog_html_info .booklog_html_manufacturer,
.booklog_html table .booklog_html_info .booklog_html_release {
  display: inline-block;
  margin: 10px 0 0;
}
.booklog_html table .booklog_html_info .booklog_html_release {
  padding: 0 0 0 20px;
}
.booklog_html table .booklog_html_info .booklog_html_link_amazon{
  margin: 20px 0 0;
}
.booklog_html table .booklog_html_info .booklog_html_link_amazon a {
  display: inline-block;
  background: #4ea6cc;
  padding: 5px 20px;
  color: #fff;
  border-radius: 5px;
}
.booklog_html table .booklog_html_info .booklog_html_link_amazon a:hover {
  background: #1e1e1e;
}

/* ランキング */
.enrty-ranking-area {
  margin: 0 0 20px;
}
.enrty-ranking-area .ranking1 {
  background: #da4740;
  color: #fff;
}
.enrty-ranking-area .ranking2 {
  background: #F5B629;
  color: #fff;
}
.enrty-ranking-area .ranking3 {
  background: #95DA27;
  color: #fff;
}

/* ページャー */
.pagination {
  border: none;
}
.pagination .nav-links::after,
.pagination::after,
.pagination .nav-links::before,
.pagination::before {
  display: none;    /* 右端の黒い長方形を削除 */
}
.pagination .prev,
.pagination .next {
  background-color: transparent !important;   /* 黒い長方形を削除 */
  color: #000000 !important;  /* 矢印は黒色 */
  display: none;
}
.pagination .prev{
  left:0px;
}
.pagination .prev{
  left:0px;
}
.nav-links{
  padding-top: 20px;
  text-align: center;
}


.navigation.pagination .page-numbers {
  text-decoration: none;
  border: solid 1px #ccc;
  border-radius: 5px;
  margin: 0px 5px 0px 0px;
  color: #000;
  font-size: 16px;
  padding: 10px;
}

.navigation.pagination .page-numbers.current{
  text-decoration: none;
  border: solid 1px #ccc;
  margin: 0px 5px 0px 0px;
  background-color: #efefef;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
}

.navigation.pagination .page-numbers.current:hover{
  text-decoration: none;
  border: solid 1px #ccc;
  margin: 0px 5px 0px 0px;
  background-color: #efefef;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  padding: 10px;
}

.navigation.pagination .page-numbers.dots{
  text-decoration: none;
  margin: 0px 5px 0px 0px;
  color: #000;
  font-size: 16px;
  border: none;
  padding: 10px;
}

.navigation.pagination .page-numbers.dots:hover{
  text-decoration: none;
  margin: 0px 5px 0px 0px;
  color: #000;
  font-size: 16px;
  background-color: #fff;
  border: none;
}

.navigation.pagination .page-numbers:hover{
  text-decoration: none;
  border: solid 1px #ccc;
  margin: 0px 5px 0px 0px;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}


/* page */
.page-header {
  border-top: 1px #cdcdcd solid !important;
}

/* 404 */
body.error404 .page-header {
  padding: 20px 0 0;
}

/* フッター */
.site-footer {
  padding: 30px 0;
  background: #f0f0f0;
}
.site-info {
  width: 1200px;
  margin: 0 auto;
}
.site-info ul {
  margin: 0 0 10px;
}
.site-info ul li {
  list-style: none;
  display: inline;
}
.site-info a {
  color: #a1a1a1 !important;
}
.site-info a:hover {
  color: #a1a1a1;
  text-decoration: underline;
  box-shadow: none;
}
.site-info address {
  margin: 0;
  color: #a1a1a1;
  font-style: normal;
  font-size: 11px;
}

/* 関連記事 */
#related-posts{
  list-style:none;
  width:840px;
  margin-bottom:40px;
  padding: 0;
}
.related-title{
  font-size: 1.2rem;
  line-height: 1.6;
  background: #f0f0f0;
  padding: 10px 15px;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}
.thumbnail-box{
  float:left;
  margin: 0;
  padding: 0;
  width:200px;
}
.content-box{
 float:left;
 width:600px;
 margin-left:10px;
}
#related-posts img{
  height:auto;
  margin-bottom:20px;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  width:100%;
}

/*SNS share*/
#share:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
#share{
    margin: 30px 0 40px;
    width: 100%;
    display: inline-block;
}
#share　{
    display:block;
}
/* End Hack */

#share ul {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 40px;
}
#share li {
  font-size: 16px;
  float:left;
  text-align: center;
  width: 32.6%;
  height: 40px;
  border-radius: 3px;
  list-style: none;
}
#share li.share-twitter {
  background: #55acee;
  margin-right: 1%;
}
#share li.share-twitter:hover {
  background: #83c3f3;
}
#share li.share-facebook {
  background: #3b5998;
  margin-right: 1%;
}
#share li.share-facebook:hover {
  background: #4c70ba;
}
#share li.share-hatena {
  background: #2c6ebd;
}
#share li.share-hatena:hover {
  background: #4888d4;
}
#share a {
  display: block;
  padding: 6px 0 6px;
  color: #ffffff;
  text-decoration:none;
}
#share a:hover {
  text-decoration: none;
  color: #ffffff;
}

.facebook-count,
.hatebu-count,
.twitter-count{
  margin-left: 10px;
  font-weight: bold;
}

/*フォローしてね*/
.follow {
  margin: 30px 0 0 0;
  height: 120px;
  clear: both;
  border: #333 solid 1px;
  display: block;
  padding: 10px 0;
  text-align: center;
}
.follow p {
  font-weight: bold;
  margin: 0 0 10px;
}
.follow ul {
  padding: 0 0 0 20px;
  margin: 0;
  height: 40px;
  clear:both;
}
.follow li {
  float:left;
  text-align:center;
  width: 48%;
  border-radius: 3px;
  list-style:none;
}
.follow-twitter {
  background:#55acee;
  margin-right:1%;
}
.follow-facebook {
  background:#3b5998;
}
.follow a {
  display:block;
  padding: 6px 0 6px;
  color:#ffffff;
  text-decoration:none;
}
/* ブク通ウィジェット */
.bukutsu-widget{
  margin-bottom: 10px;
  padding: 20px;
  border: 6px #f0f0f0 solid;
  font-size: 0.9rem;
  display: block;
}
.bukutsu-cover{
  position: relative;
  float: left;
  width: 120px;
  margin: 0 auto;
}
.bukutsu-title{
  margin: 0;
}
.bukutsu-title a{
  margin: 0;
  font-size: 1.4rem;
  color: #1e1e1e;
  font-weight: 700;
}
.bukutsu-info{
  margin-bottom: 5px;
}
.bukutsu-content{
  float: left;
  width: 500px;
  margin: 0 0 0 20px;
}
.bukutsu-amabtn,
.bukutsu-booklogbtn{
  margin: 10px 0 0 0;
  font-size: 0.9rem;
  line-height: 2.2em;
}
.bukutsu-amabtn a{
  display: inline-block;
  background: #f90;
  border: 2px #f90 solid;
  padding: 5px 20px;
  color: #fff;
  border-radius: 5px;
}
.bukutsu-amabtn a:hover{
  background: #1e1e1e;
  border: 2px #1e1e1e solid;
}
.bukutsu-booklogbtn a{
  margin-right: 20px;
  padding: 5px 20px;
  border: 2px #1e1e1e solid;
  border-radius: 5px;
  color: #1e1e1e;
  box-shadow: none;
  float: left;
  display: inline-block;
}
.bukutsu-booklogbtn a:hover{
  background: #1e1e1e;
  color: #FFF;
}
/* スライドバナー */
.bx-wrapper .bx-prev{
  left: 0;
  background: url(https://hon.booklog.jp/wp-content/theme_images/bukutsu_controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next{
  right: 0;
  background: url(https://hon.booklog.jp/wp-content/theme_images/bukutsu_controls.png) no-repeat -43px -32px;
}
.advps-excerpt-block-one {
    padding: 10px 20px;
}

/* 狭いブラウザとタブレット向け */
@media (max-width: 1020px) and (min-width: 768px) {
  html {
    font-size: 15px;
  }
  .site {
    width: 100%;
  }
  .site-inner {
    width: 100%;
  }
  .page-header {
    margin: 0 0 30px;
  }
  .menu-toggle {
    display: none;
  }
  .post-thumbnail {
    margin: 0 0 1.75em;
  }
  .content-area {
    float: none;
    max-width: 100%;
  }
  .site-main {
    width: 840px;
  }
  .sidebar {
    float: none;
    padding: 0;
    margin-left: 0;
    width: 840px;
    clear: both;
  }
  #npcatch .title {
    width: 730px;
  }
  .site-info {
    width: 840px;
  }
  #related-posts{
    width: 840px;
  }
  .related{
    width: 840px;
  }
  .related-title{
    font-size: 1.2rem;
    line-height: 1.6;
    background: #f0f0f0;
    padding: 10px 15px;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    width: 840px;
  }
  body{
    background-color: #ffffff;
  }
  .content-box{
   float:left;
   width:600px;
   margin-left:10px;
  }
  .page-links span {
    vertical-align: top;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  .page-links a {
    width: 30px;
    height: 30px;
  }
  .page-links a span {
    display: table-cell;
    vertical-align: middle;
  }
}

/* スマホ向け */
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  .site-header {
    padding: 40px 0;
  }
  .site-title a {
    background-size: 290px 47px;
    width: 290px;
    height: 47px;
  }
  .site-description {
    display: none;
  }
  .site-inner {
    width: auto;
  }
  .content-area {
    max-width: none;
    padding: 0 10px;
  }
  .page-header {
    margin: 0;
    padding: 20px 0;
    text-align: center;
  }
  .post-thumbnail img {
    width: 100%;
  }
  .home article,
  .archive article {
    width: 100%;
    float: none;
  }
  article.post {
    padding: 0;
    border: none;
  }
  .home .entry-title-area,
  .archive .entry-title-area {
    float: none;
    width: 100%;
  }
  .menu-toggle {
    display: none;
  }
  .sidebar {
    width: 100%;
    padding: 0 10px;
  }
  .pagination,
  .page-numbers{
    width: 100%;
    margin: 0;
  }
  .navigation.pagination .page-numbers {
    border: none;
  }
  .navigation.pagination .page-numbers.current{
    display: none;
  }
  .pagination .prev{
    left:0px;
    background: url(https://hon.booklog.jp/wp-content/theme_images/btn_back.png) no-repeat;
    background-size: 100px 31px;
    height: 31px;
    width: 100px;
    text-indent: -9876px;
    text-align: center;
    border-style: none;
    display: block;
  }
  .pagination .next {
    background: url(https://hon.booklog.jp/wp-content/theme_images/btn_next.png) no-repeat;
    background-size: 100px 31px;
    height: 31px;
    width: 100px;
    text-indent: -9876px;
    text-align: center;
    border-style: none;
    display: block;
  }
  .widget_text {
    margin: 0 auto 40px;
    width: 300px;
  }
  .sidebar .widget_text:nth-of-type(2) {
    width: 100%;
  }
  #npcatch li {
    display: table;
    width: 100%;
  }
  #npcatch li a {
    display: table-cell;
  }
  #npcatch .title {
    float: none;
    display: table-cell;
    width: auto;
    font-size: 1rem;
  }
  .site-info {
    width: 100%;
  }
  .site-info ul {
    display: none;
  }
  .site-info address {
    text-align: center;
  }
  .booklog_html table .booklog_html_info {
    padding-left: 20px !important;
  }
  .site-footer {
    padding: 10px 0;
  }
  #related-posts{
  width:100%;
  list-style:none;
  margin: 0;
  padding: 0;
  }
.thumbnail-box{
    float: none;
    width:auto;
  }
  .content-box {
    margin:0;
    width:100%;
    float: none;
  }
  #related-posts img{
    height:auto;
  }
  #share{
    text-align: center;
    width:100%;
  }
  #share li{
    font-size:14px;
    float:left;
    text-align:center;
    width:32.6%;
    height:40px;
    margin-bottom:8px;
    border-radius:3px;
    list-style:none;
    line-height: 30px;
  }
  .follow p,
  .follow a{
    font-size: 14px;
  }
  .follow ul{
    padding:0;
    margin:0 0 0 0.8em;
    clear:both;
    height: 40px;
  }
  .bukutsu-widget{
    float: none;
    width:auto;
    text-align: center;
  }
  .bukutsu-cover{
    margin: 0;
    display: inline-block;
    position: static;
    float: none;
  }
  .bukutsu-title a{
    margin: 0;
  }
  .bukutsu-info{
    margin: 5px 0 5px;
  }
  .bukutsu-content{
    text-align: left;
    clear: both;
    margin: 0;
    width: 100%;
  }
  .bukutsu-amabtn a{
    width: 100%;
    text-align: center;
  }
  .bukutsu-booklogbtn a{
    margin: 15px 0 15px;
    width: 100%;
    text-align: center;
  }
  .advps-excerpt-block-one{
    padding: 0 10px;
  }
  .advps-excerpt-block-one p{
    display: none;
  }
  .bx-controls-direction a{
    display: none;
  }
  .advs-title {
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .page-links span {
    vertical-align: top;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  .page-links a {
    width: 30px;
    height: 30px;
  }
  .page-links a span {
    display: table-cell;
    vertical-align: middle;
  }
}
