﻿@import url('layout.css');
body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	background-color: #eee;
}
#container {
	border: none;
	background-color: rgba(255,255,255,1);
	border-radius: 0.2em;
	box-shadow: 0vmin 0.1em 0.2em 0.08em rgba(0,0,0,0.25);
}
#masthead {
	text-align: center;
	background-color: #2196F3;
	background-image: url('../images/bannerw.png');
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}
#navigation {
	width: 100%;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background-color: #FAFAFA;
}
html > body #navigation {
	overflow: hidden;
}
#content {
	text-align: justify;
}
#footer {
	text-align: center;
}
/* マストヘッド */
#masthead h2 {
	color: #000000;
	opacity: 0.7;
	margin-top: 0em;
	margin-bottom: 0;
	line-height: 1em;
	font-size: 1.57em;
}
#masthead h1 {
	color: #000000;
	margin-top:0;
	margin-bottom: 0;
	line-height: 1em;
	font-size: 2.5em;
}
#masthead h3 {
	color: #FFFFFF;
	opacity: 0.7;
	margin-top: 1.3em;
	font-size: 1.2em;
}
/* ナビゲーション */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navigation li {
	/zoom: 1;
	display: inline-block;
}
#navigation a {
	text-decoration: none;
	font-size: large;
	color: #757575;
	display: block;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FAFAFA;
	border-bottom-width: medium;
}
#navigation a:hover {
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #CDDC39;
	border-bottom-width: medium;
}
/* サイトの文字体裁 */
hr {
	border: none;
	border-bottom: 1px #E0E0E0 solid;
	margin: auto;
	height: 1px;
}
h1 {
	text-align: center;
	font-size: xx-large;
	color: #2196F3;
	margin: 0;
}
h2 {
	font-size: x-large;
	color: #2196F3;
}
h3 {
	font-size: large;
	color: #2196F3;
}
h4 {
	font-size: medium;
	color: #2196F3;
}
blockquote, p, ol, ul {
	font-size: medium;
	color: #212121;
}
h5 {
	font-size: x-small;
	color: #2196F3;
}
h6 {
	font-size: xx-small;
	color: #2196F3;
}
.timeline dt {
	color: #757575;
	margin: 0.2em 0;
}

.timeline dd {
	padding-bottom:0.6em;
	margin-left: 1.5em;
	padding-left: 1.5em;
	border-left:medium #E0E0E0 solid;
}
/* フッター */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* リンク */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.black{
	color: #000000;
}
/* 特定ページ要素 */
.line_table {
	border:0px;
	border-collapse:collapse;
}

.line_table td, th {
	padding: 0.5em 1em 0.5em 1em;
	border-bottom: 1px #E0E0E0 solid;
}
.line_table th {
	white-space: nowrap;
	font-size: large;
	font-weight:bold;
}

.image_card_body .caption {
	margin: 0;
	font-size: large;
	font-weight:bold;
	border-bottom:1px #E0E0E0 solid;
}

figure figcaption{
	font-size: small;
	margin: inherit;
}

.subtitle {
	color: #000;
	font-weight: normal;
}
