@charset "UTF-8";
/* distribution
---------------------------------------------------------- */

/* 配信情報
---------------------------------------------------------- */

/*ul.create_button_wrap li:first-child {
    padding-right: 10px;
    border-right: 1px solid #333;
}*/
/*ul.create_button_wrap li:nth-child(2) {
    padding-left: 5px;
}*/

.common .h2_wrap {
    padding: 2px 0px 0px 10px;
}
.common .h2_wrap h2 {
    padding: 0 8px 0 8px;
    height: 40px;
    line-height: 2.395em;
}
.h2_wrap_contents {
    margin-top: 6px;
}
.create_box ul li:last-child {
    margin-right: unset !important;
}
.create_box li span.button_style:hover {
    opacity: 0.65!important;
}
.create_box li:last-child span.button_style:hover {
    cursor: pointer;
}
.button-link:active span {
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}
.container .button_style:active {
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}

.left_content {
    width: calc(100% - 330px - 10px);
    float: none;
    overflow: auto;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    overflow: hidden;
}
.left_content .btn_wrap .btn_inner {
    padding: 10px 15px 7px;
}

.left_content .btn_wrap .btn_inner p {
    text-align: left;
}
.left_content .btn_wrap .btn_inner .button_create {
    padding: 18px 20px 20px 19px;
    background-position: 4px 4px;
}
.left_content .create_box {
    float: left;
    width: 330px;
}
.left_content .create_box ul li {
    width: 110px;
}
.left_content .refine_box {
    width: auto;
    border-left: 1px solid #ccc;
    float: left;
}
.left_content .refine_box .refine {
    margin-right: 5px;
}
.left_content .refine_box .button_style_blue:active {
    box-shadow: none;
    margin-top: 0;
    transform: translate3d(0, 2px, 0);
}
.left_content .refine_box_right {
    float: right;
    text-align: left;
    padding: 8px 0px 7px 20px;
    margin-left: 20px;
}
.left_content .refine_box_right p {
    float: left;
    font-size: 108%;
    line-height: 23px;
    height: 23px;
    padding-top: 2px;
}
.left_content .refine_box_right span {
    display: inline-block;
    float: none;
    margin-top: 5px;
}
.left_content .left_content_in {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.left_content .left_content_in .btn_wrap {
    flex: 0 0 auto;
}
.left_content_in {
    padding: 0;
    overflow-y: auto;
    overflow-x: inherit;
}
.left_content .left_content_in .scrollContainer {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.left_content .scrollContainer {
    overflow: auto;
}
.left_content table {
    width: 100%;
}
.left_content table th {
    background: #CCCCCC;
    font-weight: bold;
    padding: 5px;
}
.left_content table td {
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    font-size: 93%;
    cursor: pointer;
    border-top: none;
    border-left: 0px;
    color: #333;
    padding: 1px 0 0;
}
.left_content table td .thumbnail_inner_first {
    border: 0px;
    text-align: center;
}
.left_content table td .cancel_button {
    cursor: pointer;
    display: block;
    border-radius: 20px;
    color: #32435F;
    text-align: center;
    background: #CCCCCC;
    box-shadow: 0 2px 0 rgba(122, 122, 122, 1);
    padding: 5px 5px;
    white-space: nowrap;
    position: inherit;
    width: 65px;
    right: 0;
    margin: 0px auto;
    left: 0;
}
.left_content table td .cancel_button:not(.disabled):active {
    box-shadow: none!important;
    margin-top: 0;
    transform: translate3d(0, 2px, 0);
}
.left_content table td .cancel_button.disabled {
    box-shadow: none!important;
    background: #EDEDED;
    color: #999999;
    cursor: default !important;
}
.left_content table td:first-child {
    /* width: 250px; */
    padding: 1px 0px 0px 1px;
}
.left_content table td.btnCell p {
    padding: 4px 5px 6px;
    line-height: 100%;
}
.left_content table tr:hover td p {
    background: #E4EBF1;
}
.left_content table td p {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}
.left_content table th,
.left_content table th p {
    border-left: 0px;
    border-right: 1px dotted #999999;
    background: #CCCCCC;
    color: #333333;
    padding: 5px;
    font-weight: bold;
}
.left_content .request_number {
    text-align: center;
}

.box_sub_height_1 {
    height: 100%;
}
.box_sub_height_2 {
    z-index: 1;
    background: #FFF;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
    height: 100%;
    flex: 1 1 auto;
}
.bottomBox {
    height: 100%;
    overflow: hidden;
    border-top: 0;
}
.bottomBox .bottomBoxHead {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
}
.bottomBox .bottomBoxIn {
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 25px solid #00427D;
    padding-bottom: 3px;
}
.bottomBox .bottomBoxIn p.info {
    padding-top: 20px;
}
span.btn_point img {
    z-index: 1;
    position: absolute;
    left: 2px;
    top: 10px;
}
span.btn_point {
    position: relative;
    width: 20px;
    top: -10px;
    left: 50%;
    display: inline-block;
}

.right_content {
    flex: 1 1 auto;
    width: 330px;
}
.right_content .scrollContainer {
    height: 100%;
    overflow: auto;
}
.right_content .table_wrap.view_table table td {
    min-width: auto;
}
.right_content table {
    height: auto;
    min-width: initial;
}
.right_content table td {
    width: auto !important;
    border-top: none;
    border-bottom-color: #CCCCCC;
    border-right-color: #ACACAC;
    vertical-align: middle;
}
.right_content table td:last-child {
    border-right: none;
}
.right_content table .total_row td {
    border-bottom: none;
}
.right_content table tfoot td {
    border-top: none;
}
.right_content table tr td:last-child {
    border-right: none;
    vertical-align: middle;
}

.right_content .slide.separator {
    min-height: 5px;
}
.right_content_top {
    overflow-y: auto;
}
.right_content_top .scrollContainerWrap {
    overflow: auto;
}
.right_content_bottom_in {
    height: 100%;
}
.right_content_bottom .scrollContainerWrap {
    overflow: auto;
}
.right_content .sub_title_wrap {
    padding: 0px;
    width: 100%;
}
.right_content .bottomBoxHead {
    background: #298CB4;
}
.right_content h3 {
    background: #298CB4;
    color: #FFF;
    text-align: left;
    padding: 10px;
    margin-bottom: 0px;
    font-size: 108%;
    position: relative;
}
.right_content .bottomBox h3 {
    background: none;
    display: inline-block;
    text-align: left;
}

.create_box li#open-regist a span.button_style {
    background: url(../../../img/ico_regist.jpg) no-repeat center center #FFF;
    background-size: 33px;
    background-position: 2px 50%;
}
.create_box li#open-reregist a span.button_style {
    background: url(../../../img/ico_re_regist.jpg) no-repeat center center #FFF;
    background-size: 33px;
    background-position: 2px 50%;
}
table .failure td,
table .failure td p,
table .request_failure td,
table .request_failure td p {
    color: #CC3333;
}
table .request_failure td,
table .request_failure td p {
    background: #E6E6E6;
}
table .preparation td,
table .preparation td p {
    color: #339933;
}

