
/* 
    Created on : 2025/04/04 16:47:51.9
    Copyright © 2025 EugenesAmnis.
    Author     : EugeneAmnis(https://eugenamnis.com)
*/

body{
    text-align: center;
    background-image: url('img/splash.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 70%;
}

*{
    user-select: none;
    font-size: 12pt;
}
.select{
    user-select: auto;
}

a{
    text-decoration: none;
}

.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
    margin: 0 auto;
}

.margintop50px{
    margin-top: 50px;
}

.btn{
    border: 1px solid black;
    border-radius: 5px;
    padding:2px 5px 2px 5px;
    box-shadow: 3px 3px 3px grey;
    color: black;
}
.btn:hover{
    background-color: whitesmoke;
}
.btn:active{
    background-color: pink;
    box-shadow: none;
}
.redbtn{
    border: 1px solid red;
    color: red;
}
.kurobtn{
    border: 1px solid black;
    color: black;
}
.noborder{
    border: none;
}
.bordersky{
    border-color: skyblue;
}

noscript{
    color: red;
}

dl{
    margin-left: 5%;
    text-align: left;
}

header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}
header small{
    font-size: 8pt;
    color: grey;
}

.app-bar{
    position: relative;
    width: 100%;
    z-index: 100;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    border-bottom: 1px solid whitesmoke;
}
.app-bar h1{
    font-size: 15pt;
    margin: auto 0;
}
.app-bar small{
    font-size: 0.5em;
    color: wheat;
}

.radiodiv{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
}
.radiodiv input{
    display: none;
}
.radiodiv label{
    display: inline-block;
    width: 70px;
    margin: -5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12pt;
    border: 1px solid black;
    background-color: white;
    color: black;
    box-shadow: 3px 3px 3px grey;
}
.radiodiv label:nth-child(2){
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.radiodiv label:last-child{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.radiodiv label:hover{
    background: whitesmoke;
}
.radiodiv input:checked + label{
    background-color: black;
    color: white;
}

.ng{
    color: red;
}
.ng:after{
    content: "(不可)";
    color: red;
}

.new{}
.new:after{
    content:"";
    display:inline-block;
    width:1em;
    height:1em;
    background:url(../img/info_red_24dp.svg) no-repeat;
    background-size:contain;
}

.open_new{}
.open_new:after{
    content:"";
    display:inline-block;
    width:1em;
    height:1em;
    background:url(../img/open_in_new_black_24dp.svg) no-repeat;
    background-size:contain;
}

main{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 96vh;
    overflow: hidden;
}

.mctr{
    width: calc(100% - 10px);
    margin: 0 auto;
    height: 96vh;
    overflow: scroll;
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}
.mctr::-webkit-scrollbar {
        display:none;
}
.mctr > .fmargin{
    margin-top: 150px;
}
.mctr img{
    width: 40%;
}
.mctr ul{
    list-style: none;
    padding-left: 5px;
}
.mctr li{
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 5px;
    text-align: left;
    color: coral;
    box-shadow: 3px 3px 3px whitesmoke;
}
.mctr li:hover{
    border-color: whitesmoke;
}
.mctr li:active{
    background-color: pink;
    box-shadow: none;
}
.mctr h3{
    text-align: left;
}
.mctr small{
    font-size: 8pt;
}
.mctr:nth-child(2){
    display: block;
}
.mctr:last-child{}

#info-ctr{
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.topspace{
    padding-top: 150px;
}

.report-ctr{
    width: 100%;
    height: 96vh;
    overflow: scroll;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.report-ctr::-webkit-scrollbar {
        display:none;
}

.report-ctr .lists > li{
    margin-top: 5px;
    margin-bottom: 5px;
}
.report-ctr .lists > li h4{
    text-align: left;
}

#rttl{
    margin-top: 150px;
    font-size: 16pt;
    font-weight: bold;
}
#rsttl{
    font-size: 12pt;
}
#rtable{
    overflow: scroll;
}
#rtable::-webkit-scrollbar {
        display:none;
}
#rtable>table{ 
    border-collapse: collapse;
    width: -webkit-max-content;
}
#rtable tr{
    background-color: white;
}
#rtable tr:first-child{
    background-color: yellow;
}
#rtable td{
    border: 1px solid silver;
    min-width: 70px;
    max-width: 100px;
    height: 20px;
    max-height: 20px;
    margin: 0 3px 0 3px;
    white-space: nowrap;
    font-size: 14px;
}

.report-ctr .mainimg{
    width: 95%;
}
.report-ctr small{
    font-size: 8pt;
}
.report-ctr div{
    width: 100%;
}
#rbody{
    text-align: left;
}
#rbody > p{
    font-size: 14pt;
    line-height: 2em;
}

