@charset "UTF-8";
/********************************************************
* Custom stylesheets
**********************************************************/

.ml-5 {
    margin-left: 5px;
}

/* Custom style in search page */
.display-flex-wrap {
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-ms-flex-wrap: wrap;*/
    /*-webkit-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
}

.serchBox01_areaDl > dd:last-child {
    padding-bottom: 20px;
    margin-bottom: unset;
}

.location-section > dd:last-child {
    border-bottom: 1px solid #DDD !important;
}

#contents800 {
    float: left;
}

aside#sidemenu01 {
    float: right;
}

.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    overflow: scroll;
    width: 80%;
    height: auto;
    max-height: 95vh;
}

.modalCloseBtn {
    position: absolute;
    top: 10px;
    right: 20px;
}

.ChangeElem_modal_Panel, .ChangeElem_modal_Panel02 {
    display: block !important;
    width: 100%;
    height: auto;
    max-height: 300px;
    padding: 20px;
    box-sizing: border-box;
    border: 5px solid #C30D23;
    background-color: #FFF;
    overflow: auto;
}

/* Other custom */

.mt-5 {
    margin-top: 5px;
}

main {
    width: 100%;
}

a, button {
    cursor: pointer;
}

.error-message {
    color: #a81515;
}

ul.snsArea {
    margin-bottom: 10px;
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /*--- safari（PC）用 ---*/
    display: flex;
    align-self: center;
    -ms-flex-wrap: wrap; /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap; /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    -webkit-justify-content: flex-start; /* Safari */
    justify-content: flex-start;
}

ul.snsArea li {
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

ul.snsArea li a {
    padding: 10px;
    box-sizing: border-box;
    color: #FFF;
}

ul.snsArea li a#facebook {
    background-color: #305097;
}

ul.snsArea li a#twitter {
    background-color: #00aced;
}

ul.snsArea li a#hate {
    background-color: #333;
}

ul.snsArea li:last-child {
    margin-right: 0;
}

/* modal */
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
    .modal-lg {
        width: 900px;
    }
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}

footer > div.modal-footer {
    margin: 6px 20px 0;
    font-size: 12px;
    color: #4d4d4d;
}
footer > div.modal-footer a {
    color: #4d4d4d;
}
footer > div.modal-footer a:hover {
    color: #808080;
    text-decoration: none !important;
}
footer > div.modal-footer ul {
    margin-bottom: -2px;
}
footer > div.modal-footer ul li:last-child {
    padding-right: 0;
}

button.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-header .close {
    margin-top: -2px;
}

/* member */
.memberBtn01 li button{
    font-family: inherit;
    font-size: inherit;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    border: #EBB650;
}
