<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
zh-CN
*/

@import "/css/chi/common.css";

/* =========================================================
redirect
========================================================= */
#container {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-width: 1000px;
	min-height: 100%;
}
#container h1 {
	color: #ff6600;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#container p {
	line-height: 126%;
}
#container .redirect {
	min-height: 600px;
}
#container .redirect .box {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(/img/common/layout/redirect.png);
	background-size: 600px auto;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding: 10px;
	margin: -280px 0 0 -310px;
	width: 600px;
	height: 510px;
}
</pre></body></html>