@charset "UTF-8";

/*
 *
 * ご使用前にご利用規約をお読みください
 *
 * ご利用規約・カスタマイズ・使い方等はブログに記しております
 *
 * http://parittoweb.blog.fc2.com/
 *
 */

/*--------------------------------
   デフォルト＆リセット
---------------------------------*/

* {
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin: 0px;
  padding: 0px;
}
main, menu, article, aside, header, hgroup, canvas, details, figcaption, figure, footer, nav, section, summary { display: block; } 

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
ins { text-decoration: none; background: none; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { cursor: help; border-bottom: 1px dotted; }
table { border-spacing: 0; border-collapse: collapse; }
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input, select { vertical-align: middle; }

html { overflow: auto; }
body {
  font-size: 12px;
  line-height: 1;
  min-width: 320px;
  text-align: center;
  word-wrap: break-word;
  background-color: #f3f3f3;
  background-image: url(https://blog-imgs-112-origin.fc2.com/b/r/e/breed3/201706091254357db.jpg);
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}
p { font-size: 16px; line-height: 1.8; }
a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #13affc;
  background: transparent;
}
a:hover { color: #00008b; }
a:hover img { opacity: .8; }
img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

/* 回り込み解除 */

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
.clearfix { zoom: 1; }
.clear { visibility: hidden; clear: both; height: 0; }


/*--------------------------------
   ヘッダー
---------------------------------*/

header {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: center;
  
  background-color: #fff;
  background-image: url(https://blog-imgs-112-origin.fc2.com/b/r/e/breed3/201706091254368a4.jpg);
  background-repeat: repeat
}
header .blog-intro {
  position: relative;
  overflow: hidden;
  padding: 0 15px 0 15px;
}
header .blog-intro:before {
  font-size: 100px;
  position: absolute;
  top: -60px;
  left: -50px;
  overflow: hidden;
  content: '';
  white-space: nowrap;
  letter-spacing: -50px;
  opacity: .2;
  color: #2bd580;
}

/*ブログタイトル*/

header #blogname {
  font-size: 25px;
  font-weight: bold;
  margin: 15px auto 7px auto;
  padding: 0;
}
header #blogname a { text-decoration: none; color: #fff; }
header #blogname a:hover { opacity: .7; }

/* ブログ説明 */

header h1, header .cription {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 15px 0;
  color: #fff;
}

/*--------------------------------
   メインコンテンツ
---------------------------------*/

#content { margin: 0; padding: 0; }

/* メインコンテンツ(左) */

#container {
  margin: 0;
  padding: 0;
  text-align: left;
}
main {
  margin: 0;
  padding: 20px;
  background-color: #fff;
}
section {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
#entry section {
  font-size: 15px;
}
.emoji {
  line-height: 1.8;
  margin: 0;
  vertical-align: middle;
}

/* 個別記事タイトル */

#entry #entry-title {
  font-size: 20px;
  font-weight: bold;
  clear: both;
  margin: 10px 0 30px 0;
  padding: 5px 10px 7px 10px;
  letter-spacing: 1px;
  border-bottom: 1px solid #777;
}
#entry #entry-title a {  text-decoration: none; color: #3ad63a; }

/* 見出し */

