@charset "UTF-8";
/*---------------------------------------------------------
Original Style: stinger5ver20141011
---------------------------------------------------------*/
* {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0px;
  padding: 0px;
}

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
  display: block;
}

body {
  min-width: 320px;
  word-wrap: break-word;
  background-color: #f2f2f2;
}
body.mceContentBody {
  background-color: #fff;
}

/* リンクの色 */
a {
  color: #4682b4;
}
a:hover {
  color: #b22222;
}

/* リンクにマウスオーバーした時の色 */
img, video, object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  display: block;
}

/* 画像リンクのマウスオーバーに透かし */
a:hover img {
  -moz-opacity: 0.8;
  opacity: 0.8;
}

img.size-full, img.size-large {
  margin-bottom: 10px;
  height: auto;
  max-width: 100%;
}

/* スマートフォンは表示しない */
.smanone {
  display: none;
}

/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* iframeのレスポンシブ */
.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------
各フォント設定
---------------------------------*/
/* 基本の文字 */
p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 20px;
}

/*ブログタイトル*/
header h1 {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
header a {
  color: #FFF;
  text-decoration: none;
}

/*ブログ名の下のキャプション */
/* 記事タイトル */
.entry-title {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
}
.entry-title a {
  color: #333;
  text-decoration: none;
}
.entry-title a:hover {
  text-decoration: underline;
}

/* 中見出し */
h2 {
  position: relative;
  background: #f3f3f3;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
h2:after {
  content: '';
  position: absolute;
  border-top: 10px solid #f3f3f3;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 30px;
  border-radius: 2px;
}
h2:before {
  content: '';
  position: absolute;
  border-top: 10px solid #f3f3f3;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 30px;
}
.arch_label {
  font-size: 30px;
  background: #fff;
  color: #515151;
}
.arch_suffix {
  font-size: 16px;
  font-weight: normal;
}
/*小見出し*/
.post h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #1a1a1a;
  line-height: 27px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 0px;
  border-bottom: 1px #999999 dotted;
}

h3 a {
  color: #333;
  text-decoration: none;
}

.post h4 {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f3f3f3;
}

/* サイドバーの見出し */
aside h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
  line-height: 28px;
}

/* 引用 */
.post blockquote, .inyoumodoki {
  background-color: #f3f3f3;
  background-image: url(images/quote.png);
  background-repeat: no-repeat;
  background-position: left top;
  /*padding-top: 70px;*/
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #CCC;
}

/*--------------------------------
コストコや業務スーパーで始めた絞り込みドロップダウン関係
---------------------------------*/
.pageInfo {
  /*background: #f3f4f5;*/
  padding: 5px 10px;
}
#dd_gc {
  margin-right: 10px;
}
.sortSlct {
  padding: 8px 0;
  display: inline-block;
}

