
header {
  display: flex;
  /*justify-content: space-between;*/
  position: fixed;
  top: 0px;
  left:0px;
  padding: 0px 0px;
  height:40px;
  width:100%;
  /* background-color:rgba(3,169,244,0.1);*/
  background-color:rgba(0,0,0,0.02);
  z-index: 5;
}

ul.flex {
  display: flex;
  align-items: center;
}

ul.flex li {
  margin-left: 5px;
  margin-right: 5px;
}

#container {
    display:none;
}
#loading {
    position:absolute;
    left:50%;
    top:20%;
    margin-left:-30px;
}

* {
    box-sizing:border-box;
    max-width:100%;
    font-size:14px;
}

body {
    width:100%;
    max-width:100%;
    margin:auto;
    background-color:#ffffff;
    font-size:14px;
}

h1 {
    text-align:left;
    color:#000080;
    background-color:#eef3f9;
    width:100%;
    margin-bottom:.5em;
    padding:.25em;
    font-size:200%;
    border-top:5px solid;
    border-bottom:5px solid;
}

h2 {
    text-align:left;
    color:#000080;
    background-color:#fef3f9;
    width:100%;
    margin-top:1em;
    margin-bottom:.5em;
    padding:.25em;
    font-size:150%;
    border-top:3px solid;
    border-bottom:3px solid;
}

img {
    max-width:100%;
}

.container {
    padding:5em 0.5em 1em 0.5em;
}

.block {
    /*margin:1em 0 2em 0;*/
    margin:0em 0 0em 0;
}

.entry {
    font-weight:bold;
    font-family:sans-serif;
    display:block;
    margin-top:.5em;
	font-size:15px;
}

.menu {
    font-weight:bold;
    font-family:sans-serif;
    display:block;
    margin-top:.5em;
	font-size:20px;
}

select,
input[type="text"],
textarea
{
    width:100%;
}

textarea {
    height:15rem;
    resize:none;
}

button,
input[type="button"]
{
    margin-bottom:.2em;
    padding:.5em;
    text-align:center;
}

button {
    height:3em;
}

input[type="button"] {
    height:2.5em;
}

.button-w100 {
    width:50%; float:left;
}

.button-wide{
    width:100%;
}

.button-small{
    width:50%; float:left;
}

.button-function{
    width:25%;
    float:left;
}

.buttonpdf{
	position: fixed;
	right: 110px;
	width: 100px;
	top: 3px;
	height: 30px;
}

.buttonzip{
	position: fixed;
	right: 10px;
	width: 100px;
	top: 3px;
	height: 30px;
}

/* タブレット端末・PCの場合 */
@media screen and ( min-device-width:768px ){
    .button-wide{
        width:50%; float:left;
    }
    .button-small{
        width:25%; float:left;
    }
}

.data
{
	height:300px;
    border-radius: 5px;
}

.btn-square-little-rich {
  /*position: relative;*/
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
/*  background: #0055FF;*//*色*/
  background: #00aaFF; /*色*/
  border: solid 1px #FFFFFF;/*線色*/
  border-radius: 4px;
  /* box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); */
  /* text-shadow: 0 1px 0 rgba(0,0,0,0.2); */
}

.btn-square-little-rich:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}

.convenience {
    display:none;
}

.extension {
    display:none;
}

.replacement {
    display:none;
}

.illustration {
    display:none;
}

.detail {
    display:none;
}

.information {
    display:none;
}

.help {
    display:none;
}

.aplinfo {
    display:none;
}

.sentence {
    display:inline;
}

.notation {
    margin:0px 0px 5px 0px;
    display:none;
}

.sampletext {
    display:none;
}

div.toggleArea {
	height:30px;
	margin:0 0 0 0;
}

div.checkboxlabel {
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 0;
	padding-left:20px;
	width:80%;
}

div.outputImgArea {
	height:100px;
	margin:0 0 0 0;
}

div.outputImg {
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 0;
	padding-left:20px;
	width:20%;
	z-index: -10;
}

div.outputSelect {
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 0;
	padding-left:20px;
	width:75%;
}

/* 項目の表示・非表示 */
.showNumItem {
    display:none;
    width:100%;
    background-color:blue;
}

.menu-btn {
    position: fixed;
    top: 3px;
    left: 10px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 9;
/*  background-color: #0055FF; */
    background-color: #00aaFF;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 1.5px;
    width: 20px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -50%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 8;
/*  background-color: #0055FF;*/
    background-color: #00aaFF;
    transition: all 0.5s;/*アニメーション設定*/
}

.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

.sidemenu { /* サイドメニューの背景 */
  position: fixed;
  top: 0;
  left: 0;
  display:none;
  background: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  z-index: 6;
}

#menu-btn-check:checked ~ .sidemenu {
    display:inline;/*メニュー背景を有効*/
}

table.man{
     border:1px solid;
     background-color:#eef3f9;
     border-color:#cccccc;
     border-collapse: collapse;
}
th.man{
     text-align:left;
     white-space: nowrap;
     color:gray;
     border:1px solid;
     background-color:#ffffff;
     border-color:#cccccc;
}
td.man{
     border:1px solid;
     color:gray;
     background-color:#ffffff;
     border-color:#cccccc;
}

.sampledata
{
	height:600px;
    border-radius: 5px;
}
