<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************************
NAV
**************************/
#nav{
	-webkit-box-shadow: 1px 3px 5px 0px rgba(120,120,120,0.5);
	-moz-box-shadow: 1px 3px 5px 0px rgba(120,120,120,0.5);
	box-shadow: 1px 3px 5px 0px rgba(120,120,120,0.5);
	z-index: 900;
	position: relative;
}
#nav .black-bar{
	background-color: #000;
	padding: 20px 0;
}
#nav .blue-bar{
	background-color: #00aeef;
	padding: 15px 0;
}
#nav #mast-img{
	margin-top: 8px;
}
#nav ul{
	padding: 0;
	display: inline;
}
#nav ul li{
	list-style-type: none;
	display: inline;
	margin-right: 50px;
}
#nav ul li.pull-right{
	margin-right: 0;
	position: absolute;
	right: 0;
}
#nav ul li a{
	color: #fff;
	font-size: 17px;
	cursor: pointer;
}
#nav ul li a:hover{
	text-decoration: none;
	color: #ccc;
}
#nav ul li a:visited, #nav ul li a:active{
	text-decoration: none;
}
#nav img{
	max-width: 50%;
}
#nav img#mast-img{
	padding-right: 10px;
	box-sizing: border-box;
}

.lang-JA i, .lang-JA p, .lang-JA label{
	font-size: 16px;
}
.lang-JA h1 i, .lang-JA h1{
	font-size: 32px !important;
}
.lang-JA h2 i, .lang-JA h2{
	font-size: 28px;
}
.lang-JA h3 i, .lang-JA h3{
	font-size: 22px;
}
.lang-JA h4 i, .lang-JA h4{
	font-size: 20px;
}
.lang-JA button i, .lang-JA button{
	font-size: 16px;
}
.lang-JA html{
	font-size: 100%;
}

/**************************
REGISTRATION FORM
**************************/
#captcha_img{
	margin-bottom: 10px;
}
.modal-header{
	border-bottom: none;
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
	#nav ul li{
		display: block;
		margin-right: 0;
		text-align: center;
	}
	#nav ul li.pull-right{
		float: none !important;
		position: static;
	}
}</pre></body></html>