@charset "UTF-8";

/*CommonCSS_link*/

@import url(base.css);
@import url(common.css);

#intro {
  background: url(../img/index_img/intro_bg.jpg) center top no-repeat;
  background-size: auto cover;
  padding-bottom: 20px;
}

#intro p {
  color: #fff;
}

#time {
  background: url(../img/index_img/time_bg.jpg) center top no-repeat;
  background-size: auto cover;
  padding-bottom: 20px;
}

#time p {
  color: #fff;
}

/*------------------------------------------------------------News*/

#news_area {
  background: url(../img/common_img/bg01.png);
  background-size: 53px;
  padding-bottom: 20px;
}

.news02 h3 {
  padding: 20px 10px 10px;
  position: relative;
}

.news02 h3 a {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-decoration: underline;
  color: #c30605;
  font-size: 12px;
}

.news02 h3 a img {
  vertical-align: middle;
  margin-left: 5px;
}

.news02 div.top_works {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: white;
  border: 10px solid rgba(250, 250, 250, 0.6);

  padding: 10px 0;

  background: url(../img/index_img/works_bg.jpg) 0 0 no-repeat;
  background-size: 300px 158px;
}

.news02 div.top_news {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: white;
  border: 10px solid rgba(250, 250, 250, 0.6);

  padding: 10px 0;
}

section.news02 article {}

section.news02 article a {
  display: block;
  padding: 5px 10px;
}

section.news02 article a p {
  color: #c30605;
  text-decoration: underline;
}

section.news02 p.date {
  font-size: 10px;
  color: #000;
  text-decoration: none;
}
