@charset "UTF-8";

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    background-color: #ffffff;
    color: #222222;
    font-size: 12px;
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,meiryo,メイリオ,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,sans-serif;
    line-height: 120%;
    font-weight: normal;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19998;
    background-color: rgba(100,100,100,0.3);
    overflow: hidden;
    text-align: center;
}

img {
    border-style:none;
}

.cannot-access {
    padding: 80px;
    color: #FF0000;
    background-color: #FFFFFF;
}

.solid-row {
}

.solid-row:empty:after {
    content: "\00a0";
}

.modaal-content-container {
    background-color: #F1F1F1;
    padding: 8px 16px 24px 16px !important;
}

.modalWindow {
    padding: 20px;
}
.myModalOverLay {
    position: fixed;
    top:0;
    left:0;
    background:rgba(60,60,60,0.4);
    width:100%;
    height:100vh;
    z-index:15000;
}

.myModal {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
}

.myModal .inner {
    position: fixed;
    box-sizing: border-box;
    z-index: 15001;
    top: calc(50% - 150px);
    left: calc(50% - 300px);
    width: 600px;
    padding: 24px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
    color: red;
    border: 3px solid #FF0000;
    background-color: #FFF8F8;
    box-shadow: 2px 3px 3px rgba(0,0,0,0.6);
    border-radius: 2px 2px 2px 2px;
}

.myModal .inner .buttonArea {
    margin-top: 24px;
    text-align: center;
}

.myModal .inner .buttonArea a {
    text-align: center;
    background-color: #FF0000;
    padding: 10px 32px 10px 32px;
    margin: 0px 12px 0px 12px;
    color: #FFFFFF;
}
.myModal .inner .buttonArea a:hover {
    background-color: #FF8080;
    color: #FFFFFF;
}

ul,ol,li {
    padding: 0px;
    margin: 0px;
}

a:link {
    color: #006090;
    /*color: #222222;*/
    text-decoration: none;
}

a.textlink:link {
    color: #006090 !important;
}

a.textlink:hover {
    color: #40B0C0 !important;
}

.selected_link {
    color: #D70B1A;
}

a:visited {
    color: #222222;
    text-decoration: none;
}

a:active {
    color: #222222;
    text-decoration: none;
}

a:hover {
    color: #808088;
    text-decoration: none;
}

input::placeholder {
    color: #D0D0D0;
}

/* IE */
input:-ms-input-placeholder {
    color: #D0D0D0;
}

/* Edge */
input::-ms-input-placeholder {
    color: #D0D0D0;
}

.ui-tooltip {
    text-align: left;
    white-space: pre-line;
}

.my-tooltip {
    color: #2090F0;
    background-color: #F4F4F4;
}

.validation-error {
    display: block;
    font-size: 12px;
    padding: 3px 0px 3px 0px;
    color: red;
}

.errorMessage,
.infoMessage {
    position: fixed;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    
    top: 20px;
    left: calc(50% - 276px/2);
    list-style: none;
    width: 250px;
    z-index: 19999;
    padding: 16px;
}

.errorMessage {
    color: #E06070;
    background-color: rgba(255,235,240,0.9);
    box-shadow: 2px 3px 3px rgba(0,0,0,0.2);
    border: 1px solid #C06070;
    _border-bottom: 8px solid #F0D0B0;
    border-radius: 2px 2px 2px 2px;
}

.infoMessage {
    color: #406080;
    background-color: rgba(235,245,255,0.9);
    box-shadow: 2px 3px 3px rgba(0,0,0,0.2);
    border: 1px solid #C0C0C0;
    _border-bottom: 8px solid #B0D0F0;
    border-radius: 2px 2px 2px 2px;
}

.errorMessagePlain,
.infoMessagePlain {
    list-style: none;
    margin: 8px 16px 8px 16px;
}

.errorMessagePlain {
    color: #E06070;
}

.infoMessagePlain {
    color: #406080;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.template1 #header {
    position: relative;
    text-align: left;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    background-color: #FFFFFF;
    padding: 10px 16px 0px 16px;
}

.template1 #header .logo {
    float: left;
    display: inline-block;
    height: 48px;
    vertical-align: middle;
}

.template1 #header .logo img {
    vertical-align: middle;
}

.template1 #header .logo h1 {
    font-size: 18px;
    padding-left: 12px;
    display: inline-block;
    vertical-align: middle;
}

.login {
    width: 90%;
    margin:0 auto;
}

