/*** __action/common **/
html,body{width:100%;height:100%;}
html,body{margin:0;padding:0;}
*{box-sizing:border-box;}
body{display:flex;flex-direction:column;justify-content:space-between;}
a:link,a:active{text-decoration:none;color:inherit;}
a:hover{font-weight:bold;}
a,.selectable,.clickable,.selectable *,.clickable *{cursor:pointer;}
._mode_sketch{overflow: hidden;border: dotted 1px red;position:relative;}
._mode_sketch_description{position:absolute;top:0;left:0;font-size:2rem;color:#ccc;font-weight:bold;}
.inner{height:100%;width:100%;}
.esp-block-bar{display:flex;justify-content:space-between;align-items:center;margin:0;}
.esp-block-right-align {text-align:right;}
.esp-block-thin{height:2rem;}
.esp-block-thin h1{font-size:1rem;}
.esp-block-right-align {text-align:right;}
.esp-block-full-wide {width:100%;}
.esp-block-modest h2,.esp-block-modest h3,.esp-block-modest h4,.esp-block-modest h5,.esp-block-modest h6 {margin-top:0;margin-bottom:0;}
.esp-block-center{display:flex;justify-content:center;align-items:center;flex-direction:column;}
.esp-block-center-horizontal{display:flex;align-items:center;flex-direction:column;}
.preparing-target{position:relative;}
.preparing-cover{background-color:black;opacity:0.4;position:absolute;left:0;top:0;right:0;bottom:0;font-size:8rem;text-align:center;color:white;}
.preparing-cover span{position:absolute;top:50%;left:50%;transform: translateY(-50%) translateX(-50%);}

/***end of __action/common ***/

/*** __action/block **/
.esp-block-fixed{}
.notify{}
#error_box{}
#info_box{position:fixed;top:0;left:0;width:100%;height:1.5rem;background-color:yellow;opacity:0.3;color:#333;z-index:10000;}
#confirm_box{}
/***end of __action/block ***/

/*** __action/block/loading **/
.overlay {
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  z-index:10000;
  background-color: white;
  background-image: url(/_esp/img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  display:flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
/***end of __action/block/loading ***/

/*** __action/block/lifestage **/
.esp-lifestage {
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  z-index:-1;
  background-image: url(/_esp/img/underconst.png);
  opacity: 0.02;
}
/***end of __action/block/lifestage ***/

/*** __action/block/esp/tools **/
#block_esp_tools {
    position: fixed;
    width:100%;
    height:fit-content;
    bottom:0;
    right:0;
    overflow:hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: black;
}
#block_esp_tools>div.toggler {
    position:absolute;
    top:0;
    right:0;
    width: 20px;
    height: 20px;
    background-color:white;
    cursor:pointer;
    display:block;
    text-align: center;
    line-height: 1.1rem;
}
#block_esp_tools>div.general {
    width:100%;
    padding: 5px;
    font-size: 7pt;
    color: white;
    text-align: right;
}
#block_esp_tools>div.general a {
    color: white;
}
#block_esp_tools_blocks_css_uploader {
    width: fit-content;
    height: fit-content;
    padding: 5px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#block_esp_tools_blocks_css_uploader>* {
    margin: 0 2px;
}
#block_esp_tools_blocks_css_uploader button {
    font-size: 7pt;
    border-radius: 5px;
    height: 14pt;
    width: 48pt;
}
#block_esp_tools_blocks_css_uploader input {
    width: 80px;
}
#block_esp_tools_blocks_css_uploader a {
    font-size: 7pt;
    color: white;
}
/***end of __action/block/esp/tools ***/

