/*
Theme Name: Trevi
Theme URI: http://trevi-jp.com/
Author: Trevi
Author URI: http://trevi-jp.com/
Version: 1.0

*/


/*** news ***/
.news {
  width: 580px;
  float: left;
  margin-bottom: 50px;
}
.news_head {
  margin-bottom: 10px;
  padding: 4px 0;
  border-radius: 5px;
  background-color: #eaeae5;
  text-align: center;
  color: #683228;
}
.news_list {
  list-style-type: none;
  border: 1px solid #EAEAE5;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.news_list li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.news_list li:last-child {
  margin-bottom: 0;
}
.news_list a {
  color: #840404;
  text-decoration: none;
}
.news_list li:before {
  content: url(/img/news_icon.png);
  position: absolute;
  left: 0;
}
.news_btn {
  text-align: right;
}
.news_btn a {
  color: #8D241F;
  font-weight: bold;
  text-decoration: none;
  background: #EAEAE5;
  padding: 10px 20px;
  border-radius: 6px;
}
.news_btn a:hover {
  background: #8D241F;
  color: #FFF;
}