.registHeadSelect {
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
}
.registHeadSelect .selectstyle {
    width: 200px;
}

/* modal */
.modal .modal_text_Wrap ul li:first-child {
    margin: 0 20px 0 10px;
}
.modal .modal_text_Wrap ul li {
    float: left;
    font-weight: bold;
    margin-right: 10px;
}
.modal table th {
    vertical-align: middle;
}
.modal table td {
    vertical-align: middle;
}
.modal table td label {
    margin-right: 10px;
}

.modal .modalSubTitle {
    width: 100%;
    background: #EEEEEE;
    padding: 12px 0px;
    margin-bottom: 5px;
    vertical-align: middle;
    font-weight: bold;
    border-top: 10px solid #FFF;
    border-bottom: 4px solid #FFF;
}
.modal .modal_left_table_box {
    margin-bottom: 10px;
    flex-grow: 1;
}
.modal .modal_center_btn_box {
    text-align: center;
    margin-bottom: 10px;
    padding: 0 5px 0 6px;
    align-self: center;
    flex-grow: 0;
}
.modal .modal_right_table_box {
    margin-bottom: 10px;
    flex-grow: 1;
}
.modal .btn_add_box {
    padding-top: 20px;
}
.modal .modal_table th {
    padding: 0;
    border-top: none;
    border-bottom: none;
}
.modal .modal_table td {
    padding: 0;
}
.modal a.button_style {
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 2px 0 rgba(204, 204, 204, 1);
    float: none;
    display: inline-block;
    color: #32435F;
    text-align: center;
    background: #CCCCCC;
    box-shadow: 0 2px 0 rgba(122, 122, 122, 1);
    padding: 4px 10px 2px;
    margin: 0 auto;
}
.modal a.button_style:hover {
    opacity: 0.65;
}
.modal a.button_style:active {
    box-shadow: none;
}
.modal a.button_style.disabled {
    opacity: 1 !important;
    box-shadow: none !important;
    background: #EDEDED !important;
    color: #949494 !important;
    transform: translate3d(0, 0, 0) !important;
}
.modal table {
    width: 100%;
}
#select_file a {
    display: none;
}
.modal .modal_hand_center_btn_box {
    text-align: center;
    margin-bottom: 10px;
    padding: 0 5px 0 6px;
    align-self: center;
}
.modal .scrollContainer.border {
    border: solid 1px #9A9A9A;
}
.modal .btn_add:hover {
    opacity: 0.65;
}
.modal .btn_add:active {
    background: url(../../../img/btn_other_on.png) no-repeat center center !important;
    transform: translate3d(0, 2px, 0);
}
.modal .btn_add:after {
    content: url("../../../img/ico_arrow_d.png");
    position: absolute;
    top: 5px;
    right: 8px;
}
.modal .modal_bottom {
    text-align: left;
}
.modal .btn_box {
    margin-bottom: 4px;
}
.modal .modal_table.border {
    border: solid 1px #999999;
}
.modal .modal_table th {
    border-right: 1px dotted #999999;
    margin: 1px;
    font-size: 88%;
    padding: 4px 0px;
    background: #CCC;
}
.modal .modal_table th:last-child {
    border-right: none;
}
.modal .modal_table td .thumbnail_inner {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: 1px dotted #aaa;
    padding: 3px;
    margin: 1px 0px;
}
.modal .modal_table tr .thumbnail_inner_first {
    border-left: 1px solid #aaa;
    margin-left: 2px;
}
.modal .modal_table tr.active .thumbnail_inner {
    border-top: 1px solid #00427D;
    border-bottom: 1px solid #00427D;
    border-right: 1px dotted #00427D;
    background: #CCD9E5 !important;
}
.modal .modal_table tr:hover td .thumbnail_inner {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: 1px dotted #aaa;
    background: #E4EBF1;
}
.modal .modal_table tr.active td .thumbnail_inner {
    border-top: 1px solid #00427d;
    border-bottom: 1px solid #00427d;
    background: #CCD9E5!important;
}
.modal .modal_table tr:hover td .thumbnail_inner_first {
    border-left: 1px solid #aaa;
}
#send_file_list_manual th:nth-child(3) {
    width: 30px;
}
#send_file_list_manual td:nth-child(3) .thumbnail_inner,
.modal .modal_table tr:hover td .thumbnail_inner_last {
    border-right: 1px solid #aaa;
}
#send_file_list_manual td:nth-child(3).thumbnail_inner,
.modal .modal_table tr.active td .thumbnail_inner_last {
    border-right: 1px solid #00427D;
}
#send_file_list_manual td:nth-child(4) .thumbnail_inner,
.modal .modal_table tr .thumbnail_inner_last {
    border-right: 1px solid #aaa;
    margin-right: 2px;
}
#send_file_list_manual a.del_button {
    padding: 1px 5px 0px 5px;
}
tr.ui-draggable-dragging .thumbnail_inner_last{
    border: none;
}
.modal .modal_table tr.active td .thumbnail_inner_first {
    border-left: 1px solid #00427D;
}
.modal .modal_table .active {
    border-top: 0px;
    border-bottom: 0px;
}
.modal a.del_button {
    position: absolute;
    left: 5px;
    padding: 1px 5px 1px 5px;
    margin: -2px 0 0 0;
    border-radius: 4px;
    cursor: pointer;
}
.modal .btn_box p.pull-left {
    padding-top: 5px;
}
.modal p.pull-left span {
    padding-left: 5px;
}
.modal .no-checkbox * {
    color: #B3B3B3;
}
.modal .no-checkbox label {
    padding-left: 24px;
}
.modal .modal_table.file_table tr td:last-child .cell_inner {
    text-align: right;
    padding-right: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.modal .modal-scrollContainer {
    overflow: auto;
}
#hand_tab .playlist_show_setting {
    padding-top: 10px;
}
.modal .modal_hand_left_box_left {
    flex-grow: 1;
    position: relative;
}
.modal .modal_hand_left_box_left .scrollContainer {
    overflow: auto;
}
.modal .modal_hand_left_box_left .accordion li.groupItem:first-child {
    background: none;
}
.modal .modal_hand_left_box_right {
    flex-grow: 1;
}
.modal .modal_flex_row {
    display: flex;
    flex-direction: row;
    margin: 0 5px 10px 5px;
}
.modal .modal_flex_row .modal_hand_left_table_box {
    width: calc((100% - 60px) * 6/10);
}
.modal .modal_flex_row .modal_hand_center_btn_box {
    flex-grow: 0;
}
.modal .modal_flex_row .modal_hand_right_table_box {
    width: calc((100% - 60px) * 4/10);
}
.modal .modal_table.hand_table tbody td:nth-child(2) {
    text-align: center;
}
.modal .modal_table th, .modal .modal_table td {
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}
.modal .active>.accordionText, .modal .selected>.accordionText {
    border-color: #0F426F;
    background-color: #CCD8E4;
}
.modal .accordion_inner {
    margin-top: 2px;
}
.modal_hand_left .accordion_inner,.modal_hand_left .accordion_inner dd {
    display: inherit;
    margin: 1px 0 0 10px;
}
.modal .accordion_inner_in>li {
    margin: 0 0 0 10px;
    padding: 0 0 1px 40px;
}
.modal .accordion_inner_in>li:first-child {
    background: url(../../../img/bg_kakko_02.png) no-repeat left center;
}
.modal .accordion_inner_in>li .accordionText {
    background-image: url(../../../img/ico_group.png);
}
.modal .accordion_inner_in>li.terminal .accordionText {
    background-image: url(../../../img/ico_terminal.png);
}
.modal .accordion_inner_in>li .accordionText.commonItem {
    background-image: url(../../../img/ico_group.png);
}
.modal .accordion_inner_in>li:hover .accordionText {
    background-color: #E4EBF1;
}
.modal .accordion_inner_in>li.selected .accordionText {
    border-color: #0F426F;
    background-color: #CCD8E4;
}
.modal .modal_table.file_table tbody tr td .cell_inner {
    padding-top: 3px;
    padding-bottom: 2px;
}
.modal .reregist_modal_in table th {
    vertical-align: top;
}
.modal .reregist_modal_in table td .modal_form_row {
    margin-bottom: 10px;
}
.modal .reregist_modal_in table td .modal_form_row label.label {
    font-weight: bold;
    width: 100px;
    display: inline-block;
    margin-right: 10px;
}
.nowrap {
    white-space: nowrap !important;
}
.modal #terminal_list a {
    display: none;
}
.no-checkbox input {
    display: none;
}
/*******/

