@charset "UTF-8";


/* グローバルメニュー */
.global-nav {
	margin-left:auto;
	margin-right:auto;
	font-size: 30px;
	width: 80%;
	background-color: #bbddff;
}
	
.nav-list {
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}
	
.nav-item {
	display: inline-block;
	padding: 13px 15px;
}

body {
 text-align:center;
}

#container {
 width:1330px;
 margin-top: 0px;
 margin-left:auto;
 margin-right:auto;
}

#boxA {
 position: center;
 width:100%;
 font-size: 20px;
 line-height:10px;
}

#boxB {
 position: center;
 width: 100%;
 top: 0px;
 line-height:0px;
 font-color:#000000;
}


#boxC {
 width: 0px;
 float: right;
 text-align: center;
 font-size: 20px;
 color: blue;
}

#boxD {
 width:1330px;
 clear:left;
 text-align:center;
}

.fpbjc {
 position: absolute;
 border: solid 5px;
 border-color: black;
 width: 120px;
 height: 90px;
 top: 330px;
 left: 640px;
}

.fpbja {
 position: absolute;
 border: solid 5px;
 border-color: blue;
 width: 470px;
 height: 290px;
 top: 160px;
 left: 520px;
}
	
.jpn {
	font-family: 'メイリオ’,’MS Pゴシック’;
	font-size: 14px;
	color: blue;
	text-align: center;
}

.jpn_r {
	font-family: 'メイリオ’,’MS Pゴシック’;
	font-size: 20px;
	color: red;
	text-align: center;
	margin-left: 0px;
}

.jpn_L {
	font-family: 'メイリオ’,’MS Pゴシック’;
	font-size: 20px;
	color: blue;
	text-align: left;
}

.jpn_note {
	font-family: 'メイリオ’,’MS Pゴシック’;
	font-size: 20px;
	color: black;
	text-align: left;
	margin-left: 400px;
}

.chn {
	font-family: SimHei,SimSun;
	font-size:20px;
	color:green;
	text-align: center;
}

.chn_L {
	font-family: SimHei,SimSun;
	font-size:20px;
	color:green;
	text-align: left;
}

a:link {
	font-size:15pt;
	color: red;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color: black;
}

a:hover {
	color: blue;
}

.h1 {
	font-family: 'メイリオ’,’MS Pゴシック’;
	font-size: 20px;
	color: red;
	text-align: center;
	margin-left: 0px;
}

.h2 {
	font-family: 'メイリオ’,’MS Pゴシック’;
	font-size: 20px;
	color: red;
	text-align: center;
	margin-left: 0px;
}

.foot {
	font-family: 'メイリオ’,’MS Pゴシック’;
	font-size:20px;
	color: red;
	text-align:center;
	margin-left: 0px;
}

.h3 {
	font-family: 'メイリオ’,’MS Pゴシック’;
	font-size: 10px;
	color: red;
	text-align: center;
	margin-left: 0px;
}

.blink {
	-webkit-animation: blink 2s ease infinite;
	animation: blink 3s ease infinite;
}
	@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
	@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}