h2 a { text-decoration: none; color: #444; }
h3 a { text-decoration: none; color: #444; }

/* メインコンテンツ見出し */

main h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  margin: 25px 0 45px 0;
  padding: 3% 35px 3% 35px;
  color: #fff;
  border-radius: 30px;
  background: #333;
}
main h2:before {
  position: absolute;
  top: -5%;
  left: -1%;
  width: 32px;
  height: 110%;
  content: '';
  border-radius: 50%;
  background: #fff;
}
main h2:after {
  position: absolute;
  top: -5%;
  right: -5px;
  width: 32px;
  height: 110%;
  content: '';
  border-radius: 50%;
  background: #fff;
}
main h2 a { color: #fff; }
#entry section h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  position: static;
  margin: 0;
  padding: 5px 0;
  border-radius: 0;
  color: #555;
  background: none;
}
#entry section h2:before, #entry section h2:after { display:none; }
main h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  margin: 40px 0;
  padding: .5em .2em .5em .2em;
  color: #1a1a1a;
  border-bottom: 3px solid #90ee90;
}
#entry section h3 { margin: 0; color: #555; }
main section h4 {
  font-size: 18px;
  margin: 0;
  padding: 0 12px;
  color: #555;
  border-bottom: 1px dashed #2bd580;
  border-left: 8px solid #2bd580;
}
main h5 {
  font-size: 18px;
  margin: 0;
  padding: 0 12px;
  color: #555;
  border-left: 8px ridge #644ffd;
}

/* 引用 */

blockquote {
  position: relative;
  box-sizing: border-box;
  margin: 25px 5px;
  padding: 25px 20px 22px 20px;
  border: 2px solid #d7d7d7;
  background: #fff;
}
blockquote:before {
  font-family: 'ＭＳ Ｐゴシック',sans-serif;
  font-size: 400%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: '“';
  color: #999;
}
blockquote:after {
  font-family: 'ＭＳ Ｐゴシック',sans-serif;
  font-size: 400%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -8px;
  content: '”';
  color: #999;
}

/*--------------------------------
   個別記事のみの表示
---------------------------------*/

/* 日時(円形) */

.entry-time {
  line-height: 1.4;
  display: block;
  float: right;
  width: 55px;
  height: 55px;
  margin: 10px 5px;
  padding: 5px;
  text-align: center;
  color: #fff;
  border-radius: 32px;
  background: #48dda2;
}
.entry-time span {
  display: block;
  float: none;
  padding-top: 2px;
}
.year, .youbi{ font-size: 10px; }
.month-day { font-size: 14px; font-weight: bold; }

/* パンくずリスト */

.breadcrumb {
  font-size: 13px;
  line-height: 1.4;
  clear: both;
  margin: 5px 5px 10px 12px;
  padding: 0;
  text-decoration: none;
  color: #666;;
}

/* 画像付き関連記事 */

#relatelist {
  display: inline-block;
  clear: both;
  margin: 0 0 10px 0;
}
#relatelist > dl {
  float: left;
  overflow: hidden;
  width: 148px;
  height: 220px;
  margin: 3px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
#relatelist img {
  width: 133px;
  height: 133px;
  margin: 7px;
}
#relatelist h5 {
  font-size: 13px;
  line-height: 1.3;
  box-sizing: border-box;
  padding: 5px;
  border: none;
}
main h4 {
  font-size: 18px;
  margin: 20px 0 10px 0;
  padding: 0 12px;
  color: #555;
  border: none;
}

/* スマホで読む */

.page-qr {
  position: relative;
  float: right;
  width: 75px;
  height: 75px;
  margin: 63px 0px 15px 0px;
  padding: 5px 0 0 5px;
  border: 2px dashed #644ffd;
  border-radius: 3px;
}
.page-qr:after {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: -46px;
  left: -2px;
  width: 78px;
  margin: 0;
  padding: 4px 3px;
  content: ' この記事を スマホで読む';
  text-align: center;
  white-space: pre-wrap;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #644ffd;
  -ms-top: -44px; 
}

