body {
    padding-top: 82px;
}

.login_box {
    max-width: 400px;
    margin: 50px auto;
}

.logo {
    font-family: 'Architects Daughter', cursive;
}

.top-list {
    max-width: 800px;
    margin: 0 auto;
}

h1.title {
    padding: 0.5em 0;
    border-bottom: solid 3px black;
}

.container {
    margin-bottom: 100px;
}

.check label {
    margin-right: 20px;
}

.last-child-after a::after {
    content: "、";
}

.last-child-after a:last-child::after {
    content: none;
}

.none {
    display: none;
}

#notice {
    height: 200px;
}

.thcenter th {
    text-align: center;
    vertical-align: middle;
}

td,
th {
    line-height: 1.6;
}


/*

業務日誌

*/

table#body .form-control {
    font-size: 12px;
}


/*
工賃
*/

#pay table {
    table-layout: fixed;
}

#pay thead,
#pay tbody {
    display: block;
}

#pay tbody {
    overflow-y: scroll;
    height: 400px;
}

#pay th,
#pay td {
    font-size: 12px;
    width: 100px;
}

#pay .form-control {
    font-size: 12px;
    padding: 4px;
}

#pay input[type=number]::-webkit-inner-spin-button,
#pay input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#pay input[type="number"] {
    -moz-appearance: textfield;
}

#paybox {
    width: 640px;
    margin: 50px auto;
    overflow: hidden;
}

table.pay {
    width: 300px;
    border-collapse: collapse;
    border: 4px double black;
    float: left;
}

table.pay th {
    font-size: 18px !important;
    text-align: center;
}

table.pay th,
table.pay td {
    border: 1px solid black;
    padding: 3px;
    font-size: 12px;
}

.nowrap {
    white-space: nowrap;
}

/* 昼食 */
.lunch_print span::after {
    content: "、";
}

.lunch_print span:last-child::after {
    content: none;
}