.sankaku_right {
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left: 20px solid #666;
}
.modal .terminal_box_area {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.modal .terminal_box_area .terminal_box {
    width: 100px;
    margin: 10px;
}
.modal .terminal_box .terminai_img {
    margin: 0 auto;
    width: 60px;
    height: 53px;
    margin-bottom: 5px;
    background: no-repeat 50% 50%;
    background-size: contain;
}
.modal .terminal_box .terminai_img.standby {
    background-image: url(../../../img/ico_terminal_01_as.png);
}
.modal .terminal_box .terminai_img.distributing {
    background-image: url(../../../img/ico_terminal_03_as.png);
}
.modal .terminal_box .terminai_img.complete {
    background-image: url(../../../img/ico_terminal_04_as.png);
}
.modal .terminal_box .terminai_img.error {
    background-image: url(../../../img/ico_terminal_05_as.png);
}
.modal .terminal_box .terminai_img.standby.FTP,
.modal .terminal_box .terminai_img.standby.SVR {
    background-image: url(../../../img/ico_terminal_01_as_svr.png);
}
.modal .terminal_box .terminai_img.distributing.FTP,
.modal .terminal_box .terminai_img.distributing.SVR {
    background-image: url(../../../img/ico_terminal_03_as_svr.png);
}
.modal .terminal_box .terminai_img.complete.FTP
.modal .terminal_box .terminai_img.complete.SVR {
    background-image: url(../../../img/ico_terminal_04_as_svr.png);
}
.modal .terminal_box .terminai_img.error.FTP
.modal .terminal_box .terminai_img.error.SVR {
    background-image: url(../../../img/ico_terminal_05_as_svr.png);
}
.modal .terminal_box .terminai_img.standby.BPLR {
    background-image: url(../../../img/ico_terminal_01_bs.png);
}
.modal .terminal_box .terminai_img.distributing.BPLR {
    background-image: url(../../../img/ico_terminal_03_bs.png);
}
.modal .terminal_box .terminai_img.complete.BPLR {
    background-image: url(../../../img/ico_terminal_04_bs.png);
}
.modal .terminal_box .terminai_img.error.BPLR {
    background-image: url(../../../img/ico_terminal_05_bs.png);
}
.modal .terminal_box .terminai_img.standby.WEB {
    background-image: url(../../../img/ico_terminal_01_bs_web.png);
}
.modal .terminal_box .terminai_img.distributing.WEB {
    background-image: url(../../../img/ico_terminal_03_bs_web.png);
}
.modal .terminal_box .terminai_img.complete.WEB {
    background-image: url(../../../img/ico_terminal_04_bs_web.png);
}
.modal .terminal_box .terminai_img.error.WEB {
    background-image: url(../../../img/ico_terminal_05_bs_web.png);
}
.modal .terminal_box .terminal_name {
    margin-bottom: 5px;
    word-break: break-all;
}
.modal .terminal_box .progress {
    background-color: #CCC;
    position: relative;
    width: 100%;
    height: 15px;
}
.modal .terminal_box .progress .bar {
    float: left;
    background-color: #0F4B81;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.modal .terminal_box .progress .num {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    text-align: center;
}
.modal .fileselect_leftbox {
    width: calc(49% - 40px);
    margin: 0 0 10px 1%;
}
.modal .fileselect_leftbox table#send_file_list_auto th:first-child {
    width: 40px;
}
.modal .fileselect_leftbox table#send_file_list_auto td {
    border-bottom: 1px solid #999;
    padding: 4px 5px 2px 5px;
}
.modal .fileselect_leftbox table#send_file_list_auto td:nth-child(2) {
    text-align: left;
    border-right: 1px dotted #999;
}
.modal .fileselect_leftbox table#send_file_list_auto td:nth-child(3) {
    text-align: right;
}
.modal .fileselect_leftbox table#send_file_list_auto td:first-child {
    border-right: dotted 1px #9E9E9E;
}
.modal table#send_file_list_auto td {
    padding: 2px 0 2px 0;
}