/*--------------------------------
   SNSボタン
---------------------------------*/
#sns {
    display: inline-block;
    float: none;
    margin: 0 auto;
    padding: 0;
}
#sns li {
    float: left;
    width: 70px;
    height: 25px;
    margin: 5px 8px 5px 0;
    padding: 4px 0 0 0;
    list-style-type: none;
    text-align: center;
    border-radius: 4px;
}
#sns li a { 
    display: block;
    font-size: 12px;
    line-height: 2;
    color:#fff;
}
#sns .facebook { border-bottom: 2px solid #2d4373; background: #315096; }
#sns .hatena { border-bottom: 2px solid #117ec7; background: #008fde; }
#sns .twitter { border-bottom: 2px solid #2795e9; background: #55acee; }
#sns .line { border-bottom: 2px solid #219900; background: #00c300; }
#sns .feedly { border-bottom: 2px solid #54803a; background: #75ad43; }
#sns .rss { border-bottom: 2px solid #da7a04; background: #ff8c00; }
#sns .google { border-bottom: 2px solid #8d2d1d; background: #dd4b39; }
#sns .pocket { border-bottom: 2px solid #e6152f; background: #ee4056; }
#sns li:hover { margin: 0 8px 10px 0; }
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
.clearfix { zoom: 1; }

#home { padding-top: 25px; }
#home h2 { margin-top: -5px; }
#topentry dt { float: left; width: 100px; }
#topentry dt img { max-width: 100%; }
#topentry dt .fa-picture-o:before {
  position: relative;
  font-size: 140px;
  line-height: 1;
  margin: -10px auto 0 auto;
  color: #cfc;
}
#topentry dt .fa-picture-o:after {
  font-size: 23px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  margin: 52px 0 0 -130px;
  content: 'NOIMAGE';
  color: #fa8072;
}
#topentry dd { padding-left: 110px; }
#topentry dl {
  margin-bottom: 20px;
  padding: 3px 0 17px 0;
  border-bottom: 1px dotted #999;
}
#topentry dl:first-child {
  padding-top: 0;
}
#topentry dl:last-child {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-style: none;
}
#topentry .clearfix dd h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 10px;
  padding: 8px 2px 4px 2px;
}
#topentry .clearfix dd p {
  font-size: 13px;
  line-height: 24px;
  margin: 5px 10px;
  padding: 0;
  text-align: left;
}
#topentry .text {
  overflow: hidden;
  max-width: 420px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: -8px 0 0 0;
}
#topentry a, #entry-bottom a, #entry-bottom b { display: inline-block; }
#topentry .fa, #entry-bottom .fa {
  font-size: 14px;
  line-height: 1.8;
  display: inline-block;
}
#topentry .fa:before, #entry-bottom .fa:before {
  font-size: 18px;
  margin-right: 8px;
  color: #00ff7f;
}
.cat-tag {
  font-size: 13px;
  margin: 10px 10px 10px 0;
  padding: 0 3px;
  text-decoration: none;
  color: #8a2be2;
  background-color: #98fb90;
}
#topentry .user-tag, #entry-bottom .user-tag, #entry-bottom .thread, #entry-bottom .genre {
  font-size: 13px;
  margin: 10px 2px;
  padding: 0 3px;
  text-decoration: none;
  color: #7b68ee;
}
#topentry .user-tag, #entry-bottom .user-tag { background-color: #afeeee; }
#topentry .user-tag { margin: -6px 2px 8px 2px !important; }
.entry-date { line-height: 1.8; display: inline-block; }
#entry-bottom { max-width: 400px; margin: 10px 5px 15px 5px; padding: 0; }
#entry-bottom p {
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #777;
}
#entry-bottom .thread { background-color: #fc6; }
#entry-bottom .genre { background-color: #fcc; }
#entry-bottom .ic-tb {
  font-family: Verdana;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  margin: 0 8px;
  padding: 2px;
  content: '';
  color: #fff;
  border-radius: 3px;
  background-color: #00ff7f;
}

/* 全記事一覧 */

.all #topentry { text-align: left; }
.all #topentry dl { padding-bottom: 15px; border-bottom: 1px dotted #999; }
.all #topentry dt { width: 100%; text-align: left; }
.all #topentry dt h3 {
  font-size: 18px;
  margin: 10px 10px 15px 10px;
  padding: 4px 2px;
  border-bottom: 3px solid #90ee90;
}
.all #topentry dd { font-size: 14px; padding-left: 10px; }
.all #topentry p { font-size: 13px; margin-bottom: 10px; }
.all #topentry .fa-calendar-o { margin-right: 10px; }
.all #topentry .cate-tag { margin: 0 0 0 15px; }


