﻿@charset "utf-8";

#page {
    width: 100%;
    padding-right: 0px;
    margin-left: 0px;
}

@media screen and (min-width:961px) {
    html {
        font-size: 18px;
    }

    #main {
        margin: 0px, 0px, 0, 0;
        float: left;
        width: 55%;
    }

    #main section {
        margin: 0px, 0px, 0, 0;
    }

    .section {
        overflow: hidden;
        float: left;
        width: 28%;
        padding-left: 0px;
    }

    #side_left {
        overflow: hidden;
        float: left;
        width: 16%;
        padding-right: 20px;
    }

    #side_right {
        overflow: hidden;
        float: left;
        width: 24%;
        padding-left: 10px;
    }

    nav.genre ul {
        font-size: 1.0rem;
        background-color: #000099;
        overflow: hidden;
        display: inline-block;
        justify-content: space-around;
        margin: 0;
        padding: 0;
        line-height: 1.0rem;
        width: 100%;
    }

    nav.genre li {
        display: inline-block;
        float: left;
        text-align: center;
        border-right: 0px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        width: 8.33%;
    }

    nav.genre a {
        color: #EEEEFF;
        display: block;
        padding: 0.5rem 0.9rem;
        font-weight: bold;
        border-right: 1px solid #e0e0e0;
        text-decoration: none;
    }

    nav.genre a:hover {
       color: #CCCCFF;
       background-color: #000080;
    }

    #adsense_skycraper{
        overflow: hidden;
        float: left;
        width: 24%;
    }
}

@media screen and (max-width:960px) {
    html {
        font-size: 14px;
    }

    #main {
        padding: 0px, 0px, 0, 0;
        float: left;
        width: 100%;
    }

    #main section {
        margin: 0px, 0px, 0, 0;
    }

    .status {
        overflow: hidden;
        float: left;
        width: 100%;
        padding-left: 0px;
    }

    #side_left {
        display: none !important;
    }

    #side_right section {
        margin: 10px 0;
        padding: 5px 10px 0px 10px;
        float: left;
        width: 320px;
    }

    nav.genre ul {
        font-size: 1.0rem;
        background-color: #000099;
        overflow: hidden;
        display: inline-block;
        justify-content: space-around;
        margin: 0;
        padding: 0;
        line-height: 1.0rem;
        width: 100%;
    }

    nav.genre li {
        display: inline-block;
        float: left;
        text-align: center;
        border-right: 0px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        width: 16.66%;
    }

    nav.genre a {
        color: #EEEEFF;
        display: block;
        padding: 0.5rem 0.9rem;
        font-weight: bold;
        border-right: 1px solid #e0e0e0;
        text-decoration: none;
    }

    nav.genre a:hover {
       color: #CCCCFF;
       background-color: #000080;
    }

    #adsense_skycraper{
        float: left;
        width: 320px;
    }
}

body {
    font-family: "sans-serif";
    margin: 0;
    padding: 15px;
    color: #000000;
    background: #ffffff;
}

h1 {
    font-size: 1.25rem;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","sans-serif";
    border-bottom: solid .13em #010D8E;
    margin: 1em 0em 1em 0em;
    padding: .0em .0em .0em .0em;
}

h2 {
    position: relative;
    font-size: 1.2rem;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","sans-serif";
    color: #000000;
    border-bottom: solid .14em #010D8E;
    line-height: 1.35em;
    margin: 1.5em .0em .85em .0em;
    padding: .0em .0em .0em 1.1em;
}

    h2:after {
        position: absolute;
        top: 0.33em;
        left: 0em;
        width: .0em;
        height: .0em;
        border: solid .38em #010D8E;
        content: "";
    }

h3 {
    font-size: 1.1rem;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","sans-serif";
    border-bottom: solid .15em #010D8E;
    margin: 2em 0em 0.8em 0em;
    padding: .0em .0em .0em .0em;
}

h4 {
    font-size: 1.1rem;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","sans-serif";
    margin: 1.3em 0em 1em 0em;
    padding: .1em .0em .3em .0em;
}

h6 {
    font-size: 1.1rem;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "sans-serif";
    margin: 1.7em 0em 0em 0em;
    border-left: solid 10px #C50018;
    padding: .1em .8em .1em .8em;
    line-height: 1.1em;
}


