@charset "UTF-8";

.main_visual img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.news_list{
  text-align: center;
  width: 640px;
  margin: 40px auto 0;
  font-size: 14px
}

.news_list li{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: #CCCCCC 1px solid;
}

.news_list li:last-of-type{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0
}

.news_list li a{
  color: #666;
  text-decoration: none
}

@media only screen and (max-width:768px) {
  .news_list {
      width: 100%;
  }
}
