@charset "utf-8";
/*共通デザイン*/
a {
color: #00f;
transition: 0.15s linear;
}
a:visited {
color: #900;
}
a:hover {
color: #c0c;
}
a:active {
color: #030;
}
article, footer, header {
text-align: center;
}
body {
background: #ffc url("../haikei.jpg");
color: black;
font-family: "Helvetica", "Arial", "新ゴ R", "メイリオ", "ＭＳ Ｐゴシック", "HG PゴシックB", "HG PゴシックB Sun", sans-serif;
opacity: 1 !important;
line-height: 1.15;
}
b, dd, strong, th, .ainbl {
font-family: "Helvetica", "Arial", "新ゴ M", "メイリオ", "ＭＳ Ｐゴシック", "HG PゴシックB", "HG PゴシックB Sun", sans-serif;
font-weight: bold;
text-shadow: 0px 0px 0px black;
}
canvas[width="500"] {
z-index: 1;
}
canvas[width="512"], canvas[width="640"] {
box-shadow: 3px 3px 15px #333;
margin-bottom: 10px;
}
dd {
margin-left: 60px;
}
div.textleft table, div.textleft64 table {
font-size: small;
text-align: center;
}
footer {
border-top: 1px inset #ccc;
}
h1 {
font-family: "リュウミン M-KL", "ＭＳ Ｐ明朝", "HG P明朝L", "HG P明朝L Sun", serif;
text-shadow: 3px 3px 5px #999;
}
h2, h3, h4, h5, h6 {
font-family: "リュウミン M-KL", "ＭＳ Ｐ明朝", "HG P明朝L", "HG P明朝L Sun", serif;
text-shadow: 3px 3px 5px #999;
}
img {
border: 0;
box-shadow: 2px 2px 5px #999;
}
input[type="checkbox"] {
clip: rect(0, 0, 0, 0);
position: absolute;
}
input:checked + label::after {
content: "▲";
}
input:checked ~ .accordion {
grid-template-rows: 1fr;
transition: grid-template-rows 0.25s ease-in-out;
}
input:checked ~ .cleardouga .accordinner, input:checked ~ .sousa .accordinner {
transition: visibility 0.01s linear 0.03s;
visibility: visible;
}
input:focus + label {
background-color: #ccc;
border: 2px solid #009;
}
label {
background-color: #eee;
border: 2px solid #00f;
border-radius: 5px;
box-shadow: 1px 1px 5px #99c;
cursor: pointer;
display: inline-block;
padding: 2px;
transition: 0.15s linear;
white-space: nowrap;
}
label[for^="sousa"], label[for^="zidou"] {
position: relative;
top: -2px;
}
label::after {
content: "▼";
}
label:hover {
background-color: #ccc;
border: 2px solid #006;
}
table {
box-shadow: 3px 3px 8px #363;
}
table + table {
margin-top: 1em;
}
td, th {
border: 1px solid #060;
border-radius: 4px;
}
ul {
list-style-image: url("../list.gif");
}
video {
box-shadow: 3px 3px 15px #300;
margin-bottom: 10px;
}
#breadcrumb li:not(:first-child)::before {
content: "\03e\020";
}
.accordion {
display: grid;
grid-template-rows: 0fr;
transition: grid-template-rows 0.25s ease-in-out;
}
.accordinner {
overflow: hidden;
}
.accordion ol {
margin-top: 0.5em;
}
.ainbl, .h2inbl, .h2inbl1, .h2inbl2 {
display: inline-block;
}
.brafter::after {
content: "\A";
white-space: pre;
}
.clear {
clear: both;
text-align: left;
}
.cleardouga .accordinner {
margin: -15px -8px -8px -15px;
padding: 15px 8px 8px 15px;
transition: visibility 0.01s linear 0.2s;
visibility: hidden;
}
.footerlink, #breadcrumb {
list-style: none;
padding-left: 0;
}
.footerlink li, #breadcrumb li {
display: inline;
}
.footerlink li:not(:first-child) {
margin-left: 0.5em;
}
.sousa table:last-child {
margin-bottom: 1em;
}
.sousa .accordinner {
margin: -8px -8px -15px -8px;
padding: 8px 12px 15px 8px;
transition: visibility 0.01s linear 0.2s;
visibility: hidden;
}
.textleft, .textleft64 {
text-align: left;
}
.title {
font-size: large;
}
.title img {
vertical-align: middle;
}
/*PCデザイン*/
@media screen and (min-width: 1200px) {
a img {
transition: 0.15s linear;
}
a img:hover {
filter: brightness(0.8);
}
h1 {
font-size: 42px;
}
noscript {
box-shadow: 3px 3px 15px #333;
display: block;
height: 320px;
margin-bottom: 15px;
width: 512px;
}
noscript p {
margin: 0;
padding-top: 9em;
}
table {
border: 3px solid #060;
border-radius: 7px;
border-spacing: 4px;
}
#canvas, #canvas64 {
float: left;
}
.ainbl {
margin: 0 0.3em 0.6em 0;
}
.h2inbl, .h2inbl1 {
margin: 0 0.3em 0.2em 0;
}
.h2inbl2 {
margin: 0.4em 0.3em 0.2em 0;
}
.pcnone {
display: none;
}
.sousa table:first-child {
margin-top: 0.6em;
}
.textleft {
padding-left: 535px;
}
.textleft64 {
padding-left: 663px;
}
}
/*PCデザイン(横幅1400px以上)*/
@media screen and (min-width: 1400px) {
article {
margin: auto;
width: 1366px;
}
}
/*スマートフォンデザイン*/
@media screen and (max-width: 1199px) {
body {
font-size: 0.9em;
}
canvas, img, video {
height: auto;
max-width: 100%;
}
h1 {
font-size: 30px;
}
input:checked ~ .smpaccordion {
grid-template-rows: 1fr;
transition: grid-template-rows 0.25s ease-in-out;
}
label {
margin-bottom: 3px;
}
table {
border: 2px solid #060;
border-radius: 4px;
}
.ainbl {
margin-right: 0.3em;
margin-top: 0;
}
.bt, .clear {
border-top: 1px inset #ccc;
}
.h2inbl {
margin: 0.6em 0.3em 0.6em 0;
}
.h2inbl1 {
margin: 0.6em 0.3em 0.3em 0;
}
.h2inbl1 ~ .sousa table:first-child {
margin-top: 0.5em;
}
.h2inbl2 {
margin: 0.3em 0.3em 0.3em 0;
}
.h2inbl2 ~ .sousa table:first-child {
margin-top: 0.5em;
}
.smpaccordion {
display: grid;
grid-template-rows: 0fr;
transition: grid-template-rows 0.25s ease-in-out;
}
.smpaccordinner {
overflow: hidden;
}
.smpaccordion ol {
margin-top: 0.5em;
}
.smph2inbl {
display: inline-block;
margin: 0.6em 0.3em 0.6em 0;
}
.smpph2 {
margin-bottom: 0;
}
.smpnone {
display: none;
}
}