p {
    font-size: 1.05rem;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","sans-serif";
    color: #222222;
    line-height: 175%;
}

    p.main_class {
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 2.0;
        text-align: left;
        margin-left: auto;
    }

    p.sub_class {
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 2.0;
        margin: 1em 0em 0.1em 1em;
        text-align: left;
    }

    p.sidebar {
        font-size: 0.9rem;
        color: #222222;
        line-height: 1.6;
    }

    p.unit {
        font-size: 1.1rem;
        line-height: 2.0;
        margin: 0.1em 0em 0.1em 2em;
        text-align: left;
    }

    p.reference {
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 2.0;
        width: 100%;
        text-align: right;
        margin-left: auto;
        margin-bottom: 22px;
    }

    p.referenceL {
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 2.0;
        width: 100%;
        text-align: left;
        margin-left: auto;
        margin-bottom: 22px;
    }

    p.bold {
      font-weight: bold;
    }

p.math {
all: initial;
}

#side_right ul.genre {
    margin: 0 0 6 0;
    padding: 0;
    line-height: 1.0;
}

#side_right li.genre {
    font-weight: bold;
    background-color: #DDDDDD;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","sans-serif";
    padding-left: 0.8em;
    line-height: 36px;
    display: block;
    border-right: 1px solid #e0e0e0;
    box-shadow: 2px 2px 5px #333333;
    text-decoration: none;
}

#side_right a {
    text-decoration: none;
}

div#header-bk {
    background-color: #444;
    padding: 10px 0 0;
    height: 140px;
    width: 100%;
}

div#header {
    border: 5px solid #fff;
    height: 120px;
    width: 100%;
    margin: auto;
}

div.scroll {
    width: 100%;
    height: 600px;
    overflow-y: scroll;
}

div.amazonASP {
    vertical-align: top;
    background-color: #EEE;
    border: 1px solid #AAA;
    margin: 0.0em 0.0em 2.0em 0.0em;
    padding: 0.4em 0.4em 0.4em 0.4em;
}

div.code {
    background-color: #DDD;
    border: 1px solid #AAA;
    margin: 0.0em 0.0em 2.0em 0.0em;
    padding: 0.0em 0.0em 0.0em 0.8em;
}

.clear {
    clear: both;
}

table {
    width: 100%;
    border: 0.1em #888888 solid;
    border-collapse: collapse;
    margin: .0em .2em 1.5em .2em;
}

header.type01 {
    border-bottom: solid .12em #010D8E;
}

figure {
    margin: 0.0em 0.0em 0.0em 0.0em;
}

figcaption {
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 2.0;
        width: 100%;
        text-align: right;
        margin-left: auto;
        margin-bottom: 22px;
}

img {
    max-width: 100%;
}

span {
    font-size: 0.95rem;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","sans-serif";
    display: inline-block;
}

    span.status_long50 {
        width: 50px;
    }

    span.status_long30 {
        width: 30px;
    }

    span.status_long100 {
        width: 100px;
        margin: 0 3 0 3;
        padding: 0 3 0 3;
    }

    span.status_long120 {
        width: 120px;

        text-align: left;
    }

    span.status_long150 {
        width: 170px;
        margin: 0 3 0 3;
        padding: 0 3 0 3;
    }

    span.status_long_small {
        width: 70px;
        margin: 0 3 0 3;
        padding: 0 3 0 3;
    }

    span.status_long200 {
        width: 180px;
        margin: 0 3 0 3;
        padding: 0 3 0 3;
    }

    span.status_long500 {
        width: 500px;
        margin: 0 3 0 3;
        padding: 0 3 0 3;
    }

    span.status_32 {
        font-size: 2.0rem;
        width: 110px;
        margin: 0 3 0 3;
        padding: 0 3 0 3;
    }

    span.status_32_200 {
        font-size: 2.0rem;
        width: 200px;
        margin: 0 3 0 3;
        padding: 0 3 0 3;
    }

    span.status_long {
        //display:inline-block;
        width: 70px;
        margin: 0 3 0 3;
        padding: 0 3 0 3;
    }

    span.status_short {
        //display:inline-block;
        width: 53px;
        margin: 0 3 0 3;
        padding: 0 3 0 3;
    }

    span.status_500 {
        width: 48%;
        margin: 0 3 0 3;
        padding: 0 3 0 3;
    }

    span.status_33 {
        width: 33%;
        margin: 0 3 0 3;
        padding: 0 3 0 3;
    }

    span.status_24 {
        width: 24%;
        margin: 0 3 0 3;
        padding: 0 3 0 3;
    }

    span.adsense {
        font-size: 0.6rem;
        width: 30%;
        margin-top: 15px;
        margin-bottom: 10px;
    }

