@charset "utf-8";

body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","Meiryo", "sans-serif";
	background-color: #f2f2f2;
	font-style: normal;
	font-weight: 200;
}

.video {
	width: 1000px;
	object-fit: cover;
	padding: 0px;
	margin:  0px;
	vertical-align: middle;
}

.main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

header {
	width: 1000px;
	height: 50px;
	background-color: #CECECE;
	border-bottom: 1px solid #2C9AB7;
}

.logo {
	color: #FF0000;
	float: left;
	font-weight: bold;
	height:50px;
	margin-left: 1%;
}

nav {
	float: left;
}

header nav ul {
	list-style: none;
}

nav ul li {
	float: left;
	color: #2268DC;
	font-size: 16px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	transition: all 0.3s linear;
}

ul li a {
	color: #2268DC;
	text-decoration: none;
}

ul li:hover a {
	color: #12037C;
}

h3 {
	text-align: center;
	padding:15px;
	border-top:5px solid #2268DC;
	border-bottom:1px solid #2268DC;
}

.prvc {
	margin: 0 10px;
	float: none;
}

.copylight {
	border-top:1px solid #2C9AB7;
	text-align: center;
	color: #FFFFFF;
	background-color: #AAAAAA;
}

.contents {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

table {
	margin-bottom: 5px;
}

.contents th {
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px dashed #2268DC;
}

td  {
	border-bottom: 1px dashed #2268DC;
}

@media (max-width : 480px ){

.main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	margin: 5px;
}

.contents {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	float: none;
	}

table {
	float: none;
	width: 97%;
	}
	
.contents th {
	display: block;
	width:100%;
	white-space: normal;
	float: none;
	border-bottom: none;
	}
	
td{
	width: 100%;
	display: block;
	border-top:none;
	border-bottom:3px solid #AAAAAA;
	}
	
.tokutbl td:last-child {
		width: 100%;
	}

	
header {
	width: auto;
	height: auto;
	background-color: #ffffff;
	border-bottom: none;
	float: none;
}

section {
	float: none;
	}
	
.logo {
	color: #FF0000;
	float: none;
	font-weight: bold;
}
	
nav {
	float: none;
}
	
nav ul li {
	color: #2268DC;
	font-size: 20px;
	float: none;
	border-bottom:1px solid #000000;
	list-style: none;
	width: auto;
	text-align:left;
}
	
ul li a {
	color: #2268DC;
	text-decoration: none;
	float: none;
}

ul li:hover a {
	color: #12037C;
	float: none;
}


h3 {
	text-align: left;
	padding: 3px;
	border-top: none;
	border-bottom:1px solid #2268DC;
	border-left: 5px solid #2268DC;
	float: none;
}
	
.video {
	width: 100%;
	object-fit: cover;
	padding: 0px;
	margin:  0px;
	vertical-align: middle;
	float: none;
}
}

