.container {
	position: relative;
	top: 75px;
}

/*property
----------------------------------------------------*/

.main-color { 
	background: #163172 !important;
}

.first-color {
	background: #eff8fe !important;
}

.second-color {
	background: #afc3e1 !important;
}

.third-color {
	background: #bcbfdb !important;
}

.sub-color {
	background: #fccb00 !important;
}

.border-bottom {
	border-bottom-style: solid !important;
	border-bottom-color: #f1a709 !important;
}

.primary-text-color { 
	color: #212121 !important;
}

.secondary-text-color { 
	color: #757575 !important;
}

.first-text-color {
	color: #eff8fe !important;
}

.sub-text-color {
	color: #fccb00 !important;
}

.divider-color { 
	color: #BDBDBD !important;
}

.icon-color { 
	color: #f6f6f6 !important;
}

.icon-main-color { 
	color: #163172 !important;
}

.align-center{
	text-align: center;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}

.width-100 {
	width: 100%;
}

.width-100 {
	width: 100%;
}

.width-90 {
	width: 90%;
}

.width-80 {
	width: 80%;
}

#aspect {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

#aspect td {
	text-align:center; 
	padding:0.5em;
}

#aspect td.left-bottom {
	border-bottom: 1px #bcbfdb solid;
	border-left: 1px #bcbfdb solid;
}

#aspect td.left {
	border-left: 1px #bcbfdb solid;
}

#aspect td.bottom {
	border-bottom: 1px #bcbfdb solid;
}

#aspect-mp {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

#aspect-mp td {
	text-align:center; 
	border: 1px #bcbfdb solid;
	padding:0.5em;
}

.btn-outline-third-color{
	color:#163172;
	border-color:#163172;
}
.btn-outline-third-color:hover{
	color:#000;
	background-color:#bcbfdb;
	border-color:#bcbfdb
}

/* tab control */
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
}
.tab-label {
	order:-1;
}
.tab-content-chart {
	width: 100%;
	display: none;
}
.tab-switch:checked+.tab-label {
	background: #bcbfdb;
}
.tab-switch:checked+.tab-label+.tab-content-chart {
	display: block;
}
.tab-switch {
	display: none;
}

.icon {
	font-size: 2.5em;
}
.icon-small {
	font-size: 1.5em;
}

.icon-s-small {
	font-size: 1em;
}