#status.nenshu {
    font-size: 0.9rem;
    //display:inline-block;
    width: 20px;
}

input {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "sans-serif";
    font-size: 0.9rem;
}

    input#nenshu {
        width: 70px;
    }

    input#age {
        width: 70px;
    }

select {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "sans-serif";
    width: 210px;
}

    select#employment {
    font-size: 0.9rem;
        width: 236px;
    }

    select#age {
    font-size: 0.9rem;
        width: 236px;
    }

canvas {
    float: left;
    border-right: 1px solid #e0e0e0;
    border: none;
}

nav.top ul {
    background-color: #999999;
}

nav.pref ul {
    background-color: #F5F5F5;
    overflow: hidden;
    margin: 0 0 1 0;
    padding: 0;
    line-height: 1.4;
}

nav.pref li {
    font-size: 1.0rem;
    height: 26px;
    display: block;
    float: left;
    width: 33.3%;
    text-align: left;
}

nav.pref a {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "sans-serif";
    color: black;
    text-decoration: none;
}

    nav.pref a:hover {
        color: #CCCCFF;
        background-color: #000080;
    }

nav.menu1 ul {
    background-color: #F5F5F5;
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

nav.menu1 li.parent {
    font-size: 1.0rem;
    display: block;
    float: none;
    width: 100%;
    height:  1.5rem;
    text-align: left;
    margin: 5 5 5 5;
    padding: 5 5 5 5;
    border-bottom: 1px solid #CCC;
    color: #EEEEFF;
    background-color: #000080;
}

nav.menu1 li.child {
    font-size: 1.0rem;
    display: block;
    float: none;
    height:  1.5rem;
    text-align: left;
    margin: 5 5 5 5;
    padding: 5 5 5 5;
    border-bottom: 1px solid #CCC;
    color: #000080;
}

nav.menu1 a {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "sans-serif";
    border-width: 1px;
    text-decoration: none;
}

    nav.menu1 a#parent {
        color: #EEEEFF;
    }

    nav.menu1 a.child {
        color: #0000DE;
    }

    nav.menu1 a:hover.child {
        color: #EF0109;
        text-decoration: underline;
    }

nav.menu2 ul {
    overflow: hidden;
    margin: 0 0 0 0;
    padding: 0 0 0 20;
    line-height: 1.45;
}

nav.menu2 li {
    font-size: 1.0rem;
    list-style-type: disc;
}

nav.menu2 a {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "sans-serif";
    color: #0000DE;
    text-decoration: none;
}

    nav.menu2 a:hover {
        color: #EF0109;
        text-decoration: underline;
    }

nav.age ul {
    background-color: #F5F5F5;
    overflow: hidden;
    margin: auto;
    line-height: 1.4;
    width: 80%;
}

nav.age li {
    font-size: 1.2rem;
    display: block;
    margin-left: -12;
    float: left;
    width: 50%;
    text-align: center;
}

nav.age a {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "sans-serif";
    color: black;
    text-decoration: none;
}

    nav.age a:hover {
        color: #CCCCFF;
        background-color: #000080;
    }

.breadcrumbs {
    margin-left: -25px;
}

    .breadcrumbs ol li {
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "sans-serif";
        display: inline;
        list-style-type: none;
    }

        .breadcrumbs ol li:after {
            content: " ／ ";
        }

li.page-contents {
    font-size: 1.05rem;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "sans-serif";
    list-style-type: disc;
    line-height: 140%;
}

ul {
    font-size: 1.05rem;
    color: #222222;
    line-height: 140%;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "sans-serif";
}

ol {
  padding-left: 25px;
  padding-right: 10px;
}

section, aside {
    display: block;
}

code {
    font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
    font-size: 1.05rem;
    line-height: 1.4em;
    color: #BB3333;
}

pre.code {
    background-color: #DDD;
    border: 1px solid #AAA;
    /* 上 | 右 | 下 | 左 */
    margin: 0.0em 0.0em 2.0em 0.0em;
    padding: 0.4em 0.0em 0.4em 0.8em;
    font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
    font-size: 1.05rem;
    line-height: 1.4em;
    color: #BB3333;
    overflow-x: scroll;
}

text {
  font-family: sans-serif;
  shape-rendering: auto;
  stroke: black;
  stroke-width: 0.1px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