select {
  /* styling */
  background-color: white;
  /*border: thin solid blue;*/
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* arrows */
select.classic {
  background-image:
    /*linear-gradient(45deg, transparent 50%, blue 50%),*/
    linear-gradient(45deg, transparent 50%, white 50%),
    /*linear-gradient(135deg, blue 50%, transparent 50%),*/
    linear-gradient(135deg, white 50%, transparent 50%),
    /*linear-gradient(to right, skyblue, skyblue);*/
    linear-gradient(to right, #ec8378, #ec8378);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    /*linear-gradient(to right, gray, gray);*/
    linear-gradient(to right, #ec8378, #ec8378);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0;
}

select.round {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

select.round:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  /*border-color: green;*/
  border-color: gray;
  outline: 0;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    /*linear-gradient(45deg, green 50%, transparent 50%),*/
    linear-gradient(45deg, gray 50%, transparent 50%),
    /*linear-gradient(135deg, transparent 50%, green 50%),*/
    linear-gradient(135deg, transparent 50%, gray 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  /*border-color: green;*/
  border-color: gray;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}




/*--------------------------------
トップページやアーカイブ一覧表示 2カラム版 2col
---------------------------------*/
.pc-2col-ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; /*テスト中*/
}
.pc-2col-li-div {
  display: inline-block;
  position: relative;
}
/* 中央に合わせて、リサイズせずに、はみ出た分をトリミング */
.pc-2col-li-div-thumb img {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
/*
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
*/
}
.pc-2col-title-part {
  position: absolute;
  /*position: relative;*/
  background:rgba(10,10,10,0.50);
  color: #fff;
  bottom: 0;
　left: 0;
}
.pc-2col-title-part-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
    
  margin: 0 !important;
  padding: 0.4em 1em 0;
}
.pc-2col-title-part a {
  color: #fff !important;
}
/*
.pc-2col-tag {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    
  margin: 0 !important;
  padding: 0 1em 0;
}
*/
.pc-2col-tag {
  font-size: 0.8em;
  padding: 0 1.55em 0.2em;
}
[class^="cat-l-review"] {
  font-size: 0;
}
[class^="cat-l-news"] {
  font-size: 0;
}

@media only screen and (min-width: 780px) {
  .pc-2col-li {
    display: inline-block;
    width: 397px;
    height: calc(397px * 0.75);
    margin: 0 5px 10px;
  }
  .pc-2col-lin {
    display: inline-block;
    width: 364px;
    height: calc(397px * 0.75);
    margin: 0 5px 10px;
  }
  /*　トリミングする外側の枠　*/
  .pc-2col-li-div-thumb {
    width: 397px;/* トリミングしたい枠の幅 */
    height: calc(397px * 0.75);/*297px;*//* トリミングしたい枠の高さ */
  }
}
@media only screen and (max-width: 780px) {
  .pc-2col-li {
    display: inline-block;
    width: 364px;
    /* 2019 spring height: calc(364px * 0.75);*/
    height: auto;
    margin: 0 0 10px;
  }
  /*　トリミングする外側の枠　*/
  .pc-2col-li-div-thumb {
    width: 364px;/* トリミングしたい枠の幅 */
    height: calc(364px * 0.75);/*297px;*//* トリミングしたい枠の高さ */
  }
}
/* 2019 spring */
@media only screen and (min-width: 780px) {
  #mybox-right-narrow {
    display: none;
  }
  .pc-encon-umr {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 780px) {
  #mybox-right {
    display: none;
  }
  /*
  #mybox-right-narrow {
    list-style: none !important;
    display: block;
  }
  */
}

/* 抜粋文字 */
/*--------------------------------
サイドバー
---------------------------------*/
aside ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
aside h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

/*--------------------------------
エディタ用
---------------------------------*/
/*画像 */
img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
img.float-left {
  float: left;
}
img.float-right {
  float: right;
}

.wp-caption {
  text-align: center;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ie8 img {
  width: auto;
}

/*リスト */
.post ul {
  list-style-type: disc;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.post ul li {
  font-size: 17px;
  line-height: 27px;
}
.post .button-area ul li {
  font-size: 17px;
  line-height: 18px;
}
.post ol {
  list-style-type: decimal;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.post ol li {
  font-size: 17px;
  line-height: 27px;
}

/*--------------------------------
検索フォーム
---------------------------------*/
#s2 {
  -webkit-appearance: none;
}

/*--------------------------------
メニュー
---------------------------------*/
.common-nav {
  /* スクロールバーを見えなくするため */
  height: 48px; /* 実際に表示する高さ */
  overflow-y: hidden;
}
  
/* 実際にスクロールするオブジェクト */
.common-nav_list {
  /* tableにすることで、横幅指定をすることなくmargin: autoによる中央寄せが可能になる */
  /*display: table;*/
  list-style: none;
  margin: 0 auto;
  /* 下方向に余分なpadding部分を持たせ、そこにスクロールバーが表示される */
  padding: 0 0 24px 0;
}
      
/*.common-nav__item {*/
.common-nav_list li {
  /* itemを横並びに、かつ親要素がその親要素の横幅からはみだすことが可能になる */
  display: table-cell;
}

.common-nav a {
  display: block;
  padding: 12px;
  /* 文字列の自動改行を禁止 */
  white-space: nowrap;
}
  
/* 以下デザイン */
  
.common-nav {
  background: #f0f0f0;
}

.common-nav a {
  color: #808080 !important;
  font-family: sans-serif;
  font-size: 14px;
  /* 行高が24pxになるように調整 24/14 */
  line-height: 1.71428;
  text-decoration: none;
}
.common-nav_list li.current-menu-item {
  background: #dcdcdc;
}
.common-nav_list li:not(.current-menu-item) a:hover {
  background: #e6e6e6;
}

/*--------------------------------
モバイル用メニュー
---------------------------------*/
.main-nav > li {
  /*background: #333 none repeat scroll 0 0;*/
  background: #f0f0f0 none repeat scroll 0 0;
  float: left;
  text-align: center;

  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  line-height: 30px;
  height: 34px;
}
.main-nav > li a {
  /*font-size: 0.6em;*/
  font-size: 0.8em;
  font-weight: 700;
  /*color: #fff;*/
  color: #808080;
}
.main-nav > li:first-child {
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
.main-nav > li:nth-child(4) {
  border-left: 1px solid #fff;
}
.main-nav > li:nth-child(7) {
  border-left: 1px solid #fff;
}
.main-nav > li:nth-child(10) {
  border-left: 1px solid #fff;
}
.cf {
  margin-top: 4px;
}
.cf::after {
  display: block;
  clear: both;
  content: "";
}

.post .center_ma.ads_item {
	margin-bottom: 10px;
}

/*--------------------------------
ぱんくず
---------------------------------*/
#breadcrumb {
  font-size: 13px;
}
#breadcrumb a {
  color: #666;
  text-decoration: none;
}

div#breadcrumb {
  padding: 0 0 5px;
  margin: 0 0 0px;
  clear: both;
}
div#breadcrumb a {
  color: #cccccc;
}
div#breadcrumb div {
  display: inline;
  font-size: 13px;
}

#breadcrumb div a {
  color: #666;
  text-decoration: none;
}

article .breadcrumbs {
  font-size: .78em;
  color: #aaa;
  margin-bottom: 38px;
}
article .breadcrumbs :link, :visited {
  color: #aaa;
}
article .breadcrumbs :hover {
  color: #E5394D;
}

/*--------------------------------
PAGE TOP
---------------------------------*/
#page-top {
  position: fixed;
  z-index: 9999;
  bottom: 96px;
  right: 0;
  font-size: 12px;
}
#page-top a {
  background: #665e53;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: block;
  -moz-opacity: 0.3;
  opacity: 0.3;
}

/*レイアウト スマートフォン
----------------------------------------------------*/
#wrapper {
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto;
}

header {
  text-align: center;
}

main {
  background-color: #fff;
  padding: 20px 10px;
/*margin: 0 -10px 20px;*/
  margin: 0 -10px 0px;
}

section {
  /* 2019 spring margin-bottom: 3em; */
  margin-bottom: 1em; /* 2019 spring */
}

footer {
  clear: both;
  padding: 20px 0;
  text-align: center;
}

