﻿@charset "utf-8";

body {
  background-image: url(bg.png);
  font-size: 16px;
  font-family: 'arial','Hiragino Sans','Meiryo',sans-serif;
  color: #333333;
}
header{
	width: 800px;
	margin: 0 auto 20px;
}

h1{
	text-align: center;
	padding: 20px 0px 10px;
}

.caution1 {
	font-family: 'IBM Plex Sans JP', sans-serif;
	text-align: center;

	font-size: 20px;
	color: black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 2px;
	width: 160px;
}
	.caution1 img {
		padding-top: 4px;
		padding-bottom: 4px;
	}

.caution2 {
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}

header nav ul{
	display: flex;
	justify-content: center;
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
	background-color: rgba(255,255,255,0.42);
	padding: 12px 0px 10px;
}
header nav ul li{
	margin: 0 16px;
}
header nav ul li a{
	font-size: 18px;
	font-weight: normal;
	color: navy;
}
header nav ul li a:hover{
	text-decoration: underline solid;
}

.menu {
	table-layout: fixed;
	width: 800px;
	height: 533px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	vertical-align: middle;
	border-collapse: separate;
	border-spacing: 1px;
	border: solid 1px #778ca3;
	background-image: url(menu_bgM.png);
}

.top{
	height: 120px;
}

.contents {
	font-family: 'Racing Sans One', cursive;
	font-size: 46px;
	letter-spacing: 0.08em;
	padding-top: 60px;
	padding-left: 90px;
	color: yellow;
	text-shadow: 1px 2px 3px #808080;
}

.dai {
	height: 35px;
}

.syou {
	height: 30px;
}

.bar1 {
	font-family: 'IBM Plex Sans JP', sans-serif;
	text-align: left;
	height: 35px;
	width: 430px;
	font-size: 24px;
	letter-spacing: 0.10em;
	padding-left: 25px;
	padding-top: 5px;
	background-color: rgba(102,156,255,0.75);
	border-radius: 0px 3px 0px 0px;
	text-shadow: 1px 2px 3px #808080;
	font-weight: 500;
}

	.bar1 a:hover {
		text-decoration: underline solid;
	}

.bar2 {
	font-family: 'IBM Plex Sans JP', sans-serif;
	text-align: left;
	width: 430px;
	font-size: 14px;
	padding-left: 40px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: rgba(255,247,89,0.6);
	border-radius: 0px 0px 3px 0px;
	font-weight: 400;
}

h2 {
	text-align: center;
	background-color: rgba(92,102,245,0.8);
	display: block;
	width: 600px;
	margin: 0 auto 0px;
	padding: 6px 0;
	border-radius: 6px 6px 0px 0px;
	color: yellow;
	font-size: 20px;
	font-weight: normal;
}

aside ul{
	text-align: center;
	width: 600px;
	margin: 0 auto;
	border-radius: 0px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
	padding: 24px 28px;
	margin-bottom: 30px;
	height: 200px;
	overflow: hidden scroll;

}

aside ul li{
	margin: 0 0 16px 20px;
	font-size: 14px;
	border-bottom: 1px solid rgba(0,0,0,0.16);
}

h3 {
	text-align: center;
	background-color: rgba(92,102,245,0.8);
	display: block;
	width: 600px;
	margin: 0 auto 0px;
	padding: 6px 0;
	border-radius: 6px 6px 0px 0px;
	color: yellow;
	font-size: 20px;
	font-weight: normal;
}

.link {
	table-layout: fixed;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	vertical-align: middle;
	border-collapse: collapse;
	border-spacing: 1px;
	border: solid 0px #778ca3;
	background-color: white;
	font-size: 12px;
}

.link td {
	border: solid 0px #778ca3;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0px 0px 0px;
}

.mypage td {
	padding-top: 20px;
	padding-bottom: 15px;
}

.mypage_bn {
	border: solid 3px rgba(221,221,221,1.0);
	padding: 2px 2px 2px 2px;
	margin-bottom: 5px;
}

.goannai {
	font-size: 16px;
}

.caution3{
	background-color: yellow;
	font-weight: bold;
}

.caution3 td {
	padding-top: 15px;
	padding-bottom: 12px;
}

.onegai {
	font-size: 18px;
	margin-bottom: 10px;

}

footer {
	background-color: rgba(92,102,245,0.5);
	color: yellow;
	text-align: center;
	padding: 12px 10px 15px;
	font-size: 18px;
}