body {
    color: #555555 !important;
}

.l-wrapper {
    max-width: 100% !important;
}

.content h2 {
    color: #555555 !important;
}

.container.container-header {
    max-width: 100% !important;
}

@media (min-width: 922px) {
    .site-content .ast-container {
        display: block;
    }
}

header.page-header {
    padding: 25px;
    border-bottom: 1px solid #DDD;
    box-shadow: 0 0 3px 3px #dddddd5c;
    margin-top: 21px;
    margin-bottom: 35px;
}

h1.page-title {
    margin-bottom: 0;
}

ul.breadcrumb__list.container {
    max-width: 100% !important;
}

.content table td {
    padding: 8px;

}

img.custom-logo {
    width: 200px;
}

form.rakuten_form_001 {
    border: 6px solid #93aec154;
    width: 100%;
    padding: 20px;
    margin-bottom: 25px;
}

.rakuten_title001 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 25px;
}

.rakuten_list_table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 13px;
}

.rakuten_list_table th,
.rakuten_list_table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.rakuten_list_table th {
    background-color: #f2f2f2;
}

.rakuten_list_table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.rakuten_list_table tr:nth-child(even) {
    background-color: #ffffff;
}

.rakuten_list_table tr:hover {
    background-color: #f1f1f1;
}

.rakuten_list_table .btn {
    padding: 10px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
}

.btn-blue {
    background-color: #9DBDBA;
    color: white;
    display: block;
    font-size: 10px;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    line-height: 1.2;
}

.btn-red {
    background-color: #F3B7AD;
    color: white;
    display: block;
    font-size: 10px;
    padding: 5px;
    border-radius: 4px;
    line-height: 1.2;
    text-align: center;
}

.drop-area {
    border: 3px dashed #93AEC1;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

.drop-area.dragover {
    border-color: #007bff;
    background-color: #f9f9f9;
}

.form_cat {
    display: flex;
    flex-wrap: wrap;
}

.no_parentsbox {
    padding: 10px;
}

.tab-container {
    margin: 20px 0;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

.tab-button {
    padding: 10px;
    cursor: pointer;
    background: none;
    font-size: 16px;
    margin-right: 10px !important;
    border-radius: 7px;
    margin-bottom: 10px !important;
    border: 2px solid #43657e;
    background-color: #ffffff;
    color: #43657e;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.parent-tab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.parent-tab .tab-button {
    margin: 0;
}

button.tab-button_child {
    padding: 8px;
    margin-right: 10px;
    background-color: #ffffff;
    border-radius: 7px;
    color: #64a9a3;
    border: 2px solid #9dbdba;
}

.no_parents_outer {
    display: flex;
    flex-wrap: wrap;
}

.parentslist {
    padding: 10px;
}

table.form_table002 th {
    padding: 8px;
}

h3.rakuten_tit002 {
    padding-left: 8px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #DDD;
}

table.form_table002 {
    width: 100%;
}

table.form_table002 td {
    padding: 8px;
}

table.form_table002 input {
    padding: 5px;
    border: 3px solid #93AEC1;
    width: 100%;
    border-radius: 5px;
}

.formelement_btn {
    text-align: center;
}

.formelement_btn input {
    width: 100%;
    margin-top: 25px;
    background-color: #93AEC1;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 2rem;
    padding: 5px;
    border-radius: 7px;
    border: none;
    cursor: pointer;
}

table.rakuten_list_table img {
    width: 150px;
}

button.tab-button.tab-button_child {
    margin-right: 10px;
    margin-bottom: 10px;
}

a.wp_editbtn {
    text-align: center !important;
    margin-top: 10px;
    background-color: #ffffff !important;
    border-radius: 100px !important;
    color: #e9b360 !important;
    padding: 5px 10px !important;
    margin-right: 4px;
    border: 2px solid #efc380;
}

h2.cat_name {
    background-color: #e69e90;
    padding: 5px 10px;
    color: #FFF;
    font-size: 18px;
    border-radius: 7px;
}

.childlist {
    padding: 10px;
}

a.btn.wp_detailbtn {
    background-color: #ffffff !important;
    color: #93aec1 !important;
    padding: 5px 10px;
    border-radius: 100px;
    margin-top: 5px;
    display: inline-block;
    border: 2px solid #93aec1;
    margin-bottom: 1px !important;
    margin-right: 5px;
}

a.btn.wp_editbtn02 {
    background-color: #efc380;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 100px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

.detail_btnbox {
    padding-top: 20px;
}

.rakuten-toggle-button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.rakuten-content-box {
    display: none;
    /* æœ€åˆã¯éžè¡¨ç¤º */
    padding: 20px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.rakuten_invox {
    border: 4px solid #DDD;
    border-radius: 9px;
    padding: 15px;
    margin-bottom: 35px;
}

textarea.rakuten_memo {
    font-size: 12px;
    line-height: 1.2;
    padding: 5px;
    color: #cb1515;
    min-height: 100px;
}


/* ドロップダウン全体のスタイル（選択中の背景色） */
/* デフォルトのスタイル */
.status-dropdown {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 10px;
    padding: 2px;
    line-height: 1.0;
    height: 25px;
}

/* Fallbackスタイル（JavaScriptが動作しない場合） */
.status-dropdown option[value="未対応"] {
    background-color: red;
    color: white;
}

.status-dropdown option[value="対応"] {
    background-color: blue;
    color: white;
}