@charset "UTF-8";
/* =================================================== *
  news
 * =================================================== */
/*  メイン画像
=================================================== */
.mainvisual {
  background: url("../img/main.jpg") no-repeat center center;
}

/*  LIST
=================================================== */
/* タイトル */
#news-list {
  padding: 3% 0 5% 0;
}

#news-list h2 {
  margin-bottom: 1%;
}

/*  SINGLE
=================================================== */
#news-single {
  padding: 3% 0 5% 0;
}

#news-single h2 {
  margin-bottom: 1%;
}

#news-single h3 {
  margin-bottom: 10px;
}

.news-date {
  margin-bottom: 10px;
  text-align: right;
}

.news-cat {
  margin-bottom: 10px;
  text-align: right;
}

.eye-catch {
  margin-bottom: 10px;
  text-align: center;
}