﻿@charset "UTF-8";
*{
  margin: 0px;
  box-sizing: border-box;
  font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
html { font-size: 62.5%;}

body { display :none;}

#sidebar {
  padding: 20px 5px 10px 15px;
  position: fixed !important;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  height: 100%;
  margin-right: -220px;
  overflow: auto;
  background-color: rgb(255,253,253);

  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}

#sidebar::-webkit-scrollbar{
  display:none;                /* Chrome, Safari 対応 */
}

#splitter {
  position: fixed !important;
  position: absolute;
  top: 0px;
  width: 6px;
  height: 100%;
  margin-left: 220px;
  margin-right: -6px;
  background-color: #eee;
  border: solid 1px #bbb;
  border-width: 1px;
  border-right-color: #999;
}

#splitter:hover {
  cursor:e-resize;
  background-color: white;
}

#header {
  position: fixed !important;
  position: absolute;
  display: none;
  top:0;
  margin:0;
  padding:8px;
  height: 30px;
  width: 100%;
  margin-left: 226px;
  background-color: rgb(255,253,253);
}

#main {
  position: fixed;
  display: none;
  padding: 8px 70px 0px 40px;
  height:100%;
  margin-left: 226px;
  overflow: auto;
  color: rgb(50,50,50);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#title {
  position: relative;
  user-select: none;
  width:18.4rem;
  color: #26499d;
  font-size: 1.8rem;
  font-weight: bold;
}

.kubun {
  position:relative;
  padding: 2px 5px 0px 15px;
  user-select: none;
  border: 1px solid #dcd6d9;
  width:18.3rem;
  margin-bottom:0rem;
  color: white;
  font-size: 1.6rem;
  background: #5c9ee7;
}
.kubun:hover {
  cursor:pointer;
}

ul {
  padding: 0px 6px 0px 6px ;
  list-style-type: none!important;
}

.s-title {
  padding: 0px 2px 2px 1px;
  font-size: 1.45rem;
  width:18.4rem;
  list-style: none;
}

.s-title li {
  position:relative;
  padding: 4px 5px 0px 5px;
  margin-bottom:0px;
/*  border: 1px solid #dcd6d9;*/
  border-bottom: solid 1px #dcd6d9;
  border-left: solid 3px #5c9ee7;
  border-right: solid 1px #dcd6d9;
  background: rgb(255,253,253);
}

.s-title li a {
  display: block;
  text-decoration: none;
  color: rgb(10,10,10);
}

.s-title li:hover{
  background: rgb(255,248,248);
  border-left: solid 3px #ffa500;
  color: #fff;
}

.link {
  text-decoration: none;
  font-size: 2.0rem;
  font-weight: bold;
  color: rgb(150,90,90);
}

.link:hover {
  color: rgb(255,70,70);
}

.ctr {
  position: fixed !important;
  position: absolute;
  right: 20px;
  width: 40px;
  height: 4.0rem;
  opacity: 0.0;
  color: white;
  font-size: 1.8rem;
  border: none;
  border-radius: 0.2rem;
  background-color: #5c9ee7;
}

.ctr:hover {
  background-color: #5c9ee7;
  color: #fff;
  opacity: 1.0;
}

#side-on,#side-off { top: 8.2rem; }
#head-on,#head-off { top: 12.4rem; }
#sn-long { top: 16.6rem; }
#sn-short { top: 20.8rem; }
#font-big { top: 25.0rem; }
#font-small { top: 29.2rem; }
#top {bottom: 6.2rem;}
#bottom {bottom: 2.0rem;}

.h-ctr {
  padding: 2px 0px 0px 0px ;
  position: fixed !important;
  position: absolute;
  top: 0px;
  width: 40px;
  height: 3.0rem;
  border: none;
  border-left: solid 1px #cacaca;
  border-bottom: solid 1px #cacaca;
  font-weight: bold; 
  outline: none;
  background-color: rgb(255,253,253);
  font-size: 1.4rem;
/*  text-align:center;*/
}

.h-ctr:hover {
  background-color: #d3d3d3;
  border-radius: 0.2rem;
}

#h-head-off {right: 0.0rem;}
#h-side-on,#h-side-off {right: 4.0rem;}
#h-bottom {right: 8.0rem;}
#h-top {right: 12.0rem;}
#h-sn-long {right: 16.0rem;}
#h-sn-short {right: 20.0rem;}

