﻿@charset "utf-8";
html {
	display: table; 
	width:100%; 
	height: 100%
}

body {
	display: table; 
	width: 98%; 
	height: 97%; 
    font-family: sans-serif;
	/* border: 1px solid red; */
}

table {
	width: 100%; 
	height: 100%;
    border-style: solid;
    border-width: 0px; 
}

main {
	/*text-align: center;*/
}

h1 {
  font-size: small;
  color: white;
  background-color: rgb(164, 164, 164);
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(223, 223, 223);
  border-right-color: gray;
  border-bottom-color: gray;
  border-left-color: rgb(223, 223, 223);
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}

h2 {
  font-size: small;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
}

h3 {
  font-size: small;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  font-weight: normal;
  background-color: rgb(220, 220, 220);
  border-top-style: none;
  border-left-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: gray;
  border-bottom-color: gray;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

h4 {
  font-size: small;
  margin-top: 3px;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 25px;
  font-weight: normal;
}

h5 {
  font-size: small;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  font-weight: bold;
}

h6 {
  font-size: small;
  margin-top: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-weight: normal;
}

dt {
  font-size: small;
  font-weight: bold;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  background-color: rgb(250,200,200);
  border-top-style: none;
  border-left-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: gray;
  border-bottom-color: gray;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

dd {
  -webkit-margin-start: 10px;
}
.header-inner {
	padding: 0px 10px 0 10px;
	background: #f0f0f0;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	text-align: center; 
}

.message {
    color: #666666;
	padding: 0px 20px 0 20px;
}

.sig {
    color: #666666;
	text-align: right; 
	padding: 30px 20px 0 20px;
}

.footer-inner {
    padding: 5px 16px 5px 16px;
	background: #f0f0f0;
}

.td-header {
	height: 10px
}

.td-footer {
	height: 10px
}

.copyright {
    color: #666666;
    text-align: right; 
}

.parts {
    padding: 2px;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-left: 10px;
    border-radius: 5px;
    border: 1px solid black;
    overflow: hidden;
}

.parts-a {
    float: left;
}

/* ヘッダー部 */
.ico {
	border: none;
	width: 25px;
	height: 25px;
	background: url(img/mob.png) no-repeat;
	background-size: contain;
}

/* ナビゲーション */
.navbar {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #f0f0f0;
	background: #565656;
}

.navbar li a {
	display: block;
	padding: 10px 8px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.navbar li a:hover {
	background: #f0f0f0;
	color: #565656;
}

/* 画面幅が768pxより大きくなった時の設定 */
@media only screen and (min-width: 768px) {

	section .container {
		flex-flow: row;
	}

	/* ナビゲーション */
	.ico {
		display: none;
	}

	.navbar {
		display: flex !important;
		justify-content: flex-end;
	}
}

.content-link {
  text-decoration: underline;
  float: none;
  font-weight: bold;
  color: rgb(80, 80, 80);
}
