
:root {
    --sky-50: #f0f9ff;
    --sky-100: #e0f2fe;
    --sky-200: #bae6fd;
    --sky-300: #7dd3fc;
    --sky-400: #38bdf8;
    --sky-500: #0ea5e9;
    --sky-600: #0284c7;
    --sky-700: #0369a1;
    --sky-800: #075985;
    --sky-900: #0c4a6e;
}

#titleText {
    color: #ffffff;
    font-size: 1.5em;
}

.header {
    padding: 0;
    border: 0px #FFFFFF solid;
    /*
    background-image: -webkit-linear-gradient(#000000, #000000 60%, #000000);
    background-image: -o-linear-gradient(#000000, #000000 60%, #000000);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#049a4c), to(#004c25));
    background-image: linear-gradient(#049a4c, #004c25);
    */
    background-image: linear-gradient(var(--sky-700), var(--sky-800));
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    clear: both;
    font-size: 36px;
    margin-left: 0.5em;
    color: #059FC9;
    width: 100%;
}

h2 {
    border-bottom: 2px solid #3366ff;
    border-left: 1em solid #3366ff;
    font-size: 120%;
    font-weight: bold;
    clear: both;
    margin: 1em 1em 1em;
    padding: 0 0 0 3px;
}

h3 {
    border-left: 7px solid #3366ff;
    clear: both;
    font-size: 110%;
    font-weight: bold;
    margin: 1.5em 1em 0;
    padding: 0 0 0 3px;
}

.mainbox {
    background-color: #ffffff;
    border: 7px solid #ffffff;
}

h1 span {
    margin-left: 10px;
    vertical-align: bottom;
}

.cbox {
    width: 640px;
    margin: 20px auto;
    background-color: #ffffdd;
    border: 3px solid #3366ff;
    padding: 1em;
}

.cbox_help {
    width: 800px;
    margin: 20px auto;
    background-color: #ffffdd;
    border: 3px solid #3366ff;
    padding: 1em;
}

span.dot {
    margin-left: -0.5em;
}

hr.hline {
    margin: 1em;
}

li {
    margin: 0 3em 0em;
}

.qbox {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
}

.agree {
    margin: 1em 2em 1em;
}

.footer {
    padding: 0 0 16px;
}

.copy {
    text-align: center;
}

.btn {
    text-decoration: none;
    padding: 2px 20px 2px 20px;
    margin: 1.5em 0 0.8em 1em;
    color: #ffffff;
    background-color: #3366ff;
    border: 3px #3366ff outset;
}

.btn:visited {
    color: #ffffff;
}

.btn:hover {
    background-color: #ff3333;
    border: 3px #ff3333 outset;
}

/* help.html */
#headline {
    margin-top: 2em;
}

#headline li {
    list-style-type: disc;
}

#headline ol li.num {
    list-style-type: none;
    counter-increment: cnt;
    margin-left: 1rem;
    text-indent: -1rem;
}
#headline ol li.num::before {
    display: inline;
    content: "("counter(cnt)")";
}

#headline span {
    padding-left: 2em;
}

.totop {
    clear: both;
    text-align: right;
}

@media print {
    .totop a {
        display: none;
    }
}

.contents ol li {
    list-style-type: decimal;
}

.contents .cap {
    margin: 2em 2em 2em 2em;
}

.contents .desc ul {
    padding: 10px 0;
}

.contents .cap h3 {
    margin-top: 1em;
    margin-left: -2em;
}

.contents .desc {
    clear: left;
    padding: 1em 2em 0 0;
}

.contents .close {
    padding-left: 2em;
    clear: left;
}

.contents img {
    display: block;
    border: 1px #999 solid;
    margin: 10px 10px 10px 10px;
    clear: both;
}

.pb_before {
    page-break-before: always;
}

.border-solid {
    border-style: solid;
}

.border-dashed {
    border-style: dashed;
}

.border-dotted {
    border-style: dotted;
}

.border-double {
    border-style: double;
}

.border-hidden {
    border-style: hidden;
}

.border-none {
    border-style: none;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-start {
    text-align: start;
}

.text-end {
    text-align: end;
}

.align-baseline {
    vertical-align: baseline;
}

.align-top {
    vertical-align: top;
}

.align-middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

.align-text-top {
    vertical-align: text-top;
}

.align-text-bottom {
    vertical-align: text-bottom;
}

.align-sub {
    vertical-align: sub;
}

.align-super {
    vertical-align: super;
}