/* ページ移動 */

.pagenav a {
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin: 20px 5px;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  background-color: #644ffd;
}
.pagenav a:hover {
  padding: 3px 8px;
  color: #644ffd;
  border: 2px dashed #644ffd;
  background-color: #fff;
}
.pagenav .fa:before {
  font-family: "FontAwesome";
  font-size: 17px;
  line-height: 19px;
  position: absolute;
}
.pagenav .fa-caret-left { padding-left: 20px; float: left; }
.pagenav .fa-caret-right { padding-right: 20px; float: right; }
.pagenav .fa-caret-left:hover { padding: 3px 8px 3px 18px;}
.pagenav .fa-caret-right:hover { padding: 3px 18px 3px 8px;}
.pagenav .fa-caret-left:before { left:7px; }
.pagenav .fa-caret-right:before { right:7px; }

/* 個別記事 ページ移動 */

.entry-pagenav { margin: 0 0 50px 0; }
.entry-pagenav p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  display: block;
  margin: 5px 0;
  padding: 0 5px;
  color: #644ffd;
  border-bottom: 2px dashed #644ffd;
}
.entry-pagenav .fa-caret-right:before { font-size: 18px; margin-right: 5px; }

/*--------------------------------
   コメント＆トラックバック
---------------------------------*/

.comment-content {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
  padding: 20px 0 0 0;
  color: #444;
}
.sub-header h3 {
  font-size: 22px;
  position: relative;
  z-index: 1;
  display: block;
  width: 150px;
  margin: -20px auto 15px auto;
  padding: 0 10px;
  text-align: center;
  color: #777;
  border-bottom: none;
  background: #fff;
}
.sub-header:before {
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  border-top: solid 3px #777;
}
.trackback-content .sub-header h3 { width: 180px; margin-top: 0; }
.trackback-content .sub-header:before, .edit-form .sub-header:before {
  position: relative;
  top: 20px;
  content: '';
}
.edit-form .sub-header h3 { margin: -20px auto 30px auto; }
.edit-form .sub-header:before { position: relative; top: 0; content: ''; }

/* コメント一覧 */

.comments { clear: both; margin: 0 0 20px 0; }
.comment-top { font-size: 12px; margin: 10px 0; padding: 0; }
.comment-list {
  line-height: 1.5;
  position: relative;
  width: 70%;
  margin: 0 15px;
  padding: 20px;
  list-style-type: none;
  border: 2px solid #8777ff;
  border-radius: 10px;
  background: #fff;
}
.comment-list:nth-child(even):before {
  position: absolute;
  z-index: 1;
  top: 45%;
  left: -11px;
  display: block;
  width: 0;
  content: '';
  border: 13px solid transparent;
  border-right-color: #fff;
  border-left-width: 0;
}
.comment-list:nth-child(even):after { 
  position: absolute;
  top: 45%;
  left: -13px;
  display: block;
  width: 0;
  content: '';
  border: 13px solid transparent;
  border-right-color: #5d48ff;
  border-left-width: 0;
}
.comment-list:nth-child(odd):before {
  position: absolute;
  z-index: 1;
  top: 45%;
  right: -11px;
  display: block;
  width: 0;
  content: '';
  border: 13px solid transparent;
  border-right-width: 0;
  border-left-color: #fff;
}
.comment-list:nth-child(odd):after {
  position: absolute;
  top: 45%;
  right: -13px;
  display: block;
  width: 0;
  content: '';
  border: 13px solid transparent;
  border-left-color: #5d48ff;
  border-right-width: 0;
}
.comment-list:nth-child(even) { clear: both; text-align: right; }
.comment-list:nth-child(odd) { float: right; margin: 30px auto; }
.comment-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.comment-meta {
  font-size: 13px;
  margin: 0;
  border: 1px solid #da70d6;
}
.comment-body {
  font-size: 14px;
  text-align: left;
  margin: 10px 0;
  padding: 15px 0;
}
.comment-bottom {
  font-size: 12px;
  display: inline-block;
  margin: 5px 0;
  padding: 10px 0;
}
cite { font-style: normal; }
.poster { font-weight: bold; display: block; }

