/**************************************************

news_box

**************************************************/

.main_news .container {
  padding: 0px 15px;
}

.main_news .container02 {
  padding: 0px 0px 30px;
}

.section_list {
  margin:0px 0px 0;
}

.section_list .box {
	display:block;
	width:48%;
	float:left;
	margin-right:4%;
	position:relative;
	cursor:pointer;
	margin-bottom:15px;
  text-align:left;
}
.section_list .box:last-child {
	margin-bottom:0;
}

.section_list .box a {
	display:block;
}


.section_list .box:nth-child(2n) {
	margin-right:0;
}

.section_list .box:nth-child(2n+1) {
  clear:left;
}

.section_list .ph {
	width:100%;
	height:0;
	padding-bottom:66%;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}

.section_list .ph img {
	width:100%;
}

.section_list .box .ph {
	width:100%;
	height:0;
	padding-bottom:66%;
	overflow:hidden;
	position:relative;
	margin-bottom:6px;
}

.section_list .box .ph img {
	width:100%;
}

.section_list .icon {
	margin-bottom:5px;
  height:auto;
  max-height:36px;
}

.section_list .icon li {
	display:inline-block;
	padding:2px 6px;
	background:#8d9d83;
	color:#fff;
	font-size:0.8em;
	text-align:center;
	margin-right:2px;
	margin-bottom:0;
}

.section_list .box .tit {
	font-size:13px;
	line-height:1.5;
	max-height:40px;
	overflow:hidden;	
	margin-bottom:2px;
	text-align:left;
}

.section_list .box .date {
	font-size:12px;
	letter-spacing:1px;
}

.section_list .box .ph.new:after {
	display:block;
	content:"";
	width:45px;
	height:45px;
	background:url(../img/cmn/icon_new.png) no-repeat;
	background-size:45px 45px;
	position:absolute;
	top:0;
	left:0;
}

.section_list .box .icon {
  text-align:left;
}

.section_list .bnr_area {
	width:100%;
	padding:20px 0 40px;
	text-align:center;
}

.section_list .bnr_area img{
	width:100%;
}

.section_list .txtbox .date {
  margin-bottom: 10px;
}

.section_list .txtbox .tit {
  margin: 0px 0px 15px 0px;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px dotted #000;
  padding: 0px 0 5px;
  font-size: 120%;
}

.section_list.no01 .box {
	display:block;
	width:100%;
	float:none;
	margin-right:0;
	margin-bottom:15px;
  text-align:left;
}

.section_list.no01 .icon li {
	display:inline-block;
	padding:4px 6px;
	background:#8d9d83;
	color:#fff;
	font-size:1.0em;
	text-align:center;
	margin-right:2px;
	margin-bottom:0;
}

.section_list h3.tit {
    font-size: 16px;
    text-align: center;
    padding: 6px 0px 8px;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    margin-top:20px;
    margin-bottom: 10px;
    letter-spacing: 1.0px;
}

.category_list{
  border-top:1px solid #2d2d2d;
  border-bottom:1px solid #2d2d2d;
  padding:10px 5px;
  text-align:left;
  font-size:13px;
  margin-bottom:20px;
}

.category_list li{
  display:inline-block;
}

.category_list li::after{
  content:"・";
}

.category_list li:last-child::after{
  content:"";
}

.category_list li a{
  padding:0 3px;
}


/**************************************************

archive

**************************************************/

.section_archive{
  margin-top:20px;
}

.archive {
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  z-index: 99;
}

.archive a {
  text-decoration: none;
}

.archive .side_tit {
  background: #1f1f1f;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}

.archive .nextback {
  height: 44px;
  padding: 0 10px;
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  background:#f3eddc;
}

.archive .nextback .back, .archive .nextback .next {
  width: 20%;
  font-family: "futura-pt",sans-serif;
}

.archive .nextback .back {
  float: left;
}

.archive .nextback .next {
  float: right;
}

.archive .nextback .back a, .archive .nextback .next a {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 1.1em;
}

.archive .nextback .back a:hover, .archive .nextback .next a:hover {
  color: #c00;
  text-decoration: none;
}

.archive .nextback .back a span, .archive .nextback .next a span {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 12px;
}

.archive .nextback .back a span:before, .archive .nextback .next a span:after {
  content: "▼";
  display: block;
  font-size: 7px;
  position: absolute;
  top: 0;
}

.archive .nextback .back a span:before {
  left: 3px;
  transform: rotate(90deg);
}

.archive .nextback .next a span:after {
  right: 3px;
  transform: rotate(-90deg);
}

.archive .nextback p.yearbox {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  padding: 15px 0 0;
  text-align: center;
  width: 40%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20%;
  font-family: "futura-pt",sans-serif;
}

.archive ul li a {
  border-bottom: 1px solid #e3d9d8;
  color: #333;
  display: block;
  padding: 9px 34px 8px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.archive ul li a:before {
  content: "▼";
  display: block;
  font-size: 7px;
  position: absolute;
  top: 12px;
  left: 20px;
  transform: rotate(-90deg);
  color: #aa8e45;
}

.archive ul li a:hover {
  color: #c00;
}


/**************************************************

detail

**************************************************/

.section_detail {
	margin-bottom:20px;
  padding:20px 10px;
  background:#FFF;
}

.section_detail .inner {
}

.section_detail .inner.detail,
.section_detail .inner.detail div,
.section_detail .inner.detail ul {
  opacity:1.0;
  transform:none;
}

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

.section_detail .unit .ph {
	width:100%;
	height:0;
  padding-bottom:60%;
	overflow:hidden;
	position:relative;
}

.section_detail .unit .ph img {
	width:100%;
}

.section_detail .unit .ph.new:after {
	display:block;
	content:"";
	width:45px;
	height:45px;
	background:url(../img/cmn/icon_new.png) no-repeat;
  background-size:45px 45px;
	position:absolute;
	top:0;
	left:0;
}

.section_detail .unit .txtbox {
  text-align:center;
}

.section_detail .cnt_box{
  padding:10px;
}

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

.section_detail .unit .icon {
	margin-bottom:10px;
}

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

.section_detail .unit .date {
	font-size:16px;
  	margin-bottom:5px;
    margin-top:15px;
}





















