@charset "utf-8";
@import url("reset.css");

html{
    background: #f0f0f0;
    font-size: 16px;
}

input[type="text"],
input[type="number"],
select{
    box-sizing: border-box;
    border: 1px solid #aaa;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    padding: 1px 5px;
}

input[type="text"].suggest_price{
    padding: 1px 12px 1px 5px;
}

input[type="text"]:focus,
input[type="number"]:focus,
select:focus{
    outline: none;
    border: 2px solid #dc143c;
    padding: 0 4px;
}

.company_list li.active input[type="text"]{
    outline: none;
    border: 2px solid #dc143c;
    padding: 0 4px;
}

input[type="text"].suggest_price:focus{
    padding: 0 11px 0 4px;
}


header{}

header .header_inner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5rem 1rem;
    background: #0a8ce1;
    margin: 0 0 0.5rem 0;
}

header .header_inner h2{
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    padding: 0 0 0 33px;
    position: relative;
}

header .header_inner .h_date{
    margin: 0 0 0 auto;
    color: #fff;
}


.page_top_wrapper{
    margin: 0 20px 10px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.page_top_wrapper dl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.page_top_wrapper dl dt{
    margin-right: 0.5em;
}

.page_top_wrapper dl dd{
    margin:0 3em 0 0;
}

.page_top_wrapper dl dd .open_date_picker{
    background: none;
    padding: 0;
    border: none;
    font-size: 1em;
    color: #054ba5;
    cursor: pointer;
}

/* input_field */
.input_field{
    margin: 0 10px 30px 10px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #0a8ce1;
}

.input_field .input_field_header{
    padding: 5px 10px;
    border-bottom: 1px solid #b2b2b2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input_field .input_field_header h2{
    font-weight: bold;
}

.input_field .input_field_inner{
    padding: 10px;
}

.input_dl_health_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.input_dl_health_wrapper .input_dl_box{
    margin: 0 2em 0 0;
}

.input_dl_health_wrapper .input_dl_box .input_dl_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid #dcdcdc;
}

.input_dl_health_wrapper .input_dl_box .input_dl_wrapper dl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.input_dl_health_wrapper .input_dl_box .input_dl_wrapper dl dt{
    width: 6em;
    text-align: center;
    background: #767676;
    padding: 5px 0;
    color: #fff;
}

.input_dl_health_wrapper .input_dl_box .input_dl_wrapper dl dd{
    min-width: 200px;
    padding: 0 5px;
}

.input_dl_health_wrapper .input_dl_box .input_dl_wrapper dl dd label{
    margin: 0 1em 0 0;
}

.input_dl_health_wrapper .input_dl_box .input_dl_wrapper2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid #dcdcdc;
    padding: 3px 0;
    margin-bottom: 3px;
}

.input_dl_health_wrapper .input_dl_box .input_dl_wrapper2 dl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.input_dl_health_wrapper .input_dl_box .input_dl_wrapper2 dl dt{
    width: 5em;
    text-align: right;
}

.input_dl_health_wrapper .input_dl_box .input_dl_wrapper2 dl dd{
    min-width: 150px;
}

.input_dl_health_wrapper .input_dl_box .input_dl_wrapper2 .display_title{
    padding: 0 0.6em;
    background: #e61919;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 1em 0 auto;
}

.health_price_box{
    border: 2px solid #cccccc;
    padding: 1px;
}

.health_price_box .box_title{
    text-align: center;
    background: #767676;
    padding: 0.1em 1em;
    color: #ffffff;
}

.health_price_box table{
    width: 100%;
}

.health_price_box table thead th{
    min-width: 4em;
    padding: 0.1em 0.5em;
    background: #f0f0f0;
    text-align: center;
}

.health_price_box table tbody td{
    padding: 0.3em 0.5em;
    text-align: right;
}

.input_wage_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0.5em 0 0 0;
}

.input_wage_wrapper .kigo{
    margin: auto 0.5em 0 0;
    padding: 0.1em 0;
}

