@charset "utf-8";

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

	Title: ir.css
	Created:	2016-7-8

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

	library
	highlight
	distribute
	investor
	stockholder

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

	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;
}

.library-table td a:hover {
	text-decoration: none !important;
}

.library-table td a:hover .icon-l {
	text-decoration: none !important;
	color: #fff !important;
	border-color: transparent;
	background-color: #100d5e;
}

.library-table td .icon-l,
.library-table td a:hover,
.library-table td a:hover .icon-l {
	text-decoration: none !important
}

#ir .library-table .cellW1 {
	line-height: 1.4
}

.other dl.dl-date {
	margin: 0;
}

#ir dl.dl-date dt {
	margin: 4px 0 0 0;
	padding: 0;
}

#ir .popup-area a:hover {
	text-decoration: underline !important;
}


/* 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;
}

.popup-open:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	border-color: transparent;
	background-color: #100d5e;
}

.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: 0;
	margin: 0 0 0 -150px;
	z-index: 100;
	padding: 20px 20px 5px;
	width: 500px;
	background: #fff;
	border: solid 3px #ddd;
}

.popup-area p {
	color: #111;
	font-size: 14px;
	font-size: 1.4rem;
}

.popup-area p {
	margin-bottom: 10px;
}

.popup-area dl.dl-date dd {
	padding: 4px 0 10px 9em;
	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;
	cursor: pointer;
}

.popup-close:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	border-color: transparent;
	background-color: #100d5e;
}

.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;
}

/* link-button__open / link-button__close
----------------------------------------------------------- */
.link-button__open,
.link-button__close {
	height: 35px;
	line-height: 34px;
	padding: 0 40px 0 55px;
	display: inline-block;
	color: var(--primary);
	font-size: 13px;
	text-align: center;
	border: solid 1px var(--primary);
	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: var(--primary);
	border: solid 1px var(--primary);
	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 var(--primary);
	border-bottom: 1px solid var(--primary);
	-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 var(--primary);
}

.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;
}

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

	highlight

=========================================================== */
.ir_highlight {
	display: flex;
	gap: 50px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.ir_highlight_item {
	width: calc(50% - 25px);
}

@media screen and (max-width: 768px) {
	.ir_highlight_item {
		width: 100%;
	}
}

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

	distribute

=========================================================== */
dl.distribute-actual,
dl.distribute-forecast {
	border: solid 1px #cccccc;
	margin: 0 0 15px;
	padding: 40px;
	text-align: center;
}

@media screen and (max-width: 766px) {

	dl.distribute-actual,
	dl.distribute-forecast {
		padding: 10px;
	}
}

dl.distribute-actual dt,
dl.distribute-forecast dt {
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	height: 20px;
}

@media screen and (max-width: 766px) {

	dl.distribute-actual dt,
	dl.distribute-forecast dt {
		float: none;
		height: auto;
		padding: 0;
		text-align: left;
		font-size: 13px;
		font-size: 1.3rem;
	}
}

dl.distribute-actual dt em,
dl.distribute-forecast dt em {
	color: #fff;
	padding: 6px 15px 5px;
	border-radius: 2px;
	position: relative;
	margin-right: 10px;
}

dl.distribute-actual dd,
dl.distribute-forecast dd {
	text-align: right;
	padding: 0 0 0 14em;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 10px;
	height: 10px;
}

@media screen and (max-width: 766px) {

	dl.distribute-actual dd,
	dl.distribute-forecast dd {
		padding: 0;
		line-height: inherit;
		height: auto;
	}
}

dl.distribute-actual dd em,
dl.distribute-forecast dd em {
	font-size: 30px;
	margin: 0 5px 0 10px;
	font-style: normal !important;
	font-weight: 600 !important;
}

dl.distribute-actual dt em {
	background: var(--secondary);
}

dl.distribute-forecast dt em {
	background: var(--cyan);
}

dl.distribute-actual dt span {
	background: var(--secondary);
	padding: 4px 10px 3px;
	color: #FFF;
	font-weight: bold;
}

dl.distribute-forecast dt span {
	background: var(--cyan);
	padding: 4px 10px 3px;
	color: #FFF;
	font-weight: bold;
}

dl.distribute-actual dd em {
	color: var(--primary);
}

dl.distribute-forecast dd em {
	color: var(--secondary);
}

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

	investor

=========================================================== */
.investor-units-list {
	border-top: dotted 1px #ccc;
}

.investor-units-list li {
	padding: 10px 0;
	border-bottom: dotted 1px #ccc;
}

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

	stockholder

=========================================================== */
.investor_file_size {
	font-size: 13px;
	font-weight: normal;
}