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

	Title: ir.css
	Created: 2018-3-14

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

	library
	schedule
	distribute

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

	library

=========================================================== */
.library-table {
}
.library-table__wrapper {
	position: relative;
	text-align: center;
}
.library-table__file-size {
	display: block;
}
.file-size {
}

/* correction-menu
----------------------------------------------------------- */
.correction-menu {
	position: relative;
}
/* js-popup-open
----------------------------------------------------------- */
.library-table td .js-popup-open {
    display: block;
}
.js-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;
}
.js-popup-open:hover {
    text-decoration: none;
    border: solid 1px #fff;
    color: #fff !important;
    border-color: transparent;
    background-color: #0b3190;
}
.js-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;
}
.js-popup-open:hover:before {
    border-color: transparent transparent transparent #fff;
}

/* link-button__open / link-button__close
----------------------------------------------------------- */
.link-button__open, .link-button__close {
    height: 35px;
    line-height: 34px;
	margin-top: 2em;
    padding: 0 40px 0 55px;
    display: inline-block;
    color: #0b3190 !important;
    font-size: 13px;
    text-align: center;
    border: solid 1px #0b3190;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all .2s ease;
    text-decoration: none !important;
}
.link-button-a:hover,  .link-button-b:hover,  .link-button__open:hover,  .link-button__close:hover {
    background: #0b3190;
    border: solid 1px #0b3190;
    text-decoration: none !important;
    color: #fff !important;
}
.link-button-a:before,  .link-button-b:before,  .link-button__open:before,  .link-button__close:before,  .link-button__close:after {
    position: absolute;
    content: " ";
    vertical-align: middle;
}
/* link-button__open */
.link-button__open:before {
    top: 50%;
    left: 35px;
    width: 5px;
    height: 5px;
    margin: -6px 0 0 0;
    border-right: 1px solid #0b3190;
    border-bottom: 1px solid #0b3190;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link-button__open:hover:before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
/* link-button__close */
.link-button__close:before, .link-button__close:after {
    top: 50%;
    left: 27px;
    width: 14px;
    height: 14px;
    border-right: 1px solid #0b3190;
}
.link-button__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -13px 0 0 0;
}
.link-button__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -3px 0 0 0;
}
.link-button__close:hover:before, .link-button__close:hover:after {
    border-right: 1px solid #fff;
}

/* accord-item 
----------------------------------------------------------- */
.accord-item {
	display: flex;
	border-bottom: solid 1px #ddd;
	width: 100%;
}
.accord-item dt {
	width: 10em;
	padding: 0.5em 1em 0.5em 0;
	margin: 0;
}
.accord-item dd {
	padding: 0.5em 0;
	margin: 0 !important;
}
.accord-item.file-date-list__revied {
	position: relative;
	margin-left: 5em;
}
.accord-item.file-date-list__revied::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
	border-bottom: dotted 1px #ccc;
	border-left: dotted 1px #ccc;
}

@media screen and (max-width: 1200px) {
	.accord-item {
		display: block;
	}
	.accord-item dt {
		width: auto;
		padding: 0.5em 0 0;
	}
	.accord-item dd {
		padding: 0 0 0.5em;
	}
}


/* news_list
----------------------------------------------------------- */
.news_list {
    padding: 0;
}
.news_list dt {
    clear: both;
    float: left;
    width: 15em;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
}
.news_list dd {
    margin: 0 0 10px;
    padding: 0 0 10px 17em;
    border-bottom: dotted 1px #d8dbdf;
}
.news_list dt span {
/*margin: 0 0 0 10px;
	width: 110px;
	display: inline-block;*/
}
.news_list dt span.icon {
    float: right;
}
.news_list dd img {
    margin: 0 2px 0 4px;
    vertical-align: text-bottom;
}
.news_list a:link, .news_list a:visited {
    text-decoration: none;
    color: #111;
}
.news_list a:hover {
    text-decoration: underline;
    color: #0b3190;
}
@media screen and (max-width: 1200px) {
	.news_list {
	}
	.news_list dt {
		clear: both;
		float: none;
		width: 14em;
		height: 23px;
		margin: 0 0 5px;
	}
	.news_list dd {
		padding: 0 0 10px 0;
	}
}

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

	schedule

=========================================================== */
.highlight-table em {
	font-size: 2.4rem;
	font-weight: bold;
}

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

	distribute

=========================================================== */
.distribute--actual,
.distribute--forecast {
	display: block;
}
.distribute--actual dl,
.distribute--forecast dl {
	padding: 2em;
	border: solid 1px #ccc;
	display: flex;
	justify-content: center;
	font-size: 1.8rem;
	vertical-align: baseline;
	align-items: flex-end;
	line-height: 1;
}
.distribute--actual dt,
.distribute--forecast dt {
	padding-right: 1em;
}
.distribute--actual em,
.distribute--forecast em {
	color: #111 !important;
}
.distribute--actual .number-display__number,
.distribute--forecast .number-display__number {
	font-size: 2.8rem;
	font-weight: bold;
}
.distribute--actual .number-display__number {color: #0b3190;}
.distribute--forecast .number-display__number {color: #00a0e9;}

@media screen and (max-width: 1200px) {
	.distribute--actual dl,
	.distribute--forecast dl {
		display: block;
		padding: 1em;
		text-align: center;
	}
	.distribute--actual dt,
	.distribute--forecast dt {
		padding: 0.2em;
	}
	.distribute--actual dd,
	.distribute--forecast dd {
		padding: 0.2em;
	}
}
