@charset "utf-8";
/* CSS Document */
.press h2 {
  background: url(images/h2_icon.png) no-repeat left 5px;
  background-size: 24px auto;
}
/*プレスリリース .press
***********************************************/
.press .news_detail .date {
  font-size: 13px;
  color: #666666;
}
.press .news_detail .title {
  font-size: 18px;
  font-weight: bold;
}
.press .news_detail .detail {
  font-size: 14px;
  margin-top: 15px;
}
.press .news_detail .otherItem {
  margin-top: 20px;
}
.press .news_detail .pdf {
  margin-top: 5px;
}
.press .news_detail .link {
  margin-top: 5px;
}
.press .news_detail ul.imgList {
  font-size: 0;
  margin-top: 30px;
}
.press .news_detail ul.imgList li {
  max-width: 465px;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}
.press .news_detail ul.imgList li:nth-child(odd) {
  margin-right: 30px;
}
.press .news_detail ul.imgList li:first-child, .press .news_detail ul.imgList li:nth-child(2) {
  margin-top: 0;
}
.press .news_detail ul.imgList li img {
  max-width: 100%;
  max-height: 500px;
}
.press .news_detail ul.imgList li .cap {
  background: #EBEBEB;
  padding: 5px 10px 3px 10px;
  font-size: 12px;
  margin-top: 5px;
}
.press .news_detail ul.imgList li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.press .news_detail {
  margin-bottom: 0;
  padding: 30px 0;
  border-bottom: 1px solid #dedede;
}
.press .news_detail:last-child {
  border-bottom: none;
}
.press .news_detail:first-child {
  padding-top: 0;
}
.press .news_detail p.pdf {
  font-size: 14px;
}
.press .contents_inner .mB {
  margin-bottom: 25px;
}
.press .titleArea {
  position: relative;
}
.press .titleArea .Btn {
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 4px;
}
.press .titleArea .Btn a {
  display: block;
  background: url(../common/images/bg_press.gif) repeat left top;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  padding: 8px 15px 6px 15px;
}
.press .titleArea .Btn a.now, .press .titleArea .Btn a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: url(../common/images/bg_press_on.gif) repeat left top;
}
.press .titleArea .Btn a span {
  display: inline-block;
  background: url(../common/images/arrow_d.png) no-repeat left 5px;
  background-size: 12px auto;
  padding-left: 23px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press .titleArea .Btn a:hover span {
  background: url(../common/images/arrow_d.png) no-repeat 5px 5px;
  background-size: 12px auto;
}
@media screen and (max-width: 767px) { /*SP*/
  .press .news_detail .title {
    font-size: 15px;
  }
  .press .news_detail .detail {
    font-size: 13px;
    margin-top: 10px;
  }
  .press .news_detail ul.imgList li {
    min-width: initial;
    min-width: auto;
    width: 100%;
  }
  .press .news_detail ul.imgList li img {
    min-height: initial;
    min-height: auto
  }
  .press .news_detail ul.imgList li {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .press .news_detail ul.imgList li:last-child {
    margin-bottom: 0;
  }
  .press .contents_inner .mB {
    margin-bottom: 20px;
  }
  .press .titleArea .Btn {
    position: static;
    margin-bottom: 15px;
  }
}