.modal table#send_file_list_auto2 th:nth-child(2) {
    width: 50px;
}
.modal table#send_file_list_auto2 td .terminal_inner {
    padding: 5px 4px 4px 4px;
}
.modal table#send_file_list_auto2 td .terminal_inner {
    padding: 5px 4px 4px 4px;
}
.modal table#send_file_list_auto2 td:first-child .terminal_inner {
    border-left: 1px solid #999;
    text-align: left;
    padding-left: 29px;
}
.modal table#send_file_list_auto2 tr:last-child td .terminal_inner {
    margin: 0;
}
.modal .fileselect_centerbox {
    width: 50px;
    padding-top: 70px;
    margin: 0 0 0 30px;
}
.modal .fileselect_rightbox {
    width: calc(49% - 40px);
}
.modal .fileselect_rightbox .btn_box_left {
    float: left;
    margin-top: 5px;
}
.modal .fileselect_rightbox .table_wrap {
    height: 140px;
}
.modal .terminal_select .terminal_select_rightbox {
    height: 280px;
}
.modal .displaychange_left {
    margin-top: 0;
    margin-right: 0;
}
.modal_text_Wrap {
    margin: 25px 0 6px 0;
}
.modal_text_Wrap ul {
    display: inline-block;
}
.modal_text_Wrap ul li.progress {
    width: 400px !important;
}