/* コメントフォーム */

.comment-form, .edit-form {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  padding: 0;
  color: #444;
}
.comment-form { margin-bottom: 20px; padding: 40px 0 10px 0; }
.form dl { margin: auto 10px; }
.form dl dd { margin-bottom: 5px; }
.form dl dd textarea { box-sizing: border-box; max-width: 400px; height: 150px; }
.form input#himitu { margin-right: 8px; }
.form .form-btn { margin: 15px 10px; }
.form .form-btn input { margin-right: 3px; }

/* トラックバック */

.trackback { line-height: 2; margin: 30px 10px 20px 10px; }
.trackback-url { box-sizing: border-box; max-width: 100%; }
.trackback .fa-caret-right { font-size: 25px; position: relative; color: #644ffd; }
.trackback .fa-caret-right:before { margin-right: 5px; position: relative; top: 3px; }
.trackback a { font-size: 14px; font-weight: bold; }
.trackback ul { margin: 40px 0 0 0; padding: 0; list-style: none; }
.trackback ul li { border-top: 2px dashed #8777ff; margin: 0; padding: 0; }
.tb-title { padding: 20px 0 8px 0; }
.tb-excerpt { font-size: 12px; }
.trackback-bottom { text-align: right; padding: 10px 0 20px 0; }

/*--------------------------------
   サイドコンテンツ(右)
---------------------------------*/

#sidebar { text-align: center; }

/* サイドバー */

aside {
  margin: 0;
  padding: 10px;
  text-align: left;
  color: #333;
  background-color: #fff;
}

/* 検索窓 */

#searchform {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 30px;
  margin: 10px 10px 20px 10px;
  padding: 0;
}
#q {
  font-size: 14px;
  line-height: 1.1;
  width: 100%;
  height: 30px;
  padding: auto 65px auto 5px;
  color: #fff;
  border: none;
  border-radius: 0;
  background: #2bd580;
}
#sidebar #searchform input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #2bd580 inset;
  -webkit-text-fill-color: #fff !important;
}
#searchform #searchsubmit {
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 1px;
  width: 18%;
  height: 100%;
  margin: 0;
  padding-right: 10px;
  cursor: pointer;
  text-align: right;
  color: #fff;
  border: 0 none;
  border-radius: 0;
  background: #2bd580;
  -webkit-appearance: button;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------
   プラグイン
---------------------------------*/