/*media Queries タブレットサイズ使用中20190619
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
  #wrapper {
    padding: 0 20px;
  }

  main {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 40px;
  }

  /*-- ここまで --*/
}
/*media Queries 新タブレットサイズ
----------------------------------------------------*/
@media screen and (min-width: 380px) and (max-width: 780px) {
  .tabnone {
    display: none;
  }
  #s-navi .nav_left {
    padding: 5px 10px;
    width: 125px;
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #s-navi .nav_left {
    padding: 5px 10px;
    width: 125px;
    margin: 0 auto;
  }
  .max480none {
    display: none;
  }
  .recent-link2 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 760px) {
  .max760none {
    display: none;
  }
}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  .smanone {
    display: block;
  }

  .pcnone {
    display: none;
  }

  #wrapper {
    padding: 0 40px;
  }

  header {
    padding-top: 10px;
  }

  nav {
    display: block;
    padding: 10px 0;
  }

  #contentInner {
    float: left;
    width: 100%;
    margin-right: -300px;
  }

  main {
    margin-right: 320px;
    margin-left: 0px;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 40px;
  }

  aside {
    float: right;
    width: 300px;
    padding: 0px;
  }

  /*IEで要素がズレるのを対応*/
  .ie7 aside ul li, .ie8 aside ul li, .ie9 aside ul li {
    display: list-item;
    padding: 0;
  }

  /*--------------------------------
  各フォント設定
  ---------------------------------*/
  p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  /*記事タイトル*/
  .entry-title {
    font-size: 24px;
    line-height: 35px;
    color: #333;
    margin-bottom: 5px;
  }
  .entry-title a:hover {
    text-decoration: underline;
  }

  /*中見出し*/
  h2 {
    position: relative;
    background: #f3f3f3;
    color: #1a1a1a;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  h2:after, h2:before {
    content: '';
    position: absolute;
    border-top: 10px solid #f3f3f3;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
    left: 50px;
  }

  /*小見出し*/
  .post h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #1a1a1a;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
  }
  .post ul {
    list-style-type: disc;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .post ul li {
    font-size: 14px;
    line-height: 27px;
  }
  .post ol {
    list-style-type: decimal;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .post ol li {
    font-size: 14px;
    line-height: 27px;
  }

  /*リスト */
  /*-- ここまで --*/
}
/*--------------------------------------------------
mitok用スタイル
----------------------------------------------------*/
/*スマートフォン/共通
----------------------------------------------------*/
* {
  font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, "Droid Sans", sans-serif;
}

#all_wrapper {
  /*border-top: solid 18px #f3394d;*/
  border-top: solid 0px #f3394d;
}

#wrapper {
  padding: 0;
}

#content {
  padding: 0 10px;
}

a {
  text-decoration: none;
  color: #515151;
}
a:hover img {
  opacity: 1.0;
}

h2 {
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
}
h2:before, h2:after {
  content: none;
}

section {
  margin-top: 8px;
  /* 2019 spring margin-bottom: 0;*/
}

ul {
  list-style-type: none;
}

.site_logo {
  margin-bottom: 0;
}
.site_logo img {
  /*width: 340px;*/
  width: 170px;
}

.entry-title {
  clear: both;
}

.entry-footer-tag-and-category-and-date p {
  display: inline-block;
}
p.tagst {
margin-bottom: 0 !important;
}

.entry-footer-tag-and-category-and-date .tagst {
  line-height: normal;
}
.entry-footer-tag-and-category-and-date .tagst a {
  margin-right: 1.2em;
  color: #333;
  font-size: 12px;
}
.entry-footer-tag-and-category-and-date .tagst a:hover {
  color: #ec8378;
}

aside h4 {
  padding-top: 0;
  padding-bottom: 4px;
  padding-right: 0;
  margin-bottom: 15px;
  font-size: 17px;
}
aside .sidebar-widget-title {
  /* color: #ec8378; // 2019 spring #f3394d;*/
  color: #656565;
  border-bottom: solid 2px #656565;
}
aside .widget_categories .sidebar-widget-title {
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  overflow: hidden;
  background: url('../img/title_category.png') no-repeat top left;
  height: 30px;
}
aside .popular-posts .sidebar-widget-title {
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  overflow: hidden;
  background: url('../img/title_ranking.png') no-repeat top left;
  height: 30px;
}
aside .widget_simple_ga_ranking .sidebar-widget-title {
  	/* color: #ec8378; // 2019 spring #f3394d;*/
	color: #656565;
    border-bottom: solid 2px #656565;
}
aside .widget_recent_entries li {
  font-size: 14px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  line-height: 1.3;
  border-bottom: solid 1px #b2b2b2;
}
aside .widget_recent_entries li:last-child {
  border-bottom: none;
}

#mybox-left > ul {
  margin: 18px 0;
}

#mybox-right > ul {
  margin: 18px 0;
}

.entry-footer-item h4 {
  background-color: transparent !important;
  /*padding: 0 0 5px 0;*/
  padding: 0;
  border-bottom: solid 2px #656565;
  /*margin-bottom: 15px;*/
  margin-bottom: 0;
}

.kanren-container h4 {
  background: url('../img/title_kanrenkiji.png') no-repeat top left;
  height: 17px;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  overflow: hidden;
}