.login #header {
    padding: 90px 16px 16px 16px;
}

.login #header .logo {
}

.login #header .logo h1 {
    font-size: 20px;
}

.toggle-button {
    cursor: pointer;
}

.toggle-group .toggle-button .arrow1 {
    display: inline-block;
    margin-right: 3px;
}

.toggle-group .toggle-button .arrow2 {
    display: none;
    margin-right: 3px;
}

.toggle-group .selected .arrow1 {
    display: none !important;
}

.toggle-group .selected .arrow2 {
    display: inline-block !important;
}

ul.dropdown {
    display: none;
    position: absolute;
    list-style-type: none;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0px;
}

.dropdown>li {
    background-color: #FFFFFF;
    position: relative;
    display: block;
    border: 1px solid #B0B0B0;
}
.dropdown>li a {
    display: block;
    padding: 6px 12px 6px 12px;
    white-space: nowrap;
}

.template1 #header .user {
    float: right;
    padding: 8px 0px 10px 0px;
    cursor: pointer;
}

.template1 #header .user .target-site {
    padding-right: 10px;
    font-weight: bold;
}

.template1 #header .user .name {
    padding-left: 6px;
}

.template1 #header .user img {
    vertical-align: middle;
    padding-left: 6px;
}

.template1 #header .user ul.dropdown {
    right: 17px;
}

.template1 #header .user a {
    text-align: center;
    padding: 8px 18px 8px 18px;
}

.template1 #header #menu-sp {
    display: none;
    float: right;
    padding: 12px 0px 12px 0px;
}

.template1 #footer {
    clear: both;
    font-size: 11px;
    color: #404040;
    position: relative;
    text-align: right;
    box-shadow: 0 -3px 5px rgba(0,0,0,0.2);
    background-color: #FFFFFF;
    padding: 6px 12px 6px 12px;
}

.login #footer {
    font-size: 10px;
    color: #808080;
    border-top: 1px solid #E1E1E1;
    text-align: center;
    margin-top: 64px;
    padding: 6px 12px 6px 12px;
}

.template1 #main {
    width: 100%;
    min-width: 1240px;
    background-color: #4E5356;
}

.login #main {
}

.login #main .input-form {
    margin-bottom: 22px;
}

.login #main .input-form .textform {
    width: 158px;
    margin-bottom: 10px;
    padding: 5px;
}

.login #main .input-form .button {
    border: none;
    cursor: pointer;
    background-color: #D70B1A;
    display: inline-block;
    width: 170px;
    padding: 9px 6px 9px 6px;
    margin-bottom: 10px;
    text-align: center;
    color: #FFFFFF;
}

.login #main .info {
    width: 380px;
    margin: 0 auto;
    border: 1px solid #D1D1D1;
    background-color: #F1F1F1;
    padding: 14px 16px 14px 16px;
    text-align: left;
}

.login #main .info .title {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    vertical-align: middle;

    padding-bottom: 6px;
}

.login #main .info .title img {
}

.login #main .info .title span {
    padding-left: 6px;
    font-size: 14px;
    font-weight: bold;
}

.login #main .info .body {
    line-height: 1.4em;
}

#menu {
    background-color: #4E5356;
    width: 230px;
    float: left;
    color: #FFFFFF;
    padding-bottom: 32px;
}

#menu ul {
    padding: 12px 0px 12px 0px;
    position: relative;
    list-style-type: none;
}

#menu ul li {
    padding: 0px;
    text-align: left;
    position: relative;
}

#menu .level1 a {
    padding-left: 16px;
}

#menu .level2 a {
    padding-left: 26px;
}

#menu li a {
    color: #FFFFFF;
    height: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
}

#menu li a[href]:hover {
    background-color: #D70B1A;
}

#menu .active a {
}

#menu .active-category a {
    background-color: #D70B1A;
}

#menu .active-category2 a {
    background-color: #650409;
}

#menu .active-category2.active a {
    background-color: #D70B1A;
}

#menu .active a:after {
    content: "";
    position:absolute;
    top: 10px;
    right:0;
    width:0;
    height:0;
    border-style: solid;
    border-color: transparent #F1F1F1 transparent transparent;
    border-width: 8px 9px 8px 0;
}

#menu li a img {
    vertical-align: middle;
    padding-right: 8px;
    width: 24px;
    height: 24px;
}

#menu li a span {
    vertical-align: middle;
    display: inline-block;
}

