/**
 * 概要: 変数定義のみに使用
 * 使用方法: @import "variables";
 */

body {
    margin: 0;
    overflow-x: hidden;
    min-width: 1000px;
    overflow: scroll;
}

ul {
    list-style: none;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}


/* margin */

.m-0 {
    margin: 0;
}

.m-10 {
    margin: 10px;
}

.m-80 {
    margin: 80px;
}

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

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

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

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.mb-100 {
    margin-bottom: 100px;
}

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

.ml-10 {
    margin-left: 10px !important;
}

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

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

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

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

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

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

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

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

.ml-160 {
    margin-left: 168px;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}


/* padding */

.p-0 {
    padding: 0;
}

.p-10 {
    padding: 10px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-35 {
    padding-left: 35px;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-35 {
    padding-right: 35px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pd-left-30 {
    padding: 0 0 0 40px;
}


/* align */

.txt-center {
    text-align: center !important;
}

.txt-left {
    text-align: left !important;
}

.txt-decoration-none {
    text-decoration: none;
}

.txt-decoration-none:visited {
    color: white;
}

.txt-right {
    text-align: right !important;
}

.display-none {
    display: none;
}

.vertical-middle {
    vertical-align: middle;
}


/* 色 */

.bg-color {
    background-color: #fafafa;
}

.gray-td-bg,
.gray-img-bg {
    background-color: #ededf0;
}

.dashed {
    background-color: #fff;
    border-top: 2px dashed #bbb;
}

.sub_nav {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sub_site {
    color: #a4a4ac;
}

.sub_nav a {
    text-decoration: none;
    color: #32323c;
}

.sub_nav .sub_title1 .sub_1 {
    /*color: #a4a4ac;*/
}

.sub-nav-select-color {
    color: #a4a4ac !important;
}

.sub_nav ul {
    margin: 0;
    padding: 10px 0;
}

.sub_nav .site_logo {
    width: 170px;
}

.sub_nav .site_logo img {
    width: 130px;
}

.sub_nav ul li {
    text-align: center;
    font-size: 15px;
    width: 100px;
}

.form-group tr {
    margin: 0;
    height: 40px;
}

.form-group td {
    padding: 0;
}

.form-group .form-control,
.form-group .form-select{
    line-height: 1;
}

.form-group.search-group input[type="text"],
.form-group.search-group select,
.form-group.search-group .form-date {
    height: 35px;
    max-width: 100%;
    line-height: 1.3em;
}

.page {
    padding: 20px 80px;
}

.page-subtitle {
    padding: 5px 0 5px 10px;
    border-left: 5px solid #32323c;
}


/* 横並びのリスト（例）価格リスト */

.page-price-list,
.img-preview-list {
    flex-wrap: wrap;
}

.page-price-item {
    border: 1px solid #32323c;
    border-radius: 5px;
    width: calc(100% / 7 - 5px);
    margin-left: 5px;
    margin-bottom: 10px;
}

.page-price-item:last-child {
    width: calc(100% / 7 * 2 - 5px);
}

.page-time,
.preview-img-title {
    padding: 2px 0;
    background-color: #32323c;
    color: #ffffff;
    border-radius: 3px 3px 0 0;
}

.border-none {
    border: none !important;
}

.page-price {
    margin: 0;
    padding: 5px 10px;
}

.search_form {
    background: #ededf0;
    color: #32323c;
    font-size: 1rem;
    padding: 30px 15px 30px 55px;
    border-radius: 3px;
}

.search_calum_lt {
    width: 50%;
    float: left;
}

.search_calum_rt {
    width: 50%;
    float: right;
}

.radio {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.radio_td {
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

.radio_td_banner {
    width: 20px;
    height: 17px;
}

input[type="text"],
input[type="email"],
input[type="number"],
.form-select.slt_bdr,
.form-select.ale_slt_bdr,
.form-control.form-date {
    border: 1px solid #a4a4ac;
    border-radius: 3px;
    padding: 5px;
    /*width: 24vw;*/
    font-size: 1rem;
}

input[type="radio"] {
    vertical-align: middle;
}

.form_btn {
    float: right;
}

form table {
    border-spacing: 0;
}

form th {
    text-align: left;
    font-weight: normal;
    width: 180px;
    height: 30px;
}


/* ボタン */

.search_btn,
.clear_btn,
.edit-btn,
.regist-btn,
.ok-btn,
.c-ok-btn,
.ok-btn-css {
    color: #fff;
    background-color: #32323c;
    border: none;
    height: 35px;
    width: 70px;
    font-size: 1rem;
    border-radius: 4px;
    box-shadow: 0 3px 5px 0 #c0c0c0;
    font-weight: bold;
    padding: 0;
    transition: .3s;
}

.search_btn,
.clear_btn,
.edit-btn,
.table_btn,
.regist-btn,
.ok-btn,
.c-ok-btn,
.ok-btn-css,
.small-edit-btn,
.back-btn,
.delete-btn,
.update-btn,
.edit_button,
.delete_button,
.cancel-btn,
.regist_btn,
.preview_btn,
.big-cancel-btn,
.draft_btn{
    transition: .3s;
}

.search_btn:hover,
.clear_btn:hover,
.edit-btn:hover,
.table_btn:hover,
.regist-btn:hover,
.ok-btn:hover,
.c-ok-btn:hover,
.ok-btn-css:hover,
.small-edit-btn:hover,
.back-btn:hover,
.delete-btn:hover,
.update-btn:hover,
.edit_button:hover,
.cancel-btn:hover,
.regist_btn:hover,
.preview_btn:hover,
.big-cancel-btn:hover,
.draft_btn:hover{
    opacity: .8;
}

.red {
    color: red;
}

.font-11 {
    font-size: 11px;
}

.attention-font {
    font-size: 14px;
}

.mv-affi-font {
    font-size: 12px;
}

.small-edit-btn {
    width: 70px;
    height: 35px;
    background-color: #32323C;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    border-style: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding: 0;
    cursor: pointer;
    align-items: center;
}

.back-btn,
.cancel-btn,
.js-preview-back-btn {
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    background-color: #A4A4AC;
    box-shadow: 0 3px 10px 0 #c0c0c0;
    height: 50px;
    width: 150px;
    padding: 0;
}

.big-cancel-btn {
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    background-color: #A4A4AC;
    box-shadow: 0 3px 10px 0 #c0c0c0;
    height: 40px;
    width: 150px;
    padding: 0;
}

.clear_btn {
    background-color: #a4a4ac;
    cursor: pointer;
}

.regist-btn, .ok-btn {
    height: 50px;
    width: 150px;
}

.regist_btn {
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    background-color: #32323c;
    box-shadow: 0 3px 10px 0 #c0c0c0;
    height: 50px;
    width: 150px;
    margin: 0 10px;
}

.preview_btn, .update_btn{
    border-radius: 5px;
    color: #32323C;
    border: 2px solid #32323C;
    background: #ffffff;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0 3px 10px 0 #c0c0c0;
}

.delete-btn {
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    background-color: #DB1111;
    box-shadow: 0 3px 10px 0 #c0c0c0;
}

.update-btn {
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    background-color: #32323C;
    box-shadow: 0 3px 10px 0 #c0c0c0;
    padding: 0;
}

.clear-image-btn {
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    background-color: #32323C;
    box-shadow: 0 3px 10px 0 #c0c0c0;
    padding: 10px;
}

.draft_btn {
    border-radius: 5px;
    color: #29abe2;
    border: 2px solid #29abe2;
    background: #fff;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0 3px 10px 0 #c0c0c0;
}

.cancel-flame{
    display: inline-block;
}

.btn-content .delete-btn, .btn-content .update-btn, .btn-content .preview_btn, .draft_btn{
    height: 50px;
    width: 150px;
}

.same-size-btn {
    height: 40px;
    width: 100px;
}

.display {
    float: right;
    margin-bottom: 10px;
}

.flt_lt {
    float: left;
    display: flex;
    align-items: center;
    margin-right: 10px;
    vertical-align: center;
}

.flt_rt {
    float: right;
    display: flex;
    align-items: center;
    vertical-align: center;
}

.dpy_p {
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 0;
    width: 50px;
}

.app_l {
    float: left;
    width: 50%;
}

.applicable {
    margin: 0;
    font-weight: bold;
}

.paging {
    display: flex;
    float: right;
}

.applicable_table {
    border-collapse: collapse;
    color: #32323c;
    width: 100%;
    background-color: #fff;
    table-layout: fixed;
    word-break: break-all;
    margin: 10px 0 0;
}

.applicable_table .ale_th {
    background-color: #32323c;
    color: #fff;
    padding: 5px 10px;
    text-align: left;
    border: solid 1px #fff;
    font-weight: normal;
}

.applicable_table td {
    padding: 5px 10px;
    border: solid 1px #adb3c1;
}

.edit-btn {
    background-color: #32323c;
    height: auto;
    width: auto;
    padding: 0 8px;
}

.img-d {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 10px -0.5% 0 -0.5%;
}

.list-5 {
    width: 24%;
    margin: 0.5%;
}

.image-list {
    width: 100%;
    margin: 0 0 10px 0;
    border: 1px solid #32323c;
    border-radius: 5px;
}

.image-list-head {
    background-color: #32323c;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
}

.list-blk {
    display: flex;
    width: 100%;
}

.img-blk {
    background-color: #ededf0;
    display: inline-flex;
    padding: 0;
    width: 100%;
    height: 200px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.list-images {
    width: auto;
    max-width: 100%;
    max-height: 95%;
}

iframe.list-images html body img{
    width: 100%;
}

.img-ifn {
    padding: 12px 10px;
    font-size: 0.8vw;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    color: #32323c;
}

.list-cln {
    float: right;
}

.img-lt {
    display: inline-block;
    width: 40%;
}

.img-rt {
    display: inline-block;
    width: 58%;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.img-edit {
    text-align: center;
    padding: 10px 0 0;
    display: flex;
}

.img-edit form{
    width: 50%;
}

.create-list {
    text-align: center;
    width: 100%;
}

.crate-btn {
    color: #fff;
    background-color: #32323c;
    border: none;
    height: 40px;
    width: 130px;
    font-size: 1rem;
    border-radius: 4px;
    box-shadow: 0 3px 5px 0 #c0c0c0;
}

.applicable_table td.table-tb-btn,
.applicable_table th.table-tb-btn {
    padding: 5px 0;
}

.td_img,
.preview-img {
    max-width: 100%;
    max-height: 100%;
}

.margin-baseline {
    margin-top: auto;
    margin-bottom: auto;
}

.margin-img {
    margin: auto 2em;
}

.word-break-word {
    word-break: break-word;
}

footer{
    padding: 20px 0;
}


/* width */

.w-50px {
    width: 50px;
}

.w-100px {
    width: 100px !important;
}

.w-150px {
    width: 150px !important;
}

.w-160px {
    width: 160px !important;
}

.w-180px {
    width: 180px !important;
}

.w-200px {
    width: 200px !important;
}

.w-250px {
    width: 250px !important;
}

.w-400px {
    width: 400px !important;
}

.w-4pe {
    width: 4%;
}

.w-5pe {
    width: 5%;
}

.w-6pe {
    width: 6%;
}

.w-7pe {
    width: 7%;
}

.w-8pe {
    width: 8%;
}

.w-9pe {
    width: 9%;
}

.w-10pe {
    width: 10%;
}

.w-11pe {
    width: 11%;
}

.w-12pe {
    width: 12%;
}

.w-13pe {
    width: 13%;
}

.w-14pe {
    width: 14%;
}

.w-15pe {
    width: 15%;
}

.w-20pe {
    width: 20%;
}

.w-25pe {
    width: 25%;
}

.w-30pe {
    width: 30%;
}

.w-32_5pe {
    width: 32.5%;
}

.w-50pe {
    width: 50%;
}

.w-60pe {
    width: 60%;
}

.w-70pe {
    width: 70%;
}

.w-75pe {
    width: 75%;
}

.w-80pe {
    width: 80%;
}

.w-90pe {
    width: 90%;
}

.relative {
    position: relative;
}

.w-100pe {
    width: 100%;
}


/* height */

.h-100px {
    height: 100px;
}


/* line-heiht */

.line-height-12 {
    line-height: 1.2;
}

.bk-blue {
    background-color: #0d6cfd;
}


/* IE */

@media all and (-ms-high-contrast: none) {
    .form-group.search-group input[type="text"],
    .form-group.search-group select,
    .form-group.search-group .form-date {
        height: auto;
    }
}
