@charset "EUC-JP";

/* = .mod-freeDay
----------------------------------------------- */

.mod-freeDay .heading{
    font-weight: bold;
    padding: 2px 0 2px 15px;
    position: relative;
    margin-bottom: 12px;
    font-size: 128.6%; /* 18px */
}

.mod-freeDay .heading::before{
    content: "";
    width: 6px;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #ed6103;
}

/* レポート対象物件の絞り込み */
.mod-freeDay .refine {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    display: table;
}
.mod-freeDay .refine li {
    display: table-cell;
    padding: 15px 10px;
    vertical-align: middle;
}
.mod-freeDay .refine li:last-child {
    border-left: 1px solid #c9c9c9;
}
.mod-freeDay .refine .item {
    font-weight: bold;
    margin-bottom: 5px;
}
.mod-freeDay .refine .textBox {
    width: 100%;
    padding: 5px 10px;
    line-height: 24px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 0 #c9c9c9 inset;
    box-sizing: border-box;
}
/* radioButton
----------------------------------------------- */
.mod-freeDay .refine .radioArea input[type=radio] {
    display: none;
}
.mod-freeDay .refine .radioArea .radio {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding: 12px 10px 12px 27px;
    border-radius: 4px;
    background-color: #f5f5f5;
    vertical-align: middle;
    cursor: pointer;
    color: #515151;
}
.mod-freeDay .refine .radioArea .radio:hover{
    background-color: #fffaaa;
    cursor: pointer;
}
.mod-freeDay .refine .radioArea input[type=radio]:checked + .radio::before {
    opacity: 1;
}
.mod-freeDay .refine .radioArea input[type=radio]:checked + .radio::after {
    background: #ed6103;
    border-color: #ed6103;
}
.mod-freeDay .refine .radioArea input[type=radio]:checked + .radio {
    background: #fffaaa;
}

.mod-freeDay .refine .radioArea .radio::after {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    content: '';
}
.mod-freeDay .refine .radioArea .radio::before {
    position: absolute;
    top: calc(50% - 5px);
    left: 10px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    content: '';
    opacity: 0;
    z-index: 2;
}
.mod-freeDay .refine .button {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #515151;
    box-shadow: 0 2px #515151;
    color: #515151;
    padding: 10px 15px;
}
.mod-freeDay .refine .button:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}
.mod-freeDay .error {
    background: #fff4f4;
    color: #f10404;
    font-weight: bold;
    padding: 15px 10px;
    margin: -10px 0 20px;
}
.mod-freeDay .searchTable {
    width: 100%;
    border: 1px solid #c9c9c9;
    margin-bottom: 20px;
}
.mod-freeDay .searchTable th,
.mod-freeDay .searchTable td {
    text-align: left;
    padding: 15px 10px;
    line-height: 1.4;
    vertical-align: middle;
    border-bottom: 1px solid #c9c9c9;
}
.mod-freeDay .searchTable th {
    width: 20%;
    background: #f7f7f7;
    color: #515151;
    font-weight: normal;
}

/* selectForm
 * ----------------------------------------------- */
.mod-freeDay .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-freeDay .searchTable .selectArea:hover {
    background: #fffaaa;
}

/* select arrow design */
.mod-freeDay .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-freeDay .searchTable .selectArea select {
    border: none;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 25px 10px 10px;
}

.mod-freeDay .searchTable .selectArea select:hover {
    cursor: pointer;
}
.mod-freeDay .searchTable .selectArea select::-ms-expand {
    display: none; /* IEでデフォルトの矢印を消す処理 */
}

.mod-freeDay .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;
    text-align: center;
    margin: 0 auto 40px;
}

.mod-freeDay .searchButton:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

.mod-freeDay .attentionArea {
    margin-bottom: 10px;
    line-height: 1.4;
}
.mod-freeDay .attentionArea .comment::before {
    content: "・";
}

/* report
---------------------------------------*/
.mod-freeDay .reportList {
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    margin-bottom: 30px;
}
.mod-freeDay .reportList th,
.mod-freeDay .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-freeDay .reportList th {
    background: #f7f7f7;
    color: #515151;
    font-weight: normal;
}

.mod-freeDay .reportList td:first-child {
    white-space: nowrap;
}

.mod-freeDay .reportList .empty {
    border-right: 0;
    border-bottom: 0;
}
.mod-freeDay .reportList .sum {
    border-top: 3px solid #c9c9c9;
    font-weight: bold;
}

/* 印刷ボタン */
.mod-freeDay .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;
    text-align: center;
    margin: -10px auto 0;
}
.mod-freeDay .printButton:hover {
    cursor: pointer;
    background-color: #f5f5f5;
} 

