@charset "UTF-8";

/* body */
body  {
	color: #333;
	line-height: 150%;
	font-size: 14px;
	font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','‚l‚r ‚oƒSƒVƒbƒN',Osaka,arial,helvetica,clean,sans-serif;
	line-height: 1.8;
}
a{
	color: #00cccc;
	text-decoration: none;
}
a:hover{
	color: #1a4c80;
	text-decoration: none;
}
h1 {
	font-size: 5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	width: 860px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 50px;
	line-height: 100%;
	color: #1a4c80;
}
h2, h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 160%;
	line-height: 130%;
	text-align: center;
}

/* bg */
img.bg {
  min-height: 100%;
  min-width: 1200px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px){
  img.bg {
  left: 50%;
  margin-left: -600px; }
}
div#section0 {
  position: relative; 
}

/* menu */
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	width: 100%;
	padding: 0;
	margin:0;
 	background-color: #333;
	font-size: 18px;
}
#menu li {
	display:inline-block;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
#menu li a {
	padding: 4px 18px;
	display:block;
	text-decoration:none;
	color: #fff;
}
#menu a:hover {
	color: #ffff66;
}
#menu a:active {
	color: #ffff66;
	background:#fff;
}

/* section */
.section {
	width: 760px;
	padding: 40px 50px;
	margin: 0 auto;
	margin-bottom: 50px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77ffffff,EndColorStr=#77ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77ffffff,EndColorStr=#77ffffff)";
}
.section:not(:target){
    filter: none;
    -ms-filter: none;
}
dt,
.strong { 
	font-weight: bold;
} 
dl { 
	margin: 20px auto;
}
#section1,
#section2 { 
	text-align: center;
}
#section1 iframe#comment {
	margin-bottom: 40px;
}
.section1-L {
	width: 370px;
	float:left;
	margin: 0 10px 10px 0;
}
.section1-R {
	width: 370px;
	float:left;
	margin: 0 0 10px 10px;
}
#section3 img.jk {
	float: right;
	margin: 20px 0px;
	border: none;
}
#section3 ol li {
  list-style-type: decimal;
  margin-left: 2em;
  font-size: 13px;
}
#footer {
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
	font-weight: bold;
}
#footer a {
  color: #1a4c80;
}
#guest {
  margin: 0 auto;
  width: 55%;
  margin-top: 50px;
}
#guest dl {
  text-align: left;
  line-height: 120%;
  font-size: 13px;
}