/* =================================
main-banner
================================= */
.main-banner { background-image: url('../img/bg_top_01.png'); }

/* =================================
main-contents
================================= */
.main-contents {
  padding-bottom: 30px;
}

.main-contents .sidebar {
  width: 240px;
  float: left;
}

.main-contents .content {
  width: 720px;
  float: right;
}

.content .img-banner {
  background: url(../img/img_banner_01.png) no-repeat;
  color: #fff;
  width: 720px;
  height: 250px;
  padding-left: 30px;
}

.content .img-banner .tit-img {
  font-size: 24px;
  line-height: 250px;
}

.content .box-border-img {
  padding: 50px 0;
  font-size: 0;
}

.content .box-border-img figure {
  margin: 0 26px 28px 0;
  display: inline-block;
  width: 160px;
  vertical-align: top;
  line-height: 21px;
}

.content .box-border-img figure > a { display: block; }

.content .box-border-img figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.content .box-border-img figure a:hover { opacity: .5; }

.content .box-border-img figure:nth-child(4n) { margin-right: 0; }

.box-border-img figcaption { padding-top: 9px; }

.box-border-img figcaption a {
  color: #ab8a4e;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  background: url(../img/img_arrow_01.png) no-repeat 100% center;
  padding-right: 20px;
  vertical-align: top;
}