@charset "UTF-8";
@media print {


.wrapper {
	width: 1080px;
	padding-top: 0 !important;
}
.content_width {
	padding: 0 2%;
}
.side_menu {
	position: absolute !important;
}
.sub_menu_wrap {
	position: static !important;
}
.sub_menu {
	width: 100% !important;
}
.stock .table {
	height: 120px !important;
	letter-spacing: -1px;
}
.stock .table .stock_data .current {
	display: block;
	margin: 3% 0;
	font-size: 3rem;
}
.stock .table .head {
	padding: 0;
	font-size: 1.4rem;
}
.stock .table .time {
	width: 20%;
	font-size: 1.6rem;
}
.stock .table .stock_data .inner {
	font-size: 1.4rem;
}
.stock .table .stock_data .day_before,
.stock .table .stock_data .day_before .num {
	font-size: 2rem;
}

}