@charset "utf-8";
/*
Theme Name: yumepyon_pc
Version: 1.24
Theme URI: http://yumepyon.com
Author: yumepyon
Author URI: http://yumepyon.com
Description: yumepyon's PC/Tablet Theme
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html { height: 100%; font-size: 62.5%; }
body {
  margin: 0;
  font: normal 16px/1 "Segoe UI",Verdana,Arial,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","Rounded-L M+ 1c","Meiryo UI","メイリオ",Osaka,"ＭＳ Ｐゴシック", "MS PGothic",sans,sans-serif;
  font-size: 1.6rem;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
a {
  background: transparent;
  transition: color 0.5s;
}
a:link, a:visited {
  color: #00f;
  text-decoration: none;
}
.cf:before, .cf:after {
  content: "";
  display: table
}
.cf:after { clear:both }
.cf { zoom:1 }
.cbr {
  clear: both;
  line-height: 2;
}
.radius {
  border-radius: 7px
}
.shadow {
  border:1px solid #aaa;
  -webkit-box-shadow: 3px 3px 4px #bbb;
  box-shadow: 3px 3px 4px #bbb
}
.wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 0 0 4px;
  background: #f4f4f4;
}
.header {
  width: 100%;
  background: #ffd;
}
  .site-title {
    display: block;
    float: left;
    margin: 8px 0 0;
  }
  .site-title img {
    width: 38px;
    height: 38px;
    vertical-align: -8px;
  }
  .site-title strong {
    font-size: 30px;
    font-size: 3rem;
    color: #00f;
  }
  .header-right {
    float: right;
  }
  .sns-icon {
    float: left;
    margin: 4px 16px 0 0;
  }
  .sns-icon .lsf {
    font-size: 46px;
  }
  .sns-icon a:hover {
    line-height: .9;
  }
  .sns-self {
    float: left;
    display: block;
    background: #fff;
    margin: 4px 10px 0 0;
    line-height: .9;
    border: 2px solid #eee;
    border-radius: 14px;
  }
  .sns-self .lsf {
    font-size: 50px;
    padding: 0 8px;
    border: 1px solid #bbb;
    border-radius: 12px
  }
  a.icon-btn {
    float: left;
    display: block;
    background: #fff;
    margin: 5px;
    padding: 0 5px;
    font-size: 17px;
    font-size: 1.7rem;
    border: 2px outset #ddd;
    border-radius: 12px;
  }
  .col-tw, a.col-tw {
    color: #00acee;
  }
  .col-fb, a.col-fb {
    color: #4561b0;
  }
  .col-li, a.col-li {
    color: #00c300;
  }
  .col-gp, a.col-gp {
    color: #dd4b30;
  }
  .col-hb, a.col-hb {
    color: #00a4de;
  }
  .col-rs, a.col-rs {
    color: #fd8b05;
  }
  .col-fd, a.col-fd {
    color: #292;
  }
  .bcl-tw {
    background: #00acee;
  }
  .bcl-fb {
    background: #4561b0;
  }
  .bcl-gp {
    background: #dd4b30;
  }
  .bcl-hb {
    background: #00a4de;
  }
  .bcl-rs {
    background: #fd8b05;
  }
  .bcl-fd {
    background: #87c040;
  }
    .site-description {
      display: inline-block;
      margin: 7px 0 10px 5px;
      color: #444;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
    }
    .menu {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
    }
    .menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
    }
    .menu li {
      float: left;
      margin: 9px 3px;
    }
    .btn-green a {
      margin: 0;
      padding: 4px;
      border-radius: 7px;
      border: 1px solid #0f0;
      background: #cf6;
      background: -moz-linear-gradient(top, #dfd, #afa);
      background: -webkit-linear-gradient(top, #dfd, #afa);
      background: -webkit-gradient(linear, left top, left bottom, from(#dfd), to(#afa));
      background: -o-linear-gradient(top, #dfd, #afa);
      background: linear-gradient(to bottom, #dfd, #afa);
    }
    .btn-green a:hover{
      text-decoration:none;
      background: #4f4;
      background: -moz-linear-gradient(top, #bfb, #0f0); /* Firefox */
      background: -webkit-linear-gradient(top, #bfb, #0f0); /* Safari5.1-, Chrome10- */
      background: -webkit-gradient(linear, left top, left bottom, from(#bfb), to(#0f0)); /* Safari5.0 */
      background: -o-linear-gradient(top, #bfb, #0f0); /* Opera10- */
      background: linear-gradient(to bottom, #bfb, #0f0);
    }
    .btn-yellow a {
      margin: 0;
      padding: 3px 5px;
      border-radius: 7px;
      border: 1px solid #bbb;
      background: #ffd;
    }
.wrap-green {
  margin: 7px 0 10px;
  border: 1px solid #6c3;
  line-height: 1.5;
  border-radius: 10px;
  background: #fff;
}
.wrap-green-title {
  padding: 3px 0 2px 6px;
  background: #cf6;
  font-weight: bold;
  border-bottom: solid 1px #6c3;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-radius: 10px 10px 0 0;
}
.container {
  width: 100%;
  min-width: 990px;
  margin: 10px 0 0;
}
.main {
  float: left;
  width: 66.0606%;
  max-width: 670px;
  background: #fff;
  padding: 0 6px 0 4px;
}
  .entry-header {
    margin: 0;
    padding: 4px 0;
  }
  .breadcrumb {
    margin: 5px 0 14px 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
    .entry-title, .index h1 {
      font-size: 26px;
      font-size: 2.6rem;
      margin: 0 6px 18px;
      line-height: 1.5;
    }
    .entry-date {
      margin-left: 12px;
      font-size: 14px;
      font-size: 1.4rem;
    }
    .dt {
      margin: 0 5px;
      color: #800;
      font-weight: bold;
    }
    .cate, .cate-btn {
      margin: 20px 0 15px 5px;
      color: #777;
      font-size: 14px;
      font-size: 1.4rem;
    }
    .cate-btn a {
      margin: 0;
      padding: 4px;
      background: #ffb;
      border: 1px solid #888;
      border-radius: 8px;
      font-size: 13px;
      font-size: 1.3rem;
    }
    .entry-content {
      margin: 0;
      padding: 0;
      line-height: 1.8;
    }
    .entry-content p {
      margin: 24px;
    }
    .entry-content>img{
      display: block;
      box-sizing: content-box;
      margin: 0 auto;
    }
    #toc {
      margin: 0 auto;
      width: 90%;
      background: #ffd;
    }
    .mokuji {
      color: #800;
      text-align: center;
    }
    #toc ul {
      border: 0;
      font-size: 14px;
      font-size: 1.4rem;
    }
    #toc li {
      line-height: 1.2
    }
.sidebar {
  float: right;
  width: 336px;
  padding: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
  .sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sidebar h4{
    margin:0;
  }
  .sidebar-cont {
    float: right;
    width:328px;
  }
    .side-search {
      margin: 10px 0;
      padding: 10px 0 10px 10px;
      border: 1px solid #888;
      background: #ffc;
    }
    .side-prof h3 {
      margin: 0;
      font-size: 15px;
      font-size: 1.5rem;
    }
    .side-prof p {
      margin: 6px 0 6px 10px;
    }
    .side-prof img {
      float: left;
      margin: 2px 0 0 0;
      width: 40px;
      height: 40px
    }
    .sns-mini {
      margin: 3px 0 0 0
    }
    .sns-mini a {
      float: left;
      display: block;
      width: 56px;
      margin: 0 0 0 7px;
      line-height: 1;
      text-align: center;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 2px 0;
      border-radius: 20px;
    }
    .sns-mini div {
      display: block;
      margin: 0 0 5px;
      font-size: 14px;
      font-size: 1.4rem;
    }
    .sns-mini a div {
      font-size: 10px;
      font-size: 1rem;
    }
    .sns-mini .lsf-icon:before {
      margin: 0;
    }
    .side-update>div {
      margin: 8px 0 14px 10px;
    }
    .rss-banar img {
      width: 140px;
      height: 60px;
    }
  .sns-block {
    width: 100%;
    margin: 25px 0 10px 6px;
  }
  .sns-block>a {
    float: left;
    width: 120px;
    margin: 0 2px 0 0;
    padding: 4px 0 5px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    border-radius: 8px;
  }
  .sns-block .lsf-icon:before {
    font-size: 22px;
    font-size: 2.2rem;
    vertical-align: -1px;
  }
  .sns-block>a:hover {
    line-height: 0.9;
  }
.snsbtn {
  width: 99%;
  margin: 10px 0 0 2px;
  background: #ffe;
}
.snsbtn>div {
  float: left;
  margin: 7px 7px 0 13px
}
.snsbtn>span {
  display: block;
  background: #800;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 20px 0;
  padding: 8px;
  border-radius: 6px
}
.snsbtn-feedly {
  margin: 0 0 0 50px;
  color: #555;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top
}
.fb-btn {
  border: none;
  overflow: hidden;
  width: 83px;
  height: 65px;
}
.snsbox .fb-btn {
  margin: 0 0 0 10px;
  width: 83px;
  height: 85px;
}
.sns97 {
  width: 97px
}
/* 購読者数つきFeedlyボタン */
.feedly-followers {
    display: block;
}
/* 購読者数の表示部分 */
.feedly-count {
    position: relative;
    display: block;
    margin: 0 auto 6px;
    padding: 7px 4px 0;
    width: 70px; /*カウンタの幅*/
    height: 31px; /*カウンタの高さ*/
    background: #fff;
    border: 1px solid #669966;
    border-radius: 4px;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-size: 1.6rem;
}
/* 購読者数吹き出し部分 */
.fdly-count:after,
.fdly-count:before {
    border: solid transparent;
    content: ' ';
    right: 43%;
    position: absolute;
}
.fdly-count:before {
    border-width: 5px;
    border-top-color: #B0C1D8;
    top: 32px;
}
.fdly-count:after {
    border-width: 5px;
    border-top-color: #FFF;
    top: 30px;
}
.pub-prof {
  float: right;
  margin-bottom: 10px;
  font-size: 70%;
  color: #666;
}
/*index only*/
.index {
  padding: 10px 20px;
}
.notice {
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #800
}
.sub-h {
  margin: 50px 0 30px;
}
.sub-h h2{
  display: inline;
  color: #f30;
  font-size: 24px;
  font-size: 2.4rem;
}
.linkbox-info {
  font-size: 14px;
  font-size: 1.4rem;
}
.linkbox {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 10px auto 40px auto;
  padding: 0;
  border: 1px solid #ccc;
  background: #ffb;
}
.linkbox .entry-img {
  float: left;
  margin:0 6px 0 0;
  width: 160px;
  height: 120px;
}
.linkbox .entry-title {
  margin: 2px 10px 5px 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height:1.4;
  color: #800;
}
.linkbox .entry-content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height:1.3;
  color: #44f;
}
.new-next a {
  display: block;
  width: 96%;
  height: 60px;
  margin:15px auto 0 auto;
  padding: 18px;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
}
.new-next a img {
  margin: 0 4px 0 0;
  width: 20px;
  height: 20px;
  vertical-align: -2px;
}
/*index only end*/

/*-web font-*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('//yumepyon.com/css/LigatureSymbols-2.11.eot');
    src: url('//yumepyon.com/css/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('//yumepyon.com/css/LigatureSymbols-2.11.woff') format('woff'),
         url('//yumepyon.com/css/LigatureSymbols-2.11.ttf') format('truetype'),
         url('//yumepyon.com/css/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  word-break: normal;
  font-size:130%;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
.lsf-icon:before {
  content:attr(title);
  margin-right:0.2em;
}

a:active,
a:hover {
  outline: 0;
}
a:focus {
  outline: thin dotted;
}
a:hover {
  color: #f00;
  background: #fb8;
  text-decoration: none;
}
img {
  border: 0;
}
strong, b, .b {
  color: #f30;
  font-weight: bold;
}
.nlinkbox {
  display: block;
  overflow: hidden;
  width: 94%;
  margin: 40px auto;
  padding: 0;
  border: 1px solid #ccc;
  background: #ffc;
}
.n-img {
  float: left;
  margin:0 6px 0 0;
  width: 96px;
  height: 72px;
}
.nlinkbox .n-title {
  margin: 0 5px 0 0;
  line-height:1.5;
}
.nlinkbox .n-desc {
  margin: 0;
  font-size: 13px;
  color: #555;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input, textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding:6px;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  padding:6px 10px 2px;
  color: #7c7c7c;
  background: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  color: #5e5e5e;
  background: #ebebeb;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
}
    .entry-content ul, .entry-content ol {
      width: 94%;
      margin: 10px auto;
      border: 1px solid #fd0;
      background: #ffd;
      font-size: 15px;
      font-size: 1.5rem;
      border-radius: 6px;
    }
    .entry-content ul {
      padding: 0 0 0 20px;
      list-style: disc outside;
    }
    .entry-content ol {
      padding: 0 0 0 35px;
      list-style: decimal outside;
    }
    .entry-content li {
      margin: 8px 0 8px 6px;
      line-height: 1.3;
      text-indent: -7px;
    }
  .h-list {
    margin: 10px 0 0;
  }
  .h-list strong,.h-list span {
    margin: 0 0 0 20px;
  }
  .h-list ul,.h-list ol {
    margin-top: 0;
  }
    .page .entry-content ul {
      margin: 0;
      padding: 0 0 0 10px;
      border: none;
      background: #fff;
      font-size: 13px;
      font-size: 1.3rem;
      list-style: disc outside;
    }
    .page .entry-content li {
      margin: 0 0 6px;
      line-height: 1.2;
      text-indent: -10px;
    }
    .entry-content h2, .brown-h {
      margin: 15px 10px 5px;
      padding: 4px;
      background: #822;
      color: #fff;
      line-height: 1.8;
      font-size: 19px;
      font-size: 1.9rem;
      font-weight: normal;
    }
    .entry-content h3 {
      margin: 13px 10px 5px;
      padding: 4px;
      background: #855;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: normal;
    }
    .entry-content h4 {
      margin: 12px 10px 5px;
      padding: 3px;
      background: #866;
      color: #fff;
      font-size:17px;
      font-size:1.7rem;
      font-weight: normal;
    }
    .entry-content h5 {
      margin: 11px 10px 5px;
      padding: 3px;
      background: #866;
      color: #fff;
      font-size:16px;
      font-size:1.6rem;
      font-weight: normal;
    }
    .entry-content h2 a {
      color: #fff;
      text-decoration: underline;
    }
    .entry-content blockquote {
      position: relative;
      margin: 5px 0 5px 5px;
      padding: 5px 3px 5px 24px;
      background: #eee;
      border-left: 4px solid #ddd;
      line-height: 1.3;
      font-size: 13px;
      font-size: 1.3rem;
      color:#666
    }
    .entry-content blockquote:before {
      padding: 0;
      line-height: 1em;
      content: "“";
      font-family: Georgia,Arial;
      font-size: 400%;
      color: #999;
      position: absolute;
      left:0;
      top:0
    }
 /*facebookのコメントが切れる対策*/
.fb-like iframe {
  max-width: none !important;
}
.fb-post {
  display: none !important;
}
.side-new h4, .side-pop h4 {
  display: inline;
}
.side-new .side-more {
  display: inline;
  text-decoration: underline;
}
.side-new a {
  display: block;
}
.side-new li {
  overflow: auto;
  margin: 4px;
  padding: 0;
  line-height: 1.5;
  border-bottom: 1px dashed #999;
}
.side-new img {
  float: left;
  margin: 0 4px 0 0;
  width: 60px;
  height: 60px;
}
.side-cate ul {
  padding: 0 15px;
}
.side-cate li {
  display: block;
  margin: 13px 0;
}
.side-cate .cate-child {
    margin-left: 10px;
  }
.hatena-bookmark-widget li {
  background: #fff !important;
}
.side-fix {
  width: 328px
}
.side-follow {
  margin: 4px 0 0 0;
}
.side-follow div {
  float: left;
  margin: 0 12px 0 0;
}
.side-pop .wrap-green-title img {
  width: 25px;
  height: 25px;
}
.side-pop .side-more {
  display: inline;
  text-decoration: underline;
  font-size: 13px;
}
.side-pop li {
  overflow: auto;
  margin: 4px;
  border-bottom: 1px solid #999;
}
.side-pop a {
  display: block;
}
.side-pop img {
  float: left;
  margin: 0 4px 0 0;
  width: 60px;
  height: 60px;
}
.main-footer {
  margin: -6px 0 0;
  border-top: none;
}
.brown-h .pop-more {
  color :#bbf;
  text-decoration: underline;
}
.main-ad1 {
  margin: 30px 0;
}
.main-ad1 p{
  text-align: center;
}
.footer {
  background: #ddd;
  margin: 0 0 6px;
  line-height: 1.3;
}
 .footer ul {
  margin: 0 0 0 10px;
  padding: 0;
 }
  .ft-cate {
    float: left;
    margin: 6px 0 0 0;
    border-right: 1px dashed #666;
  }
  .ft-cont {
    float: left;
    padding: 10px 0 0 10px;
  }
  .ft-cont>div,.ft-cont>aside {
    margin: 0 0 30px 0;
  }
  .ft-h {
    color: #f30;
    margin: 0 0 6px 0;
  }
  .ft-foot {
    clear: both;
    width: 100%;
  }
  .footer h3, .footer h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .copyright {
    margin: 6px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    text-align:center;
  }
.fixbtn {
  position: fixed;
  z-index: 1500;
}
.totop {
    right: 4px;
    bottom: 6px;
}
.totop a {
    display: block;
    background: #fccd5d;
    margin: 0 0 10px;
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    border-radius: 10px;
}
.totop a:hover {
    background: #fd4;
}
.kaerebalink-box, .booklink-box {
  width: 96%;
  margin: 20px auto;
  padding: 0;
  background: #ffd;
  border: 1px solid #777;
  border-radius: 7px;
}
.kaerebalink-image, .booklink-image {
  float: left;
  margin: 0 7px 0 0;
}
.kaerebalink-info, .booklink-info {
  float: left;
  padding: 5px 0 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.kaerebalink-name, .booklink-name {
  max-width: 440px;
}
.kaerebalink-powered-date, .kaerebalink-detail, .booklink-powered-date, .booklink-detail {
  font-size: 11px;
  font-size: 1.1rem;
}
.kaerebalink-link1>div, .booklink-link2>div {
  float: left;
  background: none !important;
  padding: 0;
}
.kaerebalink-link1>div a,
.booklink-link2>div a {
  float: left;
  margin: 10px 4px 4px;
  padding: 6px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #777;
  border-radius: 7px;
  background: #cf6;
  background: -moz-linear-gradient(top, #dfd, #afa);
  background: -webkit-linear-gradient(top, #dfd, #afa);
  background: -webkit-gradient(linear, left top, left bottom, from(#dfd), to(#afa));
  background: -o-linear-gradient(top, #dfd, #afa);
  background: linear-gradient(to bottom, #dfd, #afa);
  -webkit-box-shadow: 3px 3px 4px #bbb;
  box-shadow: 3px 3px 4px #bbb
}
.booklink-footer {
  clear: left;
}
.pochireba {
  width: 96%;
  margin: 20px auto;
  padding: 5px 0px 5px 10px;
  background: #ffb;
  border: 1px solid #777;
  border-radius: 7px;
}
.pochi_img {
  float: left;
  margin: 0 8px 0 0;
}
.pochi_price, .pochi_seller, .pochi_time, .pochi_post {
  display: inline
}
.pochi_seller {
  margin: 0 6px
}
.pochi_price, .pochi_seller {
  font-size: 14px;
  font-size: 1.4rem
}
.pochi_time, .pochi_post {
  margin: 0 4px;
  font-size: 11px;
  font-size: 1.1rem;
}

/*single,page only*/
.pop-posts {
  width: 99%;
  margin: 0 0 0 3px;
  padding: 6px 0 2px 6px;
  list-style: none;
  border: 1px solid #bbb;
  font-size: 15px;
  font-size: 1.5rem;
}
.pop-posts li,.pop-posts>div {
  float: left;
  width: 49%;
  line-height: 1.5;
  margin: 0 6px 8px 0;
  border-bottom: 1px dashed #999;
  border-right: 1px dashed #999;
  background: #ffd;
}
.pop-posts img {
  float: left;
  margin: 0 4px 0 0;
  width: 90px;
  height: 90px;
}
.pop-posts a {
  display: block;
}
.pop-posts a:hover {
  background: #fdb;
}
#zenback #zenback-widget .zenback-module-item {
  font-size: 10px;
  font-size: 1rem;
}
/*index only*/
.loading {
  width: 29px;
  height: 29px;
  margin:0 auto;
}
.pager {
  margin: 70px 0 40px;
  text-align: center;
}
.page-numbers,
.pager .current {
  background: #ffb;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 6px;
  margin: 0 3px;
}
.pager .current {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
/*index only end*/