@media print{
	@page {size: landscape}
}

#info-title{
	font-size: 1.1em;
	font-weight: bold;
	color: #000 !important;
}
h2.title{
	color: #000 !important;
}
.info-tr{
	font-size: 1.1em;
}
#info{
	width: 100%;
	background-color: #FFFCF9;
    margin-left: auto;
    margin-right: auto;
}
#info .title{
	text-align: center;
	font-weight: bold;
}
#info .title-en{
	text-align: center;
	line-height: 2em!important;
	font-weight: bold;
}
#info .content{
	text-align: right;
    padding-left: 10px;
    padding-right: 10%;
}
#info .content-center{
	text-align: center;
}
#info .caret-up{
	border-bottom: 0.7em solid;
	border-right: 0.5em solid transparent;
	border-left: 0.5em solid transparent;
    color: red;
	
    position: relative;
    float: left;
    top: 1em;
    left: 30%;
    vertical-align: middle;
}
#info .caret-down{
	border-top: 0.7em solid;
	border-right: 0.5em solid transparent;
	border-left: 0.5em solid transparent;
    color: green;
	
    position: relative;
    float: left;
    top: 1em;
    left: 30%;
    vertical-align: middle;
}
#info td{
	line-height: 3em!important;
}
#info-text{
    padding-left: 20px;
    padding-right: 20px;
}

.chart-condition{
    display: inline-grid;
    border-style: dashed;
    border-width: 2px;
    border-color: #738DA6;
    padding: 3px;
    margin: 5px;
}
.chart-condition label{
    color: #738DA6;
}
.goods-condition {
    white-space: normal;
    word-break: keep-all !important;
}

.chart {
  background: #FFFCF9;
}
.chart-menu{
	width: 50px;
    height: 30px;
	position: absolute;
	right: 0px;
	margin: 5px 10px;
	z-index: 999;
}
.chart-menu p{
	font-size: 22px;
	text-align: right;
	float: right;
}
.chart-menu-option{
	overflow: hidden;
	display: none;
	position: absolute;
	top: 30px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 3px;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    -webkit-transition: all 0.40s ease-in-out;
    text-align: center;
    line-height: 2em;
}


.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 2px;
}
text, line, path {
  color: #8E8A87;
}

text {
  color: #8E8A87;
  font-size: 13px;
}
.axis-title {
  color: #90A1B1;
  font-weight: bold;
  font-size: 1em;
}


.legend-color{
	float: right;
	margin: 5px;
	width: 20px;
	height: 20px;
}
.legend-text{
    white-space: normal;
    word-break: keep-all !important;
}
.legend-percent{
	text-align: right;
	width: 70px;
	padding-right: 10px;
	/*font-size: 14px;*/
}
.legend-percent-en{
	text-align: right;
	width: 60px;
	padding-right: 10px;
	/*font-size: 14px;*/
}
#c3_2_legned{
	position: absolute;
	font-size: 13px;
}
#c3_2_legned td{
	min-width: 19px;
    line-height: 16px;
    padding-top: 5px;
    vertical-align: top;
}
.legend-color-imex{
	float: right;
	margin: 0px 5px;
	width: 20px;
	height: 20px;
}
.legend-text-imex{
    white-space: normal;
    word-break: keep-all !important;
    max-width: 200px;
	padding-right: 10px;
}
.legend-percent-imex{
	text-align: right;
	width: 58px;
	padding-right: 10px;
}

.chart-title{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px 10px;
	line-height: 2em;
}
.chart-subtitle{
	font-size: 0.8em;
	margin: 10px;
	line-height: 1.5em;
}
#c1Title{
	position: absolute;
	display: none;
}

.note{
	padding: 20px 0px;
    text-align: left;
    line-height: 1.5em;
}
.note li {
	margin-left: 2.5em;
	text-indent: -2.5em;
}
.note-en{
	padding: 20px 0px;
    text-align: left;
    line-height: 1.5em;
    white-space: normal;
    word-break: keep-all !important;
}
.note-en li {
	margin-left: 3.5em;
	text-indent: -3.5em;
}

.t2GoodsCondition .radio-inline {
    vertical-align: top !important;
}