/* 打消し */
.table_wrap table {
    min-width: auto;
}
.table_wrap table td>div {
    min-height: auto;
}
.table_wrap table td>div:not(.table_cell) {
    margin: 0px 0px -1px 0px;
}
.terminal_select .terminal_select_leftbox {
    width: calc(50% - 40px);
}
.terminal_select .terminal_select_center_btn_box {
    width: 71px;
}
.terminal_select .terminal_select_rightbox {
    flex-grow: 0;
    width: calc(50% - 41px);
}
.terminal_select td:first-child {
    padding: 4px 5px 4px 30px;
}
.terminal_select_row {
    width: 98%;
    margin: 0 1%;
}
.table_wrap:not(.view_table) table td:first-child {
    border-right: 1px dotted #AAAAAA;
}
.table_wrap:not(.view_table) table td:first-child p {
    border-left: none;
}
.table_wrap:not(.view_table) table td {
    border-right: 1px dotted #AAAAAA;
}
.table_wrap:not(.view_table) table td>p {
    border-right: none;
}
.accordion .group {
    margin: 0 0 1px 11px;
}
/* /打消し */

.modal table.right_content_disp_bottom th {
    width: 175px;
}
.modal table.right_content_disp_bottom td ul {
    float: left;
    line-height: 1.6;
}
.modal .playlist_show_setting table td p {
    font-weight: bold;
}
.modal table.right_content_disp_bottom .individual_delivery_box {
    float: left;
    width: 240px;
    height: 50px;
    border: 1px solid #999;
    overflow: auto;
    padding: 5px 8px 3px 8px;
    margin: 5px 10px 0 0;
    line-height: 1.6;
    font-size: 93%;
}
.modal table.right_content_disp_bottom .individual_delivery_text {
    margin-top: 5px;
}
.modal table#fixingTable .table_wrap:not(.view_table) table td:last-child p {
    border-right: none;
}
/* .modal table#selected_terminal .terminal_select td .terminal_inner {
    padding: 5px 4px 4px 4px !important;
}
.modal table#selected_terminal tr:last-child td .terminal_inner {
    margin: 0;
}
.modal table#selected_terminal td:nth-child(2) div {
    text-align: center;
} */
.modal table#terminal_selection td div,
.modal table#terminal_selection1 td div {
    border-top: none;
    border-right: none;
    border-bottom: none;
}
.modal table#terminal_table td:first-child {
    text-align: left;
}
.modal table#file_table td:first-child {
    text-align: left;
}
.modal table#main_table td:first-child p {
    text-align: center;
    border-right: 1px dotted #999;
    border-left: 1px solid #999;
}
.modal table#terminal_selection2 .scrollContainer {
    border-bottom: none;
}
.modal table#select_file th:nth-child(2) {
    width: 30px;
}
.modal table#select_file th:first-child {
    text-align: left;
}
.modal_hand_left_box_left .accordion_inner {
    margin: 1px 0 0 26px !important;
}
.modal_hand_left_box_left .accordion_inner dd {
    margin: 1px 0 0 26px;
}
.modal_hand_left_box_left ul#select_filetype_hand li dt.contents span.accordionIcon {
    top: 8px;
    left: 8px;
}
table#select_file_list_hand {
    float: left;
}
#select_file_list_hand tr.active div.cell_inner_in{
    background: #FFFF99 !important;
}
#select_file_list_hand tr:not(.active):hover div.cell_inner_in{
    background-color: #ffffbd !important;
}
#select_file_list_hand .thumbnail_inner_first,
#send_file_list_manual .thumbnail_inner_first,
#send_file_list_auto2 td:first-child p{
    padding-left: 30px;
}
.modal_hand_left {
    width: 190px;
    height: 180px;
    float: left;
    border: 1px solid #999;
    overflow: auto;
}
.modal_hand_left .accordion li.groupItem:first-child {
    background: none;
}
.modal_hand_left .accordion_inner,
.modal_hand_left .accordion .group,
.modal_hand_left .accordion_inner_in>li {
    margin: 0;
}
.contents .accordionText {
    background: url(../../../img/ico_contents.png) 5px 50% no-repeat;
}
.playlist .accordionText {
    background: url(../../../img/ico_playlist.png) 5px 50% no-repeat;
}
.schedule .accordionText {
    background: url(../../../img/ico_schedule.png) 5px 50% no-repeat;
}
.calendar .accordionText {
    background: url(../../../img/ico_calendar.png) 5px 50% no-repeat;
}
.channel .accordionText {
    background: url(../../../img/ico_channel.png) 5px 50% no-repeat;
}
.contents .accordionText,
.playlist .accordionText,
.schedule .accordionText,
.calendar .accordionText {
    padding: 4px 6px 4px 25px;
}
.modal_hand_right {
    border: 1px solid #999;
    height: 180px;
}
.modal_hand_right table th:nth-child(2) {
    width: 50px;
}
.modal table#alert_table a.del_button {
    left: 15px;
}
.modal table.side-table th{
    padding: 5px 10px 0px 10px;
}
.modal table#alert_table {
    width: 98%;
}

