#contents dl {
	margin:30px 0 0;
	padding:0;
	overflow:hidden;
	zoom:1;
}
#contents dl dt {
	width:100px;
	float:left;
	clear:both;
	padding-left:0.5em;
}
#contents dl dd {
	width:535px;
	width:545px;
	_margin:0 0 15px 130px;
	margin:0 0 15px 120px;
	_zoom:1;
	padding-left:0.5em;
}
#contents dl .head {
	background-color:#fcfcf7;
	border-bottom:#a38145 double 3px;
	padding:0.5em;
}
#contents p.inquiry {
	font-size:13px;
}
#contents span.attention {
	margin-left:50px;
	font-size:10px;
}


/* 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 {
	box-sizing: border-box;
}

.press-tit {
	font-size: 16px;
	margin: 20px 0 0 0;
	padding: 10px;
}

.choose-year {
	margin: 20px 0 0 0;
	width: 150px;
}

#contents .choose-year dl {
	margin: 0;
	overflow: inherit;
	position: relative;
}

#contents .choose-year dl dt {
    width: 100%;
    float: none;
    clear: both;
    padding-left: 0;
	border: 1px solid #999;
	padding: 10px;
	position: relative;
	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;
	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;
}

#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;
}

#contents .choose-year dl dd ul li:last-child a {
	border-bottom: none;
}

#contents .choose-year dl dd ul li a:hover {
	background: #EBEBEB;
}

/*------------------*/

.press-btn {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.press-btn li {
	display: inline-block;
	width: 100px;
	box-sizing: border-box;
	vertical-align: top;
	width: 100px;
	margin: 0 10px 0 0;
}

.press-btn li:last-child {
	margin: 0;
}


.press-btn li a {
	display: block;
	text-align: center;
	padding: 10px 0;
	background: #a38145;
	color: #FFF;
	font-size: 14px;
	border: 1px solid #a38145;
	border-radius: 5px;
	position: relative;
}

.press-btn li a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #FFF;
	right: 5px;
	top: 13px;
	box-sizing: border-box;
	position: absolute;
}

.press-btn li a:hover {
	border: 1px solid #a38145;
	background: #FFF;
	color:  #a38145;
}

.press-btn li a:hover:after {
	border-left: 5px solid #a38145;
}


/*-------------------*/