#img-ctr{
    width: 100%;
}
#rfigs{
    text-align: center;
}
#rfigs a>img{
    width: 70%;
    max-width: 300px;
}
.sns{
    width: 60%;
    border: 1px solid black;
    border-radius: 5px;
    padding:2px 5px 2px 5px;
    margin:2px 5px 2px 5px;
    box-shadow: 3px 3px 3px grey;
    color: white;
    display: none;
}
.sns:hover{
    border-color: yellow;
}
.sns:active{
    box-shadow: none;
}
#snsx{
    border-color: black;
    background-color: black;
}
#snsf{
    border-color: blue;
    background-color: blue;
}
#snsi{
    border-color: orange;
    background-color: orange;
}
#snsh{
    border-color: darkseagreen;
    background-color: darkseagreen;
}
#raccess{
    display: none;
}
#raccess p{
    margin-top: 50px;
}

.fctr{
    margin-left: 2px;
    margin-right: 2px;
}

.fctr a{
    color: grey;
    text-decoration: underline;
}

.fctr p{
    text-align: left;
    line-height: 1.5em;
    font-size: 12pt;
    margin: 1.5em auto;
}
.fctr .ftactr{
    text-align: left;
    margin-left: 10%;
    width: 80%;
}
.fctr .ftactr p{
    font-size: 10pt;
}
.fctr .imgcapture img{
    width: 70%;
    border: 1px solid grey;
}
.fctr .imgcapture input{
    border: 1px solid black;
    border-radius: 5px;
    padding:2px 5px 2px 5px;
    margin:2px 5px 2px 5px;
    box-shadow: 3px 3px 3px grey;
    color: black;
}
.fctr .imgcapture p{
    text-align: center;
    margin: 20px auto;
}
.fctr .imgcapture small{
    text-align: center;
    margin: 0 auto;
}
.fctr #preupload{
    text-align: center;
    width: 200px;
    margin: 50px auto;
    border-color: blue;
    background-color: blue;
    color: white;
}
.fctr .copy{
    text-align: center;
}

.btn-ctr{
    margin-top: 50px;
}
.btn-ctr p{
    text-align: center;
}
.btn-ctr .btn{
    display: block;
    width: 200px;
    margin: 0 auto;
}

.dsb{
    margin-left: 5px;
    margin-right: 5px;
}
.bigorange{
    font-size: 25pt;
    font-weight: bold;
    color: orangered;
}

.bluebtn{
    font-size: small;
    font-weight: normal;
    color: blue;
    border: 1px solid blue;
}

.searchbox input[type="text"]{
    margin-top: 5%;
    border: none;
    border-bottom: solid 1px skyblue;
    width: 70%;
    background-color: rgba(0,0,0,0);
    color: black;
}
.searchbox label:before{
    content:"";
    display:inline-block;
    width:1em;
    height:1em;
    background:url(../img/search.svg) no-repeat;
    background-size:contain;
}
.searchbox input[type="text"]:active{
    outline: none;
    border-bottom-color: pink;
}
.searchbox input[type="text"]:focus{
    outline: none;
    border-bottom-color: pink;
}
.sl{
    display: block;
}

#info-ctr div{
    background-color: white;
}
#info-ctr img{
    width: 120px;
}

#page-ctr{
    z-index: 500;
    width: calc(100% - 30px);
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    display: none;
}
#page-ctr p:nth-child(2){
    text-align: right;
}
#page-ctr .btn{
    border: 1px solid black;
    margin-left: 20px;
    color: black;
}
#page-ctr .redbtn{
    border: 1px solid red;
    color: red;
}

#page-title{
    width: 90%;
    text-align: left;
}

#dialoglay{
    z-index: 250;
    width: 100%;
    height: 100vh;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.dialog{
    width: 80%;
    height: 70%;
    background-color: white;
    border: 1px solid white;
    border-radius: 20px;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.dialog h5{
    float: left;
}
.dialog h5:before{
    content:"";
    display:inline-block;
    width:1.5em;
    height:1.5em;
    background-image: url(img/vnd.microsoft.ico);
    background-repeat: no-repeat;
    background-size:contain;
}
.dialog p:nth-child(2){
    float: right;
    padding-top: 30px;
    margin-right: 20px;
}
.dialog .btn{
    color: skyblue;
    border: 1px solid skyblue;
    display: block;
}
.dialog p:nth-child(3){
    clear: both;
    width: 90%;
    color: grey;
    text-align: left;
    margin: 0 auto;
}

#storylist{
    text-align: center;
    padding-left: 0;
}
#storylist>li{
    display: block;
}

.lists li{
    display: block;
    color: black;
    width: calc(95% - 10px);
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    border-radius: 20px;
    border: 2px solid rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 1);
}
.lists li>a{
    color: black;
    text-decoration: none;
    display: block;
}
.lists h4{
    font-weight: bold;
    font-size: 12pt;
}
.lists .rent:before{
    content: "賃貸広告";
    color: white;
    background-color: orange;
    border: 1px solid orange;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}
