@charset "utf-8";
/* news.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 日付　　　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#news_date {
  float: left;
  width: 130px;
  background-color: #008DD1;
  text-align: center;
  display: table;
}

#news_date p {
  display: table-cell;
  vertical-align: middle;
  height: 130px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.4em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* コンテンツ　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#news_logs {
  float: right;
  width: 810px;
}

#news_logs h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #CCCCCC;
  background-image: url(transparent);
  padding-left: 20px;
  margin-bottom: 20px;
}

#news_main {
  padding-left: 20px;
  padding-right: 20px;
}

#news_main img {
  height: auto;
  max-width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 戻る　　　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#back_bt {
  margin-top: 90px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  text-align: center;
}

#back_bt a {
  text-decoration: none;
  background-image: url(../images/arrow_10.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px auto;
  padding-left: 25px;
}

#back_bt a:hover {
  text-decoration: underline;
}




/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

  /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  /* 日付　　　　　　　　　　　　                                           */
  /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  #news_date {
    float: none;
    margin-bottom: 20px;
    width: 100px;
  }

  #news_date p {
    height: 100px;
  }

  /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  /* コンテンツ　　　　　　　　　                                           */
  /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  #news_logs {
    float: none;
    width: 100%;
  }

  #news_logs h3 {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 10px;
    margin-bottom: 10px;
  }

  #news_main {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  /* 戻る　　　　　　　　　　　　                                           */
  /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  #back_bt {
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }


}
