@charset "UTF-8";
/*! プログラム */
.cl, #news .news-detail dl {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after, #news .news-detail dl:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl, * html #news .news-detail dl, #news .news-detail * html dl {
  height: 1%;
}

/*----------------------------------
content
----------------------------------*/
#news {
  padding: 40px 30px 60px;
}
#news .news-inner {
  position: relative;
}
#news .tab-menu {
  display: table;
  width: 100%;
  margin-top: 24px;
  font-size: 115.4%;
  font-weight: bold;
}
#news .tab-menu li {
  display: table-cell;
  width: 50%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #fff;
}
#news .tab-menu li a {
  display: block;
  background: #333;
  color: #fff;
}
#news .tab-menu li a:active {
  text-decoration: none;
}
#news .tab-menu li a:hover {
  background: #E21923;
  opacity: 0.6;
  transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
}
#news .tab-menu .tab-cur a {
  background: #E21923;
}
#news .news-detail dl:nth-child(even) {
  background: #EEEEEE;
}
#news .news-detail dl {
  color: #000000;
  padding: 15px;
}
#news .news-detail dl dt {
  width: 150px;
  float: left;
  position: relative;
}
#news .news-detail dl .new:before {
  content: "NEW";
  position: absolute;
  top: 1px;
  right: 0;
  width: 60px;
  height: 18px;
  box-sizing: border-box;
  line-height: 18px;
  border: 1px solid #E21923;
  color: #E21923;
  text-align: center;
  font-size: 76.9%;
}
#news .news-detail dl dd {
/*  float: left;
  width: auto;*/
  overflow: hidden;
  padding-left: 15px;
}
#news .news-detail dl dd a {
  text-decoration: underline;
}
#news .news-detail dl dd a:hover {
  color: #E21923;
}
#news .news-even {
  background: #EEEEEE;
}
#news p {
  position: absolute;
  top: 5px;
  right: 0;
}
#news p a {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-right: 20px;
  color: #000;
}
#news p a:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  border-top: 3px solid #E21923;
  border-right: 3px solid #E21923;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

@media only screen and (max-width: 736px) {
  #news {
    padding: 40px 0 40px;
  }
  #news .title04 {
    padding-left: 10px;
  }
  #news .tab-menu {
    margin-top: 26px;
  }
  #news .tab-menu li {
    line-height: 1.2;
  }
  #news .tab-menu li a {
    padding: 8px 10px 6px;
  }
  #news .tab-menu li a:hover {
    background: #E21923;
    opacity: 1;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
  }
  #news .tab-menu li span {
    display: block;
  }
  #news .news-detail dl {
    padding: 15px;
  }
  #news .news-detail dl dt {
    float: none;
  }
  
  #news .news-detail dl dd {
    float: none;
    padding-left: 0;
    margin-top: 10px;
    /*text-decoration: underline;*/
  }
/* 追加css */
  #news .news-detail dl dd a {
  /*text-decoration: underline; */
}

  #news p {
    position: static;
    margin-top: 10px;
    text-align: center;
  }
}