table#main_table td:first-child {
    border-right: 1px dotted #999999;
}
table#main_table td:first-child p {
    border-left: 1px solid #999999;
    border-right: none;
}
table#purge_contents_delete_table td:first-child,
table#purge_playlist_delete_table td:first-child,
table#purge_schedule_delete_table td:first-child {
    border-right: 1px dotted #999;
}
table#purge_contents_delete_table td:first-child p,
table#purge_playlist_delete_table td:first-child p,
table#purge_schedule_delete_table td:first-child p {
    border-left: 1px solid #999;
}
.modal-body table {
    width: 98%;
}

#select_terminal_table div.cell_inner,
#select_terminal_table1 div.cell_inner,
#select_terminal_table2 div.cell_inner {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
#terminal_table tr{
    cursor: pointer;
}
#terminal_table tr:hover td{
    background-color: #E4EBF1;
}
#terminal_table tr.active td{
    background-color: #E6E6E6
}
#regist .tab-panel{
    overflow-y: auto;
    max-height: calc(100vh - 250px);
}
#check .tab-panel{
    overflow-y: auto;
    max-height: calc(100vh - 250px);
}

/* F_配信管理 */

.table_wrap.blue tr.active td>p,
.table_wrap.blue tr.active td>div {
    background-color: #E6E6E6;
    opacity: 1;
}