div .side-menu {
  font-size: 14px;
  line-height: 1.8;
  margin: 15px 10px 25px 10px;
  padding: 0;
}
div .side-menu h4 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  margin: 10px -5px;
  padding: 0;
  border: none;
}
div .side-menu p { font-size: 14px; margin: 0; }
div .side-menu ul { margin: 0; list-style-type: none; }
div .side-menu ul li { margin: 0; padding: 3px 0; border-bottom: 1px dashed #ccc; }

/* プロフィール */

.plugin-myimage { box-sizing: border-box; margin: 15px 0 8px 0 !important; }

/* カレンダー */

table.calender {
  font-size: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
table.calender caption {
  font-size: 115%;
  margin: 3px 0;
  padding: 3px 0 1px 0;
  color: #fff;
  background: #2bd580;
}
table.calender caption a {
  font-weight: bold;
  line-height: 1;
  padding: 3px 3px 1px 4px;
  text-align: center;
  color: #fff;
}
@media screen and (max-device-width: 1024px) {
  table.calender caption a { padding: 4px 2px; }
}
table.calender caption a:hover { border-radius: 35px; background: #644ffd; }
table.calender th, table.calender td {
  line-height: 200%;
  text-align: center;
  border-bottom: 1px dashed #ccc;
}
table.calender td a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  background: #9f9;
}
table.calender td a:hover { color: #000; border: 1px solid #fff; background: #cfc; }
table.calender th#sun { color: #f55353; }
table.calender th#sat { color: #33f; }


/*--------------------------------
   サイドバー 画像付き最新記事
---------------------------------*/

aside #newentry {
  clear: both;
  max-width: 100%;
  height: auto;
  margin: -40px 10px 10px 10px;
}
aside #newentry > dl {
  overflow: hidden;
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px dashed #ccc;
}
aside #newentry img {
  float: left;
  width: 110px;
  height: 110px;
  margin: 5px 10px;
}
aside #newentry h5 {
  font-size: 15px;
  line-height: 1.4;
  padding: 3px 5px;
  border: none;
}
aside #newentry p {
  font-size: 13px;
  line-height: 1.4;
  display: inline;
  padding: 5px;
}

/*--------------------------------
   フッター
---------------------------------*/

#footer {
  margin: 30px 0 0 0;
  padding: 30px 10px 60px 10px;
  color: #fff;
  background-color: #333;
}
.footer-menu {
  margin: 10px 0;
  text-align: left;
  color: #fff;
}
.footer-menu a { color: #fff; }
.footer-menu .side-menu .f-title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin: 5px -5px;
  padding: 8px 15px;
  color: #fff;
  border-left: 10px ridge #2bd580;
}
#footer p {
  font-size: 14px;
  line-height: 1.5;
  margin: 5px;
  padding: 5px;
}
#footer .entry_title {
  font-size: 13px;
  line-height: 1.5;
  margin: 30px auto 15px auto;
  text-align: center;
}
#footer h2 { line-height: 1.5; display: inline-block; }

/*--------------------------------
   ページトップ移動ボタン
---------------------------------*/

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 60px;
  display: none;
}
.pagetop a {
  font-size: 20px;
  position: static;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #2bd580;
}
.fa-arrow-circle-up:before {
  font-size: 50px;
  line-height: 1;
  position: relative;
  top: -5px;
  display: inline-block;
  color: #2bd580;
}

/*----------------------------------------------------
   media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 900px) {

  aside { float: none; clear: both; width: auto; }

  /* ヘッダー */

  header { box-sizing: border-box; }
  header #blogname { font-size: 31px; text-align: center; }
  header h1, header .cription { max-width: 500px; }
  #dropmenu { max-width: 900px; margin-left: 5%; }
  
  /* コンテンツ */

  #entry #entry-title h1 { font-size: 23px; line-height: 1.1; padding: 0; }
  main h2 { margin: 25px 0 45px 0; padding: 3% 35px; }
  
  /* 記事一覧 */

  #topentry dt { float: left; width: 150px; margin: 10px auto 0 auto; }
  #topentry dt img { width: 150px; }
  #topentry .clearfix dd h3 { margin: 0 10px; padding: 8px 2px 4px 2px; }
  #topentry dd { padding-left: 170px; }
}

/*----------------------------------------------------
   media Queries スマートフォン・タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 550px) {

  /* ヘッダー */
  
  header #blogname { font-size: 29px; text-align: center; }

  /* コンテンツ */

  #entry #entry-title h1 { font-size: 20px; line-height: 1.2; padding: 0; }
  main h2 { margin: 25px 0 40px 0; padding: 4% 35px 3% 35px; }

  /* 記事一覧 */
  
  #topentry dl { padding-top: 13px; }
  #topentry dt {
    float: none;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  #topentry dt img { width: 100%; }
  #topentry dt .fa-picture-o:before { font-size: 230px; margin: -15px auto; }
  #topentry dt .fa-picture-o:after { font-size: 38px; margin: 88px 0 0 -215px; }
  #topentry dd { padding-left: 0; }
  #topentry .clearfix dd h3 { margin: 8px 2px 4px 2px; }

  .page-qr { display: none; }

}

