@charset "UTF-8";

/*CommonCSS_link*/

@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------News*/

/*pagetitle*/

#mainimage {
  height: 260px;

  background: #000 url(../img/title_img/news_bg.jpg) center top no-repeat;
  background-size: 320px auto;
}

#mainimage h2 img {
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

/**/

section#news {
  background: url(../img/common_img/bg02.png);
  background-size: 52px;
  padding: 20px 10px;
}

.pagenavi_area {
  background: url(../img/common_img/bg02.png);
  background-size: 52px;
  padding: 0px 0 20px;
}

/**/

section#news div {
  text-align: center;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

section#news div.news_text {
  padding: 10px 0 0;
  border: none;
  background: none;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

section#news p {
  text-align: left;
}

section#news div a {
  display: block;
  padding: 10px 25px 10px 10px;
}

section#news div .date {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  display: block;
  line-height: 1.2;
}

section#news div .title {
  font-size: 16px;
  font-weight: bold;
  background: url(../../img/news_img/bg_newstitle.png) left center repeat;
  color: #fff;
  padding: 5px;
  line-height: 1.2;
}

section#news div .photo {
  text-align: center;
}

section#news div img {
  margin: 10px 0 0;
}
