@charset "utf-8";
/* ===========================================================

	Title:			ir.css
	Last Created:	2016-1-25

=========================================================== */
/*

	news
	distribute
	

=========================================================== */
/* ===========================================================

	news

=========================================================== */
.news {
	padding: 0;
}
.news li{float: left;margin-right: 8px;position: relative;overflow: hidden;}
.news li:nth-child(3n){margin: 0;}
.news li img{margin: 0;}
.news li .rsp{width:308px;height:399px;overflow:hidden;position: absolute;background:#000;top:0px;left:0px;}
.news li .text1,.text2{text-transform: uppercase;color: #fff;position: absolute;text-align: center;}
.news li .text1{width: 308px;height: 30px;line-height: 30px;font-size: 18px;top: -60px;}
.news li .text2{width:127px;height:23px;border:1px solid #fff;left: 89px;bottom:-25px;}
.news li .text2 a{color: #fff;}
.news li .title{text-align: center;margin-top: 15px;/*font-size: 18px;*/line-height: 24px;font-weight: bold;}

.news dt {
	position: relative;
	margin: 0;
    clear: both;
    float: right;
    padding: 10px 0;
    width: 16em;
}
.news dt span {
	position: absolute;
	z-index: 0;
	top: 10px;
	right: 0;
	vertical-align: text-bottom;
	font-size: 11px;
	color: #fff;
	text-align: center;
	width: 7em;
	line-height: 20px;
	height: 20px;
}  
.news dd {
	margin: 0;
    padding: 10px 0 10px 7em;
    border-bottom: solid 1px #ddd;
}
.news dd img {
	margin: 0 2px 0 4px;
	vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
.news dt {
    clear: both;
    float: none;
    padding: 10px 0 0;
    width: 100%;
}
.news dt span {
	position: relative;
	display: inline-block;
	top: 0;
	margin: 0 0 0 10px;
} 
.news dd {
    padding: 5px 0 10px 0;
}
}

/* ===========================================================

	distribute
	actual / forecast

=========================================================== */
table.distribute-table {
	text-align: center;
}
.distribute-table th,
.distribute-table td {
	border-right: solid 5px #fff;
}
.distribute-table th:last-child,
.distribute-table td:last-child {
	border-right: none;
}
.distribute-table th em {
	font-weight: normal;
	font-size: 16px;
}
.distribute-table td em {
	font-size: 24px;
	font-family: "Helvetica Neue", Helvetica, Arial Bold, Arial;
	font-weight: 500;
}

h3.actual { color: #00245d; }
.actual .distribute-table {border-top: solid 1px #00245d; }
.actual .distribute-table th,
.actual .distribute-table td {border-bottom: solid 1px #00245d !important; }
h3.forecast,
.forecast .distribute-table em { color: #82a80e; }