#news {
	margin-top: -10%;
}

.infoBox {
	position: relative;
	z-index: 100;
	display: table;
	width: 1000px;
	margin: 0 auto;
}

.infoLeft {
	width: 500px;
	padding-right: 25px;
	display: table-cell;
	vertical-align: top;
}

.infoRight {
	width: 500px;
	padding-left: 25px;
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newsBox {
	padding: 9px 5px 5px;
	margin-bottom: 5%;
	background: #FFF;
	box-shadow: 0 0 20px 5px rgba(0, 44, 100, 0.5);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.newsList {
	height: 442px;
	-ms-overflow-y: scroll;
	overflow-y: scroll;
}

.newsList {
	list-style: none;
	width: 100%;
	margin: 0 auto;
}

.newsList>li {
	padding: 10px 0;
	border-bottom: solid 1px #cdd6e5;
}

.newsList>li:nth-child(2n) {
	background: #F6F9FF;
}

.newsListInner {
	position: relative;
	color: #021f49;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}

.newsListInner:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -12.5px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 12px;
	border-color: transparent transparent transparent #021f49;


}

.newsListLeft {
	vertical-align: top;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newsListRight {
	padding: 0 30px;
	vertical-align: top;
	-ms-word-break: break-all;
	word-break: break-all;
}

.newsTitleBox {
	line-height: 1.4;
	font-size: 16px;
}

.newsDate {
	width: 110px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	background: #013476;
	padding: 0 10px;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*newsCategory*/
.newsCategory {
	width: 110px;
	display: inline-block;
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newsCategory.is-news {
	background: #00BE71;
}

.newsCategory.is-event {
	background: #008FFF;
}

.newsCategory.is-maintenance {
	background: #ffb400;
}

.newsCategory.is-important {
	background: #b40000;
}

.newsCategory.is-campaign {
	background: #ff6496;
}

.newsCategory.is-media {
	background: #ff6400;
}


.btnBox {
	position: relative;
	z-index: 100;
	padding: 30px 0;
}

.btnBox.is-chara {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 40px;
}

.btnBox.is-gallery {
	padding: 80px 0 30px;
}

.cbtBox {
	padding-bottom: 30px;
	text-align: center;
}

.timeline header h2:before {
	content: "";
	top: 50%;
	left: 0;
	margin: -9px 0 0;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 24px;
	background: url(../../img/icon_tw.png) 0 0 no-repeat;


}

.cloud-bottom.is-top {
	margin-bottom: -15%;
}