@charset "UTF-8";
* {
    font-family: "新丸ゴ R", -apple-system, 'Helvetica Neue', "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.ace_content *,
#output {
    font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
}

#logo {
    height: 50px;
    text-indent: -9999px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    /*cursor: pointer;*/
}

#editor,
#editor2,
#stdin,
#output {
    margin-bottom: 8px;
    /*基本のスタイル*/
    border-radius: 5px;
    /* このプロパティを変更します*/
    border: solid 4px #aaa;
    /*フォーカスした時に影をつける*/
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: black;
}

h2 {
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.1);
}

h1#midashi {
    font-size: 17px;
    text-align: center;
    box-shadow: 0 0 0 5px #dfefff;
    border: dashed 1px #86b2ee;
    padding: .2em .5em;
    color: #454545;
    background: linear-gradient(135deg, #dfefff, #a6d2ff);
    text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
    margin-bottom: 0.3em;
}

header {
    padding-top: 20px;
}

.container {
    background-color: white;
    box-shadow: 0px 0px 30px 0px rgba(0, 10, 40, 0.2);
}

body {
    background: linear-gradient(135deg, #f4faff, #a7d3ff);
}

footer {
    margin: 30px 0 30px;
    color: #444;
}

.ace_print-margin {
    display: none;
}

#pageTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#pageTop a {
    display: block;
    z-index: 1000;
    padding: 10px 0 0 0px;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    background-color: rgba(20, 100, 255, 0.7);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#pageBottom {
    display: none;
    position: fixed;
    top: 35px;
    right: 20px;
}

#pageBottom a {
    display: block;
    z-index: 1000;
    padding: 12px 0 0 0px;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    background-color: rgba(20, 100, 255, 0.7);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
}

#pageBottom a:hover {
    text-decoration: none;
    opacity: 0.7;
}

header {
    background-image: url(../../images/pcimage2.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: auto;
    background-position-y: center;
}

footer .footer_menu {
    max-width: 500px;
    font-size: 11px;
    margin: 0 auto;
    padding: 0;
}

footer .footer_container {
    text-align: center;
}

footer .footer_message {
    margin: 15px auto 8px;
    max-width: 500px;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    color: #333;
}

.footer_menu ul {
    padding: 0;
    margin: 0;
}

.footer_menu li {
    padding: 5px 0;
    margin: 0;
    display: inline-block;
    width: 230px;
    box-sizing: border-box;
    text-align: center;
}

#error {
    font-size: 14px;
    color: red;
    line-height: 1;
    display: none;
    text-align: center;
}

.sample_link {
    font-size: 12px;
    margin-top: 12px;
    clear: both;
    display: inline-block;
}

nav {
    font-size: 13px;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.0em;
    height: 1.0em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 64, 128, .5);
    border-width: 1.5px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .8) inset;
}

.navbar-brand {
    font-size: 13px;
    font-weight: bold;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1), 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-link {
    color: #2164BD;
    font-weight: bold;
    text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #77A3E4;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #3F6DD0;
    text-decoration: underline;
    font-weight: bold;
}

.navbar-light .navbar-nav .active>.nav-link::before {
    content: "▶";
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .25rem 1rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 90%;
        -ms-flex-align: center;
        align-items: center;
    }
}

.navbar-light .navbar-brand {
    color: rgb(37, 115, 165);
}

@media (max-width: 576px) {
    #lang {
        font-size: 14px;
    }
}
