@charset "utf-8";
/* CSS Document */

/*===================================================================
    news
===================================================================*/
.pageTtl {
 background: url(/teams/redcruisers/news/images/bg_main_ttl.jpg) no-repeat;
 background-size: cover;
 background-position: top center;
}
.newsEventArea {
 padding: 0;
 background: #fff;
}
.newsList dl:last-child {
 margin-bottom: 0;
}
.newsList dl {
 margin-bottom: 15px;
}
.newsList dl a {
 display: block;
 opacity: 1;
 padding: 20px;
 transition: all 0.2s;
}
.newsList dl a:hover {
 background: #eee;
 transition: all 0.2s;
}

/*===================================================================
    newsDetail
===================================================================*/
.detailContent {
 margin-bottom: 7%;
}
.detailContent .day {
 margin-bottom: 15px;
 text-align: right;
}
.detailContent img {
 max-width: 100%;
 height: auto;
}
.detailContent p {
 margin-bottom: 1.5%;
 overflow: hidden;
}
.detailContent a {
 word-break: break-all;
}
.detailContent a:link,
.detailContent a:visited {
 color: #00e;
}
.detailContent p:last-child {
 margin-bottom: 0;
}
.backBtn {
 display: inline-block;
 padding-left: 1.2em;
 font-size: 16px;
 position: relative;
 vertical-align: middle;
}
.backBtn::before {
 content: "";
 display: inline-block;
 width: 10px;
 height: 10px;
 margin: auto;
 border-bottom: 2px solid #000;
 border-left: 2px solid #000;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 position: absolute;
 top: 0;
 bottom: 0;
 left: 3px;
 vertical-align: middle;
}
.position {
 margin-bottom: 45px;
 text-align: center;
}

@media screen and (max-width: 767px) {
 /*===================================================================
      news
  ===================================================================*/
 .newsEventArea.contentSubInr {
  padding: 0 16px;
 }
 .newsEventArea .form-area {
  margin-bottom: 7.8vw;
 }
 .newsEventArea .year-label select {
  font-size: 3.65vw;
  border: none;
  background: #e7e7e7;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-radius: 0;
  height: 35px;
  width: 150px;
  padding: 0 4%;
 }
 .newsList dl {
  margin-bottom: 5px;
 }
 .newsList dl a {
  padding: 10px;
 }
 /*===================================================================
      newsDetail
  ===================================================================*/
 .detailContent p {
  font-size: 14px;
 }
 .backBtn {
  font-size: 14px;
 }
}