.osusume-container h4 {
  /* color: #ec8378; // 2019 spring #f3394d;*/
  color: #656565;
  border-bottom: solid 2px #656565;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}

.recent-link a:visited {
  color: #fff;
}
.recent-link a:hover {
  opacity: 0.7;
  color: #fff;
}
.recent-link2 {
/*
  display: block;
  width: 200px;
  margin-left: auto !important;
*/
}
.recent-link2 a {
  display: block;
  line-height: 32px;
  padding: 0 24px;
  text-align: center;
  background: #f5f5f5;
  color: #999;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
}

.entry-date {
  font-size: 13px;
  line-height:18px;
  color: #aaa;
}
.entry-date a {
  color: #aaa;
}

.entry-body {
  margin-top: 20px;
}

.widget_nav_menu a {
  color: #fff;
}
.widget_nav_menu .menu-item {
  padding: 7px;
  /* 2019 spring border: solid 1px #fff;*/
  border: solid 1px #808080;
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  margin: 5px 0;
  position: relative;
  /*height: 24px;*/
}
.widget_nav_menu .menu-item a {
  display: block;
  text-indent: 7px;
}

.widget_nav_menu .menu-item a:after {
  content: "\f054";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-top: 1px;
  right: 14px;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pager_center_container {
  text-align: center;
  margin: 20px 0;
}

.youtube-container,
.nico-container {
  margin: 8px 0;
}

.cols-hr {
  overflow: hidden;
}
.cols-hr .col, .cols-hr .col-size-72, .cols-hr .col-size-150, .cols-hr .col-size-100 {
  position: relative;
}
.cols-hr .col-al-left {
  float: left;
}
/* 2019 spring */
.cols-hr .col-size-200 {
  width: 200px;
}
.cols-hr .col-size-100 {
  width: 100px;
}

.al-left {
  text-align: left;
}

header {
  max-width: 1170px;
  /*padding: 24px 0 12px;*/
  padding: 12px 0 12px;
  margin: 0 auto;
}

main {
/*padding: 10px 10px 20px;*/
  padding: 10px 10px 30px;
}

h1 {
  margin: 0;
}

#header_container {
  background: #fff;
}

.header_left {
  margin: 0 40px;
}

@media only screen and (min-width: 780px) {
  header {
    position: relative;
  }

  .header_left {
    /*width: 428px;*/
    width: 200px;
    margin: 0;
  }

  .header_right {
    width: 742px;
    position: absolute;
    left: 428px;
    top: 0;
    margin-top: 24px;
  }
  .header_right .header_row:first-child {
    margin-bottom: 12px;
  }
  .header_right .right_row {
    /*text-align: right;*/
    text-align: center;
  }
}

/*--------------------------------------------------
サイトヘッダー下部にあるメニューバー部分
※ デザインがfixしたら画像差し替え＋hoverの処理も追加予定
----------------------------------------------------*/
nav {
  padding: 0;
}

/*--------------------------------------------------
フッター
----------------------------------------------------*/
/*スマホ
----------------------------------------------------*/
#footer {
  /* 2019 spring background-color: #363636;*/
  background-color: #f0f0f0;
  padding: 0;
}

#footer_w {
  margin: 0 auto;
  /* padding: 0 10px;*/
  padding: 20px 10px;
  text-align: left;
}

.footer_inner {
  max-width: 1170px;
  padding: 0 10px;
  margin: 0 auto;
}
.footer_inner a {
  text-decoration: none;
  /* 2019 spring color: #fff;*/
  color: #808080;
}
.footer_inner a:hover {
  color: #ec8378;
}

#footer-copy {
  text-align: center;
  /* 2019 spring color: #fff;*/
  color: #808080;
  margin: 20px 0 0;
}

/*PC
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  #footer {
    /* 2019 spring background-color: #363636;*/
    background-color: #f0f0f0;
    padding: 0;
  }

  #footer_w {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .footer_inner {
    width: 1170px;
  }

  /*--------------------------------------------------
  左側
  ----------------------------------------------------*/
  .footer_l {
    vertical-align: top;
    /*width: 265px;*/
    width: 0;
    margin: 0;
    padding: 20px 0 0 0;
    color: #fff;
    float: left;
    text-align: left;
  }

  /*--------------------------------------------------
  中央
  ----------------------------------------------------*/
  .footer_c {
    vertical-align: top;
    /*width: 640px;*/
    width: 1170px;
    margin: 0;
    /*padding: 60px 0 0 0;*/
    padding: 20px 0 0 0;
    color: #fff;
    text-align: left;
    float: left;
  }

  .menu-footer-menu-container {
    text-align: center;
  }
  .menu-footer-menu-container .menu {
    overflow: hidden;
    /*font-weight: bold;*/
    display: inline-block;
    margin-left: -15px;
  }
  .menu-footer-menu-container .menu li {
    list-style-type: none;
    float: left;
    font-size: 14px;
  }
  .menu-footer-menu-container .menu li:last-child {
    padding-right: 20px;
  }
  .menu-footer-menu-container .menu li:nth-child(1):before {
    padding-left: 20px;
    content: "";
  }
  .menu-footer-menu-container .menu li:not(:nth-child(1)):before {
    font-weight: normal;
    padding: 0px 20px;
    content: "|";
    /* 2019 spring color: #F03C51;*/
    color: #fff;
  }

  #footer-copy {
    text-align: center;
    margin-left: -15px;
  }

  /*--------------------------------------------------
  右側
  ----------------------------------------------------*/
}

/*--------------------------------------------------
サイドバーの「最新の商品レポート」
----------------------------------------------------*/
  .rpwwt-widget {
  }
  .rpwwt-widget ul {
    list-style: outside none none;
  }
  .rpwwt-widget ul li {
    overflow: hidden;
    margin-bottom: .75em;
  }
  .rpwwt-widget ul li img {
    display: inline;
    float: left;
    /*margin: .2em .5em .75em 0;*/
    margin: 0 .5em .75em 0;
  }
  .rpwwt-widget ul li a {
    text-decoration: none;
    color: #707070;
  }
  .rpwwt-widget ul li a span.rpwwt-post-title {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
  }
  .rpwwt-post-date {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.2em;
    color: #aaa;
  }


