@charset"UTF-8";
html,body{padding:0;margin:0;background-color:#89ffff;}
h1{
	font-family:"ΰΎ©",YuMincho,"qMmΎ© ProN W3","Hiragino Mincho ProN","HGΎ©E","MS PΎ©",
	"MS Ύ©",serif;
	color: #000000;
	font-size: 40px;
	letter-spacing: 0.5rem;
	text-shadow: 0 0 5px rgba(31,50,53,0.8), 0 0 5px rgba(31,50,53,0.3);
	margin: 1;
}

a:hover{
	opacity: 0.6;
}

body{
	margin: 10px;
}


/* wrapperΕAρΉAwiFκwθ */
#wrapper {
	width: 940px;
	margin: 0px auto;
	background: #FFF;
}
.b{
	float:left;
	background-color:#fff;
	height:88px;
	padding-top: 0px;
}

.a {
	style=float:left;
	background-color: #fff;
	font-size: 15px;
	float:left;
	margin-left:20px;
	padding-top:15px;
	height:73px;
}
.c {
	background-color:#0044ff;
}
header a{
	color: #dcdcdc;
	font-weight: bold;
	text-shadow: 0 0 20px rgba(0,0,0,0.6);
}

header ul {
	display: flex;
	margin: 0px 40px;
	padding-top: 10px;
}

header li {
	font-size: 16px;
	padding: 10px 35px;
	border: 5px double #f5f5f5;
}
#top p{
	width:80%;
	margin: 0 auto;
	text-align: center;
	font-size: 0.95rem;
	line-height: 200%;
}
.contentwrapper {
	width: 70%;
	margin: 0 auto;
	text align: center;
}
h2{
	font-family:"ΰΎ©",YuMincho,"qMmΎ© ProN W3","Hiragino Mincho ProN","HGΎ©E","MS PΎ©",
	"MS Ύ©",serif;
	color: #dcdcdc;
	font-size: 20px;
	letter-spacing: 2rem;
	text-shadow: 0 0 5px rgba(31,50,53,0.8)
	margin: 0;
	width:50%;
	margin: 50px 0 20px;
	text-align: left;
	background-color: #0044FF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#aisatsu .flexcontent figure{
	padding: 10px;
	text-align: center;
}
#aisatsu .flexcontent p{
	width: 70%;
	margin: 0 auto;
	text-align: left;
	font-size: 0.95rem;
	line-height: 200%;
}
#gaiyou table{
  width: 100%;
  border-collapse: collapse;
}

#gaiyou table tr{
  border-bottom: solid 2px white;
}

#gaiyou table tr:last-child{
  border-bottom: none;
}

#gaiyou table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #005ab3;
  color: white;
  text-align: center;
  padding: 10px 0;
}

#gaiyou table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #005ab3;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#gaiyou table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #5987b2;
  padding: 10px 0;
}
#enkaku .e {
	width: 90%;
	margin: 0 auto;
}
#enkaku table{
  border-collapse:collapse;
  margin:0 auto;
}
#enkaku td,th{
  padding:10px;
}
#enkaku th{
  color:#fff;
  background:#005ab3;
}
#enkaku table tr:nth-child(odd){
  background:#e6f2ff;
}
#jirei .e {
	width: 90%;
	margin: 0 auto;
}
#jirei table{
  border-collapse:collapse;
  margin:0 auto;
}
#jirei td,th{
  padding:10px;
}
#jirei th{
  color:#fff;
  background:#005ab3;
}
#jirei table tr:nth-child(odd){
  background:#e6f2ff;
}
#saiyou .flexcontent p{
	width: 70%;
	margin: 0 auto;
	text-align: left;
	font-size: 0.95rem;
	line-height: 200%;
}
#access iframe {
	float: left;
	margin-right: 20px;
}
#access p {
	color: #000000;
	width:80%;
	margin: 0 auto;
	text-align: left;
	font-size: 0.95rem;
	line-height: 200%;
}
footer {
	background-color: #7fa1ff;
	text-align: center;
	margin-top: 100px;
	padding: 10px 0;
}