/*----------------------------------------------------
   media Queries スマートフォン・タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 320px) {

  /* ヘッダー */

  header { text-align: left; }
  #dropmenu { margin-left: 5%; }
  #dropmenu li { width: 20%; margin-right: 5%; }
  #dropmenu li ul { margin-right: -19%; }
  #dropmenu li ul li { width: 400%; }
  #dropmenu li:last-child > ul li { left: -316%; }
  .ctgr { left: -211%; }
  .rec { left: -106%; }

}

/*----------------------------------------------------
   media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 900px) {

  /* ヘッダー */

  header {display: block; text-align: center; }
  header #blogname { font-size: 33px; }
  nav { max-width: 422px; }
  #dropmenu { margin: 0 auto 20px auto; padding: 0; }
  #dropmenu li { width: 70px; margin: 0 30px 0 0; text-align: center; }
  #dropmenu li ul li { width: 370px }
  #dropmenu li:last-child > ul li { left:-300px; }
  #dropmenu .rec { left:-100px; }
  #dropmenu .ctgr { left:-200px; }

  /* 記事一覧 */
  
  #topentry dt { float: left; width: 150px; margin: 10px auto 0 auto; }
  #topentry dt img { width: 150px; }
  #topentry dd { padding-left: 170px; }

  /* コンテンツ */
  
  #entry #entry-title h1 { font-size: 23px; line-height: 1.2; padding: 0; }
  #content { max-width: 1024px; margin: 0 auto; }
  #container { float: left; width: 100%; margin-right: -350px; }
  main { margin-right: 370px; padding: 15px 30px; border-radius: 5px; }
  #sidebar { display: inline-block; float: right; width: 350px; }
  aside { border-radius: 5px; }

  /* フッター */
  
  #footer { padding: 50px; }
  .footer-menu .side-menu { float: left; width: 340px; padding: 0 10px; }
}

.posi {
margin:5px 0px 20px 0px;
}

