@charset "utf-8";
/* CSS Document */

.page--ir .pdfIcon, .page--ir .pdfIcon--none {
    display: inline-block;
    position: relative;
	padding-left:0.5rem;
    padding-right: 2.0rem;
    font-size: 1rem;
}
.page--ir .pdfIcon:before {
	display: none;
}
.page--ir .pdfIcon:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    width: 1.6rem;
    height: 1.8rem;
    background: url(../assets/img/csr/pdfIcon.png) no-repeat;
    background-size: cover;
}
/*.page--ir input[name=categolyList] {
    display: block;
}*/
.page--ir .newsWrapTab .news {
    display: block;
    margin-top: 3.33333rem;
}
#xj-select-category {
	width:100%;
}
span.categolyList--irNews {
	display: inline-block;
}
@media screen and (max-width: 1024px){
	
	.page--ir .categolyList--irNews {
    width: 33.3%;
}
	.page--ir .categolyList--irNews:nth-child(3n) {
    width: 33.4%;
}
	
}

.news-list.lib {
	width:100%;
}


.page--irLow .financeBlock__single figure {
	max-width:100%;
}
.page--irLow .financeBlock__single table.xj_chart_table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
	border:1px solid #e4e4e4;
}
.page--irLow .financeBlock__single table.xj_chart_table td {
	width:auto;
	border:1px solid #e4e4e4;
	padding: .8rem 0.2rem;
}
.page--irLow .financeBlock__single table.xj_chart_table tr > td:nth-of-type(1){
	display: none;
}

.page--irLow .financeBlock__single table.xj_chart_table td.xj_chart_header {
	white-space: nowrap;
	background: #f3f3f3;
	text-align: center;
	border-bottom: none;
	
}
.xj_chart_table_note {
	margin-top:0.5rem;
	font-size:0.9rem;
}

@media screen and (max-width: 1100px) and (min-width: 1025px) {
	.page--irLow .financeBlock__single table.xj_chart_table td {
		font-size:smaller;
	}	
}
	
@media screen and (max-width: 1024px) {
	.page--irLow .financeBlock__single {
		width:100%;
	}
}