@charset "utf-8";
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
}
a{
    color: #480;
}
a:hover{
    color: #67b5b7;
    text-decoration: none;
}
/* header , nav */
header{
    background-color: #ffffff;
}
.uk-logo > img,
.uk-logo > svg{
    width: 80px;
}
ul.uk-navbar-nav>li>a,
.uk-nav-default>li>a,
.uk-navbar-dropdown-nav>li>a,
.uk-nav-default .uk-nav-sub a{
    color: #696969;
}
ul.uk-navbar-nav>li>a:hover{
    background-color: #e0e0e0;
}
.uk-navbar-dropdown{
    width: 290px;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
    height: 45px;
}

/* container */
.main_wrapper {
    max-width: 100%;
}

/* herobox */
#atwiki-jp-bg1 {
    background: transparent url("//img.atwiki.jp/image/035col3/atwiki_logo.svg") no-repeat;
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}
.wiki_title{
    border-bottom: 4px solid #67b5b7;
    padding: 8px 0;
}
.header_title{
    padding-left: 15px;
}
.header_title h1{
    font-size: 18px;
    text-align: left;
    padding-left: 5px;
}
.header_title h1 a{
    color: #6c0;
}
.header_title h2 a{
    font-size: 14px;
    color: rgb(102, 102, 102);
}
.header_title span,
.off_contents > .box > ul > li > a,
.off_contents > .box > ul > li > a:focus{
    color: #ffffff;
}
.header_title img{
    height: 25px;
    overflow: hidden;
}
.header_title hr{
    border-color: rgba(255,255,255,.6);
}
.header_title span{
    padding: 5px 0 15px 0;
    color: #404040;
}
.atwiki_header nav.atwiki_menu{
    background-color: #ffffff;
    border-top: 4px solid #67b5b7;
}
.menu_list{
    background-color: #f9f9f9;
    border-top: 1px solid #eaeaea;
}

/* search box */
.atwiki_menu ul > li > form.atwiki_search > input{
    height: 34px;
}
.atwiki_menu ul > li > form{
    margin-top: 5px;
    background-color: #ffffff;
}
.atwiki_search button{
    padding: 0 15px;
    line-height: 29px;
    background-color: #5CB0BB;
    color: #ffffff;
    border: none;
}
footer form.atwiki_search input{
    background-color: #ffffff;
}
.header_title form.atwiki_search > a{
    color: #ffffff;
}

.uk-search-navbar .uk-search-input{
    font-size: 16px;
}
:placeholder-shown {
    font-size: 16px;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    font-size: 16px;
}
/* Firefox 18- */
:-moz-placeholder {
    font-size: 16px;
}
/* Firefox 19+ */
::-moz-placeholder {
    font-size: 16px;
}
/* IE 10+ */
:-ms-input-placeholder{
    font-size: 16px;
}
/* textarea */
#wikibody input,
#wikibody form input,
textarea{
    box-sizing: border-box;
    max-width: 100%;
    border: 1px solid #dddddd;
}
form.edit input[type="submit"]{
    padding: 3px 15px;
    background-color: #f1f1f1;
}
/* menu */
.wiki_menu h3{
    padding: 5px 15px;
    color: rgb(102, 102, 102);
    border-left: solid 6px #67b5b7;
    font-size: 18px;
    margin-top: 0;
    font-weight: bold;
}
.menu_title{
    color: #ffffff;
    font-size: 22px;
    margin-left: -15px;
    padding: 8px 16px;
    background: #67b5b7;
}
.menu_title:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 8px solid #ffffff;
    border-top: 8px solid rgba(0, 0, 0, 0.3);
    border-left: 8px solid rgba(0, 0, 0, 0.3);
}
.wiki_menu li,
#wikibody li{
    list-style-image: url(//img.atwiki.jp/image/035col3/menu_arrow.gif);
}
.wiki_menu{
    font-size: 14px;
}

.uk-navbar-toggle{
    color: #404040;
}
.uk-navbar-nav > li > a{
    text-transform: none;
}
.uk-offcanvas-bar{
    background-color: rgba(0, 0, 0, .8);
    padding: 0;
}
.menu_list{
    border-bottom: 1px solid #eaeaea;
}
.menu_list a{
    padding: 11px 0;
    color: #404040;
}
.menu_list > div{
    border-right: 1px solid #eaeaea;
}
.menu_list > div:last-child{
    border-right: none;
}
.off_contents > .box{
    padding: 20px;
}
.off_contents a{
    display: block;
}

/* content */
table{
    border-collapse: collapse;
    overflow: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
}
td,th{
    border: 1px solid #dddddd;
    border-collapse: separate;
    padding: 5px;
}
blockquote{
    font-style: normal;
}
#wikibody{
    padding: 15px;
    border: 2px dotted #67b5b7;
}
#wikibody li{
    font-size: 14px;
}

/* content title */
#wikibody h2{
    color: #666;
    border: solid 3px #67b5b7;
    border-radius: 5px;
    font-size: 22px;
    font-weight: bold;
    padding: 15px;
}
#wikibody h3{
    color: #666;
    margin-top: 15px;
    font-size: 19px;
    font-weight: bold;
    padding: 0;
    padding-bottom: .8em;
    position: relative;
    border-bottom: 4px solid #ccc;
}
#wikibody h3:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: "";
    width: 25%;
    height: 4px;
    background-color: #67b5b7;
}
#wikibody hr{
    border-color: #dddddd;
}

/* add */
#google_relate_ads{
    overflow-x: scroll;
}
.fb-comments{
    overflow-x: scroll;
    width: 100%;
}
ins{
    background-color: #ffffff;
}

/* social icon */
#at_social_links2 > div{
    display: inline-block;
    vertical-align: bottom;
}

/* footer */
.atwiki_footer_link{
    background-color: #404040;
}
.top_scroll{
    background-color: rgba(255,255,255,.5);
    color: #ffffff;
}
footer{
    background-color: #f8f8f8;
}
footer a:hover{
    color: #ffffff;
}

/* plugin */
.atwiki_num2_form tr > td > input{
    width: 100%;
}
.atwiki_num2_form table,
.atwiki_num2_form tbody,
.atwiki_num2_form tr,
.atwiki_num2_form th,
.atwiki_num2_form td{
    display: block;
}

.plugin_comment_num2_showall{
    margin-top: 30px;
    padding: 5px 0;
    display: block;
    text-align: center;
    background-color: #5ab0bb;
    border-radius: 5px;
    color: #ffffff;
}
.plugin_comment_num2_showall:hover{
    color: #ffffff;
}
.plugin_recent_day{
    margin: 0 0 5px 0;
}
.plugin_recent_ul a{
    color: #666;
}

pre.diff{
    background: #fd8;
    padding: 10px;
    color: #333;
}

/* ads */
@media screen and (max-width: 320px) {
    .atwiki_ads{
        margin-left: -15px;
        width: 320px;
    }
}

/* PC only */
@media all and (min-width: 960px) {
    #atwiki-jp-bg1{
        background-size: 100px 100px;
        width: 100px;
        height: 100px;
        margin: 0;
    }
    #wikibody{
        padding: 25px;
    }
    .menu_title{
        margin-left: -30px;
    }
    .wiki_title{
        width: 100%;
        position: relative;
        padding: 10px 0;
    }
    .header_title h1{
        font-size: 25px;
    }
    .header_title h1 a img{
        width: 100%;
        height: auto;
    }
    .atwiki_header nav.atwiki_menu{
        background-color: #f8f8f8;
        border-top: none;
    }
}
/* footer fixed */
#atwiki-jp-bg2, .footer_fixed{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
footer {
    margin-top: auto;
}