@charset "utf-8";
/*共通デザイン*/
a {
color: #00f;
transition: 0.15s linear;
}
a:visited {
color: #900;
}
a:hover {
color: #c0c;
}
a:active {
color: #030;
}
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, strong, th, #here {
font-family: "Helvetica", "Arial", "新ゴ M", "メイリオ", "ＭＳ Ｐゴシック", "HG PゴシックB", "HG PゴシックB Sun", sans-serif;
font-weight: bold;
text-shadow: 0px 0px 0px black;
}
dd {
margin-left: 0px;
}
dl, ul {
margin: 1em 0;
}
h1 {
font-family: "リュウミン M-KL", "ＭＳ Ｐ明朝", "HG P明朝L", "HG P明朝L Sun", serif;
text-align: center;
text-shadow: 3px 3px 5px #999;
}
h2, h3, h4, h5, h6 {
font-family: "リュウミン M-KL", "ＭＳ Ｐ明朝", "HG P明朝L", "HG P明朝L Sun", serif;
padding: 0 0 2px 3px;
text-shadow: 3px 3px 5px #999;
}
h2 {
border-bottom: 2px dotted blue;
border-left: 4px ridge blue;
}
h3 {
border-bottom: 2px dotted blue;
border-left: 3px ridge blue;
}
h4 {
border-bottom: 1px dotted blue;
border-left: 2px ridge blue;
}
h5, h6 {
border-bottom: 1px dotted blue;
border-left: 1px ridge blue;
}
img, video {
border: 0;
box-shadow: 2px 2px 5px #999;
}
table {
box-shadow: 3px 3px 8px #363;
}
table + table {
margin-top: 1em;
}
td, th {
border: 1px solid #060;
border-radius: 4px;
}
td img, th img {
vertical-align: middle;
}
textarea {
border: 1px solid #000;
background-color: #cfc;
box-shadow: 2px 2px 7px #666;
color: #000;
font-family: monospace !important;
height: 30em;
width: 37em;
}
ul li {
list-style-image: url("list.gif");
}
#breadcrumb li:not(:first-child)::before {
content: "\03e\020";
}
#footer {
border-top: 3px double red;
text-align: center;
}
#navigation {
padding-right: 0.2em;
}
#title {
border-bottom: 3px double red;
}
.block {
display: block;
}
.brafter::after {
content: "\A";
white-space: pre;
}
.footerlink {
margin-bottom: 0;
}
.footerlink, #breadcrumb {
list-style: none;
padding-left: 0;
}
.footerlink li, #breadcrumb li {
display: inline;
}
.footerlink li:not(:first-child) {
margin-left: 0.5em;
}
.kanketu {
color: red;
}
.nlcc tr td:not(:last-child) {
text-align: center;
}
.show {
cursor: pointer;
text-decoration: underline;
}
/*PCデザイン*/
@media screen and (min-width: 1200px) {
a img {
transition: 0.15s linear;
}
a img:hover {
filter: brightness(0.8);
}
body {
margin: 0;
}
h1 {
font-size: 40px;
margin: 0;
padding-bottom: 2px;
}
table {
border: 3px solid #060;
border-radius: 7px;
border-spacing: 4px;
}
#main {
border-left: 2px dashed red;
margin-left: 12em;
padding: 1em;
}
#main > p:first-child, #main > ul:first-child, #main > dl:first-child, #main > dl:first-child dd:first-child > ul {
margin-top: 0;
}
#main > p:last-child, #main > ul:last-child, #main > dl:last-child, #main > dl:last-child dd:last-child > ul {
margin-bottom: 0;
}
#navigation {
position: absolute;
top: 51px;
width: 11.8em;
}
.clear {
clear: both;
}
.imgleft {
float: left;
margin: 0 10px 10px 0;
}
.pcnone {
display: none;
}
}
/*スマートフォンデザイン*/
@media screen and (max-width: 1199px) {
body {
font-size: 0.9em;
}
h1 {
font-size: 30px;
margin: 0;
padding: 7px 0;
word-wrap: break-word;
}
img, video {
height: auto;
max-width: 100%;
}
table {
border: 2px solid #060;
border-radius: 4px;
}
table img {
max-width: inherit;
}
textarea {
margin: 2em 0 1em 0;
}
#footer {
padding: 0 8px;
}
#main {
margin: 0 8px;
}
#main > table:first-child {
margin-top: 1em;
}
#main > table:last-child {
margin-bottom: 1em;
}
#navigation {
border-right: 3px double red;
box-shadow: 0px 0px 15px #000;
font-size: 1.1em;
}
#navigation li {
margin-bottom: 0.3em;
}
#navigation ul {
margin-left: -0.2em;
}
#title {
padding-left: 50px;
}
.navicon-line {
background-color: #fff;
border-radius: 2px;
height: 4px;
margin-bottom: 2px;
width: 20px;
}
.overflow {
overflow: auto;
margin: 0 -8px;
padding: 0 8px;
}
.overflow table {
display: inline-block;
margin: 2em 0.5em 0.5em 0;
}
.overflow::before {
background-color: transparent;
border: solid 2px red;
border-radius: 5px;
color: black;
content: "左右にスクロールできます";
font-size: small;
padding: 3px;
position: absolute;
}
.sb-toggle-left {
background-color: #060;
border-radius: 3px;
box-shadow: 0px 0px 10px #666;
left: 7px;
padding: 8px;
position: fixed;
top: 7px;
z-index: 2;
}
.sb-toggle-left:active {
background-color: #090;
}
.smpnone {
display: none;
}
/* Slidebars 0.10.3 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.me/)
   released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
#sb-site, .sb-site-container, .sb-slidebar, body, html {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body, html {
width: 100%;
overflow-x: hidden;
}
html {
height: 100%;
}
body {
min-height: 100%;
height: auto;
position: relative;
}
html.sb-scroll-lock.sb-active:not(.sb-static) {
overflow: hidden;
}
#sb-site, .sb-site-container {
width: 100%;
min-height: 100vh;
position: relative;
z-index: 1;
}
.sb-slidebar {
height: 100%;
overflow-y: auto;
position: fixed;
top: 0;
z-index: 0;
display: none;
background: #ffc url(haikei.jpg);
}
.sb-left {
left: 0;
}
.sb-right {
right: 0;
}
.sb-slidebar.sb-static, html.sb-static .sb-slidebar {
position: absolute;
}
.sb-slidebar.sb-active {
display: block;
}
.sb-style-overlay {
z-index: 999;
}
.sb-slidebar, .sb-width-thin, .sb-width-wide {
width: 12em;
}
#sb-site, .sb-site-container, .sb-slide, .sb-slidebar {
transition: transform 300ms ease;
}
.sb-hide {
display: none;
}
}