@charset "utf-8";

/* table */
.cp-table-container table {
    width: 100%;
    table-layout: fixed;
    background: #fff;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #b2b2b2;
}
.cp-table-container table td, .cp-table-container table th {
    padding: 20px;
    text-align: center;
    border: 1px solid #b2b2b2;
}
.cp-table-container table tbody th {
    background: #f9f9f9;
    font-size: 1.8rem;
}  
.cp-table-container.table-border-vertical table td, .cp-table-container.table-border-vertical table th {
    border-right: 1px solid #b2b2b2;
}
.cp-table-container table thead th {
    background-color: #dcdcdc;
    font-size: 1.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
        .scroll table {
            width: auto!important;
    }
}

/* css-table */
.css-table {
  display: flex;
  width:100%
}
.css-table span {
  display: inline-block;
}
.css-table span:first-child {
  margin-right: 1rem;
  width: 6rem;
  text-align: center;
}
.css-table-header {
  text-align: center;
}

/* table内の装飾 */
.text-border {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 3px 10px;
}
.cp-table-container table td img {
    position: relative;
    top: -3px;
    margin: 0 3px;
    width: 32px;
    vertical-align: middle;
}
strong.highlight {
    background-color: #FFFFA9;
}
table i.asw-icon {
    margin: 0 0.5rem;
}
ul.display-inline > li {
    display: inline!important;
}

/* その他 */
.text-white, .text-white > li {
    color: #fff!important;
}
.select-form-full-width {
    width: auto!important;
}