@charset "utf-8";

/* ホバーで透過 */
a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*******************************************
メイン
*******************************************/
/* レスポンシブ対応 PC時表示 */
.only_pc{
  display: block;
}

/* レスポンシブ対応 PC時非表示 */
.only_sp{
  display: none;
}

/* ナビゲーション上 */
.h_box{
  width: 80%;
  height: auto;
  margin: 0 auto 5px auto;
}

/* h1見出し */
h1{
  margin-top: 35px;
  font-size: 14px;
}

/* 更新日 */
.date{
  color: #222222;
  font-size: 14px;
  float: right;
}

/* スマホ用 */
.date_sp{
  display: none;
}

.header_text_sp{
  display: none;
}

.header_img_sp{
  display: none;
}

/* メインコンテンツラッパー */
.main_wrapper{
  width: 86%;
  height: auto;
  margin: 25px auto 20px auto;
}

/* h2見出し */
h2{
  height: auto;
  margin-bottom: 30px;
  line-height: 160%;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  border-bottom: 4px solid #9dc8e4;
}

h2 a {
 color: #0000de;
 text-decoration: none;
}

/* メインコンテンツ */
.main_content{
  width: 71%;
  height: auto;
  padding-right: 2%;
  float: left;
}

.socialwrap{
  margin-bottom: 10px;
}

/* facebookいいね */
.socialwrap div{
  display: inline-block;
}

/* いいね　ツイート　横並び */
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}






/* サイドバー */
.side_bar{
  width: 29%;
  height: auto;
  padding-top: 35px;
  float: left;
}

/* 右上バナー */
.banner_ur{
  width: 100%;
  height: auto;
  display: block;
}

/* h3見出し */
h3{
  height: 35px;
  margin: 30px 0;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  border-bottom: 4px solid #9dc8e4;
}

/* バナーリンク */
.bnr_box{
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.bnr_box a{
  display: block;
}

.bnr_box img{
  width: 46%;
  margin: 5px 2%;
  border: 1px solid #cccccc;
  display: block;
  float: left;
}

/* Googleアドセンス枠　ページ下 */
.f_ad_box{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}












/*******************************************
画面横幅768px以下に適用
*******************************************/
@media screen and (max-width: 768px){
  /* レスポンシブ対応 スマホ時表示 */
  .only_sp{
    display: block;
  }
  
  /* レスポンシブ対応 スマホ時非表示 */
  .only_pc{
    display: none;
  }
  
  /* ナビゲーション上 */
  .h_box{
    width: 96%;
  }
  
  /* h1見出し */
  h1{
    margin-top: 10px;
    font-size: 3vw;
  }
  
  /* ロゴ画像 */
  .logo{
    width: 70%;
  }
  
  /* 更新日 */
  .date{
    display: none;
  }
  
  .date_sp{
    width: 100%;
    display: block;
    padding: 5px 10px;
    color: #222222;
    text-align: right;
    font-size: 18px;
    float: none;
    border-top: 2px solid #9dc8e4;
    border-bottom: 2px solid #9dc8e4;
  }
  
  .header_text_sp{
    width: 96%;
    margin: 5px auto;
    display: block;
    color: #222222;
    font-size: 14px;
  }
  
  .header_img_sp{
    width: 100%;
    margin: 10px 0;
    display: block;
  }
  
  .main_wrapper{
    width: 98%;
  }
  
  .main_content,
  .side_bar{
    width: 100%;
    margin: 0 auto;
    padding:0;
  }
  
  /* h2見出し */
  h2{
    margin-bottom: 5px;
    font-size: 12px;
    border-bottom: none;
  }
  
  /* ソーシャルボタン */
  .socialwrap{
    margin-top: 30px;
    margin-bottom: 0px;
  }
  
  /* バナーリンク */
  .bnr_box{
    padding:0 5%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .bnr_box img{
    width: 31%;
    margin: 5px 1%;
    border: 1px solid #cccccc;
    display: block;
    float: left;
  }
  
  .goto_tokusyu,
  .goto_pagetop{
    width: 48%;
    height: 60px;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 14px;
    /*font-size: 3.5vw;*/
    color: #222222;
    float: left;
    line-height: 60px;
    text-align: center;
    border: 1px solid #ff5c26;
    border-radius: 5px;
  }
  
  .goto_toppage{
    width: 98%;
    height: 60px;
    margin: 8px 1% 15px 1%;
    font-size: 14px;
    /*font-size: 3.5vw;*/
    color: #222222;
    float: left;
    line-height: 60px;
    text-align: center;
    border: 1px solid #ff5c26;
    border-radius: 5px;
  }
}





/*******************************************
画面横幅1200px以上に適用
*******************************************/
@media screen and (min-width: 1200px){
  /* メインコンテンツラッパー */
  .main_wrapper{
    width: 1040px;
    height: auto;
  }
  
  /* メインコンテンツ */
  .main_content{
    width: 732px;
    height: auto;
  }
  
  /* サイドバー */
  .side_bar{
    width: 300px;
    height: auto;
  }

}