.left_content_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #298CB4;
  padding-right: 17px;
}

.left_content .simple-pagination {
	padding: 0;
}

.right_content h3 {
    background: #298CB4;
    color: #FFF;
    text-align: left;
    padding: 10px 15px;
    margin-bottom: 0px;
    font-size: 110%;
    position: relative;
}

#leftPager {
  float: right;
}

#purge .purge_select_terminal th {
    padding: 8px 0px;
    width: 150px;
    vertical-align: top;
    background: #EEEEEE;
    border-top: 5px solid #FFF;
    border-bottom: 5px solid #FFF;
}
#purge .purge_select_terminal td {
    padding: 8px 10px;
}

#regist .tab-blue li a.current {
  background-image: url(../../../img/ico_arrow_tab_select_black.png);
}

#regist .playlist_show_setting a.button_style {
  background: #CCD9E6;
  position: absolute;
  display: inline-block;
  border-radius: 5px;
  padding: 5px;
  right: 10px;
  top: 10px;
}

#regist .fileselect_rightbox {
  flex-wrap: wrap;
}

#regist .fileselect_rightbox .btn_box_left {
  width: 80%;
  text-align: left;
}

#regist .fileselect_rightbox .btn_box {
  width: 20%;
}

#regist .fileselect_rightbox .table_wrap {
  width: 100%;
}

