﻿* {
	padding: 0px;
	margin: 0px;
}
html {
	font-size: 16px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: calc(.65rem + 1vmin);
	line-height: 1.3rem;
	background-color: #E1F0FF;
}
input, select, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.dClr {
	clear: both;
}
#dVP {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1680px;
	background-color: #FFFFFF;
	box-shadow: 6px 6px 12px -4px #000000;
}
#dT {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#dT img {
	aspect-ratio: 1680/340;
	width: 100%;
	max-width: 1680px;
	height: auto; /*	box-shadow: 1px 4px 6px 0px #666666; */;
	border-bottom-style: inset;
	border-bottom-width: 3px;
	border-bottom-color: #808080;
}
#dT p {
	position: absolute;
	top: 10%;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 3.75vw;
	line-height: 2.25vw;
	text-shadow: 6px 6px 12px #000000;
}
#dTs {
	font-size: 2.25vw;
}
nav {
	width: 100%;
	margin-top: -4px;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
nav li {
	border-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
	display: inline-block;
	text-align: center;
	float: left;
	width: 22.6%;
	font-size: 1.1rem;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-color: #808080;
	border-right-color: #808080;
	border-left-color: #808080;
	box-shadow: 5px 5px 5px 0px #666666;
	padding-bottom: .35em;
	padding-top: .35em;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: .5em;
}
nav li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
nav li a:hover {
	color: #0066FF;
}
#dBdy {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#dB {
	width: 100%;
	font-size: .8rem;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	padding-top: 2em;
	padding-bottom: 1em;
	clear: both;
}
#dL, #dR {
	width: 50%;
	float: left;
}
#dL {
	font-size: 1.2rem;
}
h1 {
	color: #0066FF;
	font-size: 1.4rem;
	margin-bottom: .25rem;
	margin-top: .75rem;
}
h2 {
	color: #0066FF;
	font-size: 1.3rem;
	margin-bottom: .25rem;
	margin-top: 1rem;
}
h3 {
	color: #0066FF;
	font-size: 1.2rem;
	margin-bottom: .25rem;
	margin-top: 1rem;
}
blockquote {
	margin-right: 4%;
	margin-left: 4%;
}
#pAddr {
	margin-left: 85px;
	line-height: 1.3em;
}
p {
	margin-bottom: .5em;
}
.pC {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: bold;
	font-size: 1.1rem;
	font-style: italic;
}
#dBdy ul {
	padding-left: 2.5%;
	margin-top: .5rem;
	margin-bottom: .25rem;
	margin-left: 2.5%;
}
.ul2C {
	column-count: 2;
}
#dBdy li {
	line-height: 1.5rem;
}
#pPh {
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}
#pPh a {
	text-decoration: none;
	color: #000000;
}
.pG {
	color: #008000;
}
#pHrs {
	text-align: center;
}
#tblC {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1rem;
}
#tdPh {
	width: 35%;
}
#tdTC {
	width: 65%;
	white-space: nowrap;
}
#tdAR {
	text-align: right;
}
#tdTF {
	color: #008000;
	text-align: center;
}
.txtBox, .txtBoxQ {
	width: 100%;
	margin-bottom: .75rem;
}
.txtBox {
	height: 1.8em;
}
.txtBoxQ {
	height: 5em;
}
.btns {
	padding: .25em 6px .25em 6px;
}
.txtBoxH {
	visibility: hidden;
}
.lblErr {
	color: #FF0000;
}
#imgMT {
	float: right;
	width: 186px;
	height: 262px;	
}
.imgHP {
	float: left;
	margin-right: 2%;
	width: 33%;
	max-width: 200px;
	height: auto;
	max-height: 260px;
	aspect-ratio: 200/260;
	box-shadow: 5px 5px 5px 0px #666666;
}
@media screen and (max-width : 1024px){
nav li {
	width: 22%;
	font-size: .9rem;
}
p {
	line-height: 1.1rem;
}
.imgHP {
	margin-right: 4%;
	margin-bottom: .25rem;
}
}
@media screen and (max-width : 580px){
#dT p {
	font-size: 4.75vw;
	line-height: 3.25vw;
}
#dTs {
	font-size: 3.25vw;
}
nav li {
	width: 46%;
}
.ul2C {
	column-count: 1;
}
#dL, #dR {
	width: 100%;
	float: none;
}
#imgMT {
	visibility: hidden;
	width: 0px;
	height: 0px;
}
}