/*--------------------------------------------------
サイドバーの「人気記事」
----------------------------------------------------*/
  .sga-ranking-list {
    /* 2019 spring */
    position: relative;
    margin-bottom: 8px;
  }
  .sga-ranking-list:last-child {
    border-bottom: none;
  }
  .sgr-detail {
    margin-left: 84px;
  }
  .sgr-stats {
    /* 2019 spring text-align: right;*/
    padding-bottom: 5px;
  }
  .sgr-stats.pcnone {
    padding-bottom: 0;
  }
  .sgr-stats .sgr-date {
    font-size: 12px;
    color: #aaa;
  }
  .sgr-title {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
  }
  .sgr-title > a {
    color: #707070;
  }
  .sgr-img-screen {
    margin-right: 8px;
	margin-bottom: .5em;
  }
  .sga-ranking-list-1 .sgr-thumb:after {
    content: "1";
    box-sizing: border-box;
    color: #989898;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 10px;
    /*background: url('../img/rank_label_01.png');*/
    background-color: #fff;
    border: 1px solid #989898;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
  }
  .sga-ranking-list-2 .sgr-thumb:after {
    content: "2";
    box-sizing: border-box;
    color: #989898;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #989898;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
  }
  .sga-ranking-list-3 .sgr-thumb:after {
    content: "3";
    box-sizing: border-box;
    color: #989898;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #989898;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
  }
  .sga-ranking-list-4 .sgr-thumb:after {
    content: "4";
    box-sizing: border-box;
    color: #989898;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #989898;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
  }
  .sga-ranking-list-5 .sgr-thumb:after {
    content: "5";
    box-sizing: border-box;
    color: #989898;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #989898;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
  }
  .sga-ranking-list-6 .sgr-thumb:after {
    content: "6";
    box-sizing: border-box;
    color: #989898;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #989898;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
  }
  .sga-ranking-list-7 .sgr-thumb:after {
    content: "7";
    box-sizing: border-box;
    color: #989898;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #989898;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
  }
  .sga-ranking-list-8 .sgr-thumb:after {
    content: "8";
    box-sizing: border-box;
    color: #989898;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #989898;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
  }
  .sga-ranking-list-9 .sgr-thumb:after {
    content: "9";
    box-sizing: border-box;
    color: #989898;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #989898;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
  }
  .sga-ranking-list-10 .sgr-thumb:after {
    content: "10";
    box-sizing: border-box;
    color: #989898;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 4px;
    background-color: #fff;
    border: 1px solid #989898;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
  }
  

/*--------------------------------------------------
記事ページ内の記事本体
----------------------------------------------------*/
.post ul li {
  font-size: 16px;
}
.post ul li ul, .post ul li ol {
  padding-top: 0;
  padding-bottom: 0;
}
.post ol li {
  font-size: 16px;
}
.post h2 {
  padding: 0;
}
.post .entry-title {
  padding-bottom: 6px;
  /*background: url('../img/line_red.png') repeat-x bottom left;*/
  border-bottom: solid 1px #ec8378;
}
.post .entry-date {
  text-align: right;
  margin-bottom: 10px;
}
.post .p-navi {
  text-align: center;
  margin-bottom: 24px;
}
.post .p-navi a {
  margin: 0 22px;
}
.post .entry-body a {
  color: #4682b4;
}
.post .entry-body a:hover {
  /*color: #f3394d;*/
  color: #E5394D;
}
.post .entry-body ul,
.post .entry-body ol {
  margin-bottom: 0;
}
.post .entry-body p + ul, .post .entry-body p + ol {
  padding-top: 0;
}
.post .entry-body ul + hr {
  margin-top: 0;
}
.post .entry-body hr {
  margin: 20px 0;
}
.post .entry-body hr + ul, .post .entry-body hr + h3 {
  padding-top: 0;
}
.post .entry-body object {
  height: inherit;
}
.post .entry-body h3 + ul, .post .entry-body h3 + ol,
.post .entry-body h4 + ul,
.post .entry-body h4 + ol,
.post .entry-body h5 + ul,
.post .entry-body h5 + ol {
  padding-top: 0;
}
.post .entry-body h6 + ul, .post .entry-body h6 + ol {
  padding-top: 10px;
}
.post .entry_body_ads {
  text-align: center;
}
.post .entry_body_ads_content_ad {
  text-align: center;
  margin-bottom: 20px;
}
.post .follows {
  background: #e1e1e1;
  text-align: center;
  margin-bottom: 32px;
  padding: 15px 0 11px;
}
.post .follows .fb-page {
  margin: 0 0 24px;
  display: block;
}
.post .follows .tw-follow p {
  margin-bottom: 3px;
  font-size: 14px;
}
.post .follows .tw-follow a {
  color: #0084B4;
}
.post .follows .tw-follow a:hover {
  color: #f3394d;
}
.post .follows blockquote {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}

/*.post section p:last-child {*/
.entry-body>p:last-child {
	height: 0px;
	margin: 0 !important;
}

.entry-footer-external-links {
  display: none;
}

.entry-date-container {
  margin: 15px -10px 15px 0px;
  text-align: right;
}

div#breadcrumb {
  margin-top: 8px;
}
div#breadcrumb div {
  font-size: 16px;
}
div#breadcrumb .cur_item {
  /* 2019 spring color: #f3394d;*/
  color: #ec8378;
}

@media only screen and (min-width: 780px) {
  .post .follows .tw-follow p {
    font-size: 16px;
  }
}

/*--------------------------------------------------
記事ページ内のライター部分
----------------------------------------------------*/
.entry-footer-writer-profile {
  margin-bottom: 32px;
}

.entry-footer-writer-profile-title {
  height: 25px;
  background-color: #656565;
  padding-left: 20px;
  margin-bottom: 5px;
}
.entry-footer-writer-profile-title p {
  color: #fff;
  font-weight: bold;
}

.entry-footer-writer-profile-body {
  background-color: #e1e1e1;
  padding: 15px;
}

.entry-footer-writer-profile-icon {
  text-align: center;
  margin-bottom: 15px;
}
.entry-footer-writer-profile-icon img {
  display: inline-block;
}

