@charset "utf-8";

/* -----------------------------------------------------------------------------

最新ニュース, IR情報

----------------------------------------------------------------------------- */

/* boxPagenation */
.boxPagenation {
	margin: 40px auto 0;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding: 0 40px;
	width: 214px;
}
.boxPagenation li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 8px;
	text-align: center;
	width: 28px;
	height: 28px;
	border: 1px solid #d7d7d7;
}

.boxPagenation li a {
	display: block;
}
.boxPagenation li a,
.boxPagenation .current {
	line-height: 2.2;
	text-decoration: none;
}
.boxPagenation li a:hover,
.boxPagenation .current {
	color: #fff;
	background: #009ce7;
}
.boxPagenation .prev,
.boxPagenation .next {
	border: none;
	color: #fff;
	text-indent: 305px;
	display: block !important;
}
.boxPagenation .prev {
	position: absolute;
	top: 0;
	left: 0;
}
.boxPagenation .prev a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	background: #e6e6e6;
}
.boxPagenation .prev a:after {
	position: absolute;
	top: 10px;
	left: 11px;
	width: 8px;
	height: 10px;
	content:"";
	background: url(/common/img/icon_arrow09.png) no-repeat;
	background-size: 8px 10px;
}
.boxPagenation .next {
	position: absolute;
	top: 0;
	right: 0;
}
.boxPagenation .next a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	background: #e6e6e6;
}
.boxPagenation .next a:after {
	position: absolute;
	top: 10px;
	left: 11px;
	width: 8px;
	height: 10px;
	content:"";
	background: url(/common/img/icon_arrow02.png) no-repeat;
	background-size: 8px 10px;
}
.boxPagenation .prev a:hover,
.boxPagenation .next a:hover  {
	opacity: 0.7;
	background: #e6e6e6;
}


.pastDetail .newsContent article time {
	width: 133px;
}
.pastDetail .newsContent article .icon {
	width:auto;
	padding: 0 10px;
	background: #008080;
	margin: 0;
}

.pastDetail .newsContent article h4:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 13px;
	background: url(/common/img/sp/icon_pdf.png) no-repeat;
	background-size: 12px;
	padding-right: 5px;
	position: relative;
	top: 1px;
	left: 0;
}
.pastNews .newsContent .btnNews {
	display: block;
	margin: 50px auto 10px;
	text-align: center;
}
.pastNews .newsContent .btnNews a {
	padding: 12px 34px 12px;
	border-radius: 3px;
	color: #fff;
	background: #009ce7 url(/common/img/icon_arrow01.png) no-repeat 96% center;
	text-decoration: none;
}


/* -----------------------------------------------------------------------------

ニュース詳細

----------------------------------------------------------------------------- */

.newsDetail p a {
	color: #009de4;
	text-decoration: underline;
}
.newsDetail h4.ttl03 {
	font-size: 170%;
	color: #009de4;
	margin-bottom: 20px;
	font-weight: normal;
}
.newsDetail main .left {
	text-align: left;
}
.newsDetail main .left img {
	margin: 10px 0;
}
.newsDetail .pdf {
	margin-bottom: 30px;
}
.newsDetail .pdf a {
	float: left;
}
.newsDetail .pdf span {
	font-size: 80%;
	display: inline-block;
	margin: 2px 0 0 10px;
}
.newsDetail main img {
	width: inherit;
	max-width: 100%;
	display: block;
	margin: 10px auto 15px;
}
.boxTitle {
	margin-bottom: 50px;
}
.boxTitle .btnPdf {
	width: 103px;
	float: right;
	line-height: 1.1;
	margin-top: -10px;
}
.boxTitle .btnPdf a {
	display: block;
	color: #fff;
	padding:5px 0;
	background: #009ce7 url(/common/img/icon_arrow07.png) no-repeat 92px center;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
}
.btnHistoryback {
	display: none;
}
main .text {
	font-size: 14px;
}
main .btnType01 {
	width: 140px;
	margin: 44px auto 0;
	text-align: center;
}
main .btnType01 a {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #e6e6e6 url(/common/img/icon_arrow08.png) no-repeat 11px center;
	color: #666;
	border-radius: 2px;
	text-decoration: none;
}


