/* Special Content */
a.link {
    color: #000; 
    text-decoration: underline;
}
.special-content-table table > thead > tr > th {
    background: #f6f6f6;
    padding: 10px;
    text-align: center;
    border: solid 1px #ccc;
}

.special-content-table table > tbody > tr > td {
    padding: 20px;
    border: solid 1px #ccc;
    font-size: 14px;
}

.special-button {
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
}

.special-button {
    font-family: メイリオ, Meiryo, "MS PGothic";
    background-color: rgb(255, 255, 255);
    color: #3a75fb;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: #3a75fb;
    border-image: initial;
    border-radius: 2px;
    text-decoration: none;
}

.special-button:hover {
    background: #3a75fb;
    color: rgb(255, 255, 255);
}

.com_description.style1 {
    font-size: 14px;
    margin-bottom: 20px;
}

ul.com_asterisk li {
    list-style-type: none;
    text-indent: -2.8em;
    margin-bottom: 0.5em;
}

ul.com_asterisk li:last-child {
    margin-bottom: 0;
}

.com_red {
    color: #dd0000;
}

ul.com_asterisk li:before {
    display: inline;
    content: "※";
}

.special-content-input table thead tr th {
    background: #f6f6f6 !important;
    padding: 15px;
    font-size: 14px;
    border: solid 1px #ccc;
    text-align: center;
}

.special-content-input table tbody tr td.style1 {
    padding: 30px 30px 30px 10px; 
    width: 25%; 
    background: #f6f6f6
}

.special-content-input table tbody tr td.style2 {
    padding: 15px;
}

.special-content-input td.style1 > span.required::after {
    content: "[必須]";
    color: rgb(221, 0, 0);
    float: right;
}

.com_margin_bottom {
    margin-bottom: 20px;
}

.com_size_small {
    font-size: 12px;
}

.image_form .delete {
    float: right;
    margin-top: -20px;
}

.image_form .delete label, .image_form .delete1 label {
    display: inline-block;
    padding: 10px 20px 10px 10px;
    border: solid 1px #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: 400;
    font-size: 18px;
}

label {
    cursor: pointer;
}

input[type="checkbox"] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 5px 5px 3px 4px;
    padding: initial;
    float: left;
    border: initial;
}

textarea.style1 {
    width: 100%;
    height: 400px;
}

div.com_asterisk {
    padding-left: 5px;
}

div.com_asterisk:before {
    display: inline;
    content: "※";
}

.delete1 {
    float: right;
    margin-top: -25px;
}

.com_button_frame.style1 {
    margin-top: 40px;
    text-align: center;
}

.com_button.style1, .com_button.style2, .com_button.style3, .com_button.style4, .com_button.style5 {
    font-family: 'メイリオ','Meiryo','MS PGothic';
    background-color: #fff;
    border: solid 2px #3a75fb;
    color: #3a75fb;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
}

