@charset "utf-8";

#h1Wrapper {
  background-image: url("../img/news/h1bg.jpg");
}

#news {
  background: url("../img/common/bg01.gif") repeat;
}

#newsList {
  border-left: none;
}


#newsDetail {
  background: #FFF;
  max-width: 1080px;
  width: 90%;
  padding: 3vw;
  border: 10px solid rgba(0,0,0,0.2);
  box-sizing: border-box;
}
@media only screen and (max-width: 560px) {
  #newsDetail {
    width: 94%;
  }
}

#newsDetail #newsDetailHeader {
  overflow: hidden;
  padding: 8px 0;
  border-top: 1px solid rgba(0,0,0,0.3);
  border-bottom: 1px solid rgba(0,0,0,0.3);
  margin-bottom: 40px;
}
@media only screen and (max-width: 560px) {
  #newsDetail #newsDetailHeader {
    margin: auto 0 2em 0;
  }
}

#newsDetail #newsDetailHeader .newsCategoryArea {
  float: left;
}

#newsDetail #newsDetailHeader .newsCategory {
  margin: 0 !important;
}


#newsDetail #newsDetailHeader .newsDate {
  float: right;
  font-size: 0.9em;
  color: #5B5B5B;
}

h2 {
  font-family: "Shin Maru Go Regular";
  font-weight: normal;
  writing-mode: horizontal-tb;
  font-size: 1.7em !important;
  line-height: 1.5em;
  margin: 0 0 35px 0;
  padding: 0;
  letter-spacing: 0em;
  float: none;
}
@media only screen and (max-width: 560px) {
  h2 {
    font-size: 1.5em !important;
    letter-spacing: 0;
    margin: 0 0 25px 0;
    padding: 0 5vw;
    float: none;
  }
}

h3 {
  margin-top: 2em !important;
  margin-bottom: 1em !important;
}

h4 {
  margin-top: 2em !important;
  margin-bottom: 0.5em !important;
  font-size: 1.2em !important;
}

.sectionInner img {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  max-height: 800px;
  display: inline-block;
}
@media only screen and (max-width: 560px) {
  .sectionInner img {
  }
}