.entry-footer-writer-profile-name {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

/*PC
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  .entry-footer-writer-profile .entry-footer-writer-profile-body {
    width: 570px;
    padding: 15px;
    display: table;
  }
  .entry-footer-writer-profile .entry-footer-writer-profile-icon-container {
    display: table-cell;
    width: 90px;
  }
  .entry-footer-writer-profile .entry-footer-writer-profile-icon-container .entry-footer-writer-profile-icon {
    text-align: left;
    margin-right: 15px;
  }
  .entry-footer-writer-profile .entry-footer-writer-profile-text {
    display: table-cell;
    vertical-align: top;
  }
  .entry-footer-writer-profile .entry-footer-writer-profile-text .entry-footer-writer-profile-name {
    text-align: left;
  }
  .entry-footer-writer-profile .entry-footer-writer-profile-text:after {
    clear: both;
  }
}
/*--------------------------------------------------
記事本体下の「オススメ記事」
----------------------------------------------------*/
#topnews .news_list li {
  border-bottom: solid 1px #b2b2b2;
  margin-bottom: 15px;
  padding-bottom: 11px;
}
#topnews .news_detail {
  margin-left: 84px;
}
#topnews .news_desc p {
  font-size: 13px;
  color: #666;
}
#topnews .title_meta {
  background: url("../img/line_green.png") repeat-x bottom left;
  overflow: hidden;
  padding-bottom: 8px;
}
#topnews .entry-category {
  display: inline-block;
}
#topnews .social_area {
  float: right;
  text-align: right;
}
#topnews h3 {
  font-size: 14px;
  line-height: 1.2;
  /*font-weight: normal;*/
  margin-bottom: 10px;
  font-weight: 700;
}
#topnews h3 a {
  color: #707070;
}
#topnews p {
  margin: 0;
  line-height: 1.4;
}
#topnews p.al-right {
  line-height: normal;
}

/*PC
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  /* 最新記事 */
  #topnews h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
  }

}

#archives .post_list li {
  border-bottom: solid 1px #b2b2b2;
  margin-bottom: 15px;
  padding-bottom: 11px;
}
#archives .post_list_search li {
  margin-bottom: 15px;
  padding-bottom: 11px;
}
#archives .post_detail {
  margin-left: 84px;
}
#archives .post_desc p {
  font-size: 13px;
  color: #666;
}
#archives .title_meta {
  background: url("../img/line_green.png") repeat-x bottom left;
  overflow: hidden;
  padding-bottom: 8px;
}
#archives .entry-category {
  display: inline-block;
}
#archives .social_area {
  float: right;
  text-align: right;
}
#archives h3 {
  font-size: 14px;
  line-height: 1.2;
  /*font-weight: normal;*/
  margin-bottom: 10px;
  font-weight: 700;
}
#archives p {
  margin: 0;
  line-height: 1.4;
}
#archives p.al-right {
  line-height: normal;
}

@media only screen and (min-width: 780px) {
  /* アーカイブ */
  #archives .post_list li {
    padding-bottom: 15px;
  }
  #archives .post_detail {
    margin-left: 162px;
  }
  #archives .post_detail_search {
    margin-left: 212px;
  }
  #archives h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
  }
}

#s-navi {
  background: #fff; /* 2019 spring #333;*/
  position: relative;
  height: 52px;
}

#logo_after .ads_item {
  padding: 10px 0;
  text-align: center;
}

#kanren .ads_item {
  margin-bottom: -20px;
}

.ads_item.center_ta {
  text-align: center;
}
.ads_item.center_ma {
  margin: 0 auto;
}

.link_ads {
  margin: 8px 0 50px 0;
}

.side_ads {
  margin-left: -2px;
  text-align: center;
}

.maincol_ads {
  margin: 24px 0;
  position: relative;
  text-align: center;
}

.entry_before_ads .ads_item {
  width: 320px;
}

.entry_footer_ads {
  /*margin-bottom: 24px;*/
  margin-bottom: 8px;
  text-align: center;
}

.entry_footer_ads_mbzero {
  margin-bottom: 0;
  text-align: center;
}

.sp-bannar-rec {
  margin-bottom: 24px;
}
.sp-bannar-rec2 {
  margin-bottom: 10px;
}


.topnews_ads {
  margin-left: -10px;
  margin-bottom: 15px !important;
  padding-right: 0;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  position: relative;
  vertical-align: middle;
}
.topnews_ads + li {
  padding-top: 11px;
  /*border-top: solid 1px #b2b2b2;*/
}

.ads_320 {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.ads_300 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (min-width: 780px) {
  .ads_item_h {
    float: left;
    width: 300px;
  }
  .ads_item_h2 {
    margin: 10px auto;
    width: 336px;
    bottom: 0;
  }

  .topnews_ads {
    /*border-bottom: solid 1px #b2b2b2;*/
    position: static;
    width: 100%;
    height: auto;
  }
  .topnews_ads .ads_item {
    position: static;
    margin: 0;
    overflow: hidden;
    *zoom: 1;
  }

  .entry_body_ads {
    overflow: hidden;
  }
  .entry_body_ads .adsbygoogle {
    display: inline-block;
  }

  .entry_footer_ads {
    margin-bottom: 20px;
    overflow: hidden;
    *zoom: 1;
  }

  #kanren .ads_item {
    margin-bottom: 0;
  }
}
.ads_item_h2 a img {
  margin-bottom: 0 !important;
}


