@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}
#x_div,
#y_div {
	position: absolute;
	top: 0;
	left: 0;
	background-color: blue;
	width: 100%;
	height: 2px;
}
#y_div {
	height: 100%;
	width: 2px;
}
#Mouse {
	position: absolute;
	display: none;
	color: blue;
}
#Mouse strong {
	color: #f00;
}

#nav_tools_div {
	margin: 0;
	padding: 0;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

.navs_box {
	width: auto;
	height: auto;
	margin: 0 auto;
	cursor: pointer;
	z-index: 9999999999;
}

.wza_top {
	position: fixed;
	text-align: center;
	margin: 0 auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	display: inline-block;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 9999999999;
}
.wza_fix {
	position: fixed;
	text-align: center;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	width: 1220px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	display: inline-block;
	z-index: 9999999999;
}
.menutext {
	font-size: 22px;
	line-height: 82px;
	font-weight: bold;
	color: #333;
}
.btn_nav_box {
	position: relative;
	width: 60px;
	height: 80px;
	border: #ffff00 solid 1px;
	background-color: #2d66a5;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	float: left;
	cursor: pointer;
	margin-left: 2px;
	padding: 2px;
	z-index: 999999;
}

.rate_pitch {
	text-align: center;
	font-size: 1em;
	color: #2d66a5;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #ffff00;
	height: auto;
}

.btn_nav_close {
	background-color: #ff3300;
	color: #ffffff;
	height: 80px;
}

.color_select {
	text-align: center;
	padding: 1px;
	height: 30px;
	width: 110px;
	line-height: 30px;
	border: #ffff00 solid 1px;
}

.pyop_btn {
	left: 20px;
	font-size: 1.6em;
	line-height: 30px;
	position: fixed;
	bottom: 140px;
	color: #ff3300;
	background-color: #eee;
	width: 72px;
	height: 30px;
	cursor: pointer;
	z-index: 9999999999;
	border-radius: 5px;
	border: #ffff00 solid 2px;
}

.pycl_btn {
	left: 20px;
	font-size: 1.6em;
	line-height: 30px;
	position: fixed;
	bottom: 140px;
	color: #ffffff;
	background-color: #ff3300;
	width: 72px;
	height: 30px;
	cursor: pointer;
	z-index: 9999999999;
	border-radius: 5px;
	border: #ffff00 solid 2px;
}

.fjop_btn {
	left: 20px;
	font-size: 1.6em;
	line-height: 30px;
	position: fixed;
	bottom: 100px;
	color: #ff3300;
	background-color: #eee;
	width: 72px;
	height: 30px;
	cursor: pointer;
	z-index: 9999999999;
	border-radius: 5px;
	border: #ffff00 solid 2px;
}

.fjcl_btn {
	left: 20px;
	font-size: 1.6em;
	line-height: 30px;
	position: fixed;
	bottom: 100px;
	color: #ffffff;
	background-color: #ff3300;
	width: 72px;
	height: 30px;
	cursor: pointer;
	z-index: 9999999999;
	border-radius: 5px;
	border: #ffff00 solid 2px;
}

.bottom_div {
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding-bottom: 10px;
	padding-left: 100px;
	padding-right: 16px;
	padding-top: 10px;
	background-color: #000000;
	border: solid #ffff00 2px;
	width: 94%;
	height: 240px;
	text-align: left;
	word-break: break-all;
	text-justify: inter-ideograph;
	z-index: 999999;
	overflow-y: scroll;
	overflow-x: hidden;
}

.ruby {
	color: #ffff00;
	font-size: 2em;
	text-align: center;
	letter-spacing: 5px;
	padding: 12px;
	line-height: 2em;
}

.py {
	color: #ff3300;
	font-size: 0.8em;
	line-height: 0.4em;
	padding: 12px;
	text-align: center;
	letter-spacing: 0.1em;
}

.set_top {
	z-index: 999999;
}
