.content {
  width: 90%;
  margin: 0 auto 80px;
}

.list_content {
  margin-top: 40px;
}

.list_category {
  width: 100%;
}

.list_category ul {
  position: relative;
  display: block;
  padding-top: 0;
  background: transparent;
}

.list_category ul:after {
  display: none;
}

.list_category ul li {
  display: inline-block;
  width: 29%;
  margin: 0 1.5%;
  background-color: transparent;
  border-bottom: 0;
}

.list_category ul li a {
  position: relative;
  display: block;
  color: #9f7d33;
  font-size: 12px;
  background: url(../img/common/btn_base_repeat.png) repeat-x center center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.list_category ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 99.9%;
  width: 8%;
  height: 100%;
  background: url(../img/common/btn_base_left.png) no-repeat right center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}

.list_category ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 99.9%;
  width: 8%;
  height: 100%;
  background: url(../img/common/btn_base_right.png) no-repeat left center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}

.list_category ul li.category_now a {
  color: #fff;
  background: url(../img/common/btn_base_g_repeat.png) repeat-x center center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.list_category ul li.category_now a:before {
  background-image: url(../img/common/btn_base_g_left.png);
}

.list_category ul li.category_now a:after {
  background-image: url(../img/common/btn_base_g_right.png);
}

.news_category {
  font-size: 11px;
  vertical-align: middle;
}

.list_pager {
  margin-top: 20px;
}

.list_back {
  margin-top: 40px;
}

.sns {
  margin-top: 20px;
}
