@charset "UTF-8";
/* CSS Document */


/*-----------
news
-----------*/

#news{
  background:#e50113 url("../img/bg_grad.png") repeat-x left top;
  color: #fff;
  min-width: 100%;
  padding: 0 0 60px;
}

#news .bg{
  background:url("../img/news_bg_txt.png") no-repeat center top;
  background-size: 1000px auto;
  padding: 50px 0 0;
  min-width: 1000px;
}

#news h2{
  margin-bottom: 25px;
  text-align: center;
}

#news h2 img{
  margin-bottom: 25px;
}

#news .race_news_box{
  background: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 100px 98px;
  border: 2px solid #000;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}

#news .race_news_box ul{
  width: 800px;
  border-top: 1px solid #ccc;
}

#news .race_news_box ul li{
  border-bottom: 1px solid #ccc;
}


#news .race_news_box ul li a{
  display: block;
  color: #000;
  padding: 20px 25px;
  font-size: 15px;
  position: relative;
}

#news .race_news_box ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top:2px solid #000;
  border-right:2px solid #000;
  transform: rotate(45deg);
}

#news .race_news_box ul li a:hover{
  color: #e50113;
  background: #fce5e7;
  opacity: 1;
}

#news .race_news_box ul li a:hover:before {
  border-top:2px solid #e50113;
  border-right:2px solid #e50113;
}

#news .race_news_box ul li span{
  display: block;
  font-size: 13px;
  font-weight: bold;
}




@media screen and ( max-width:767px) {



/*----news----*/

#news{
  background:#e50113 url("../img/bg_grad.png") repeat-x left top;
  padding: 0 0 9%;
}

#news h2{
  margin:0 0 8%;
  width: 100%;
}

#news h2 img{
  width: 98%;
  margin: 0 auto;
}

#news .bg{
  background:url("../img/news_bg_txt.png") no-repeat center top;
  background-size: 500px auto;
  min-width: 100%;
  padding: 11% 0 0;
}


#news .race_news_box{
  width: 94%;
  margin: 0 auto;
  padding: 0;
}

#news .race_news_box ul{
  width: 100%;
  border-top: none;
}

#news .race_news_box ul li:last-child{
  border-bottom: none;
}

#news .race_news_box ul li a{
  display: block;
  color: #000;
  padding: 15px;
  font-size: 15px;
}

#news .race_news_box ul li span{
  display: block;
  font-size: 13px;
  font-weight: bold;
}

#news .race_news_box .race_news_btn{
  left: 50%;
  margin-left: -115px;
}




}


/*-----------
footer
-----------*/
#footer {
  background-color: #e50113;
}