.input_wage_wrapper dl{
    margin: 0 0.5em 0 0;
}

.input_wage_wrapper dl.dl_flex{
    margin: auto 1em 0 0;
    display: flex;
    justify-content: flex-start;
}

.input_wage_wrapper .wage_display,
.input_wage_wrapper .insurance_price_display,
.input_wage_wrapper .tax_price_display{
    display: block;
    font-size: 1rem;
    padding: 0 0.3em;
    width: 90px;
    height: 1.8em;
    line-height: 1.8em;
    background: #e7f4fc;
    text-align: right;
}

.input_wage_wrapper .total_price_display{
    display: block;
    font-size: 1rem;
    padding: 0 0.3em;
    width: 90px;
    height: 1.8em;
    line-height: 1.8em;
    background: #fef2eb;
    text-align: right;
}

.input_wage_wrapper .sub_total_price_display{
    display: block;
    font-size: 1rem;
    padding: 0 0.3em;
    width: 90px;
    height: 1.8em;
    line-height: 1.8em;
    text-align: right;
}

.input_detail_style01{}

.input_detail_style01 .ids_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 3px 0;
    margin-bottom: 3px;
}

.input_detail_style01 .ids_wrapper dl{
    margin: 0 15px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.input_detail_style01 .ids_wrapper dl dt{
    width: 7em;
    text-align: center;
    background: #767676;
    padding: 5px 0;
    color: #fff;
}

.input_detail_style01 .ids_wrapper dl dd{
    padding: 3px 10px;
}

.input_detail_style01 .ids_wrapper dl dd p{
    margin-top: 8px;
}

.input_detail_style01 .ids_wrapper dl dd ul.checklist{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 10px 0;
}

.input_detail_style01 .ids_wrapper dl dd ul.checklist li{
    margin: 0 2em 0 0;
}

.input_detail_style01 .ids_wrapper dl dd ul.checklist li label{
    cursor: pointer;
}

.input_detail_style01 .ids_wrapper dl dd ul.checklist li input[type="checkbox"],
.input_detail_style01 .ids_wrapper dl dd ul.checklist li input[type="radio"]{
    margin-right: 5px;
}

.input_detail_style01 .detail_list{}

.input_detail_style01 .detail_list thead tr th{
    text-align: center;
    background: #767676;
    padding: 0.2em 0.5em;
    color: #ffffff;
    border-top: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
}

.input_detail_style01 .detail_list thead tr:first-child th{
    border-top: none;
}

.input_detail_style01 .detail_list thead tr th:first-child{
    border-left: none;
}

.input_detail_style01 .detail_list thead tr th:last-child{
    border-right:none;
}

.input_detail_style01 .detail_list tbody.default_detail.active{
    background: #fffcaf;
}

.input_detail_style01 .detail_list tbody tr td{
    border: 2px solid #e5e5e5;
    padding: 0.2em 0.5em;
}

.input_detail_style01 .detail_list tbody tr.b_border td{
    border-bottom: 2px solid #767676;
}

.input_detail_style01 .detail_list tbody tr td:first-child{
    border-left: none;
}

.input_detail_style01 .detail_list tbody tr td:last-child{
    border-right:none;
}



.input_detail_style02{}

.input_detail_style02 .ids_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 3px 0;
    margin-bottom: 3px;
}

