#h1_area {
    padding: 0 15px;
    margin: 30px 0 0 0;
}
.ttlFont_en {
    font-size: 22px;
    font-family: 'Lora', serif;
    font-weight: bold;
}

.ttlFont_en span {
  display: inline-block;
  padding: 0 5px;
  font-size: 16px;
}

h2{padding: 0;
    margin: 10px 15px;
    border-bottom: #a38145 solid 1px;
    font-size: 14px;
  }

.contWrap {
    margin: 0 15px 10px;
    color: #8c7e79;
    line-height: 1.4;
}

.pressDl dt{
margin: 0 0 0;
font-size: 11px;
font-weight: bold;
}

.pressDl dd{
margin: 0 0 10px;
padding:0 5px 5px 10px;
border-bottom: 1px dotted #a38145;
position: relative;
}

.pressDl dd:before{
content:" ";
display: inline-block;
border: 5px solid transparent;
border-left: 5px solid #b70031;
position: absolute;
top: 4px;
left: 0;
}

.pressDl dd a{
display: block;
color: #a38145;
}


/* 20171213 */

.press-year {
	/*display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;*/
}

.press-year div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.press-tit {
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 10px;
}

.choose-year {
	/*margin: 20px 20px 20px auto;*/
    margin: 20px 0 10px 10px;
	width: 35%;
}

#contents .choose-year dl {
	margin: 0;
	overflow: inherit;
	position: relative;
	background: #FFF;
}

#contents .choose-year dl dt {
    width: 100%;
    float: none;
    clear: both;
    padding-left: 0;
	border: 1px solid #999;
	padding: 10px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

#contents .choose-year dl dt:after {
	content: "";
	position: absolute;
	right: 10px;
	width:0;
	height: 0;
	display: block;
	top: 14px;
	border: 10px solid transparent;
	border-top: 10px solid #666;
	-webkit-transition: .5s ;
	transition: .5s ;
}

#contents .choose-year dl.active dt:after {
	transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  top: 3px;
    
}


#contents .choose-year dl dd {
    width: 100%;
    _margin: 0;
    margin: 0;
    _zoom: 1;
    padding-left: 0;
	position: absolute;
	display: none;
	z-index: 50;
}

#contents .choose-year dl dd ul {
	padding: 0;
	border: 1px solid #666;
	margin: 0;
	border-top: none;
}

#contents .choose-year dl dd ul li {
	text-align: center;
}

#contents .choose-year dl dd ul li a {
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0;
	background: #FFF;
	color: #a38145;
}

#contents .choose-year dl dd ul li:last-child a {
	border-bottom: none;
}

#contents .choose-year dl dd ul li a:hover {
	background: #EBEBEB;
}