/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

.box5 {
    margin: 2em 0;
    padding: 1.5em 1em;
    border: double 5px #87ceeb;
    color: #474747;
}

#logo, #logo img, .desktop-nav li a, #drawer__open {
    height: 70px;/*スマホ用サイズ*/
    line-height: 70px;/*スマホ用サイズ*/
}

@media only screen and (min-width: 768px) {
    #logo, #logo img, .desktop-nav li a {
       height: 90px;/*768px〜で見たとき用サイズ*/
       line-height: 70px;/*768px〜で見たとき用サイズ*/
    }
}

@media only screen and (min-width: 1200px) {

.wrap {
  width: 1200px;
}
}

.main-bc {
    background-color: #f88080;
}



/*A8用*/
.img-inline > img {
       display: inline !important;
}


/* 見出し */

.entry-content h2 {
   position: relative;
   padding: 0.5em;
   background: #6bb6ff;
   color: white;
}

.entry-content h3  {
border-bottom: solid 5px #6bb6ff;
/*線の種類（二重線）太さ 色*/
}

.entry-content h4{
position: relative;
display: inline-block;
padding: 0 55px;
}

.entry-content h4:before, .entry-content h4:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 2px;
border-top: solid 1px black;
border-bottom: solid 1px black;
}

.entry-content h4:before {left:0;}
.entry-content h4:after {right: 0;}
/* 見出しここまで */

/* 3列を中央揃え */
.shtb3.tbrsp {
    text-align: center;
}
/* すべてのセルに枠線を付加する */
.tablepress thead th,
.tablepress tbody tr:first-child td,
.tablepress tbody td,
.tablepress tfoot th {
    border: 1px solid black !important;
}

/* ボックス28 */
.box28 .box-title {
    background: #87ceeb;
}
.box28 {
    border: solid 3px #87ceeb;
}
/* Rinker値段消す */
div.yyi-rinker-detail .price-box {
  display: none;
}

/* アプリーチ */
.appreach{
  border:3px solid #eee;/*ボーダー色*/
}
.appreach{
  text-align: left;
  padding: 25px;
  margin:20px;
  border-radius:2px;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach img,
.appreach p {
  margin: 0;
  padding:0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
p.appreach__name {
  font-size: 16px;
  color:#555;
  padding-bottom:10px;
  font-weight:bold;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
  color:#888;
}
.appreach__info a{
  color:#aaa;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 15px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
@media only screen and (max-width: 786px){
.appreach{
  margin:20px 0;}
.appreach__info {
  font-size: 11px !important;}
p.appreach__name {
  font-size: 15px;}}