#regist .terminal_select .terminal_select_container_wrap {
  border-top: 0;
  box-sizing: border-box;
}

.modal .accordion {
  box-sizing: border-box;
}

.modal .terminal_select_container_wrap .scrollContainer {
  box-sizing: border-box;
  padding-right: 5px;
}

.modal .accordion .terminalSwitch {
  width: auto;
}

.modal .table_wrap:not(.view_table) table td:first-child .accordion p {
  border-right: 0;
}

.modal .accordion .group {
  margin: 0 0 1px 40px;
}

/* 端末絞り込みダイアログ */
.modal #terminal_selection .accordion .group {
  margin: 0 0 1px 0;
}
.modal #terminal_selection .accordion li.groupItem:first-child {
    background: none;
}
.modal #terminal_selection .accordion .accordion_inner_in>li {
    margin: 0 0 0 10px;
}
.modal .head-comment {
    text-align: left;
    padding: 10px 0 0 10px;
}
/* 端末絞り込みダイアログ */


.modal .accordion .accordion_inner_in>li {
    margin: 0 0 0 50px;
    padding: 0 0 1px 40px;
    background: url(../../../img/bg_kakko_01.png) no-repeat 0 top;
}

#hand_tab .table_wrap td>div:not(.table_cell) {
  border: 0;
}

.distribution_first_box {
    width: fit-content;
    height: 43px;
    padding: 1px 0 0 0;
    margin: 0 0 1px auto;
}
#generate-block,
#distribution-request-block {
    display: inline-block;
    background-color: #74B9B0;
    padding: 0 3px 0 0;
    margin: 0 1px 0 0;
}
#generate-block {
    border-radius: 2px 0 0 2px;
    padding-right: 7px;
}
#distribution-request-block {
    border-radius: 0 2px 2px 0;
}
.header_pad_right {
    padding-right: 0, 10px;
}
.table_wrap table td:last-child {
    padding: 0;
}
#generate-block h2 span,
#distribution-request-block h2 span,
.h2_wrap h2 span {
    vertical-align: -webkit-baseline-middle;
}
/* @note add PiMAT refs:#326705 放映データ生成欄はデフォルト非表示 */
#generate-block.hide {
    display: none;
}
#distribution-request-block.square-round {
    border-radius: 2px 0 0 2px;
}