/*
Theme Name: WING-AFFINGER5 Child
Template: affinger5
Description: ver20180717以上対応
Version: 20180717
*/

/*media Queries すべてのデバイスで適用
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 0px) {
  vcom{
  display: block;
    text-align: -webkit-center;
  }
  #search{
  margin-bottom:20px;
  }
    .bt-button-Only{
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 24px;
    padding: 7px 20px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background-color: #fff;
  }
  
  
  #left_Menu,div.saboxplugin-wrap > div.sab-edit-settings ,div.saboxplugin-wrap > div.saboxplugin-authorname > a.sab-profile-edit{
  display:none;
  }
  .clearText {
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}
  .content-post-slider .post-slide-title, .post-card-list .post-card-title {
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
  .content-post-slider.slick-slides-to-show-3 .post-slide-excerpt {
    font-size: 12px;
}
  td { word-break: break-all; }
  /*-- 商品ボックスデザインここから--*/
  .item_box { padding: 10px;
    border-style: dotted;
    border-color: #dcdcdc;}
  .vertical_center { margin: auto 0; }
    
  /*-- 商品ボックスデザインここまで--*/
  /*-- 購入ボタンデザインここから--*/
  .buy_button_design { height: 1.5em;
   padding: 5px 0;
   margin-bottom: 0.3em;
   background-color: #696969;
   text-align: center;
   filter: drop-shadow(0 2px 2px silver);
   border-radius: 3px; }
  
  .buy_link:link, .buy_link:visited { color: #ffffff;
    display: block;
    text-decoration: none; }
  .buy_link:hover { color: #dcdcdc; }
  
  .buy_button_div::after {
   content:"";
   display: block;
   width: 33%; }
  .flexbox { display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-between; 
    -ms-justify-content    : space-between;
    justify-content:space-between; }
  
  .buy_button1 { width: 100%; }
  .buy_button2 { width: 49.5%; }
  .buy_button3 { width: 33%; }
  /*-- 購入ボタンデザインここまで --*/
  
  .bt-insta-photohu {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 10px 2px;
    margin-bottom: 7px;
    box-shadow: 0 10px 8px -6px #bebebe;
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
        position: relative;
}
  
  .bt-insta{
  display: flow-root;
        margin-bottom: 40px;
  }
  .bt-author-insta{

  color:#999;
  }
  .bt-icon-insta{
    background: url(https://bestive.jp/wp-content/uploads/2018/09/IG_Glyph_Fill.png) center right no-repeat;
    background-size: 45px;
    width: 50px;
    display: block;
    height: 50px;
    opacity: 0.6;
    position: absolute;
    bottom: 7px;
    right: 7px;
}
  
  .bt-inyou-insta{
    margin-left:5px;
  font-size:10px;
    color:#999;
  }
 .bt-inyou-insta a{
    color:#999;
  }
  a.wpp-post-title{
text-decoration:none;
    color:#000;
}
  
  #side aside .wpp-list{
      padding: 5px 10px;

    color:#000;
  }
  
  #side aside .wpp-list li{
  margin-bottom:5px;
    padding-bottom:5px; 
    border-bottom: 1px solid #eee; 
        font-size:12px;
  }   

  .wpp-list li:last-of-type{
border-bottom: none;
}
  
	/*-- ここまで --*/
}

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  .item_pic_box { width: 100%;
   margin: auto; }
  .item_intro_box { width: 100%; }
	/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .item_pic_box { width: 100%;
   margin: auto; }
  .item_intro_box { width: 100%; }
  
  
      .wpp-list{
      padding: 5px 10px;
    font-size:13px;
    color:#000;
  }
  
    .wpp-list li{
  margin-bottom:5px;
    padding-bottom:5px; 
    border-bottom: 1px solid #eee; 
  } 
  
	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {

 .bt-container{
    display: flex;
  margin-bottom:20px;
}
.bt-left{
    width: 300px;
}
.bt-contents{
    flex: 1;
}
  img.bt-image{
      max-width: 84%;
  }
.bt-button{

  display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
        background-color: #fafafa;
    border-color: #cccccc;
}
  
   .item_intro_box { width: 100%; }
   .item_pic_box { margin: auto; }
  
  .post .bt-insta blockquote{
  border: none;
    margin: 0 20px 0 0;
    padding: 0;
    background: none;
    max-width: 360px;
    float:left;
  }
  
  .adbox div {
    margin: 0px 0px 0px 5px;
    width: fit-content;
    float: left;
}
	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


  
#left_Menu {
    display: block;
    position: relative;
    width: 154px;
    top: -411px;
    left: -220px;
}
      #left_Menu li{
      list-style-type: none;
    border-bottom: 1px dotted #ccc;
    display: block;
    clear: both;
    margin-bottom: 0;
}
  
      #left_Menu li a{
  
      color: #333;
    font-size: 12px;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    position: relative;
  }

  aside.top-bt-itiran {
    position: relative;
    top: -245px;
}
  
  
  	#content-w{
background-color: #e9e9e9;
}
  .item_intro_box { width: 50%; }
  .item_pic_box { margin: auto; }
  
  .ad{
    background-color: #fff;
  }
  #side aside .wpp-list{
      padding: 5px 10px;

    color:#000;
  }
  
  #side aside .wpp-list li{
  margin-bottom:5px;
    padding-bottom:5px; 
    border-bottom: 1px solid #eee; 
        font-size:12px;
  } 
  
  .post .bt-insta blockquote{
  border: none;
    margin: 0 20px 0 0;
    padding: 0;
    background: none;
    max-width: 360px;
    float:left;
  }
  
  
  
	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {
  .bt-left{
  text-align:center;
  }
  .bt-contents{
      margin-bottom:20px;
  }
    img.bt-image{
      max-width: 74%;
      margin: 20px auto;
  }
.bt-button{

  display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
        background-color: #fafafa;
    border-color: #cccccc;
}
  .media-frame-content ul.attachments{
  position:static;
  }
  
  div.kanren > dl > dd > h3 > a{
  line-height: 16px;
  font-size: 12px;
    font-weight: normal;
  }
  .flexbox_column { -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column; }
  .item_pic_box { width: 100%;
    margin: uto; }
  .item_intro_box { width: 100%;
   margin: 10px 0; }
  .buy_button2 , .buy_button3 { width: 100%; }
  
    .wpp-list{
    font-size:13px;
    color:#000;
  }
  
    #side aside .wpp-list{
      padding: 5px 10px;

    color:#000;
  }
  
  #side aside .wpp-list li{
  margin-bottom:5px;
    padding-bottom:5px; 
    border-bottom: 1px solid #eee; 
        font-size:12px;
  } 
  
  #nocopy > div > div.saboxplugin-wrap > div.saboxplugin-desc > div > p{
  text-align: left;
  }
  
    .post .bt-insta blockquote{
  border: none;
    margin: 0;
    padding: 0;
    background: none;
    max-width: 600px;
    float:left;
  }
  .kanren dt img {
    width: 75px;
}
  div.kanren > dl > dd > h5{
    font-size: 12px;
    line-height: 15px;
  }
.kanren .clearfix dd h5 a {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    text-decoration: none;
    padding: 0;
    font-weight: normal;
}
  .kanren dd {
    padding-left: 90px;
}
  .kanren dt {
    float: left;
    width: 75px;
}
  
	/*-- ここまで --*/
}
