@charset "EUC-JP";

/* = .mod-allMonth
----------------------------------------------- */
/* h3&h4 same */
.mod-allMonth .heading,
.mod-allMonth .categoryHeading {
    font-weight: bold;
    padding: 2px 0 2px 15px;
    position: relative;
    margin-bottom: 12px;
}
.mod-allMonth .heading::before,
.mod-allMonth .categoryHeading::before {
    content: "";
    width: 6px;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

/* h3&h4 diff */
.mod-allMonth .heading         { font-size: 128.6%; /* 18px */ }
.mod-allMonth .categoryHeading { font-size: 114.3%; /* 16px */ }

.mod-allMonth .heading::before         { background-color: #ed6103; }
.mod-allMonth .categoryHeading::before { background-color: #515151; }

/* 条件設定 */
.mod-allMonth .attentionArea {
    margin-bottom: 10px;
    line-height: 1.4;
}
.mod-allMonth li::before {
    content: "・";
}
.mod-allMonth .searchTable {
    width: 100%;
    border: 1px solid #c9c9c9;
    margin-bottom: 20px;
}
.mod-allMonth .searchTable th,
.mod-allMonth .searchTable td {
    text-align: left;
    padding: 15px 10px;
    line-height: 1.4;
    vertical-align: middle;
    border-bottom: 1px solid #c9c9c9;
}
.mod-allMonth .searchTable th {
    width: 20%;
    background: #f7f7f7;
    color: #515151;
    font-weight: normal;
}

/* selectForm
----------------------------------------------- */
.mod-allMonth .searchTable .selectArea {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    box-shadow: 0 1px #c9c9c9;
    overflow: hidden;
    vertical-align: middle;
}
.mod-allMonth .searchTable .selectArea:hover {
    background: #fffaaa;
}

/* select arrow design */
.mod-allMonth .searchTable .selectArea::before {
    position: absolute;
    top: -2px;
    right: 10px;
    bottom: 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    margin: auto;
    content: '';
    border-top: 3px solid #515151;
    border-right: 3px solid #515151;
    transform: rotate(135deg);
}

.mod-allMonth .searchTable .selectArea select {
    border: none;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 25px 10px 10px;
}
.mod-allMonth .searchTable .selectArea select:hover {
    cursor: pointer;
}
.mod-allMonth .searchTable .selectArea select::-ms-expand {
    display: none; /* IEでデフォルトの矢印を消す処理 */
}

/* レポート表示ボタン */
.mod-allMonth .searchButton {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #515151;
    box-shadow: 0 2px #515151;
    color: #515151;
    display: block;
    font-size: 171.4%; /* 24px */
    padding: 10px 40px;
    vertical-align: middle;
    margin: 0 auto 40px;
}
.mod-allMonth .searchButton:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

/* report
---------------------------------------*/
.mod-allMonth .reportList {
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    margin-bottom: 20px;
}
.mod-allMonth .reportList th,
.mod-allMonth .reportList td {
    padding: 10px 5px;
    line-height: 1.4;
    vertical-align: middle;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    text-align: center;
    word-break: break-all;
}
.mod-allMonth .reportList th {
    background: #f7f7f7;
    padding: 10px 3px;
    color: #515151;
    font-weight: normal;
}
.mod-allMonth .reportList td:first-child {
    white-space: nowrap;
}
.mod-allMonth .reportList .bukkenName {
    text-align: left;
}
.mod-allMonth .reportList .childTh {
    font-size: 85.7%; /* 12px */
}
.mod-allMonth .reportList .spOnly {
    background: #ebebeb;
}

/* 横幅調整 */
.mod-allMonth .reportList .moji7 { width: 7em; }
.mod-allMonth .reportList .moji6 { width: 6em; }
.mod-allMonth .reportList .moji5 { width: 5em; }
.mod-allMonth .reportList .moji4 { width: 4em; }
.mod-allMonth .reportList .moji3 { width: 3em; }

.mod-allMonth .reportList .sum {
    border-top: 3px solid #c9c9c9;
    font-weight: bold;
}

/* 印刷ボタン */
.mod-allMonth .printButton {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #515151;
    box-shadow: 0 2px #515151;
    color: #515151;
    display: block;
    padding: 10px 15px;
    vertical-align: middle;
    margin: 0 auto;
}
.mod-allMonth .printButton:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}
