/* section_last
--------------------------------------------------*/
.index_list li {
	width: 350px;
  float: left;
  margin-bottom: 40px;
  text-align:center;
}

.index_list li:nth-child(even) {
  float: right;
}

.index_list li .tit {
	font-size: 20px;
  margin-bottom: 10px;
}

.index_list li .ph {
  margin-bottom: 10px;
}

.index_list li .ph img {
  width: 100%;
  height: auto;
}

.index_list li .txt {
  margin-bottom: 20px;
  line-height: 1.8;
}

.index_list li .btn_detail {
	height: 37px;
	padding: 0 37px;
	display: inline-block;
	line-height: 37px;
	background: #fff;
	border: 1px solid #00a97a;
	border-radius: 37px;
	position: relative;
	font-size: 15px;
	color: #00a97a;
}
.index_list li .btn_detail::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
	border: 3px solid transparent;
	border-left: 5px solid #00a97a;
  z-index:99;
}

.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;
}

.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;
}
 
.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:#382409;
	text-decoration:none;
	color:#fff;
	line-height:40px;
  display:block;
}

/* news_box
--------------------------------------------------*/
.short .box {
	display:block;
	margin:0 0 30px 0;
	position:relative;
	cursor:pointer;
  z-index: 999;
}

.short .box a {
  width:100%;
  display:block;
}

.short .box .ph {
	width:200px;
	position:relative;
	margin-right:20px;
  float: left;
}

.short .box ul.icon {
  float: left;
  width: calc(100% - 220px);
  margin-bottom:10px;
  margin-top: 0;
}

.short .box ul.icon li {
  float: left!important;
}

.short .box .ph.new {
position: relative;
}

.short .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 .box .ph img {
	width:100%;
}

.short .box .tit {
	font-size:15px;
	line-height:1.4;
	max-height:45px;
	margin-bottom:10px;
	overflow:hidden;
  width: calc(100% - 220px);
  float: right;
}

.short .box .name {
	font-size:13px;
	padding-top:10px;
  margin-bottom:10px;
  border-top: 1px dotted #ccc;
  width: calc(100% - 220px);
  float: right;
}

.short .box .date {
	font-size:14px;
	letter-spacing:1px;
}

.short .box a:hover .date {
	color:#a1827d;
}

.short .box .btn_detail {
	height: 30px;
	padding: 0 30px;
	display: inline-block;
	line-height: 30px;
	background: #eeeeee;
	border-radius: 30px;
	position: relative;
	font-size: 13px;
  float: right;
}
.short .box .btn_detail::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
	border: 3px solid transparent;
	border-left: 5px solid #000;
  z-index:99;
}

/* 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:#f1e8d2;
}
.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-family: "futura-pt",sans-serif;
	font-weight:400;
	font-size:14px;
}

.archive .nextback .back a span:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -5px;
	width: 0;
	height: 0;
	margin-top: -3px;
	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: -3px;
	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%;
	padding:0;
	margin-bottom:40px;
}

.section_detail .inner.detail {
	margin-bottom:40px;
}

.section_detail .unit {
	margin-bottom:30px;
}

.section_detail .unit .ph {
	width:300px;
	overflow:hidden;
	position:relative;
	float:left;
}

.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:410px;
	float:right;
}

.section_detail .unit .txtbox dl {
	padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dotted #ccc;
}

.section_detail .unit .txtbox dt {
  font-weight: bold;
  float: left;
  margin-right: 10px;
}

.section_detail .cnt_box{
  margin-bottom: 40px;
}

.section_detail .box_ph{
  float: left;
  width: 200px;
}

.section_detail .box_ph p{
  margin-bottom: 10px;
}

.section_detail .box_ph img{
  width: 100%;
  height: auto;
}

.section_detail .box_comment{
  float: right;
  width: 510px;
}

.section_detail .box_comment .tit{
  font-size: 15px;
  margin-bottom: 10px;
}

.section_detail .unit .icon {
	margin:0 3px 10px 0!important;
}

.section_detail .unit .icon li {
	float: left!important;
}

.section_detail .unit .tit {
	font-size:18px;
	line-height:1.6;
}

.section_detail .unit .date {
  font-size:16px;
  margin-bottom:18px;
}

.section_gallery .btn_box{
	margin:40px auto;
	width:604px;
}

.section_gallery .btn_box li{
	width:200px;
	float:left;
	text-align:center;
	background:#382309;
	font-size:12px;
	margin:0 2px 0 0;
	position:relative;
}
.section_gallery .btn_box .prev.cnt01 {
  opacity: 0.6;
}
.section_gallery .btn_box .prev.cnt01 a {
  pointer-events : none;
}

.section_gallery .btn_box li:last-child{
	margin:0;
}
.section_gallery .btn_box li a{
	display:inline-block;
	color:#fff;
	padding:9px 6px;
	width:188px;
  font-weight:bold;
}
.section_gallery .btn_box li:hover{
	background:#382309;
}

.gallery_block .btn_box li.prev a:after{
	border-right: 2px solid #fff;
    border-top: 2px solid #fff;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	content:"";
    display:block;
    height:4px;
    left:10px;
    position: absolute;
    top:15px;
    width: 4px;
}
