@charset "utf-8";
/* ===========================================================

	Title: ir.css
	Created:	2016-10-27

=========================================================== */
/*

	library
	distribute
	faq


=========================================================== */
/* ===========================================================

	library

=========================================================== */
.library-table {
}
.library-table th {
	vertical-align: middle;
}
.library-table td {
	position: relative;
	text-align: center;
}
.library-table td .icon-l {
	display: block;
	margin: 0 auto 5px;
	text-decoration: none !important;
	transition: .3s ease-in-out;	
}
.library-table td  a:hover  {
	text-decoration: none !important;
}
.library-table td  a:hover .icon-l {
	text-decoration: none !important;
}
.library-table td  a:hover .icon-l  {
	text-decoration: none;
	color: #fff !important;
	border-color: transparent;
	background-color: #E60012;
}
.library-table td a:hover .ic-xls-l{

	background-color: #29754b;

}
.library-table td a:hover .ic-mov-l{

	background-color: #005BAC;

}



.library-table td  a:hover .ic-pdf-l {background-image:url(../img/common/ic/ic_pdf_b.png);}
.library-table td  a:hover .ic-xls-l {background-image:url(../img/common/ic/ic_xls_b.png);}
.library-table td  a:hover .ic-zip-l {background-image:url(../img/common/ic/ic_zip_b.png);}

/* popup-open
----------------------------------------------------------- */
.library-table td .popup-open {
	display: block;
}
.popup-open {
	position: relative;
	overflow: hidden;
	max-width: 80px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 0 auto;
	padding: 0 5px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #111 !important;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
}
.popup-open:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	border-color: transparent;
	background-color: #E60012;
}
.popup-open:before {
	position: absolute;
	top: 50%;
	left: 10px;
	margin: -3px 0 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #aaa;
}
.popup-open:hover:before  {
	border-color: transparent transparent transparent #fff;
}

/* popup-area
----------------------------------------------------------- */
.library-table td .popup-area {
	display: none;
	position: absolute;
	top: -50px;
	margin: 0 0 0 -150px;
	z-index: 100;
	padding: 10px 10px 0;
	width: 320px;
	background: #fff;
	border: solid 3px #ddd;
}
.popup-area p {
	color: #111;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
.popup-area dl.dl-date {
	margin-bottom: 8px;
}
.popup-area dl.dl-date dd {
	padding: 1px 0 5px 0;
	line-height: 1.4;
	text-align: left;
}
.library-table td .popup-title {
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 1.4rem;
	/*font-weight: bold;*/
	text-align: center;
	border-bottom: solid 2px #ddd;
}
@media screen and (max-width: 1024px) {
.library-table td .popup-area {
	position: fixed;
	top: 100px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	white-space: normal;
}
.popup-area dl.dl-date dt,
.popup-area dl.dl-date dd {
	padding-left: 0;
	text-align: left;
}
}

/* popup-close
----------------------------------------------------------- */
.popup-close {
	position: relative;
	overflow: hidden;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 0 auto;
	padding: 0 20px 0 30px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #111 !important;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
.popup-close:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	border-color: transparent;
	background-color: #E60012;
}
.popup-close:before,
.popup-close:after {
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -6px 0 0;
	content: "";
	width: 1px;
	height: 12px;
	background-color: #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}
.popup-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}
.popup-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
}
.popup-close:hover:before,
.popup-close:hover:after {
	background-color: #fff;
}

/* ===========================================================

	distribute

=========================================================== */
dl.distribute__actual, dl.distribute__forecast {
	display: table;
	text-align: center;
	width: 100%;
	font-size: 15px;
	font-size: 1.5rem;
	height: 60px;
	line-height: 60px;
	border-right: solid 1px #ddd;
}
dl.distribute__actual dt, dl.distribute__forecast dt {
	display: table-cell;
	width: 20%;
	color: #fff;
}
dl.distribute__actual dt {
	background-color: #E60012;
}
dl.distribute__forecast dt {
	background-color: #333;
}
dl.distribute__actual dd, dl.distribute__forecast dd {
	display: table-cell;
	width: 40%;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
dl.distribute__actual dd em, dl.distribute__forecast dd em {
	margin: 0 10px;
	font-size: 26px;
	font-size: 2.6rem;
}
dl.distribute__actual dd em{
	color: #005bac;
}
dl.distribute__forecast dd em {
	color: #333;
}

@media screen and (max-width: 736px) {
dl.distribute__actual, dl.distribute__forecast {
	display: block;
	height: inherit;
	line-height: inherit;
	border-right: none;
	border-bottom: solid 1px #ddd;
}
dl.distribute__actual dt, dl.distribute__forecast dt {
	display: block;
	width: 100%;
	color: #fff;
	padding: 10px;
}
dl.distribute__actual dd, dl.distribute__forecast dd {
	display: block;
	width: 100%;
	border-top: none;
	border-bottom: none;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	padding: 15px 10px 5px;
}
dl.distribute__actual dd:last-child, dl.distribute__forecast dd:last-child {
	padding: 0 10px 15px;
}
}


/* ===========================================================

	faq

=========================================================== */
/* faq__accordion
----------------------------------------------------------- */
.faq__accordion {
	margin: 0;
}
.accord-btn {}
.accord-item {}
.faq__accordion dt {
	position: relative;
	border: solid 1px #ddd;
	padding: 0 10px 0 35px;
	margin: 0 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-size: 1.5rem;
	cursor: pointer;
}
.faq__accordion dt:hover {
	color: #E60012;
}
/* icon plus minus  */
.faq__accordion dt:before {
	content: "+";
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 4px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #005BAC;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
}
.faq__accordion dt.active:before {
	content: "-";
}
.faq__accordion dt:hover:before {
	background-color: #E60012;
}
.faq__accordion ol {
	margin: 0 0 0 5px;
}
.faq__accordion ol li {
	position: relative;
	padding: 0 0 0 50px;
	margin: 0 0 10px;
}
.faq__accordion ol li em {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 11px;
	font-size: 1.1rem;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: solid 1px #E60012;
	color: #E60012;
	border-radius: 3px;
}

/* qa
----------------------------------------------------------- */
.qa dt {
	position: relative;
	padding: 0 0 0 50px;
	margin: 0 0 10px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.qa em {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 11px;
	font-size: 1.1rem;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: solid 1px #E60012;
	color: #E60012;
	border-radius: 3px;
}
.qa dd {
	margin: 0 0 30px;
}