@charset "UTF-8";

@import url("common.css");

/* --------------------------------------------------------------------------------------
 企業・IRニュース
--------------------------------------------------------------------------------------- */

/* index */

.news .newsArea {
	padding: 25px 10px 0 20px;
}

.news .newsArea h2 {
	padding: 0 0 27px 0;
	border-bottom: 1px solid #dcdcdc;
	font-size: 266.7%;
	margin-bottom: 30px;
}
.news .newsArea .selectYear {
	margin: 0 0 -46px;
	text-align: right;
}

.news .newsArea .inputSelect {
	display: inline-block;
}
.news .newsList {
    margin-top: 81px;
    border-top: 1px solid #dcdcdc;
}
.news .newsList dl {
	display: table;
	width: 100%;
	padding: 0 0 1px;
	background: url(../img/common/bg_line01.png) repeat-x left bottom;
}
.news .newsList dl:last-child {
	padding: 0;
	background: none;
}

.news .newsList dt {
	display: table-cell;
	width: 88px;
	padding: 0 19px 0 9px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
	font-size: 116.7%;
	font-weight: bold;
	color: #b4b4b4;
}

.news .newsList dt span {
	position: relative;
	display: inline-block;
	padding: 13px 0 0;
}

.news .newsList dt .new {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 11px;
	padding: 0;
	border-radius: 1px;
	background: #ffb400;
}

.news .newsList dd {
	display: table-cell;
	height: 42px;
	padding: 17px 27px;
	vertical-align: middle;
	font-size: 117%;
	color: #373737;
	word-break: break-all;
}
.news .newsList dd.cat {
	width: 98px;
	padding: 0;
	text-align: center;
}

.news .newsList dd a {
	color: #373737;
}

.news .newsList dd a.is_pdf {
	content: "";
	background: url(/corp/img/common/ico_pdf01.png) right center no-repeat;
	width: 24px;
	height: 24px;
	vertical-align: baseline;
	padding-right: 30px;
	display: inline;
}

.news .newsList dd a[href$=".pdf"] {
	content: "";
	background: url(/corp/img/common/ico_pdf01.png) right center no-repeat;
	width: 24px;
	height: 24px;
	vertical-align: baseline;
	padding-right: 30px;
	display: inline;
}

/* detail */

.news .newsDetailArea {
	padding: 75px 10px 0 20px;
}

.news .newsDetailArea .newsTtl01 ,
.news .newsDetailArea .newsTtl02 {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

.news .newsDetailArea .newsData {
	margin: 33px 0 0;
	text-align: right;
}

.news .newsDetailArea .newsDetail {
	margin: 18px 0 90px;
	line-height: 1.71;
	font-size: 116.7%;
}

.news .newsDetailArea .newsDetail p {
	margin: 0 0 27px;
	word-break: break-all;
  overflow: hidden;
}

.news .newsDetailArea .newsDetail .img {
	text-align: center;
}

.news .newsDetailArea .newsDetail .floatR {
	float: right;
	margin: 5px 0 38px 14px;
}

.news .bottomLink {
	display: table;
	width: 100%;
	border-top: 1px solid #dbdbdb;
	text-align: center;
	font-size: 116.7%;
}

.news .bottomLink li {
	display: table-cell;
	padding: 20px 0 19px;
	box-sizing: border-box;
	border-right: 1px solid #dbdbdb;
	vertical-align: middle;
}
.news .bottomLink li:last-child {
	border-right: none;
}

.news .newsList + .bottomLink li {
	width: 50%;
}
.news .newsDetail + .bottomLink li {
	width: 33.33%;
}

.news .bottomLink li.prev a {
	padding: 0 35px 0 0;
	background: url(../img/common/ico_arw0101.png) no-repeat right center;
}
.news .bottomLink li.next a {
	padding: 0 0 0 35px;
	background: url(../img/common/ico_arw0106.png) no-repeat left center;
}
.news .bottomLink li.back a {
	padding: 0 0 0 15px;
	background: url(../img/common/ico_arw0111.png) no-repeat left center;
}