/*** @@system/page **/
html{color:;}
html,body{width:100%;height:100%;}
*{margin:0;padding:0;box-sizing:border-box;}
a:link,a:active{text-decoration:none;color:inherit;}
a:hover{font-weight:bold;}
a,.selectable,.clickable{cursor:pointer;}
._mode_sketch{overflow: hidden;border: dotted 1px red;position:relative;}
._mode_sketch_description{position:absolute;top:0;left:0;font-size:2rem;color:#ccc;font-weight:bold;}

/***end of @@system/page ***/

/*** header **/
#header {
    height: fit-content;
    width: 100%;
    white-space: nowrap;
    padding: 0px 0px 0px 8px;
    color: mediumblue;
    z-index: 10;
}
#header,
#header a {
    color: mediumblue;
}
#header .title {
    font-size: 1.2rem;
    display: inline-block;
    margin: 0;
    background-image:url(/img/graph01_circle.png);
    padding-left: 47px;
    padding-top: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 41px;
    margin-top: 5px;
}
#header span>a {
    margin: 0 10px;
    font-size: 0.9rem;
    color: mediumblue;
}
#header a:hover {
    color: blue;
}
@media screen and (max-width:680px) {
    #header span>a>label {
        display: none;
    }
    #header span.to_heroes>a::before {
        font-family:"Font Awesome 5 Free","Font Awesome 5 Brands";
        content: '\f6fa';
        font-weight: 900;
    }
    #header span.to_self>a::before {
        font-family:"Font Awesome 5 Free","Font Awesome 5 Brands";
        content: '\f0d0';
        font-weight: 900;
    }
    #header span.to_onemore>a::before {
        font-family:"Font Awesome 5 Free","Font Awesome 5 Brands";
        content: '\f4ce';
        font-weight: 900;
    }
}

/***end of header ***/

/*** main **/
#main {
    display: flex;
    flex-direction: row;
    width: 100vw;
    overflow: hidden;
}
#main>.title {
    display: none;
}
#content {
    width: 100vw;
    display: flex;
    flex-direction: column;
    padding: 2.8rem 10px 4.8rem 10px;
}
#content p {
    margin-block-start: 1.5rem;
    line-height: 2rem;
}
#content .remark {
    font-size: 0.9rem;
    color: chocolate;
    border-radius: 10px;
    background-color: greenyellow;
    padding: 12px;
    width: fit-content;
}
#content .remark a {
    font-weight: bold;
}
#content .remark a:hover {
    color: red;
}
#howto {
    position: fixed;
    left: 100vw;
    top: 0rem;
    padding: 2.8rem 10px 3.5rem 10px;
    width: 95vw;
    height: 100vh;
    background-color: bisque;
}
#howto>.title {
    position: relative;
}
#howto p {
    margin-block-start: 1.5em;
    line-height: 2rem;
}
#howto ol {
    margin-left: 2rem;
}
#howto li {
    margin-bottom: 2rem;
}
#howto .inner img {
    margin: 10px;
    max-width:90%;
    border: 9px inset white;
}
#howto .inner a {
    text-decoration: underline;
    color: magenda;
}
#howto>.title {
    cursor: pointer;
}
#howto>.title:after {
    content: ">";
    margin-left: 10px;
    font-size: 1.2rem;
}
#howto>.inner {
    overflow: scroll;
    margin-top: 20px;
    border-top: 1px solid;
    box-shadow: inset 0px 0px 7px 0px darkgoldenrod;
    padding: 10px;
    height: calc(100% - 60px);
}
#howto>.inner>div {
    display: none;
}
#howto>.inner>div>.title {
    display: none;
}

/***end of main ***/

/*** footer **/
#footer {
    font-size: 0.6rem;
    height: 3.5rem;
    width: 100%;
    bottom: 0;
    left:0;
    position: fixed;
    background-color: aqua;
    white-space: nowrap;
    padding: 4px 0 4px 8px;
    color: mediumblue;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}
#footer .title {
    display: none;
}
#footer label {
    color: mediumblue;
    font-size: 0.8rem;
}
#footer span {
    width: 30%;
    text-align: center;
}
#footer p {
    color: mediumblue;
}
@media screen and (max-width:400px) {
    #footer label {
        font-size: 0.6rem;
    }
}

/***end of footer ***/