.com_button.style1 {
    display: inline-block;
    font-size: 18px;
    padding: 20px 50px 20px 40px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(https://admin.dto.jp/img/bg/next.png);
}

.com_button.style1:hover, .com_button.style2:hover, .com_button.style3:hover, .com_button.style4:hover {
    border-color: #3a75fb;
    background-color: #3a75fb;
    color: #fff;
}

.com_button.style1:hover {
    background-image: url(https://admin.dto.jp/img/bg/next_on.png);
}

.com_description.style1.margin_top {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.image_form .image {
    margin-top: 10px;
}

.image_form .image img {
    max-width: 200px;
    max-height: 200px;
}

.inactiveMixin {
    content: "";
    position: absolute;
    display: block;
}

.beforeAnimation {
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}

.afterAnimation {
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}

.toggleWrapper input.mobileToggle {
    opacity: 0;
    position: absolute;
}

.toggleWrapper input.mobileToggle + label {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: 0.4s ease;
    height: 30px;
    width: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 60px;
}

.toggleWrapper input.mobileToggle + label:before {
    content: "";
    position: absolute;
    display: block;
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    height: 30px;
    width: 51px;
    top: 0;
    left: 0;
    border-radius: 30px;
}

.toggleWrapper input.mobileToggle + label:after {
    content: "";
    position: absolute;
    display: block;
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    background: whitesmoke;
    height: 28px;
    width: 28px;
    top: 1px;
    left: 0px;
    border-radius: 60px;
}

.toggleWrapper input.mobileToggle:checked + label:before {
    background: #2ecc71;
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}

.toggleWrapper input.mobileToggle:checked + label:after {
    left: 24px;
}

/* Diary Management */
.attention {
    padding: 20px;
    margin-bottom: 60px;
    background-color: #f9f9f9;
}

.attention .title {
    font-weight: bold;
    margin-bottom: 10px;
}
.com_red {
    color: #dd0000;
}
.com_size_large {
    font-size: 18px;
}

ul.attention-list li {
    list-style-type: none;
    text-indent: -0.8em;
    margin-bottom: 0.5em;
    margin-left: -25px;
}

ul.attention-list li:last-child {
    margin-bottom: 0;
}

ul.attention-list li:before {
    display: inline;
    content: "※";
}

table.diary_management_table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
}

table {
    border-collapse: collapse;
}

table.diary_management_table th {
    border-top: solid 1px #ccc;
    padding: 10px 0;
}

table.diary_management_table td, table.diary_management_table th {
    border-bottom: solid 1px #ccc;
    background-color: #fff;
}

table.diary_management_table td.style1, table.diary_management_table th.style1 {
    font-weight: bold;
    font-size: 14px;
    width: 100px;
}

table.diary_management_table td.style2, table.diary_management_table th.style2 {
    width: 75px;
    text-align: center;
}

table.diary_management_table td.style3, table.diary_management_table th.style3 {
    width: 40%;
    text-align: center;
}

table.diary_management_table td.style4, table.diary_management_table th.style4 {
    width: 15%;
    white-space: nowrap;
    text-align: center;
}

table.diary_management_table td.style6, table.diary_management_table th.style6 {
    width: 15%;
    white-space: nowrap;
    text-align: center;
    white-space: nowarap;
}

table.diary_management_table td a {
    text-decoration: none;
    color: #000;
}

table.diary_management_table td.style2 .image img {
    display: block;
    width: 75px; 
    height: 100px;
}

table.diary_management_table td.style3 .com_table {
    margin: auto;
    width: 270px;
}
.com_table {
    display: table;
}

.com_tr {
    display: table-row;
}

table.diary_management_table td.style3 .com_td {
    text-align: left;
    padding: 3px 5px;
    white-space: nowrap;
}
.com_td {
    display: table-cell;
}

.com_gray {
    color: #ccc;
}

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

.com_button.style4 {
    font-size: 12px;
    padding: 5px 10px;
}

#diary_widget_form label {
    margin-right: 20px;
}

span.title {
    position: absolute;
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    display: block;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}

.condition {
    text-align: right;
    margin-bottom: 15px;
}

.com_pager {
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: right;
    line-height: 100%;
}

.com_pager .disabled {
    color: #ccc;
    border-color: #fff;
}
.com_pager a, .com_pager span {
    display: inline-block;
    white-space: nowrap;
    padding: 8px;
    min-width: 16px;
    line-height: 16px;
    text-align: center;
}

.com_pager a:hover, .com_pager .current {
    background-color: #2498e9;
    border-color: #2498e9;
    color: #fff;
}

.com_pager a {
    text-decoration: none;
    color: #2498e9;
}

.list .action_button {
    margin-bottom: 20px;
    text-align: right;
}

.com_button.style2 {
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
}

td.image_item {
    padding: 0px !important;
}

.image_item .image {
    width: 80px;
    height: 80px;
}

.image_item .image img {
    vertical-align: bottom;
    width: 83px;
    height: 85px;
}

.diary-up-input table > thead > tr > th {
    background: #f6f6f6;
    padding: 10px;
    text-align: center;
    border: solid 1px #ccc;
}

.diary-up-input table tbody tr td.style1 {
    width: 25%;
    padding: 15px;
    background: #f6f6f6
}

.diary-up-input table tbody tr td.style2 {
    padding: 15px;
}

.diary-up-input td.style1 > span.required::after {
    content: "[必須]";
    color: rgb(221, 0, 0);
    float: right;
}

.com_margin_bottom.style2 {
    margin-bottom: 5px;
}

/* Video List */
.video-img img {
    max-width: 120px;
    max-height: 90px;
    vertical-align: middle;
}

.option {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

.video-list-table table > thead > tr > th {
    background: #f6f6f6;
    padding: 10px;
    text-align: center;
    border: solid 1px #ccc;
}

.video-list-table table > tbody > tr > td {
    padding: 10px;
    border: solid 1px #ccc;
    font-size: 14px;
}

#thumbnail {
    display: block;
    width: 160px;
    height: 160px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #fff;
}

#thumbnail div {
    display: table-cell;
    box-sizing: border-box;
    border: dotted 3px #ccc;
    height: 160px;
    padding: 10px;
    vertical-align: middle;
}

select {
    font-size: 14px;
    vertical-align: middle;
    font-family: メイリオ, Meiryo, "MS PGothic" !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(127, 157, 185);
    border-image: initial;
}

/* Review Page */
.list_condition {
    text-align: right;
    margin-bottom: 15px;
}

.list_condition form .item {
    margin-left: 10px;
}

.com_button.style4 {
    font-size: 12px;
    padding: 5px 10px;
}

.list_condition input[type="submit"] {
    margin-left: 20px;
    width: 100px;
}

td.center {
    text-align: center;
}

.note {
    float: right;
    color: #999;
    font-size: 12px;
}

.rate dl {
    margin-right: 20px;
}

.rate dl, .rate dl dt, .rate dl dd {
    display: inline-block;
}

.rate dl dt:after {
    content: ':';
}

/* Information Page */
.mark {
    display: inline-block;
    width: 100px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.mark.style1 {
    background-color: #3a75fb;
}

.mark.style5 {
    background-color: #00a5a5;
}

.information_list td.image {
    text-align: center;
    vertical-align: middle;
    width: 60px;
    height: 60px;
}

.information_list td.image img {
    width: 60px;
    height: auto;
    vertical-align: bottom;
}

.information_list td.image img.vertical {
    width: auto;
    height: 60px;
}

input.style4 {
    width: 100%;
}

.information_regist textarea.style1 {
    width: 100%;
    height: 200px;
}