/* main_news
--------------------------------------------------*/

.main_news h3.tit {
  font-size:18px;
  text-align:center;
  padding:12px 20px;
  border-top:1px solid #1f1f1f;
  border-bottom:1px solid #1f1f1f;
  margin-bottom:32px;
  letter-spacing: 1.0px;
}

.main_news h3.tit_category {
  text-align:left;
  opacity:1.0;
}

.main_news .icon {
  text-align:left;
  margin-bottom:8px;
}

.main_news .icon li {
  display:inline-block;
  padding:2px 6px 3px;
  color:#fff;
  font-size:0.8em;
  text-align:center;
  margin-right:2px;
  margin-bottom:0;
}

.next_btn {
  clear:both;
}

.next_btn p a {
  display:block;
  text-align:center;
  background:#1f1f1f;
  text-decoration:none;
  color:#fff;
  position:relative;
  width:300px;
  height:40px;
  line-height:40px;
  margin:0 auto;
}

.next_btn p a:hover,
li.next a:hover,
li.before a:hover
 {background:#e08268;}

.main_news .pager li.next a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  transition-duration:200ms;
}

.main_news .pager li.before a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right: 5px solid #fff;
  transition-duration:200ms;
}


.main_news .pager{
  text-align:center;
  position:relative;
  z-index:1;
  clear: both;
}

.main_news .pager li.next,
.main_news .pager li.before {
  display:inline-block;
  text-align:center;
  position:relative;
  width:239px;
  height:37px;
  margin-top:36px;
}

.main_news .pager li.next a,
.main_news .pager li.before a {
  background:#2d2d2d;
  text-decoration:none;
  color:#fff;
  line-height:40px;
  display:block;
}


/* section_rank
--------------------------------------------------*/

.section_rank {
  width: 100%;
  margin-bottom: 70px;
}

.section_rank,
.section_rank div,
.section_rank dl,
.section_rank ul {
  opacity : 1.0;
}

.section_rank .tit_box{
  width:100%;
  margin:0 auto 40px;
  border-top:1px solid #2d1d00;
  border-bottom:1px solid #2d1d00;
  padding:20px 20px;
  text-align:center;
  font-size:14px;
}

.section_rank h3{
  font-size:22px;
  font-family: "ratio-modern-sc";
  letter-spacing: 1px;
  color: #c79600;
  line-height:1.2;
}

.section_rank .box{
  width:487px;
  height:160px;
  background:#FFF;
  float:left;
  position:relative;
  /*box-shadow: 0 0 5px 0 rgba(0,0,0,0.08);*/
	border: 1px solid #ddd1b5;
}

.section_rank .box:first-child{
  width:100%;
  height:322px;
  margin-bottom:40px;
  float:none;
}

.section_rank .box:nth-child(2n+1){
  float:right;
}

.section_rank .box a{
  width:100%;
  height: 100%;
  display:block;
  padding:14px;
  box-sizing:border-box;
  position:relative;
}

.section_rank .box:first-child a{
  padding:0;
}

.section_rank .box .ph{
  position:relative;
  width:200px;
  height:129px;
  overflow:hidden;
  float:left;
}

.section_rank .box:first-child .ph{
  width:500px;
  height:322px;
  overflow:hidden;
}

.section_rank .box .ph img{
  width:100%;
}

.section_rank .box .txt_box{
  float:right;
  width:240px;
  height:100%;
  position:relative;
}

.section_rank .box:first-child .txt_box{
  width:462px;
  padding-right:30px;
	padding-top: 30px;
}

.section_rank .box:first-child .btn_txt {
  bottom: 15px;
  right: 16px;
}

.section_rank .box:first-child .txt_box:after{
  display:none;
}

.section_rank .box .title{
  font-size:18px; 
  height:60px;
  overflow:hidden;
  line-height:1.4;
	padding:10px 0 0;
}

.section_rank .box .date {
  font-size:14px;
  font-weight:bold;
  letter-spacing:1px;
}

.section_rank .box a:hover .date {
  color:#a1827d;
}

.section_rank .box:first-child ul.icon {
  padding:70px 0 18px;
}

.section_rank .box:first-child .title{
  padding:0px 0 20px;
  max-height:100px;
  height:46px;
}

.section_rank .box:first-child .txt{
  padding-top:20px;
  height:74px;
}


.section_rank .box .txt_box .btn_more02{
  display:none;
  float: right;
  margin-top:40px;
}

.section_rank .box:first-child .txt_box .btn_more02{
  display:block;
}


.section_rank .box:first-child .btn_more02 {
  margin-top:20px!important;
}

.section_rank .box .ph.new:after {
  display:block;
  content:"";
  width:59px;
  height:59px;
  background:url(../news/img/icon_new.png) no-repeat;
  position:absolute;
  top:0;
  left:0;
}


/* section_last
--------------------------------------------------*/

.section_last{
  margin-bottom:50px;
  opacity : 1.0;
  transition : none;
}

.section_last div,
.section_last dl,
.section_last ul {
  opacity : 1.0;
  transition : none;
}

.section_last .category_list{
  border-top:1px solid #2d2d2d;
  border-bottom:1px solid #2d2d2d;
  padding:20px 20px;
  text-align:left;
  font-size:14px;
  margin-bottom:30px;
}

.section_last .category_list li{
  display:inline-block;
}

.section_last .category_list li::after{
  content:"・";
}

.section_last .category_list li:last-child::after{
  content:"";
}

.section_last .category_list li a{
  padding:0 7px;
}

.section_last .box_l .box{
  width:620px;
}

.section_last .box_l .box .ph{
  width:620px;
  height:408px;
  overflow:hidden;
  margin-bottom:10px;
  position:relative;
}