.cstmreba {
  width:100%;
  height:auto;
  margin:36px 0;
}
.booklink-box, .kaerebalink-box, .tomarebalink-box {
  width:100%;
  background-color: #fff;
  overflow: hidden;
}
/* サムネイル画像ボックス */
.booklink-image,
.kaerebalink-image,
.tomarebalink-image {
  width:150px;
  float:left;
  margin:0 14px 0 0;
  text-align: center;
}
.booklink-image a,
.kaerebalink-image a,
.tomarebalink-image a {
  width:100%;
  display:block;
}
/* サムネイル画像 */
.booklink-image a img, .kaerebalink-image a img, .tomarebalink-image a img {
  margin:0 ;
  padding: 0;
  text-align:center;
}
.booklink-info, .kaerebalink-info, .tomarebalink-info {
  overflow:hidden;
  line-height:170%;
  color: #333;
}
/* infoボックス内リンク下線非表示 */
.booklink-info a,
.kaerebalink-info a,
.tomarebalink-info a {
  text-decoration: none;  
}
/* 作品・商品・ホテル名 リンク */
.booklink-name>a,
.kaerebalink-name>a,
.tomarebalink-name>a {
  border-bottom: 1px dotted ;
  color:#2098A8;
  font-size:16px;
}
/* 作品・商品・ホテル名ホテル名 リンク ホバー時 */
.booklink-name>a:hover,
.kaerebalink-name>a:hover,
.tomarebalink-name>a:hover {
  color: #722031;
}
/* powered by */
.booklink-powered-date,
.kaerebalink-powered-date,
.tomarebalink-powered-date {
  font-size:10px;
  line-height:150%;
}
.booklink-powered-date a,
.kaerebalink-powered-date a,
.tomarebalink-powered-date a {
  border-bottom: 1px dotted ;
  color: #2098A8;
}
/* 著者・住所 */
.booklink-detail, .kaerebalink-detail, .tomarebalink-address {
  font-size:12px;
}
.kaerebalink-link1 img, .booklink-link2 img, .tomarebalink-link1 img {
  display:none;
}
.booklink-link2>div, 
.kaerebalink-link1>div, 
.tomarebalink-link1>div {
  float:left;
  width:31%;
  min-width:125px;
  margin:0.5% 1%;
}
.booklink-link2 a, 
.kaerebalink-link1 a,
.tomarebalink-link1 a {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 180%;
  padding:3% 1%;
  border-radius: 4px;
  box-shadow: 0 2px 0 #ccc;
  background: -moz-linear-gradient(top,#FFF 0%,#EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover,
.tomarebalink-link1 a:hover {
  text-decoration: underline;
}
/* ボタンカラー */
/* トマレバ */
.tomarebalink-link1 .shoplinkrakuten a { color: #76ae25; }/* 楽天トラベル */
.tomarebalink-link1 .shoplinkjalan a { color: #ff7a15; }/* じゃらん */
.tomarebalink-link1 .shoplinkjtb a { color: #c81528; }/* JTB */
.tomarebalink-link1 .shoplinkknt a { color: #0b499d; }/* KNT */
.tomarebalink-link1 .shoplinkikyu a { color: #bf9500; }/* 一休 */
.tomarebalink-link1 .shoplinkrurubu a { color: #000066; }/* るるぶ */
.tomarebalink-link1 .shoplinkyahoo a { color: #ff0033; }/* Yahoo!トラベル */
/* カエレバ */
.kaerebalink-link1 .shoplinkyahoo a {color:#ff0033;} /* Yahoo!ショッピング */
.kaerebalink-link1 .shoplinkbellemaison a { color:#84be24 ; }  /* ベルメゾン */
.kaerebalink-link1 .shoplinkcecile a { color:#8d124b; } /* セシール */ 
.kaerebalink-link1 .shoplinkkakakucom a {color:#314995;} /* 価格コム */
/* ヨメレバ */
.booklink-link2 .shoplinkkindle a { color:#007dcd;} /* Kindle */
.booklink-link2 .shoplinkrakukobo a{ color:#d50000; } /* 楽天kobo */
.booklink-link2  .shoplinkbk1 a { color:#0085cd; } /* honto */
.booklink-link2 .shoplinkehon a { color:#2a2c6d; } /* ehon */
.booklink-link2 .shoplinkkino a { color:#003e92; } /* 紀伊國屋書店 */
.booklink-link2 .shoplinktoshokan a { color:#333333; } /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.kaerebalink-link1 .shoplinkamazon a, 
.booklink-link2 .shoplinkamazon a { color:#FF9901; } /* Amazon */
.kaerebalink-link1 .shoplinkrakuten a , 
.booklink-link2 .shoplinkrakuten a { color: #c20004; } /* 楽天 */
.kaerebalink-link1 .shoplinkseven a, 
.booklink-link2 .shoplinkseven a { color:#225496;} /* 7net */
/* ボタンカラー ここまで*/
.booklink-footer {
  clear:both;
}
/***  解像度480px以下のスタイル ***/
@media screen and (max-width:480px){
.booklink-image,
.kaerebalink-image,
.tomarebalink-image {
  width:100%;
  float:none;
}
.booklink-link2>div, 
.kaerebalink-link1>div, 
.tomarebalink-link1>div {
  width: 48%;
}
.booklink-info,
.kaerebalink-info,
.tomarebalink-info {
  text-align:center;
}
}

.posi {
margin:5px 0px 20px 5px;
}