.input_detail_style02 .ids_wrapper dl{
    margin: 0 15px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.input_detail_style02 .ids_wrapper dl dt{
    width: 7em;
    text-align: center;
    background: #767676;
    padding: 5px 0;
    color: #fff;
}

.input_detail_style02 .ids_wrapper dl dd{
    padding: 3px 10px;
}

.input_detail_style02 .ids_wrapper dl dd p{
    margin-top: 8px;
}

.input_detail_style02 .ids_wrapper dl dd ul.checklist{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 10px 0;
}

.input_detail_style02 .ids_wrapper dl dd ul.checklist li{
    margin: 0 2em 0 0;
}

.input_detail_style02 .ids_wrapper dl dd ul.checklist li label{
    cursor: pointer;
}

.input_detail_style02 .ids_wrapper dl dd ul.checklist li input[type="checkbox"],
.input_detail_style02 .ids_wrapper dl dd ul.checklist li input[type="radio"]{
    margin-right: 5px;
}

.input_detail_style02 .detail_tax_list{}

.input_detail_style02 .detail_tax_list thead tr th{
    text-align: center;
    background: #767676;
    padding: 0.2em 0.5em;
    color: #ffffff;
    border-top: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
}

.input_detail_style02 .detail_tax_list thead tr:first-child th{
    border-top: none;
}

.input_detail_style02 .detail_tax_list thead tr th:first-child{
    border-left: none;
}

.input_detail_style02 .detail_tax_list thead tr th:last-child{
    border-right:none;
}

.input_detail_style02 .detail_tax_list tbody.default_detail.active{
    background: #fffcaf;
}

.input_detail_style02 .detail_tax_list tbody tr td{
    border: 2px solid #e5e5e5;
    padding: 0.2em 0.5em;
}

.input_detail_style02 .detail_tax_list tbody tr.b_border td{
    border-bottom: 2px solid #767676;
}

.input_detail_style02 .detail_tax_list tbody tr td:first-child{
    border-left: none;
}

.input_detail_style02 .detail_tax_list tbody tr td:last-child{
    border-right:none;
}

.primary_button{
    display: inline-block;
    min-width: 80px;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    background: #054ba5;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    padding: 2px 10px;
    cursor: pointer;
}
.primary_button:hover:not(:disabled){
    opacity: 0.8;
}
.primary_button:disabled,
.primary_button:disabled:hover {
    background-color: #838383;
    cursor: default;
}

.ids_wrapper dl dd table{}

.ids_wrapper dl dd table thead th{
    text-align: center;
    background: #767676;
    padding: 0.2em 0.5em;
    color: #ffffff;
    border-right: 2px solid #e5e5e5;
}

.ids_wrapper dl dd table thead th:last-child{
    border-right: none;
}

.ids_wrapper dl dd table tbody td{
    background: #fff;
    padding: 0.2em 0.5em;
    border: 1px solid #e5e5e5;
}

.ids_wrapper dl dd table tbody td button{
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    background: #054ba5;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    padding: 2px 10px;
    cursor: pointer;
}

.ids_wrapper dl dd table tbody td button.erase_campaign{
    color: #fff;
    background: #999;
}

.ids_wrapper dl dd table tbody td button:hover{
    opacity: 0.8;
}

.ids_wrapper dl dd table tbody td:first-child{
    border-left: none;
}

.ids_wrapper dl dd table tbody td:last-child{
    border-right: none;
}

.ids_text{
    border-bottom: 1px solid #dcdcdc;
    padding: 3px 0;
    margin-bottom: 3px;
}

.ids_text p{
    margin-bottom: 5px;
    padding: 0 1em;
}

.ids_text .all_check_btn{
    margin: 0 0 0.5em 0;
}

.ids_text .all_check_btn button{
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    background: #054ba5;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    padding: 2px 10px;
    cursor: pointer;
}

.ids_text .all_check_btn button:hover{
    opacity: 0.8;
}

.ids_text table{}

.ids_text table thead th{
    text-align: center;
    background: #767676;
    padding: 0.2em 0.5em;
    color: #ffffff;
    border-right: 2px solid #e5e5e5;
}

.ids_text table thead th:last-child{
    border-right: none;
}

.ids_text table tbody td{
    background: #fff;
    padding: 0.2em 0.5em;
    border: 2px solid #e5e5e5;
}

.ids_text table tbody td button,
.ids_text table tbody td input[type="button"]{
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    background: #054ba5;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    padding: 2px 10px;
    cursor: pointer;
}

.ids_text table tbody td button:hover,
.ids_text table tbody td input[type="button"]:hover{
    opacity: 0.8;
}

.ids_text table tbody td:first-child{
    border-left: none;
}

.ids_text table tbody td:last-child{
    border-right: none;
}

/* arrangement_list */
.arrangement_list{
    margin: 0 10px 30px 10px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #0a8ce1;
}

.arrangement_list .arrangement_list_header{
    padding: 5px 10px;
    border-bottom: 1px solid #b2b2b2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrangement_list .arrangement_list_header h2{
    font-weight: bold;
}

.arrangement_list .arrangement_list_inner{
    padding: 10px;
}

.arrangement_list .arrangement_list_inner table{}

.arrangement_list .arrangement_list_inner table thead th{
    text-align: center;
    background: #767676;
    padding: 0.2em 0.5em;
    color: #ffffff;
}

.arrangement_list .arrangement_list_inner table thead th.r_border{
    border-right: 2px solid #e5e5e5;
}

.arrangement_list .arrangement_list_inner table tbody td{
    border: 2px solid #e5e5e5;
    padding: 0.2em 0.5em;
}

.arrangement_list .arrangement_list_inner table tbody tr td:first-child{
    border-left: none;
}

.arrangement_list .arrangement_list_inner table tbody tr.list_tr.work td:nth-child(2){
    vertical-align: middle;
    line-height: 0;
}

.arrangement_list .arrangement_list_inner table tbody tr td .edit_box_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrangement_list .arrangement_list_inner table tbody tr td .edit_box_wrapper span{
    margin-right: 5px;
    display: none;
}

.arrangement_list .arrangement_list_inner table tbody tr.changeFlag td .edit_box_wrapper span{
    display: block;
}


.arrangement_list .arrangement_list_inner table tbody tr td[class^="input_total_price_display"],
.arrangement_list .arrangement_list_inner table tbody tr td[class^="tax_price_display_detail"]{
    border-right: none;
}

.arrangement_list .arrangement_list_inner table tbody td input.editBtn{
    width: 30px;
    height: 30px;
    border: none;
    background: url("../shared/icon_edit.png") no-repeat 5px 5px #054ba5;
    background-size: 20px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.arrangement_list .arrangement_list_inner table tbody td input.deleteBtn{
    width: 30px;
    height: 30px;
    border: none;
    background: url("../shared/icon_delete.png") no-repeat 5px 5px #7d7d7d;
    background-size: 20px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.arrangement_list .arrangement_list_inner table tbody td input:hover{
    opacity: 0.8;
}

.arrangement_list .arrangement_list_inner table tbody tr.work td .job{
    display: inline-block;
    padding: 3px;
    background: #328264;
    color: #fff;
    line-height: 1em;
}

.arrangement_list .arrangement_list_inner table tbody tr.wait td .job{
    display: inline-block;
    padding: 3px;
    background: #1e55a0;
    color: #fff;
    line-height: 1em;
}

.arrangement_list .arrangement_list_inner table tbody tr.payment td .job{
    display: inline-block;
    padding: 3px;
    background: #e61919;
    color: #fff;
    line-height: 1em;
}

.arrangement_list .arrangement_list_inner table tbody tr.holiday td .job{
    display: inline-block;
    padding: 3px;
    background: #784619;
    color: #fff;
    line-height: 1em;
}

.arrangement_list .arrangement_list_inner table tbody tr td .staff_display{
    display: inline-block;
    padding: 2px;
    border: 2px solid #f3aba8;
    color: #e91925;
    line-height: 1em;
    font-size: 0.9em;
}

.arrangement_list .arrangement_list_inner table tfoot .summary_row td {
    padding: 0.2em 0.5em;
    vertical-align: top;
}
.arrangement_list .arrangement_list_inner table thead .summary_row td {
    padding: 0.2em 0.5em;
    vertical-align: bottom;
}


.total_box_wrapper{
    margin: 0.5em 1em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.count_total_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.count_total_box .ct{
    margin: 0 3em 0 0;
}

.count_total_box .ct .ct_icon{
    display: inline-block;
    padding: 3px;
    color: #fff;
    line-height: 1em;
    margin: 0 0.5em 0 0;
}

.count_total_box .ct_person_total .ct_icon{
    color: #000;
}

.count_total_box .ct_work .ct_icon{
    background: #328264;
}

.count_total_box .ct_wait .ct_icon{
    background: #1e55a0;
}

.count_total_box .ct_payment .ct_icon{
    background: #e61919;
}

.count_total_box .ct_holiday .ct_icon{
    background: #784619;
}

.price_total_box{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 0 68px;
}

.price_total_box .total_day_prices{
    width: 79px;
    text-align: right;
}

.price_total_box .price_total_wrap01{
    width: 155px;
    text-align: right;
}

.price_total_box .price_total_wrap02{
    width: 66px;
    text-align: right;
}

.price_total_box .price_total_wrap03{
    width: 96px;
    text-align: right;
}

/* タブ */
.master_header{
    margin: 0 10px;
    border-bottom: 2px solid #0a8ce1;
}

.master_header_menu{}

.tabs {
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px;
}

.tabs .tab {
    margin: 0 5px 0 0;
}

.tabs .tab a {
    padding: 0.2em 1em 0.1em 1em;
    display: block;
    color: #222;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
    background: #cccccc;
}

.tabs .tab.active a{
    color: #fff;
    background: #0a8ce1;
}

.master_description {
    padding: 5px 10px;
}

/*検索ボックス*/
.search_box{
    display: inline-block;
    padding: 10px;
    border: 1px solid #0a8ce1;
    margin: 0 0 1em 0;
    white-space: nowrap;
}

.search_box .search_box_inner{
    display: flex;
    justify-content: flex-start;
}

.search_box .search_box_inner .sb_input{}

.search_box .search_box_inner .sb_input .sb_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.search_box .search_box_inner .sb_input .sb_wrapper:last-child{
    margin-bottom: 0;
}

.search_box .search_box_inner .sb_input .sb_wrapper dl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 1em 0 0;
}

.search_box .search_box_inner .sb_input .sb_wrapper dl dt{
    padding: 0.2em 0.5em;
    background: #ddf4ff;
    margin: 0 0.5em 0 0;
}

.search_box .search_box_inner .sb_input .sb_wrapper dl dd{}

.search_box .search_box_inner .sb_input .sb_wrapper .s_delete{}

.search_box .search_box_inner .sb_input .sb_wrapper .s_delete input[type="checkbox"]{
    margin: 0 0.2em 0 0;
}

.search_box .search_box_inner .sb_submit{
    margin: 0 0 0 2em;
}

.search_box .search_box_inner .sb_submit button{
    display: inline-block;
    min-width: 80px;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    background: #054ba5;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    padding: 2px 10px;
    cursor: pointer;
}

.search_box .search_box_inner .sb_submit button:hover{
    opacity: 0.8;
}

/* ファンクションキー メニュー */
.function_menus_wrapper {
    margin: 15px 0;
}
.function_menus ul {
    padding: 0;
    margin: 0;
}
.function_menus li {
    list-style: none;
}
.function_menus {
    display: flex;
    flex-direction: row;
    gap: 25px;
    background:#054ba5;
    margin: 0;
    padding: 12px 0 20px 0;
    justify-content: center;
    width: 100%;
}
.function_menus {
    position: fixed;
    bottom: 0;
}
.function_menus .function_keys {
    display: flex;
    flex-direction: row;
    /*gap: 5px;*/
}

.function_menus .function_key .function_key_name{
    color: #fff;
}

.function_menus .function_key.disabled .function_key_name {
    color: #82a5d2;

}
.function_menus .function_key {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100px;
    text-align: center;
    position: relative;
}

.function_menus .function_key:before{
    content: "";
    display: block;
    width: 1px;
    height: 22px;
    background: #ccc;
    position: absolute;
    bottom: 4px;
    right: 0;
}

.function_menus .function_key:last-child:before{
    display: none;
}

.function_menus .function_key button {
    height: 30px;
    font-size: 1em;
    background: #fff;
    border: none;
    cursor: pointer;
}

.function_menus .function_key.disabled button{
    cursor: default;
}

.function_menus .function_key button:focus{
    outline: none;
}

.function_menus .function_key:first-child button{
    border-radius: 15px 0 0 15px;
}

.function_menus .function_key:last-child button{
    border-radius: 0 15px 15px 0;
}

.function_color_green{
    color: #328264;
}

.function_color_red{
    color: #e61919;
}

.function_color_blue{
    color: #054ba5;
}

.function_color_brown{
    color: #784619;
}

.popup_box{
    padding: 10px;
}

.popup_box .popup_box_header{
    padding: 5px 10px;
    border-bottom: 1px solid #b2b2b2;
}

.popup_box .popup_box_header h2{
    font-weight: bold;
    font-size: 1.1em;
}

.popup_box .popup_box_inner{
    padding: 10px;
}

/*サジェストを一番上にするための設定*/
.ui-front{
    z-index: 2000 !important;
}
.ui-datepicker{
    z-index: 2000 !important;
}

/* サジェストの高さ制限 */
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    /*padding-right: 20px;*/
}
.ui-autocomplete .ui-menu-item-wrapper {
    white-space: nowrap;
}

/* 動的に追加されるサジェスト全件ドロップダウン表示のためのスタイル */
.suggest-wrapper {
    position: relative;
}
/*.suggest-wrapper button.suggest-all-button:hover,*/
.suggest-wrapper button.suggest-all-button {
    border: none;
    background: none;
    width: 16px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 1px;
    right: 3px;
}

.picker-date-class-holiday a.ui-state-default {
    background-color: #ffc1c1;
}
.picker-date-class-saturday a.ui-state-default {
    background-color: #c1e0ff;
}
.picker-date-class-finished a.ui-state-default {
    background-color: #aae7ac;
}


/*ページャ*/
.pager{
    margin: 1em 0;
    font-size: 0.76em;
}

.pager ul{
    display: flex;
    align-items: center;
}

.pager ul li{
    margin-right: 0.3em;
}

.pager ul li button{
    padding: 0.3em 0.6em;
    line-height: 1.2;
    border: 1px solid rgba(255,255,255,0);
    background: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    box-shadow: 1px 1px 0 0 rgba(0,0,0,0.2);
    font-size: 0.96em;
}

.pager ul li button .svg-inline--fa{
    color:#0f1177;
    height: 0.6em;
    transform: translateY(0.05em);
}

.pager ul li.page_first .lbl,
.pager ul li.page_prev .lbl{
    margin-left: 0.5em;
}

.pager ul li.page_last .lbl,
.pager ul li.page_next .lbl{
    margin-right: 0.5em;
}

.pager ul li button:hover{
    border: 1px solid #0f1177;
}

.pager ul li button:disabled{
    cursor: auto;
    background: none;
    box-shadow: none;
}

.pager ul li button:disabled:hover{
    border: 1px solid rgba(255,255,255,0);
}

.pager ul li button:disabled .svg-inline--fa{
    opacity: 0.3;
}

.pager ul li .current_page{
    margin: 0 0.6em;
}

/*汎用*/
.ta_center{
    text-align: center;
}

.ta_left{
    text-align: left;
}

.ta_right{
    text-align: right;
}

.fc_red{
    color: #ff0000;
}

/*横幅汎用*/
.w10{
    width: 10px;
}

.w20{
    width: 20px;
}

.w30{
    width: 30px;
}

.w40{
    width: 40px;
}

.w60{
    width: 60px;
}

.w80{
    width: 80px;
}

.w100{
    width: 100px;
}

.w120{
    width: 120px;
}

.w150{
    width: 150px;
}

.w200{
    width: 200px;
}

.w250{
    width: 250px;
}

.w300{
    width: 300px;
}

.w400{
    width: 400px;
}

.w450{
    width: 450px;
}

.w500{
    width: 500px;
}