/*タブレット
----------------------------------------------------*/
/*PC
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  #wrapper {
    width: 1170px;
    max-width: 1170px;
  }

  #content {
    padding: 0;
  }

  nav {
    background: #333;
  }
  nav li {
    border: none;
  }
  nav .menu {
    width: 1170px;
    margin: 0 auto;
  }
  nav .current-menu-item {
    border-bottom: solid 2px #fff;
  }

  .widget_nav_menu a {
    /* 2019 spring color: #fff;*/
    color: #808080;
  }
  .widget_nav_menu .menu-item {
    padding: 0;
    margin: 0;
    border: none;
  }

  .widget_nav_menu .menu-item a {
    display: inline;
    font-size: 14px;
    line-height: 1em;
  }


  .widget_nav_menu .menu-item a:after {
    display: none;
  }

  .side_left {
    float: left;
    width: 210px;
    background: #fff;
    min-height: 820px;
  }

  .side_right {
    float: right;
    width: 320px;
    background: #fff;
    min-height: 820px;
  }

  .home .side_right {
    min-height: 1000px;
  }

  #mybox-left > ul {
    margin: 18px 10px;
  }

  #mybox-right > ul {
    /* 2019 spring margin: 18px 10px;*/
    margin: 10px 10px;
  }

  aside {
    padding: 0;
  }
  aside h4 {
    padding-top: 0;
    padding-bottom: 4px;
    padding-right: 0;
    margin-bottom: 15px;
    font-size: 17px;
  }
  aside .sidebar-widget-title {
  	/* color: #ec8378; // 2019 spring #f3394d;*/
	color: #656565;
    border-bottom: solid 2px #656565;
  }
    aside .widget_simple_ga_ranking .sidebar-widget-title {
      /* color: #ec8378; // 2019 spring #f3394d;*/
 	  color: #656565;
      border-bottom: solid 2px #656565;  
      /*
      text-indent: 100%;
      overflow: hidden;
      font-size: 0;
      line-height: 0;
      background: url('../img/title_ranking.png') no-repeat top left;
      height: 30px;
      */
    }
  aside .widget_recent_entries li {
    font-size: 14px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    line-height: 1.3;
    border-bottom: solid 1px #b2b2b2;
  }
  aside .widget_recent_entries li:last-child {
    border-bottom: none;
  }

  #contentInner {
    width: 840px;
    margin-left: 0;
    margin-right: 0;
  }

  main {
    margin-right: 0;
    margin-bottom: 0;
    min-height: 800px;
    padding: 10px;
  }

  .content_container {
    width: 840px;
    float: left;
  }

  a {
    text-decoration: none;
  }
  a:hover {
    color: #f3394d;
  }

  p {
    font-size: 16px;
  }

  .entry-title a:hover {
    text-decoration: none;
  }

  #breadcrumb div {
    /* 2019 spring font-weight: 500;*/
    font-weight: normal;
    font-size: 13px;
  }

  .entry-footer-tag-and-category-and-date .tagst {
    width: 100%;
    vertical-align: top;
  }
  .entry-footer-tag-and-category-and-date .reltag {
    display: inline-block;
    margin: 0 8px;
  }

  .horizontal_box {
    display: inline-block;
    width: 500px; /* 2019 spring */
    vertical-align: top;
  }

  .recent-link {
    text-align: right;
  }
  .recent-link a {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    padding: 0 24px;
    font-weight: bold;
    /*background: #f3394d;*/
    background: #ec8378;
    text-align: center;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    /*border: solid 2px #f3394d;*/
    border: solid 2px #ec8378;
    -moz-border-radius: 4px / 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px / 4px;
  }
  .recent-link a:visited {
    color: #fff;
  }
  .recent-link a:hover {
    opacity: 0.7;
    color: #fff;
  }

  .maincol_ads {
    height: auto;
  }

  #chiis {
    display: block !important;
    width: 100%;
    text-align: center;
  }
  #chiis img {
    margin-left: 139px !important;
  }
}

/* 2col */
.cols-tc {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  /* koko */
  width: 50%;
  /* 2019 spring border-bottom: 1px solid #f5f5f5 !important;*/
  border-bottom: none !important;
}
.cols-tc2 {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  /* koko */
  /*width: 50%;*/
  /* 2019 spring border-bottom: 1px solid #f5f5f5 !important;*/
  border-bottom: none !important;
}
.post_list li:nth-child(8),
.news_list li:nth-child(8) {
    border-top: none !important;
}

.cols-tc-inner {
  /*margin: 8px;*/
  margin: 8px 0;
  padding: 0 !important;
  min-height: 180px;
}

.tcimgbox {
  box-sizing: border-box;
  top: 0;
  margin: 0;
  width: 100%;
  /*height: 100px;*/
  /*height: 100%;*/
  /*height: 120px;*/
  height: 75%;
  overflow: hidden;
}
.tcimgbox > img {
  width: 100%;
  display: inline;
}
.tctitle {
  margin-top: 8px;
  margin-bottom: 0 !important;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

  font-size: 14px !important;
  line-height: 17px !important;
  min-height: 51px;
  font-weight: normal;
  margin-bottom: 10px;
  font-weight: 700;
}
.tctitle2 {
  margin-top: 0px;
  margin-bottom: 0 !important;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

  /*font-size: 14px !important;*/
  font-size: 18px !important;
  /*line-height: 17px !important;*/
  line-height: 24px !important;
  /*min-height: 51px;*/
  min-height: 41px;
  /*font-weight: normal;*/
  margin-bottom: 10px;
  font-weight: 700;
  color: #515151;
}

.star-rating-box {
  position: relative;
  display: inline-block;
  top: -1px;
}
.star-box {
  font-size: 0.8em;
  /*color: #ec8378;*/
  color: #EFAE00;
}
.star-box-pc {
  font-size: 0.9em;
  /*color: #fff;*/
  color: #FDD474;
}
.filled-star {
  position: absolute;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  /*width: 50%;*/ /* 星1.5個 表示。= 100 * 1.5 / 3 */
}
.star-rating-box-content {
  position: relative;
  display: inline-block;
}
.star-box-content {
  /*color: #ec8378;*/
  color: #EFAE00;
  margin: 0 !important;
}

#plusmark {
  color: #777;
}
.proddetail {
  font-size: 10pt;
  line-height: 20px !important;
}
.proddetail2 {
  font-size: 10pt;
  color: #656565;
  line-height: 20px !important;
}
/*
1170
840 330
768 438
9 205 10 205 9
*/

