@charset "UTF-8";

* {
    word-break: break-all;
    box-sizing: border-box;
}
html,body,ul,ol,form,h1,h2,h3,h4,h5,p,li,dl,dt,dd {
    padding: 0;
    margin: 0;
    font-family: Meiryo,wf_SegoeUI,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,"MS PGothic","Osaka", Arial,sans-serif;
    font-size: 100%;
}
@media (min-width: 800px) {
    .sp {
        display: none !important;
    }
    html {
        overflow-y: scroll;
    }
    .wrapper {
        width: 994px;
        margin: 0 auto;
    }
    header {
        background-color: #f9f9f9;
        border-bottom: 1px solid #e7e7e7;
    }
    header .top {
        float: left;
    }
    header aside{
        float: right;
    }
    header aside .search input[type='text']{
        font-size: 100%;
    }
    header aside .search input[type='submit']{
        font-size: 100%;
    }
    header nav {
        float: left;
        display: flex;
        align-items: flex-end;
    }
    header nav ul {
        margin-left: 5px;
        margin-top: 6px;
        font-size: 90%;
    }
    header nav ul li {
        line-height: 17px;
    }
    header nav ul li a{
        text-decoration: none;
        padding: 4px 5px 3px 28px;
        background-image: url(/images/svg/icon_menu_set.svg);
        background-repeat: no-repeat;
        display: block;
    }
    header nav ul li.help a{background-position:5px -60px;}
    header nav ul li.agreement a{background-position:5px -124px;}
    header nav ul li.deletion a{background-position:5px -188px;}
    header nav ul li.upload a{background-position:5px -252px;}
    header nav ul li.manual a{background-position:5px -380px;}

    body > article {
        width: 994px;
        margin: 0 auto;
    }
    body > .wrapper {
        display: flex;
    }
    body > .wrapper > article{
        flex-basis: 755px;
        padding-top: 0.7em;
        order: 2;
        padding-left: 5px;
    }
    body > .wrapper > aside{
        flex-basis: 239px;
        padding-top: 0.7em;
        padding-right: 5px;
        order: 1;
    }
    article .specification > section {
        margin: 0.7em;
        padding:  5px 0.7em 5px 0.7em
    }
    #list > div{
        margin-bottom: 3px;
    }
    .files {
        position: relative;
    }
    .files .tools {
        position: absolute;
        top: 2px;
        right: 2px;
    }
    .files .tools select{
        font-size: 95%;
        line-height: 24px;
        height: 24px;
        border-radius: 3px;
        border-color: #999;
    }
    .files ul.pager {
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        padding-left: 0.5em;
        padding-right: 1em;
        padding-bottom: 0.1em;
    }
    .files ul.pager.pageonly {
        justify-content: unset;
    }
    .files ul.pager li{
        list-style: none;
    }
    .files ul.pager li a {
        display: block;
        min-width: 3em;
        line-height: 1.5em;
        padding: 3px 0.7em 2px;
        color: #0000de;
        text-decoration: underline;
        font-size: 90%;
        border-bottom: 3px solid #ffffff;
        text-align: center;
     }
    .files ul.pager li.selected a {
        color: #dd4b39;
        text-decoration: none;
        border-bottom-color: #dd4b39;
    }
    .files ul.pager li a:HOVER{
        background-color: rgba(240, 240, 240, 0.9);
        border-bottom-color: rgba(240, 240, 240, 0.9);
    }
    .files ul.list{
        display: flex;
        flex-wrap: wrap;
        margin-top: 4px;
        margin-left: 4px;
    }
    .files ul.list li{
        flex-basis: 20%;
        list-style: none;
    }
    .files ul.list li a{
        display: block;
        height: 195px;
        margin-right: 4px;
        margin-bottom: 4px;
        border: 1px solid #999999;
        background-color: #fff;
        position: relative;
    }
    .files ul.list li a.free:BEFORE {
        content: "FREE";
        background-color: rgba(46, 204, 113, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        color: #ffffff;
        padding: 0px 7px;
        line-height: 18px;
        font-size: 80%;
        z-index: 3;
    }
    .files ul.list li a.lock:BEFORE {
        content: "LOCK";
        background-color: rgba(243, 156, 18, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        color: #ffffff;
        padding: 0px 7px;
        line-height: 18px;
        font-size: 80%;
        z-index: 3;
    }
    .files ul.list li a h3 {
        left: 1px;
        bottom: 1px;
        width: auto;
        right: 1px;
        position: absolute;
        font-size: 80%;
        background-color: rgba(255, 255, 255, 0.7);
        font-weight: normal;
        padding: 2px 3px 3px;
        z-index: 3;
     }
    .files ul.list li p:nth-of-type(1) {
        height: 189px;
        width: 142px;
        margin: 2px auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    .files .time {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: rgba(33, 33, 33, 0.7);
        color: white;
        text-align: right;
        font-size: 80%;
        padding-right: 5px;
        z-index: 5;
    }
    .files a:HOVER .time {
        display: block;
    }
    .files.noimage ul.list {
        display: block;
    }
    .files.noimage ul.list li a {
        height: auto;
    }
    .files.noimage ul.list li a:BEFORE {
        bottom: 0;
        line-height: 24px;
    }
    .files.noimage ul.list li a h3 {
        position: static;
        padding-left: 50px;
    }
    .files.noimage ul.list li p:nth-of-type(1) {
        background-image: none !important;
        display: none;
    }
    .files.noimage  .time {
        display: block;
        left: unset;
        top:2px;
        color: #0b58a2;
        background: inherit;
    }
    .files > p a{
        display: block;
        padding-top: 3px;
        padding-bottom: 2px;
        position: relative;
        color: #FFFFFF;
        font-size: 80%;
        line-height: 1em;
        margin: 0 auto;
        width: 30%;
        background-color: #2ecc71;
        border-top: 1px solid #2ecc71;
        border-left: 1px solid #2ecc71;
        border-right: 1px solid #2ecc71;
        border-radius: 10px 10px 0 0;
        text-align: center;
        text-decoration: none;
    }
    article.file section {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    article.file section.detail .delete_button {
        position: absolute;
        top: 2px;
        right: 2px;
    }
    article.file section.detail .delete_button input[type=submit]{
        border-radius: 3px;
        border: 1px solid #999;
    }
    article.file section.detail > h2 {
        font-size: 90%;
    }
    article.file section.detail > div.download > .thumbnail{
        flex-basis: 140px;
        padding-top: 5px;
        padding-right: 5px;
    }
    article.file section.detail > div.download > .information {
        flex-basis: calc(100% - 140px);
    }
    article.file section.detail > div.download > .information dl {
        display: flex;
        font-size: 80%;
        color: #666666;
        margin-top: 0.2em;
        margin-left: 0.7em;
    }
    article.file section.detail > div.download > .information dl dt:after{
        content: '：';
    }
    article.file section.detail > div.download > .information dl dd {
        margin-left: 0.2em;
        margin-right: 1em;
    }
    article.file section.detail > div.download > .information .warning {
        color: red;
        font-size: 90%;
        margin-left: 0.7em;
    }
    article.file section.detail > div.download > .information .deletion {
        color: -webkit-link;
        font-size: 90%;
        margin-left: 0.7em;
    }
    article.file section.detail > div.download > .information .link {
        margin-left: 0.7em;
        margin-top: 1em;
        display: flex;
    }
    article.file section.detail > div.download > .information .link a{
        font-size: 80%;
        display: inline-block;
        margin-right: 5px;
        flex-basis: 33.3%;
        line-height: 2em;
        border-top: 1px solid #ccc;
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
        border-left: 1px solid #ccc;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
        color: #666;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-box-shadow: 1px 1px 2px #e7e7e7;
        -moz-box-shadow: 1px 1px 2px #E7E7E7;
        text-align: center;
        background-color: #E7E7E7;
        background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
    }
    article.file section.detail > div.download > .information .lock {
        font-size: 90%;
        margin-left: 0.7em;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
    }
    article.file section.detail section.access {
        margin-bottom: 0;
        display: flex;
        border-top: 1px solid;
        background: #fff;
        font-size: 14px;
        width: 100%;
    }
    article.file section.detail section.access h3{
        padding: 3px 8px 2px;
        color: #fff;
    }
    article.file section.detail.green section.access {
        border-color: #2ecc71;
    }
    article.file section.detail.green section.access h3{
        background-color: #2ecc71;
    }
    article.file section.detail.yellow section.access {
        border-color: rgba(243, 156, 18, 0.8);
    }
    article.file section.detail.yellow section.access h3{
        background-color: rgba(243, 156, 18, 0.8);
    }
    article.file section.detail section.access a{
        display: block;
        line-height: 26px;
        padding-left: 0.7em;
    }
    article.file section.detail section.tags {
        background-color: #ffffff;
        margin: 0.3em 0.3em 0;
        padding: 0.3em;
        font-size: 90%;
        width: auto;
    }
    article.file section.detail section.tags ul {
        display: flex;
        margin: 0.6em 0 0.6em 0.6em;
    }
    article.file section.detail section.tags ul li {
        margin-right: 0.5em;
        background-image: url(/images/svg/tag.svg);
        background-position: 0 3px;
        background-repeat: no-repeat;
        text-indent: 16px;
        white-space: nowrap;
        list-style: none;
     }
    section.ranking {
        border: 1px solid #55bbff;
        width: 180px;
    }
    section.ranking h3 {
        color: white;
        background-color: #55bbff;
        font-size: 90%;
        padding: 3px 0.3em 3px 0.3em;
    }
    section.ranking ul.list {
        padding-bottom: 4px;
        background-color: #cee0ff;
        display: flex;
        flex-wrap: wrap;
    }
    section.ranking ul.list li {
        position: relative;
        width: 55px;
        height: 80px;
        margin-top: 4px;
        margin-left: 4px;
        list-style: none;
     }
    section.ranking h4 {
        display: none;
    }
    section.ranking p.count {
        display: none;
    }
    .flex {
        display: flex;
    }
    .flex .ranking {
        width: 180px;
    }
}
@media (max-width: 799px) {
    .pc {
        display: none !important;
    }
    header aside{
        position: absolute;
        top: 5px;
        right: 5px;
    }
    header aside .search {
        height: 25px;
    }
    header aside .search input[type='text']{
        -webkit-appearance: none;
        border-radius: 0;
        border: none;
        font-size: 90%;
        width: 144px;
        height: 23px;
    }
    header aside .search input[type='submit']{
        -webkit-appearance: none;
        border-radius: 0;
        border: none;
        font-size: 90%;
        width: 48px;
        height: 23px;
    }
    header nav ul{
        flex-wrap: wrap;
        font-size: 80%;
        border-top:1px solid #999;
        margin-top: 5px;
    }
    header nav ul li {
        border-bottom: 1px solid #999;
    }
    header nav ul li.manual {flex-basis: 50%;border-right: 1px solid #999;}
    header nav ul li.help {flex-basis: 50%;}
    header nav ul li.agreement {flex-basis: 30%;border-right: 1px solid #999;}
    header nav ul li.deletion {flex-basis: 30%;border-right: 1px solid #999;}
    header nav ul li.upload {flex-basis: 40%;}
    header nav ul li a {
        display: block;
        padding: 3px 30px 3px 8px;
        text-decoration: none;
        color: #000000;
        font-size: medium;
        background: url(/images/iphone/bg_arrow.gif) no-repeat right center;
    }
    body > article {
        padding-left: 5px;
        padding-right: 5px;
    }
    article .specification > section {
        margin: 0.4em;
        padding:  3px 0.4em 3px 0.4em
    }
    header .top a{
        padding-left: 3px;
    }
    article.file section.detail {
        background-color: initial;
        border: 0;
    }
    article.file section h2 {
        padding: 3px;
        margin: 0 0 5px 0;
        color: #000 !important;
        font-size: 90%;
        background: #efefef !important;
    }
    article.file section.detail > div.download > .thumbnail{
        flex-basis: 140px;
        padding-top: 5px;
        padding-right: 5px;
        order: 1;
    }
    article.file section.detail > div.download > .information {
        flex-basis: calc(100% - 140px);
        order: 2;
    }
    article.file section.detail > div.download > .information dl {
        display: block;
        padding: 2px;
        margin: 0 auto 3px auto;
        text-indent: 24px;
        height: 22px;
        background-size: 20px;
        background-position: center left;
        border: #cccccc 1px solid;
        border-radius: 3px;
        font: 75%/1.5 'Lucida Grande', Arial, Helvetica, serif;
    }
    article.file section.detail > div.download > .information .access {
        text-indent: 3px;
        height: 40px;
        text-decoration: none;
        color: #000000;
        background: url(/images/iphone/bg_arrow2.gif) #f1f1ea no-repeat right center;
        border: 1px solid #bbbbb6;
        border-radius: 5px;
        word-break: break-all;
    }
    article.file section.detail > div.download > .information dl.lock {
        background-image: url(/images/sm/lock-icon.png);
        background-color: #ffef47;
        background-position: 2px center;
        background-repeat: no-repeat;
    }
    section.preview {
        text-align: center;
        margin-top: 0.7em;
    }
    section.preview img{
        max-width: 100%;
        height: auto;
    }
}
.mt-3 {
    margin-top: 0.7em;
}
.border-1 {
    border: 1px solid #999;
}
body {
    min-height: 100%;
}
header {
    padding: 3px 0 0;
    position: relative;
}
header:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

header .wrapper > div {
    font-size: x-small;
    font-weight: normal;
    padding-left: 3px;
}
header .top {
    padding-left: 3px;
}
header .top a{
    display: block;
    padding-bottom: 3px;
}
header nav ul {
    list-style: none;
    display: flex;
}
header a {
    text-decoration: underline;
}
header a:HOVER {
     background-color: #e3e3e3;
 }
header aside .search{
    display: flex;
    border: 1px solid #999;
}
header aside .search input[type='text']{
    border: none;
}
header aside .search input[type='submit']{
    border: none;
    background: #4d90fe;
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
}

article.file section.detail > div.download {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding-bottom: 5px;
}

span.warning:before,
div.warning:before {
    content: '※';
    color: red;
}
.warning {
    color: red;
}
ul.warning {
    margin: 1em 0 1em 0.5em;
}
.hint:before {
    font-size: small;
    content: '※';
}
.hint {
    font-size: small;
}

article h1{
    margin: 0.5em 0;
    font-size: 140%;
}
article section > div > label {
    display: block;
    font-weight: bold;
}
article.onecolumn {
    padding-top: 0.7em;
}
article label span{
    font-size: small;
}
article section > div > label span{
    font-weight: normal;
    margin-left: 0.5em;
}
article input[type='file'],
article input[type='text']{
    border: 1px solid #999;
    border-radius: 5px;
    padding: 3px;
    background-color: #fff;
    width: 100%;
}
article section.specification,
article section.detail,
article section.files {
    border: 1px solid;
    margin-bottom: 12px;
}
article section h2 {
    color: #ffffff;
    font-weight: bold;
    padding: 0 0 0 6px;
    font-size: 16px;
    line-height: 28px;
}
article .specification > div,
article .specification > dl {
    margin: 0.5em;
}
article .specification > div.submit {
    margin-top: 1.5em;
}
article .specification > section {
    border-width: 1px;
    border-style: solid;
}

article .specification  ul{
    padding-left: 1.5em;
}
article .specification  ol {
    padding-left: 2em;
}
article section.red {
    border-color: #e74c3c;
    background-color: #FFF5F5;
}
article section.red h2 {
    background-color: #e74c3c;
}
article section.green {
    border-color: #2ecc71;
    background-color: #f4fff4;
}
article section.green h2 {
    background-color: #2ecc71;
}
article section.green section {
    border-color: #2ecc71;
    background-color: #E9FFE9;
}
article section.yellow {
    border-color: #f39c12;
    background-color: rgb(255, 249, 229);
}
article section.yellow h2 {
    background-color: #f39c12;
}
article section.yellow section {
    border-color: #f39c12;
    background-color: rgb(255, 245, 202);
}

aside section {
    margin-bottom: 0.7em;
}
aside section.word h2,
aside section.tag h2 {
    background-color: #e74c3c;
    color: #ffffff;
    padding: 2px 0.7em 1px 0.7em;
}
aside section.word ul,
aside section.tag ul {
    display: flex;
    flex-wrap: wrap;
}
aside section.word li,
aside section.tag li {
    flex-basis: 50%;
    height: 3.6em;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
aside section.word li a,
aside section.tag li a {
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    width: auto;
    height: 100%;
    border: 1px solid #e74c3c;
    text-shadow: 0 -1px 1px #000, 1px 0 1px #000, 1px 0 1px #000, 0 1px 1px #000, 1px 1px 1px #000, 1px 1px 1px #000;
    color: #ffffff;
    font-size: 90%;
    overflow: hidden;
    text-decoration: none;
    line-height: 1.2em;
}
aside section:after {

}
