@charset "UTF-8";
@import url("css/media.css");/*Youtubeなどiframeのスタイル*/
@import url("css/under640.css");/*Youtubeなどiframeのスタイル*/


ul.snsbs li{
  padding-right:0;
}

/************************************
** 解像度740px以下のスタイル
************************************/
@media screen and (max-width:740px){
  
  #header, #header-in, #navi, #navi-in, #body-in, #footer-in{
    width:100% !important;
  }
  
  #main{
    float:none;
    width:auto;
    padding-left:0;
    padding-right:0;
    border-width:0;
    padding:10px;
  }
  
  /*マージンによる幅のズレ修正開始*/
  .article h2{
    margin-left:0;
    margin-right:0;
  }
  
  blockquote{
    margin-left:0 !important;
    margin-right:0 !important;
  }
  
  .navigation{
    margin-left:0;
    margin-right:0;
  }
  
  #sidebar{
    width:auto;
  }
  /*
  #s{
    width:80%;
  }
  
  #searchsubmit{
    right:10%;
  }*/
  /*マージンによる幅のズレ修正終了*/
  
  /*SNSボタンの表示切替*/
  /*.sns-buttons-icon{ display:block;}
  .sns-buttons-pc{ display:none;  }*/

}

/************************************
** 解像度741px以上のスタイル
************************************/
/*
@media screen and (min-width:741px){
  .sns-buttons-icon{ display:none; }
  .sns-buttons-pc{ display:block; }
}
*/