.page-numbers { margin-top: 8px; }
.wp-pagenavi a {
  margin: 2px;
  padding: 8px 8px;
  display: inline-block;
  border: solid 1px #cccccc;
  border-radius: 4px;
  color: #666666;
  background-color: #ffffff;
  font-size: 1em;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  background-color: #e8e8e8;
}
.wp-pagenavi span {
  margin: 2px;
  padding: 8px 8px;
  display: inline-block;
}
.wp-pagenavi span.current {
  margin: 2px;
  color: #ffffff;
  font-size: 1em;
  background-color: #ec8378;
  border: 1px solid #ec8378;
  border-radius: 4px;
}
.wp-pagenavi {
  position:relative !important;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  clear: both;
  background-color: transparent;
}

/* SP一覧系1col */
.sp-1col-div {
  /*position: relative;*/
}
.sp-1col-div-thumb {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  top: 0;
  margin: 0;
  width: 100%;
  height: 75%;
  overflow: hidden;
}
.sp-1col-div-thumb img.size-full {
  margin: 0 !important;
}
.sp-1col-title-part {
  position: absolute;
  background:rgba(10,10,10,0.50);
  color: #fff;
  width: 100%;
  bottom: 0;
　left: 0;
}
.sp-1col-title-part-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

  margin: 0 !important;
  padding: 0.4em 1em 0;
}
.sp-1col-title-part a {
  color: #fff !important;
}
.sp-1col-kakaku {
  font-size: 0.8em;
  /*vertical-align: 6%;*/
  vertical-align: 9%;
  font-size: 12.8px;
}
.sp-1col-osusumedo-div {
  padding-left: 0.5em;
  float: left;
  margin: 3px 0 1px;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
}
.sp-1col-osusumedo-span {
  line-height: 1em;
  font-size: 0.8em;
  vertical-align: 14%;
}
.sp-1col-kakaku-p {
  display: inline;
  padding-left: 0em;
  margin-top: 2.5px;
  color: #fff;
  float: left;
  font-size: 1em;
  font-weight: 700;
}
.sp-1col-kakaku-span {
  color: #fff;
  font-size: 0.8em;
  /*vertical-align: 6%;*/
  vertical-align: -8%;
}
.sp-1col_cat {
  color: #aaa !important;
}

.bm25px {
  margin-bottom: 25px;
}

/* 新ページネーション */
.pagination__content {
  width: 100%;
  max-width: 420px;
  margin: auto;
  margin-top: 10px;
}
.pagination-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*color: #fff;*/
  color: #666;
  text-align: center;
  /*background: #333333;*/
  /*background: #fff;*/
  background: #F5F5F5;
  /*border: solid 1px #ccc;*/
  border: 1px solid #292928;
  overflow: hidden;
  border-radius: 3px;
}
.pagination-selected__wrapper {
  position:relative;
  display: block;
  width: 100%;
}
.pagination-selected {
  position: absolute;
  text-align: center;
  width: 100%;
  /*padding: 10px 0;*/
  padding: 11px 0;
  font-weight: 800;
  font-size: 18px;
}
.pagination-selected i {
  position: absolute;
  right: 20px;
  top: 16px;
}
.pagination-selected-list {
  -webkit-appearance: none;
  appearance: none;
  height: 100%;
  border: none;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  color: #333333;
  width: 100%;
}
.pagination-prev,
.pagination-next {
  padding: 12px 15px;
  min-width: 30px;
  font-weight: 800;
}
.pagination-prev {
  /*border-right: 1px solid #fff;*/
  /*border-right: 1px solid #ccc;*/
  border-right: 1px solid #292928;
}
.pagination-next {
  /*border-left: 1px solid #fff;*/
  /*border-left: 1px solid #ccc;*/
  border-left: 1px solid #292928;
}
.pagination-prev a,
.pagination-next a,
.pagination-prev a i,
.pagination-next a i {
  /*color: #fff;*/
  color: #666;
}

/* matome */
.ml {
	padding: 10px 0;
}
.entry-body .ml a {
	color: #3c3c35;
	text-decoration: none;
}
.ml .rm {
	border: 1px solid #292928;
	max-width: 240px;
	display: block;
	margin: 0 auto;
	padding: 10px 10px 10px 12px;
	border-radius: 4px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
.ml .rm span {
/*
	background: url({$arw}) no-repeat right 0px;
	background-size: 17px 16px;
	-webkit-background-size: 17px 16px;
	display: inline-block;
	padding-right: 22px;
	letter-spacing: 1px;
*/
}
.mitok_orange {
	color: #e5394d;
}
.marl {
	top: -4px;
	margin-left: 0.5em;
	font-size: 1.333em;
	line-height: 0.75em;
	vertical-align: -9.5%;
}
#pn_w {
	display: flex;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	/*border-top: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
	/*margin: 10px 0 20px;*/
	margin: 0;
}
#pn_p {
	/*border-right: 1px solid #ccc;*/
	margin-right: 10px;
}
#pn_p .pn_head {
	text-align: left;
}
#pn_n .pn_head {
	text-align: right;
}
.pn_head {
	padding: 3px 5px;
	font-weight: bold;
	background: #eee;
}

.pn_box {
	width: 50%;
	box-sizing: border-box;
}
.pn_in {
	display: flex;
	box-sizing: border-box;
	width: 100%;
}
.pn_box .pn_in a {
	color: #000;
}
#pn_p .pn_in {
	padding: 7px 5px 7px 0;
}
#pn_n .pn_in {
	padding: 7px 0 7px 5px;
}
.pn_icon {
	width: 120px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*
.pn_title {
	flex: 1;
	height: 40px;
	overflow: hidden;
}
#pn_p .pn_title {
	padding-left: 5px;
}
#pn_n .pn_title {
	order: 1;
	padding-right: 5px;
}
*/
#pn_n .pn_icon {
	order: 2;
}
.pn_thumb {
	/*margin: 4px;*/
	margin: 0 0 2px 0;
}
#pn_w .pn_link {
	color: #000;
}
.pn_title {
	font-size: 14px;
	font-weight: bold;
	color: #707070;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