.lists .ad:before{
    content: "広告";
    color: white;
    background-color: green;
    border: 1px solid green;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}
.lists .miss:before{
    content: "失踪";
    color: white;
    background-color: red;
    border: 1px solid red;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}
.lists .scoop:before{
    content: "独自";
    color: white;
    background-color: royalblue;
    border: 1px solid royalblue;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}
.horizonal{
    display: flex;
}

.report-ctr .horizonal p{
    width: 50%;
    margin: 10px auto;
}
.lists p{
    font-size: 12pt;
}
.lists figure{
    width: 30%;
    min-width: 30%;
}
.lists figure img{
    width: 100%;
}
.lists figcaption{
    font-size: 8pt;
    color: grey;
}
.lists .daytime{
    font-size: 8pt;
}

#info-ctr li{
    width: 100%;
}

.mctr li:last-child{
    margin-bottom: 45px;
}

.corallist > li a{
    color: coral;
}

#splash{
    z-index: 400;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    background-image: url('img/splash.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    text-align: center;
    display: block;
}
#splash img{
    display: block;
    width: 100px;
    margin-top: 20%;
    margin-left: auto;
    margin-right: auto;
}
#splash p{
    width: 100%;
    color: black;
    font-size: 25pt;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin: 0 auto;
}

#backbtn{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 150;
    padding: 5px;
    margin: 5px;
    color: black;
    background-color: white;
    border: 1px solid black;
    border-radius: 20px;
    box-shadow: 3px 3px 3px grey;
    display: block;
}
#backbtn>img{
    margin-top: 5px;
    width: 30px;
}
#backbtn>b{
    display: none;
    font-size: 10pt;
}
#backbtn:hover{
    border-color: yellow;
}
#backbtn:active{
    box-shadow: none;
}

.submitbtn{
    color: white;
    background-color: red;
    border-color: red;
}

.copy{
    width: 100%;
    color: grey;
    text-align: center;
}

.glass {
    background-color: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.small{
    margin-top: 150px;
    width: 200px;
}

@media screen and (min-width: 400px){
    .fctr{
        width: calc(80% - 40px);
        margin: 50px auto;
    }
    .fctr .imgcapture img{
        width: 280px;
    }
    #backbtn>b{
        display: block;
        margin: 3px;
    }
    .report-ctr .lists > li{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 812px){
    body{
        background-size: 20%;
    }
    .radiodiv{
        text-align: left;
        width: calc(100% - 200px);
        margin-left: 200px;
    }
    .radiodiv label{
        text-align: center;
    }
    .radiodiv label:nth-child(2){
        display: none;
    }
    .radiodiv label:nth-child(4){
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }
    main{
        overflow: hidden;
    }
    #page-ctr{
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
    }
    #page-ctr p:nth-child(2){
        margin-right: 10%;
    }
    .mctr{
        width: calc(100% - 252px);
        overflow: scroll;
    }
    .mctr img{
        width: 20%;
    }
    .mctr li{
        width: calc(100% - 100px);
    }
    .mctr:first-child{
        float: left;
        width: 245px;
        padding-right: 5px;
        display: block;
        border-right: 1px solid whitesmoke;
    }
    .mctr:nth-child(2){
        float: left;
        display: block;
    }
    .mctr:last-child{
        float: left;
    }
    #storylist{
        padding-left: 10%;
    }
    .report-ctr{
        float: none;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px);
    }
    .report-ctr .mainimg{
        width: 80%;
    }
    .fctr{
        float: none;
        width: 60%;
    }
    .fctr p{
        width: 70%;
    }
    .bigorange{
        margin-left: 10px;
    }
    .allbackimg{
        background-size: 1em;
    }
    .ppbackimg{
        background-size: 2em;
    }
    .dsb{
        padding-left: 20px;
    }
    .bluebtn{
        margin-left: 5%;
    }
    #searchbox input[type="text"]{
        width: 50%;
    }
    #resultbox{
        padding-left: 20px;
    }
    footer{
        clear: both;
    }
    .dialog{
        width: 60%;
    }
    #splash img{
        display: none;
    }
}
@media screen and (min-width: 1000px){
    body{
        background-size: 40%;
    }
    #page-ctr{
        border-right: 1px solid whitesmoke;
    }
    .mctr{
        width: calc(750px - 15%);
        overflow: scroll;
        border-right: 1px solid whitesmoke;
    }
    #storylist{
        padding-left: 15%;
    }
    .report-ctr{
        width: 800px;
    }
    #rbody{
        width: 70%;
        margin: 10px auto;
    }
    
}
@media screen and (min-width: 1200px){
    .mctr{
        width: calc(850px - 15%);
        overflow: scroll;
    }
    .mctr:first-child{
        width: 245px;
    }
}
