@charset "UTF-8";

#top #news {
  margin: 30px 0;
}

#news .gray_back {
  width: 100%;
  height: 20px;
  background: rgba(200,200,200,1);
  margin: 20px 0;
}

#news .news_blk {
  overflow: auto;
}

#news .news_head_title {
  margin: 0 10%;
  text-align: center;
  text-orientation: mixed;
  text-align: center;
}

#news .news_head_title div:first-child {
  margin-top: 5px;
  text-align: center;
}

#news .news_head_title div:last-child {
  font-size: 24px;
  letter-spacing: 8px;
  margin: 0px 10px;
}

#news .news_head_title .jp_tltle {
  font-size: 28px;
  letter-spacing: 8px;
  margin: 0px auto;
  text-align: center;
}
#news .news_head_title .en_tltle {
  font-size: 14px;
}

#news .news_report_list .news_report {
  overflow: auto;
  margin: 5px 0;
}

#news .news_report_list .news_report .news_date {
  border: 1px solid;
  text-align: center;
  padding: 15px 10px;
  margin-right: 10px;
  float: left;
  letter-spacing:0;
}

#news .news_report_list .news_report:nth-child(2n) .news_date {
  background-color: rgb(0,0,0);
  color: #fff;
}

#news .news_report_list .news_report .news_title {
  margin: 0.5em 0;
  float: left;
  width: calc(100% - 80px);
  line-height: 1.6em;
}

#news .news_all {
  text-align: center;
  float: none;
  width: 60%;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid;
}
/* ------------------------------------------
  iPad768pxSTYLE
--------------------------------------------- */
@media all and (min-width: 768px) {
  /* @content */

    #news .news_head_title {
      margin: 0 10%;
      float: left;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-orientation: mixed;
    }
    #news .news_report_list {
      float: left;
      width: calc(80% - 60px);
    }
    #news .news_report_list .news_report .news_date {
      padding: 5px;
    }
    #news .news_all {
      text-align: center;
      padding: 10px;
      border: 1px solid;
      width: 20%;
    }
    #news .gray_back {
      margin: 50px 0;
    }
    #news .news_head_title div:first-child {
      text-align: left;
    }
   .second #news .news_report_list {
      float: none;
      width: 100%;
    }
}