#content {
    overflow: hidden;
    background-color: #F1F1F1;
    width: auto;
    height: 100%;
    min-height: 500px;
    padding-bottom: 48px;
}

.modal-content {
    padding-bottom: 0px !important;
}
    
#content h2 {
    text-align: left;
    font-size: 20px;
    border-bottom: 1px solid #999999;
    margin: 10px 16px 6px 16px;
    padding: 17px 6px 6px 6px;
}

#content .mid-title {
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid #999999;
    margin: 40px 16px 6px 16px;
    padding: 17px 6px 6px 6px;
}

#content .box {
    position: relative;
    margin: 24px 16px 0px 16px;
    border: 1px solid #CBCBCB;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border-radius: 4px 4px 4px 4px;
    background-color: #FFFFFF;
    text-align: left;
}

#content .column-box {
    position: relative;
    border: 1px solid #CBCBCB;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border-radius: 4px 4px 4px 4px;
    background-color: #FFFFFF;
    text-align: left;
    min-width: 600px;
}

#content .column-box-frame {
    position: relative;
    margin: 10px 16px 0px 16px;
    text-align: left;
    box-sizing: border-box;
}

.dashboard {
    position: relative;
    width: 100%;
}

.dashboard .dashboard-td {
   width: 50%;
   vertical-align: top; 
}

.dashboard .search-title {
    font-size: 24px;
    font-weight: bold;
}

.dashboard .chart-title,
.dashboard-modal .chart-title {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 20px;
}

.dashboard .result,
.dashboard-modal .result {
    font-size: 80px;
    font-weight: bold;
    line-height: 1.0em;
}

.dashboard .detail-link {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.dashboard .detail-link a {
    color: #3F5AB4;
}

.dashboard .dashboard-search-form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dashboard .dashboard-search-form .form-item {
    width: 33%;
    white-space: nowrap;
    margin-top: 10px;
}

.dashboard .dashboard-search-form .form-item .label {
    display: inline-block;
    width: 130px;
}

.dashboard .dashboard-search-form .form-item input {
    width: 200px;
}

.dashboard .dashboard-search-button {
    text-align: center;
}

.dashboard .no-data {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #808080;
}

.box-bar-button {
    position: absolute;
    right: 16px;
    top: 10px;
}

#content .with-option {
    margin-top: 16px !important;
}

.option-table {
    width: 100%;
    padding: 12px 16px 0px 16px;
}

.option-table>tbody>tr>td {
    padding: 0px 0px 0px 0px;
}

.option-table .large-top,
.option-table .large-top th,
.option-table .large-top td {
    padding-top: 20px !important;
}

.option-table .row1 {
    padding-bottom: 6px;
}

a.option-button1 {
    display: inline-block;
    color: #FFFFFF;
    padding: 8px 12px 8px 12px;
    line-height: 1.6em;
    text-align: center;
    width: 120px;
    background-color: #3753B1;
    border-radius: 4px 4px 4px 4px;
}

.option-button-color1 {
    background-color: #4E5356 !important;
}

.option-button-color2 {
    background-color: #4F9ED0 !important;
}

.option-button-color3 {
    background-color: #D70B1A !important;
}

a.option-button2 {
    display: inline-block;
    color: #FFFFFF;
    padding: 4px 12px 4px 12px;
    line-height: 1.6em;
    text-align: center;
    width: 120px;
    background-color: #4E5356;
    border-radius: 4px 4px 4px 4px;
}

a.delete-button {
    display: inline-block;
    color: #FFFFFF;
    padding: 4px 12px 4px 12px;
    line-height: 1.6em;
    text-align: center;
    width: 80px;
    background-color: #4E5356;
    border-radius: 4px 4px 4px 4px;
}

.add-button-area {
    margin-top: 15px;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
}

a.add-button {
    display: inline-block;
    color: #FFFFFF;
    padding: 4px 12px 4px 12px;
    line-height: 25px;
    text-align: center;
    width: 120px;
    background-color: #4E5356;
    border-radius: 4px 4px 4px 4px;
}

.option-filter {
    height: 28px;
}

.pagenation {
    padding: 6px 0px 0px 0px;
}

.pagenation .count {
    display: inline-block;
    text-align: center;
    min-width: 130px;
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 8px;
}

.pagenation .pagenation-button {
    display: inline-block;
    color: #000000;
    padding: 6px 12px 6px 12px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
    height: 16px;
    background-color: #D1D1D1;
}

