@charset "utf-8";
/* CSS Document */


/***************************
　NEWS
*******************************/
.page-template-page-ir .post {
    padding: 10px 0;
	flex-flow: wrap;
}

.page-template-page-ir .post a {
	width:100%;
	max-width:100%;
	margin-top:0.5em;
}


.page-template-page-ir .yearSelect {
	margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em;
}

.page-template-page-ir .ir .pageTitWrap .newsCatNameP {
    letter-spacing: .1em;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    font-size: 85%;
    background: #888;
    padding: 0 10px;
    border-radius: 2px;
    min-width: 130px;
    width: 100%;
    text-align: center;
}

.Inf .newsCatNameP,
.page-template-page-ir .ir .pageTitWrap .Inf .newsCatNameP{
	background-color: #f1972c;
}
.Fre .newsCatNameP,
.page-template-page-ir .ir .pageTitWrap .Fre .newsCatNameP{
	background-color: #4362a9;
}
.Irl .newsCatNameP,
.page-template-page-ir .ir .pageTitWrap .Irl .newsCatNameP{
	background-color: #528520;
}
.Dis .newsCatNameP,
.page-template-page-ir .ir .pageTitWrap .Dis .newsCatNameP{
	background-color: #d61717;
}
.Sre .newsCatNameP,
.page-template-page-ir .ir .pageTitWrap .Sre .newsCatNameP{
	background-color: #888888;
}

.page-template-page-ir .ir .pageTitWrap .postTime p {
    color: #888;
    font-weight: bold;
    /*font-size: 80%;*/
    text-align: left;
    /* background: #f49898; */
    padding: 1px 5px;
    display: inline-block;
}
#xj-select-year_s {
	font-size:85%;
	padding:5px;
}

#type, #type li {
	list-style: none;
}
#type  {
	display: flex;
	flex-flow: wrap;
    justify-content: flex-start;
    border: solid 2px #E94841;
	margin-bottom: 1.2173913043em;
}

#type > li {
    font-size: 100%;
	width:100%;
    display: block;
    border-bottom: 2px solid #E94841;
	color:#E94841;
	text-align: center;
}
#type > li:last-child {
	border-bottom:none;
}

#type > li.active,#type > li:hover {
	background-color: #E94841;
	color:#FFF;
}

.newsConWrap.ir-news .newsContH3 i{
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 10px;
}
.newsConWrap.ir-news .newsContH3 .file-pdf::before{
	content: "";
	width: 16px;
	height: 16px;
	background: url(https://amazia.co.jp/wp-content/themes/amazia/css/icon-pdf.png) no-repeat;
	background-size: 16px;
	display: block;
}
.newsConWrap.ir-news .newsContH3 .external-link::before{
	content: "";
	width: 16px;
	height: 16px;
	background: url(https://amazia.co.jp/wp-content/themes/amazia/css/icon-win.png) no-repeat;
	background-size: 16px;
	display: block;
}

@media screen and (min-width: 480px) {
	#type {
		flex-flow:nowrap;
		width:calc(100% - 4px);
	}

	#type > li {
		border-right: 2px solid #E94841;
		border-bottom: none;
		width:100%;
		font-size: 80%;
	}
	#type > li:last-child {
		border-right:none;
	}
	
}

@media screen and (min-width: 1025px) {
	.page-template-page-ir .post {
		display: flex;
		align-items: flex-start;
	}
	
	.page-template-page-ir .post a {
		max-width: calc(100% - 238px);
		margin-top:0;
	}
	.postTit {
		padding: 0 0 0 5px;
		letter-spacing: 0.1em;
		font-size: 99%;
	}
}



/**************************
highlight
**************************************/

.scroll-box {
	overflow-x: auto;
	margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em;
}

.scroll-box table {
	min-width:662px;
}

.xj_chart_table * {
	font-size: 90%;
}
.xj_chart_table th {
	background-color: #EEE;
	text-align: center;
	font-weight:normal;
}
.xj_chart_table th.xj_chart_header {
	width:35%;
}
.xj_chart_table td {
	text-align: right;
}
.xj_chart_table td.xj_chart_header {
	text-align: left;
	background-color: #EEE;
}
.xj_chart_table td.xj_chart_header .xj_chart_header.unit {
	text-align: right;
	float:right;
	width:4em;
}

/**********************************
 library
******************************/
.sectinoWrap.libWrap .postTime {
    display: block;
    width: 100%;
}
.page-template-page-ir .sectinoWrap.libWrap .post a {
    width: 100%;
}
@media screen and (min-width: 769px) {
	.sectinoWrap.libWrap {
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
	}
	.sectinoWrap.libWrap .libBox {
		width:100%;
	}

}
@media screen and (min-width: 1025px) {
	.page-template-page-ir .sectinoWrap.libWrap .postTime {
		display: inline-block;
		width: 120px;
	}
	.page-template-page-ir .sectinoWrap.libWrap .post a {
    	width: calc(100% - 120px);
		max-width: calc(100% - 120px);
		margin-top:0;
	}
}
