﻿@charset "utf-8";

/*E-IR*/
.libraryWrapp {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.libraryWrapp_contents {
	width: 48%;
	height: 390px;
    border: 2px solid #d9d9d9;
	margin-bottom: 2%;
	padding: 15px;
}

.libraryWrapp_contents:nth-child(odd){
	margin-right: 2%;
}

.libraryWrapp_contents_title {
	color: #444;
	text-decoration: none;
}

a.libraryWrapp_contents_title:hover{
	color:#DA5019;
}

.tableType01,
.tableType02 {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;	
	clear: both;
    width: 824px;
}

.tableType01 caption,
.tableType02 caption {
	font-size: 26px;
    padding: 0px;
    margin: 0px 0px 1.15em;
    border-bottom: 2px solid #0052a4;
    line-height: 175%;
}

.tableType01 th,
.tableType01 td,
.tableType02 th,
.tableType02 td {
    font-size: 14px;
    line-height: 24px;
	padding: 10px 5px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    vertical-align: top;
}

.tableType01 .level01 {
    background: #0052a4;
    color: #ffffff;
}

.tableType01 th {
    font-weight: bold;
}

.aC {
    text-align: center;
}

.tableType01 .level02 {
    background: #5d96cf;
    color: #000000;
}

.notes01 {
    padding-left: 1em !important;
    text-indent: -1em;
    font-size: 80%;
}

.tableWrapp {
	margin-bottom: 30px;
}






/*Q-IR*/
.qirLinkWrapp {
	display: flex;
	margin-bottom: 30px;
}

.qirLinkWrappBtn{
    padding: 9px 35px;
    width: 280px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #0052a4;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	color: #0052a4;
}

.qirLinkWrapp .qirActive {
	border: 2px solid #0052a4;
	background-color: #0052a4;
	color: #fff;
}

.qirLinkWrappBtn:nth-child(odd) {
	margin-right: 30px;
}

.qirLinkWrappBtn:hover {
	border: 2px solid #0052a4;
	background-color: #0052a4;
	color: #fff;
}








/*E-IR*/
@media screen and (max-width: 639px) {
	.libraryWrapp {
		display: block;
	}
	
	.libraryWrapp_contents {
		width: 100%;
		height: auto;
	}

	.tableWrapp {
		overflow: auto;
	}
}




/*Q-IR*/
@media screen and (max-width: 639px)  {
	.qirLinkWrappBtn{
		width: 50%;
	}
}