.pagenation .disable {
    cursor: default !important;
    color: #C1C1C1 !important;
    background-color: #E1E1E1 !important;
}

#content .with-title-bar {

}

#content .box h3 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 20px 16px 0px 16px;
}

#content .with-title-bar h3 {
    padding: 12px 16px 12px 16px;
    background-color: #D1D1D1;
    /*cursor: pointer;*/
}

#content .box .box-content {
    padding: 16px 16px 16px 16px;
}

#content .box .scrollable {
    max-height: 600px;
    overflow: auto;
}

.box-gray {
    background-color: #E8E8E8 !important;
    color: #707070;
}

.box-gray td,
.box-gray th {
    background-color: #E8E8E8 !important;
}

.toggle {
    cursor: pointer;
}

.table-toggle {
    cursor: pointer;
}

.border-bottom {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 12px;
}

.toggle-open,
.toggle-close {
}

.list-table {
}

.list-table .head-tr>th {
    background-color: #D1D1D1;
    padding: 6px 12px 6px 12px;
    vertical-align: top;
    text-align: left;
    line-height: 1.6em;
    white-space: nowrap;
}

.list-table>tbody>tr>td {
    background-color: #FFFFFF;
    padding: 12px 12px 6px 12px;
    vertical-align: top;
    text-align: left;
    line-height: 1.6em;
}

.list-table .alert-td {
    padding: 4px 0px 6px 12px !important;
}

.list-table .message-td {
    padding: 0px 0px 0px 12px;
}

.list-table .message-td2 {
    padding: 0px 12px 0px 12px;
}

.list-table .bottom-tr>td {
    border-bottom: 1px solid #D1D1D1;
    padding-top: 4px !important;
    padding-bottom: 12px !important;
}

.list-table .bottom-tr .button-td {
    padding: 0px 12px 0px 12px;
}

.list-table .bottom-tr2>td {
    border-bottom: 1px solid #D1D1D1;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.list-table .bottom-tr2 .button-td {
    padding: 0px 12px 0px 12px;
}

.list-table .grey td {
    background-color: #E8E8E8;
}

.list-table tr:last-child td {
    border-bottom: none !important;
    _padding-bottom: 4px !important;
}

.row-line td {
    border-bottom: 1px solid #D1D1D1;
}

.sub-title-bar {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    vertical-align: middle;
    padding: 10px 12px 10px 12px;
    line-height: 1.0em;
    height: 20px;
    margin: 16px;
    
    background-color: #EEDCDF;
    color: #D70B1A;
    
    border: 1px solid #E1E1E1;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border-radius: 4px 4px 4px 4px;
}

.alert-bar,
.info-bar {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    vertical-align: middle;
    padding: 10px 12px 10px 12px;
    line-height: 1.0em;
    height: 20px;
    margin: 16px;
}

.bar-layout2 {
    justify-content: space-between;
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
}

.bar-layout2 img {
    margin-right: 10px !important;
}

.bar-layout2 .detail-button {
    height: auto;
    line-height: 1.3em;
}

.bar-layout2 .count {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: bold;
    padding-left: 20px;
}

.bar-layout2 .sub-info {
    border-left: 1px solid #808080;
    margin-left: 30px;
    padding: 6px 30px;
    color: #222222;
    text-align: left;
}

.bar-layout2 .sub-info .progress {
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 6px;
}

.bar-layout2 .sub-info .progress .count-label {
    padding-right: 20px;
}

.bar-layout2 .sub-info .progress .count {
    padding-left: 6px;
}

.list-table .alert-bar,
.list-table .info-bar {
    margin: 0px !important;
    text-align: left;
    width: calc(100% - 24px) !important;
}

.alert-bar .bar-text,
.info-bar .bar-text {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.3em;
}

.src-additional-info-list {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 120px;
}

.list-table .alert-bar .bar-text,
.list-table .info-bar .bar-text {
    width: 650px;
}

.business-detail-alert {
    margin-top: 16px;
}

