﻿
div {
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.fieldset {
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.legend-mark {
    float: left;
    width: 6px;
    height: 28px;
    background-color: #aaa;
    border-radius: 2px
}

.legend {
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 20px;
    clear: both;
    border: none;
    font-size: 1.23em;
}

.product-category-group {
    margin-top: 15px;
}

.product-category-group div {
    display: inline-block;
    width: 245px;
}

.product-category-group div input {
    display: none;
}

.product-category-group div label {
    padding-left: 35px;
    padding-top: 3px;
    margin-bottom: 0px;
    font-size: 1.23em;
    position: relative;
}

.product-category-group div label::before,
.product-category-group div label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.product-category-group div label::before {
    background-color: #fff;
    border: 1px solid #aaa;
    height: 25px;
    width: 25px;
    left: 0px;
}

.product-category-group div label::after {
    background-color: #f00;
    opacity: 0;
    height: 11px;
    width: 11px;
    left: 7px;
}

.product-category-group div input:checked + label::after {
    opacity: 1;
}

.search-condition {
    margin: 40px -40px -40px -40px;
    padding-left: 40px;
    background-color: #fafafa;
}

.separator {
    margin-top: 40px;
    margin-left: -40px;
    border-top: 1px solid #ccc;
    width: 980px;
}

.triangle {
    width: 0;
    height: 0;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 20px solid #ccc;
    margin: -20px auto 0px auto;
}

.triangle2 {
    width: 0;
    height: 0;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 20px solid #fff;
    margin: -21px auto 0px auto;
}

.note {
    margin-bottom: 30px;
}

.initial-button {
    margin: -50px 0 0 760px;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #f3f3f3;
}

.each-condition label {
    margin-bottom: -10px;
    width: 180px;
    float: left;
}

.each-condition div input[type='text'] {
    max-width: 360px;
    height: 32px;
    width: 360px;
    margin-right: 5px;
    padding-left: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.select-box {
    position: relative;
    width: 316px;
    float: left;
}

.select-box::before,
.select-box::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.select-box::before {
    display: inline-block;
    top: 4px;
    right: 40px;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: linear-gradient(180deg, #128ab7 0 50%, #0075a9 50% 100%);
}

.select-box::after {
    display: inline-block;
    top: 32px;
    right: 47px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 10px solid #fff;
    margin: -20px auto 0px auto;
}

.select-box select {
    -webkit-appearance: none;
    height: 32px;
    width: 300px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #fafafa;
}

.select-box select:hover {
    border: 1px solid #ddd;
}

.select-box-separator {
    float: left;
    margin: 6px 10px 6px -25px;
}

.check-box div {
    display: inline-block;
}

.check-box div input {
    display: none;
}

.check-box div label {
    width: auto !important;
    padding-left: 35px;
    padding-top: 3px;
    margin-right: 40px;
    margin-bottom: -5px;
    position: relative;
    font-weight: normal;
}

.check-box div label::before,
.check-box div label::after {
    content: "";
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.check-box div label::before {
    background-color: #fff;
    border: 1px solid #aaa;
    height: 25px;
    width: 25px;
    left: 0px;
}

.check-box div label::after {
    top: 0px;
    left: 9px;
    width: 8px;
    height: 20px;
    border-bottom: 3px solid #f00;
    border-right: 3px solid #f00;
    transform: rotate(45deg);
    opacity: 0;
}

.check-box div input:checked + label::after {
    opacity: 1;
}

.division div label {
    width: 225px !important;
    height: 25px !important;
    margin-top: 10px !important;
    margin-right: 0px !important;
    margin-bottom: 24px !important;
}

.division div label::after {
    top: 1px !important;
}

.condition-separator {
    margin-right: 40px;
    border: 1px solid #ebebeb;
    clear: both;
}

.search-button-area {
    height: 100px;
    margin-left: -40px;
    background-color: #ebebeb;
}

.search-button {
    height: 50px;
    width: 672px;
    margin: 25px 0 0 154px;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    border: 0px;
    border-radius: 8px;
    background: linear-gradient(180deg, #128ab7 0 50%, #0075a9 50% 100%);
}

.search-result-separator {
    margin-top: 40px;
    height: 3px;
    background-color: #0075a9;
}

.result-info-block {
    display: flex;
}

.result-info-fixed {
    flex: none;
}

.result-info {
    vertical-align: top;
    margin-top: -4px;
    margin-left: 8px;
    font-size: 1.23em;
}

.result-count {
    font-size: 1.5em !important;
}

.result-info-separator {
    vertical-align: top;
    margin-left: 10px;
    font-size: 1.5em;
    font-weight: normal;
}

.result-condition-label {
    vertical-align: top;
    margin-top: 7px;
}

.result-condition {
    flex: auto;
    vertical-align: top;
    margin-top: 7px;
}

.download-csv {
    float: right;
}

.download-csv-button {
    border: none;
    color: #005e8c;
    background-color: #fff;
    cursor: pointer;
}

.download-csv-button:hover {
    text-decoration: underline;
}

.all-toggle-button {
    float: right;
    margin-left: 20px;
    padding-top: 3px;
    height: 30px;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #f3f3f3;
}

.toggle-image {
    margin-right: 10px;
    padding: 2px 2px;
    font-family: 'MS Gothic' !important;
    font-weight: bold;
    border: 1px solid #aaa;
}

.device-list {

    width: 100%;
}

.category-header {
    margin-top: 30px;
    padding-top: 1px;
    padding-left: 10px;
    height: 30px;
    width: 100%;
    background: #fcd652;
}

.category-header-name {
    padding-top: 7px;
}

.toggle-button {
    float: right;
    height: 30px;
    font-size: 1em;
    border: 0px;
    background: transparent;
}

table {
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

tr {
    border: 1px solid #ddd;
}

th {
    position: relative;
    height: 80px;
    width: auto;
    text-align: center;
    background: linear-gradient(180deg, #ddd 0 65%, #eee 35% 100%);
}

.table-header-label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1px;
    margin-bottom: 13px;
    height: 39px;
    font-size: 0.8em;
}

td {
    padding: 0 10px;
    height: 35px;
    width: auto;
    font-size: 0.8em;
    text-align: center;
}

.sort-button {
    margin-left: auto;
    margin-right: auto;
    border: none;
}

.sort-space {
    height: 15px;
}

th:hover .custom-tooltip {
    opacity: 1;
    visibility: visible;
}

.custom-tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 5px 5px 2px 5px;
    white-space: nowrap;
    font-weight: normal;
    background: #fff;
    border: 1px solid;
    border-radius: 3px;
    transition: 0.3s ease-in;
    z-index: 10;
}

.table-container {
    min-width: 100%;
}

#notFoundMessage {
    margin: 30px 0 50px;
    padding: 80px 30px;
    border: 1px solid #ddd;
    color: #e60000;
    font-weight: 700;
    font-size: 1.33em;
    text-align: center;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0.7;
}