.section_last .box .ph.new {
position: relative;
}
.section_last .box .ph.new:after {
  display: block;
  content: "";
  width: 59px;
  height: 59px;
  background: url(../news/img/icon_new.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.section_last .box_l .box .ph img{
  width:100%;
}

.section_last .box_l .box .tit{
  font-size:14px;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section_last .box .date{
  font-size:14px;
  font-weight: bold;
}

.section_last .box_r{
  width:372px;
}

.section_last .box_r .box{
  width:182px;
  float:left;
  margin-bottom:20px;
}

.section_last .box_r .box:nth-child(2n){
  float:right;
}

.section_last .box_r .ph{
  width:182px;
  height:119px;
  overflow:hidden;
}

.section_last .box_r .ph img{
  width:100%;
}

.section_last .box_r .box .tit{
  font-size:14px;
  height: 40px;
  margin-bottom: 5px;
  overflow:hidden;
  line-height:1.4;
}


/* news_box
--------------------------------------------------*/

.short .section .box {
  display:block;
  width:237px;
  height:270px;
  float:left;
  margin:0 30px 30px 0;
  position:relative;
  cursor:pointer;
  z-index: 999;
}

.short .section .box a {
  width:100%;
  display:block;
}

.short .section .box:nth-of-type(3n) {
  margin:0 0 30px 0;
}

.short .section .box .ph {
  width:100%;
  height:153px;
  overflow:hidden;
  position:relative;
  margin-bottom:15px;
}

.short .section .box .ph.new {
position: relative;
}
.short .section .box .ph.new:after {
  display: block;
  content: "";
  width: 59px;
  height: 59px;
  background: url(../news/img/icon_new.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.short .section .box .ph img {
  width:100%;
}

.short .section .box .tit {
  font-size:15px;
  line-height:1.4;
  max-height: 45px;
  margin-bottom:5px;
  overflow:hidden;
}

.short .section .box .date {
  font-size:14px;
  font-weight:bold;
  letter-spacing:1px;
}

.short .section .box a:hover .date {
  color:#a1827d;
}


/* side
--------------------------------------------------*/

.side_tit {
    background: #1f1f1f;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    width: 100%;
}

.archive {
    margin-bottom:30px;
}

.archive a {
  text-decoration:none;
}

.archive .nextback {
    height:34px;
    padding: 0;
  text-align:center;
  position:relative;
  background:#f3eddc;
}
.archive .nextback .back,
.archive .nextback .next {
    width: 30%;
}

.archive .nextback .back {
  float:left;
}

.archive .nextback .next {
  float:right;
}

.archive .nextback .back a,
.archive .nextback .next a {
  color:#2d2d2d;
  position:relative;
  display:block;
  padding: 0;
  width: 100%;
  height:34px;
  line-height:34px;
  font-family: "futura-pt",sans-serif;
  letter-spacing: 1.0px;
}

.archive .nextback .back a {
  padding-left:5px;
}

.archive .nextback .next a {
  padding-right:8px;
}

.archive .nextback .back a:hover,
.archive .nextback .next a:hover {
  color:#e77b5e;
  text-decoration:none;
}

.archive .nextback .back a span,
.archive .nextback .next a span {
  position:relative;
  display:block;
  font-weight:400;
  font-size: 13px;
  padding-left: 9px;
  margin-top: 2px;
}

.archive .nextback .back a span:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 4px solid transparent;
  border-right: 5px solid #1f1f1f;
  transition-duration:200ms;
}

.archive .nextback .next a span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 4px solid transparent;
  border-left: 5px solid #1f1f1f;
  transition-duration:200ms;
}

.archive .nextback p.yearbox {
  font-family: "futura-pt",sans-serif;
  font-weight:400;
  font-size:16px;
    line-height:36px;
  height:34px;
    text-align: center;
    width: 50%;
  position:absolute;
  top:0;
  left:50%;
  margin-left:-25%;
    letter-spacing:1px;
}
.archive ul li a {
    border-bottom: 1px dotted #888;
    color: #333;
    display: block;
    padding: 9px 15px 8px 15px;
  width:100%;
  box-sizing:border-box;
  position:relative;
  text-align:left;
}
.archive ul li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 4px solid transparent;
  border-left: 5px solid #1f1f1f;
  transition-duration:200ms;
}

.archive ul li a:hover {
    color: #e77b5e;
}


/* section_detail
--------------------------------------------------*/

.section_detail {
  margin-bottom:80px;
}

.section_detail .inner {
  width:100%;
  background:#fff;
  padding:0;
 /* box-shadow:0 0 5px rgba(0,0,0,0.1);*/
	border: 1px solid #ddd1b5;
}

.section_detail .inner.detail,
.section_detail .inner.detail div,
.section_detail .inner.detail ul {
  opacity:1.0;
  transform:none;
}

.section_detail .unit {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.section_detail .unit .ph {
  width: 520px;
  height: 352px;
  overflow: hidden;
  position: relative;
  float: left;
  padding: 30px 0 0 30px;
}

.section_detail .unit .ph img {
  width:100%;
}

.section_detail .unit .ph.new:after {
  display:block;
  content:"";
  width:59px;
  height:59px;
  background:url(../news/img/icon_new.png) no-repeat;
  position:absolute;
  top:0;
  left:0;
}

.section_detail .unit .txtbox {
  width:453px;
  float:right;
  padding-top:45px;
  padding-right:45px;
}

.section_detail .cnt_box{
  padding:50px;
}

.section_detail .unit .icon {
  margin-bottom:18px;
}

.section_detail .unit .tit {
  font-size:18px;
  line-height:1.6;
}

.section_detail .unit .date {
  font-size:14px;
    margin-bottom:18px;
}

.section_detail .btn.back {
  margin-top: 30px;
}

