@charset "UTF-8";
/* This stylesheet for Level 2 documents, that is, individual pages for each category */

/* Layout */

/* ########## 599px以下 ########## */

@media (max-width: 599px){
}

/* ########## 600px〜767px以下 ########## */

@media (min-width: 600px){
}

@media (min-width: 768px) {
}

@media (min-width: 1040px) {
.box1, .box2, .box3, .box4, .box5, .box6  {
	width: 1000px;
	margin-left: auto;
	margin-right: auto
}
}

/* Title */

.title h1 {
	margin: 15px 10px;
	padding: 3px 0px;
	color: #003333;
	border-bottom: 3px dotted #336666; 
	font-size: 36px}
.title h1 a {
	text-decoration: none;
}

/* Global menu */

.globalmenu ul {
	display: flex;
	margin: 20px 10px;
	padding: 0;
	width: 100%;
	list-style: none;
}
.globalmenu li {
	width: 100px;
	float:left;
	padding: 5px 15px;
	color: #003333;
	font-size: 18px;
	text-decoration: none;
	border-left: 3px double #003333;
	text-align: center;
}
.globalmenu li:last-of-type {
	border-right: 3px double #003333;
}
.globalmenu li a:hover {
	color: #003333;
	background-color: #CCCCCC;
}

/* Breadcrumb */

.breadcrumb p {
	margin: 5px;
	padding: 10px;
	font-size: 16px;
	border-top: 0.5px solid #336666;
	border-bottom: 0.5px solid #336666;
}

/* Menu */

.menu h2 {
	margin: 15px;
	padding: 10px;
	background-color: #CCCCCC;
	border-top: 2px solid #336666;
	border-right: 2px solid #336666;
	border-bottom: 2px solid #336666;
	border-left: 20px solid #336666;
	color: #003333;
	font-size: 1.2em;
}
.menu ol {
	margin: 15px 40px;
	padding: 0px 20px;
	line-height: 130%}
.menu li {
	margin: 3px 0px 0px 0px}

.menu p {
	margin:15px;
}

/* Contents */

.contents h2 {
	margin: 15px;
	padding: 10px;
	background-color: #336666;
	color: #FFFFFF;
	font-size: 26px;
}
.contents h3 {
	margin: 15px;
	padding: 5px;
	background-color: #FFFFFF;
	border-top: 2px solid #336666;
	border-right: 2px solid #336666;
	border-bottom: 2px solid #336666;
	border-left: 20px solid #336666;
	color: #003333;
	font-size: 1em;
}
.contents h3 a {
		text-decoration: none;
}
.contents h4 {
	margin: 15px;
	font-size: 1em;
	font-weight: normal;
	color: #336666;
	border-bottom: 1px dashed #336666;
}
.contents p {
	margin:25px;
}
.contents p.date {
	margin: 25px;
	text-align: right;
}
.contents ul {
	margin:15px 35px;
	padding: 0px 20px;
	line-height: 130%;
}
.contents li {
	margin: 3px 0px 0px 0px;
}
.contents ol {
	margin: 15px 35px;
	padding: 0px 20px;
}
.contents dl {
	margin:15px 35px;
	padding: 0px 20px;
	line-height: 130%;
}
.contents dt {
	margin: 15px 0px 6px 0px;
	border-bottom: 2px dotted #336666;
	font-weight: bold;
}
.contents dt a {
	text-decoration: none;
}
.contents dd {
	margin: 10px 15px;
	text-indent: 1em;
}
.contents blockquote {
	margin: 35px;
	padding: 15px;
	background-color: #CCCCCC;
	border: 2px dotted #336666;
}
.contents blockquote p {
	text-indent: 0;
}
.contents footer {
	text-align: right;
	text-decoration: none
}
.contents p.source {
	margin: 10	px 35px;
	text-indent: 0em;
	font-size: 0.9em;
	line-height: 130%;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
.contents table {
	margin: 30px 40px;
	border: 1px solid #336666;
	border-collapse: collapse;
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
	width: 100%
}
.contentsthead {
	font-weight: bold;
	text-align: center;
}
.contents tr {
	margin: 0px;
}
.contents td {
	margin: 0px;
	padding: 3px;
	border: 1px solid #336666;
	text-align: left;
	line-height: 120%;
}
.contents td.figure {
	text-align: right;
}
.contents th {
	margin: 0px;
	padding: 3px;
	border-top: 1px solid #336666;
	border-left: 1px solid #336666;
	border-right: 1px solid #336666;
	border-bottom: 2px solid #336666;
}
.contents caption {
	margin: 3px;
	text-align: center;
	font-weight: bold;
	color: #003333;
}
.contents figure {
	margin: 35px;
	text-align: center;
}
.contents figcaption {
	margin: 35px 3px 3px 3px;
	text-align: center;
	font-weight: bold;
	color: #003333;
}
.contents img {
	margin-left: auto;
	text-align: center;
}
.contents em {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
    color: #0066FF;
}
.contents span.booktitle {
	font-style: italic;
}

/* Copyright */

.copyright footer {
	margin: 20px 10px;
	background-color: #FFFFFF;
	border-top: 4px dotted #336666;
	padding: 10px;
	font-size: 14px;
	font-style: italic；
}