.business-detail-alert .alert-bar,
.business-detail-alert .info-bar {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.alert-bar {
    background-color: #EEDCDF;
    color: #D70B1A;
}

.info-bar {
    background-color: #DEE2EE;
    color: #1F3C8A;
}

.alert-bar img {
    vertical-align: middle;
    margin-right: 5px;
}

.alert-bar span,
.info-bar span {
    vertical-align: middle;
}

.min-edit-button {
    display: inline-block;
    color: #FFFFFF !important;
    background-color: #4E5356;
    box-sizing: border-box;
    padding: 5px 20px;
    white-space: nowrap;
    text-align: center;
}

.detail-button,
.regist-button1,
.regist-button2,
.cancel-button {
    display: inline-block;
    color: #FFFFFF !important;
    box-sizing: border-box;
    padding: 10px 12px 10px 12px;
    line-height: 16px;
    white-space: nowrap;
    text-align: center;
    width: 150px;
    border-radius: 4px 4px 4px 4px;
}

.detail-button {
    background-color: #4E5356;
}

.periodEditModalButton {
    display: inline-block;
}

.regist-button1 {
    background-color: #1F3C8A;
}

.regist-button2 {
    background-color: #D70B1A;
}

.cancel-button {
    background-color: #D70B1A;
}

.gold {
    background-color: #D70B1A !important;
}

.inner-table {
    border: 1px solid #D1D1D1;
}

.inner-table>tbody>tr>th {
    background-color: #D1D1D1;
    padding: 6px 12px 6px 12px;
    vertical-align: top;
    text-align: left;
    line-height: 1.6em;
    white-space: nowrap;
}

.inner-table>tbody>tr>td {
    background-color: #FFFFFF;
    padding: 12px 12px 6px 12px;
    vertical-align: top;
    text-align: left;
    line-height: 1.6em;
}


.form-table {
}

.form-table .border-tr th,
.form-table .border-tr td {
    padding-bottom: 15px;
    border-bottom: 1px solid #D1D1D1;    
}

.form-table .bold {
    font-size: 16px;
    font-weight: bold;
}

.form-table input {
    vertical-align: middle;
}

.form-table label {
    vertical-align: middle;
    padding-left: 2px;
}

.form-table>tbody>tr>th {
    width: 120px;
    background-color: #FFFFFF;
    padding: 12px 12px 0px 12px;
    vertical-align: top;
    text-align: left;
    line-height: 1.6em;
}

.form-table>tbody>tr>td {
    background-color: #FFFFFF;
    padding: 10px 12px 0px 12px;
    vertical-align: top;
    text-align: left;
    line-height: 1.6em;
}

.form-table .bottom-tr>th {
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 10px !important;
}

.form-table .bottom-tr>td {
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 10px !important;
}

.form-table>tbody>tr>td .float-item-s {
    display: inline-block;
    min-width: 85px;
    white-space: nowrap;
}

.form-table>tbody>tr>td .float-item-l {
    display: inline-block;
    min-width: 174px;
    white-space: nowrap;
}

.form-table>tbody>tr>td .float-item-ll {
    display: inline-block;
    width: 261px;
    white-space: nowrap;
}

.form-table>tbody>tr>td .input-form-half {
    width: 260px;
}

.form-table>tbody>tr>td .input-form-long {
    width: 520px;
}

.form-table>tbody>tr>td .text-area-half {
    display: block;
    width: 260px;
}

.form-table>tbody>tr>td .textarea-full {
    height: 120px;
    width: 100%;
}

.form-table>tbody>tr>td .textarea-full-l {
    height: 400px;
    width: 100%;
}

.contents-table {
}

.contents-table .thumbnail {
    width: 160px;
}

.contents-table .status {
    text-align: right;
    vertical-align: top;
}

.contents-table .name {
    font-size: 20px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 12px;
}

.contents-table .type {
    margin-bottom: 4px;
}

.contents-table .type .active-type {
    display: inline-block;
    padding: 1px 10px;
    margin-right: 4px;
    font-size: 10px;
    font-weight: normal;
    background-color: #D70B1A;
    color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}

.contents-table .type .passive-type {
    display: inline-block;
    padding: 1px 10px;
    margin-right: 4px;
    font-size: 10px;
    font-weight: normal;
    background-color: #C0C0C0;
    color: #E0E0E0;
    border-radius: 4px 4px 4px 4px;
}

.contents-table .item {
    line-height: 1.7em;
}

.contents-table .item .label {
    display: inline-block;
    font-size: 11px;
    width: 80px;
    color: #A0A0A0;
}

.contents-table .item .value {
    
}

.contents-table .edit {
    text-align: right;
    vertical-align: bottom;
}

.contents-table .up {
    text-align: right;
    vertical-align: top;
    width: 30px;
}

.contents-table .down {
    text-align: right;
    vertical-align: bottom;
    width: 30px;
}

.contents-table .thumbnail img {
    max-width: 150px;
}

.contents-table .bold {
    font-size: 16px;
    font-weight: bold;
}

.contents-table>tbody>tr>th {
    padding: 6px;
    vertical-align: top;
    text-align: left;
    line-height: 1.6em;
}

.contents-table>tbody>tr>td {
    padding: 6px;
    vertical-align: top;
    text-align: left;
    line-height: 1.6em;
}

.required {
    color: red;
    font-size: 12px;
    padding-left: 3px;
}

.submit-button-area {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.submit-button-area a {
    margin: 0px 6px 0px 6px;
}

a.submit-button,
a.clear-button {
    display: inline-block;
    color: #FFFFFF;
    padding: 10px 12px 10px 12px;
    line-height: 1.6em;
    text-align: center;
    width: 150px;
    border-radius: 4px 4px 4px 4px;
}

a.submit-button {
    background-color: #D70B1A;
}

a.clear-button {
    background-color: #4E5356;
}

.sub-menu {
    cursor: pointer;
    text-align: left;
    display: inline-block;
    position: relative;
    background-color: #4E5356;
    border: 1px solid #B1B1B1;
}

.sub-menu:hover {
    color: #808088;
    background-color: #6C6C6C;
}

.sub-menu .name {
    background-color: #FFFFFF;
    padding: 9px 12px 9px 12px;
    width: 100px;
    display: inline-block;
}

.sub-menu .arrow {
    display: inline-block;
    padding: 8px 4px 9px 4px;
    width: 24px;
}

.sub-menu .arrow::after {
    position: absolute;
    top: 9px;
    right: 12px;
    content: '';
    
    width: 6px;
    height: 6px;
    border: 2px solid;
    /* border-color: transparent transparent #D70B1A #D70B1A; */
    border-color: transparent transparent #FFFFFF #FFFFFF;
    transform: rotate(-45deg);
}

.sub-menu ul.dropdown {
    display: none;
    position: absolute;
    top: 32px;
    left: -1px;
    list-style-type: none;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0px;
    border-top: 1px solid #B1B1B1;
    z-index: 100;
}

.sub-menu .dropdown>li {
    border: 1px solid #B1B1B1;
    border-top: none;
}

.sub-menu .dropdown>li a {
    width: 132px;
}

.sub-menu .dropdown .no-border {
    border-bottom: none !important;
}

.card-table {
}

.card-table .propert-item {
    display: inline-block;
    margin-right: 16px;
    line-height: 1.8em;
    white-space: nowrap;
}

.card-table .propert-item .label {
    font-size: 11px;
}

.card-table .propert-item .value {
    font-weight: bold;
}


.card-table .data-id {
    position: absolute;
    top: 8px;
    right: 16px;
    color: #E0E0E0;
}

.card-table .large {
    font-size: 20px;
}

.card-table .bold {
    font-weight: bold;
}

.card-table>tbody>tr>th {
    padding: 6px 12px 6px 12px;
    vertical-align: top;
    text-align: left;
    line-height: 1.6em;
    white-space: nowrap;
    font-weight: normal;
    border-bottom: 1px solid #D1D1D1;
    width: 110px;
}

.card-table>tbody>tr>td {
    padding: 6px 12px 6px 12px;
    vertical-align: top;
    text-align: left;
    line-height: 1.6em;
    border-bottom: 1px solid #D1D1D1;
    min-width: 280px;
    width: auto;
}

.card-table .no-border,
.card-table .no-border th,
.card-table .no-border td {
    border: none !important;
    min-width: 1px;
}

.card-table .narrow-bottom,
.card-table .narrow-bottom th,
.card-table .narrow-bottom td {
    padding-bottom: 0px !important;
}

.gray-card {
    background-color: #F0F0F0;
}

.gray-card .card-table>tbody>tr>th {
    color: #A0A0A0;
    background-color: #F2F2F2;
}
.gray-card .card-table>tbody>tr>td {
    color: #A0A0A0;
    background-color: #F2F2F2;
}

.out-of-range {
    color: #E06070;
    font-weight: bold;
}

.tab-bar {
    margin: 42px 16px 28px 16px;
    border-bottom: 1px solid #D1D1D1;
    text-align: left;
}

.tab-bar ul {
    list-style-type: none;
}

.tab-bar li {
    display: inline-block;
    background-color: #D1D1D1;
    margin-right: 3px;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.tab-bar li a {
    display: inline-block;
    width: 160px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6em;
    padding: 5px 4px 2px 4px;
}

.tab-wide li a {
    width: 180px !important;
    font-size: 14px !important;
}

.tab-bar li.selected {
    background-color: #D70B1A;
}

.tab-bar li.selected a {
    color: #FFFFFF;
}

a.back-button {
    display: inline-block;
    color: #FFFFFF;
    padding: 6px 8px 6px 8px;
    height: 20px;
    line-height: 1.6em;
    text-align: center;
    width: 76px;
    background-color: #4E5356;
    border-radius: 4px 4px 4px 4px;
}

a.back-button::before {
    position: absolute;
    left: 12;
    content: '＜';
}

.scenario-image-area {
    width: 100%;
    text-align: center;
}

.scenario-image {
    max-width: 100%;
    width: auto;
}

.scenario-text {
    padding: 6px 12px 12px 12px;
}

.admin-table {
}

.admin-table>tbody>tr>th {
    padding: 4px 12px 4px 12px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.6em;
    white-space: nowrap;
    color: #FFFFFF;
}

.admin-table>tbody>tr>td {
    padding: 4px 12px 4px 12px;
    vertical-align: top;
    text-align: left;
    line-height: 1.6em;
}

.admin-table>tbody>tr:nth-child(2n) {
    background-color: #E0E0E0;
}

.admin-table>tbody>tr:nth-child(2n + 1) {
    background-color: #FFFFFF;
}

.admin-table>tbody>tr:nth-child(1) {
    background-color: #606060;
}

.dummy-image {
    width: 100%;
    overflow-x: scroll;
}

.dummy-image img {
    width: 1020px;
}

table.count-table,.count-table td,.count-table th {
    border-collapse: collapse;
    border: 1px solid #222222;
}

.count-table {
}

.count-table * {
    box-sizing: content-box;
    -webkit-backface-visibility: visible;
}

.count-table>thead>tr>th {
    padding: 4px 8px 4px 8px;
    vertical-align: bottom;
    text-align: center;
    line-height: 1.6em;
    white-space: nowrap;
    background-color: #D1D1D1;
}

.count-table>tbody>tr>td {
    padding: 4px 8px 4px 8px;
    vertical-align: top;
    text-align: left;
    line-height: 1.6em;
}

.count-table>tbody>tr:nth-child(2n) {
    background-color: #F0F0EE;
}

.count-table>tbody>tr:nth-child(2n + 1) {
    background-color: #FFFFFF;
}

.count-table>tbody>tr.total {
    border-top: 2px solid #222222;
    background-color: #F0F0E0;
}

.count-table>tbody>tr>td.total {
    border-top: 2px solid #222222;
    background-color: #F0F0E0;
}

.table-comment {
    padding: 4px 0px 6px 0px;
    text-align: right;
    font-size: 11px;
    color: #404040;
}

.count-table a.textlink:link {
    text-decoration: underline;
}

.count-table a.textlink:hover {
    text-decoration: underline;
}

.count-table .total {
    font-weight: bold !important;
}

.count-table .count-col {
    text-align: right;
    width: 30px;
}

.select2-results__option--selectable {
    text-align: left !important;
}

table.history-item-table {
    border-collapse: collapse;
}

.history-item-table td {
    border: 1px solid #FFFFFF;
    background-color: #EBEBEB;
    min-width: 120px;
}

.history-item {
    padding: 4px 6px 4px 6px;
}

.history-item .date {
    font-size: 12px;
}

.history-item .status {
    font-weight: bold;
}

.history-item .detail {
    
}

.plan-item .date {
    font-size: 12px;
}

.plan-item .detail {
    
}

.report-selected-dealer {
    font-weight: bold;
}

.space-td {
    border-top: 1px solid #FFFFFF !important;
    border-bottom: 1px solid #FFFFFF !important;
    background-color: #FFFFFF !important;
}

.customInputFile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.customInputFile + label {
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customInputFile:focus + label,
.customInputFile + label:hover {
    background-color: #FEFEFE;
}

.customInputFile + label {
    cursor: pointer; /* "hand" cursor */
}

.customInputFile + label .text {
    display: flex;
    align-items: center;
    width: 100%;
    height: 35px;
    padding: 6px;
}

.customInputFile + label .button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #CCCCCC;
    font-weight: bold;
    padding: 6px;
    height: 35px;
    width: 100px;
}

.customInputFile + label .button:hover {
    background-color: #E0E0E0;
}

.loanToggle, .leaseToggle, .insuranceToggle {
    cursor: pointer;
}

.loanToggleOpen, .loanToggleClose, .leaseToggleOpen, .leaseToggleClose, .insuranceToggleOpen, .insuranceToggleClose {
    margin-left: 2px;
    padding: 1px;
    font-size: 16px;
    color: #006090;
}

.csv-upload-notice {
    margin-top: 10px;
    line-height: 1.8em;
}

.csv-upload-notice .red {
    color: red;
}

.csv-upload-columns {
    display: flex;
    margin-top: 10px;
    line-height: 1.8em;
}
.csv-upload-columns .hd {
    white-space: nowrap;
    padding-right: 10px;
}
.csv-upload-columns .def {
    color: #808080;
}
.csv-upload-columns .def .col {
    white-space: nowrap;
}

.csv-upload-error {
    color: red;
}

.ui_tpicker_hour_label, 
.ui_tpicker_minute_label {
    padding: 2px 2px 2px 15px !important;
    font-size: 14px !important;
}

.ui-timepicker-select {
    padding: 2px 8px !important;
    font-size: 14px !important;
}

.menu-banner {
    margin-top: 8px;
}

.menu-banner a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 12px;
    padding: 12px 12px;
    background-color: #D70B1A;
    color: #FFFFFF;
}

.menu-banner a div {
    display: flex;
    align-items: center;
}

.menu-banner a div img {
    margin-right: 10px;
}

.external-link-icon {
    height: 10px;
}

.vinSearch .vinSearchForm {
    width: 50px;
    height: 24px;
}

.vinSearch .vinSelectForm {
    width: 180px;
    height: 24px;
}

.vinSearch .vinSearchButton {
    padding: 1px 2px;
    margin-left: 2px;
    margin-right: 6px;
    font-size: 12px;
}

.vinSearch .vinSearchResultsCount {
    color: #808080;
    font-size: 10px;
}

.select-options {
    display: flex;
    flex-wrap: wrap;
}

.select-options .option-item {
    margin-right: 25px;
    margin-bottom: 7px;
}

.select-options .option-item.unchecked {
    color: #D0D0D0;
}

.select-options .option-item input {
    margin-right: 5px;
}

.icon-up {
    display: inline-block;
    vertical-align: middle;
    color: #3753B1;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
}

.icon-down {
    display: inline-block;
    vertical-align: middle;
    color: #3753B1;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.file-upload {
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 8px 12px 8px 12px;
    line-height: 1.6em;
    text-align: center;
    width: 250px;
    background-color: #3753B1;
    border-radius: 4px 4px 4px 4px;
}

.file-upload input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: red;
    width: 100%;
    height: 100%;
}

.file-upload-remove {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    color: #FFFFFF !important;
    box-sizing: border-box;
    padding: 8px 12px 8px 12px;
    line-height: 1.6em;
    text-align: center;
    width: 100px;
    background-color: #4E5356;
    border-radius: 4px 4px 4px 4px;
}

.no-publish {
    display: inline-block;
    color: #FF0000;
    padding: 10px 12px 10px 12px;
    line-height: 1.6em;
    text-align: center;
    width: 150px;
    border-radius: 4px 4px 4px 4px;
    background-color: #D0D0D0;
    color: #808080;
}

.no-publish-message {
    color: red;
    margin-top: 15px;
}

.editing-state {
    text-align: right;
    padding: 20px 16px 0px 0px;
}

.editing-state .item {
    margin-left: 16px;
    font-size: 12px;
}

.editing-state .item .label {
    font-size: 10px;
    color: #808080;
    padding-right: 8px;
}

.editing-state .item .strong {
    font-weight: bold;
    font-size: 14px;
}

.under-state {
    margin-top: 8px !important;
}

/*
@media screen and (min-width : 800px) {
    .forSP {
        display: none !important;
    }
    .forPC {
    }
}


@media screen and (min-width : 0px) and (max-width : 799px) {
    body {
        min-width: 320px;
    }
    
    .forSP {
    }
    .forPC {
        display: none !important;
    }
        
        #main {
                height: auto;
        }
        
        #menu {
                float: none;
                height: auto;
                display: none;
        }
        
        #header #menu-sp {
                display: block;
        }
        
        #content {
                float: none;
                height: auto;
                width: 100%;
        }
}
*/