#h-font-big {right: 24.0rem; border-left: solid 1px rgb(235,235,235);}
#h-fontsize {right: 28.0rem; width: 80px; border-left: solid 1px rgb(235,235,235); color: #4c6cb3;}
#h-font-small {right: 36.0rem;}

#h-color_p {right: 40.0rem; border-left: solid 1px rgb(235,235,235);}
#h-color {right: 44.0rem; width: 80px; border-left: solid 1px rgb(235,235,235); color: #4c6cb3;}
#h-color_m {right: 52.0rem;}
#h-reset {right: 56.0rem;}

#smh-header{
  position:fixed;
  display: none;
  top:0;
  margin:0;
  padding:8px;
  width:100%;
  border-bottom: solid 1px #cacaca;
  background-color:rgb(255,253,253);
  z-index:999;
  height:50px;
}
.smh-ctr {
  position:fixed;
  top: 5px;
  width: 50px;
  height: 40px;
  border: none;
  border-left: solid 1px #cacaca;
  border-right: solid 1px #cacaca;
  color: rgb(50,50,50);
  font-weight: bold; 
  outline: none;
  font-size: 1.4rem;
  text-align:center;
  background-color: rgb(255,253,253);
}

#smh-menu-on,#smh-menu-off {
  right: 1.0rem;
  width : 80px
}
#smh-mokuji-on,#smh-mokuji-off {
  right: 10.0rem;
  width : 80px
}

#smh-nav {
  padding: 1px 1px 1px 1px;
  position:fixed;
  display: none;
  border: solid 3px #cacaca;
  top: 5.0rem;
  height: 80%;
  width:90%;
  overflow: auto;
  background-color: rgb(250,250,250);
}
.s-title2 {
  font-size: 1.6rem;
  width:100%;
  height: 100%;
  list-style: none;
}

.s-title2 li {
  position:relative;
  padding: 4px 5px 0px 5px;
  margin-bottom:0px;
  height: 50px;
  border: 0px solid #dcd6d9;
  border-left: solid 3px #5c9ee7;
  border-bottom: solid 1px #cacaca;
  background-color: rgb(250,250,250);

  display: -webkit-box; /* safari, Chrome */
  display: -moz-box;    /* Firefox */
  display: -o-box;      /* Opera */
  display: -ms-box;     /* IE */
  display: box;         /* ベンダープレフィックスなし */

  -webkit-box-align: center; /* safari, Chrome */
  -moz-box-align: center;    /* Firefox */
  -o-box-align: center;      /* Opera */
  -ms-box-align: center;     /* IE */
  box-align: center;         /* ベンダープレフィックスなし */
}

.s-title2 li a {
  display: block;
  text-decoration: none;
  vertical-align: middle;
  color: rgb(30,30,30);
}
.s-title2 li:hover{
  background: rgb(255,248,248);
  border-left: solid 3px #ffa500;
  color: #fff;
}
/*---------------------------------------------------------*/

.mokuji-ctr {
  position: fixed;
  top: 4.0rem;
  right: 20px;
  width: 50px;
  height: 4.0rem;
  color: rgb(240,240,240);
  font-size: 1.5rem;
  border: 1px solid;
  border-radius: 0.2rem;
  border-color: rgb(240,240,240);
  background-color: transparent;
}

#mokuji-off {
  display: none;
}

#mokuji-off,.mokuji-ctr:hover {
  border: none;
  color: white;
  background-color: #5c9ee7;
}

#mokuji {
  display: none;
  position:fixed;
  top: 80px;
  right: 70px;
}
.mokuji-top-bottom {
  display: block;
  width:100%;
  font-size: 1.7rem;
  border: none;
  text-align:left;
  cursor:pointer;
  background-color: rgb(255,255,255);
}

.naiyou {
  display: block;
  width:100%;
  color: rgb(50,50,50);
  text-align:left;
  font-size: 1.7rem;
}
.naiyou a{
  display: block;
  width:100%;
  text-decoration:none; /* 装飾(下線)を消す */
  color: rgb(50,50,50);
  font-size: 1.7rem;
  text-align:left;
}
.mokuji-top-bottom:hover,.naiyou a:hover{
  background: rgb(255,248,248);
}