@CHARSET "UTF-8";
@font-face {
   font-family: SETO;
   src: url('./fonts/setofont.ttf') format("TrueType");
}

body {

    /* line-height: 1.6;
    color: #333;
    word-break: break-word;
    position: relative;
    margin: 0; */
}
ul {
    list-style: none;
    margin: 0;
}
a {
    color: #ff7f50;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
/* input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    margin-right: 5px;
    color: #555;
}
input[type="button"]:hover {
    opacity: 0.7;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="submit"] {
    background:#84E5E5;
    cursor: pointer;
    border-color: #24ACAC;
    width: 180px;
}
input[type="submit"]:hover {
    opacity: 0.7;
} */

#error_msgs {
    color: #f00;
    background: #fff5f5;
    padding: 10px;
}
/* .header {
    background: #fff;
    border-bottom: 5px solid #ff7f50;
    padding: 10px 20px;
    color: #30D3D3;
} */
.footer {
    background: #777;
    color: #fff;
    text-align: center;
    font-size: 12pt;
    padding: 3px;
}
.bclr {
    background: #f7f9fb;
    border: 1px solid #d8dde6
}
.title_area {
    padding: 20px 30px;
    color: #999;
    font-weight: bold;
    font-size: 18pt;
}
/* .contents_area {
    padding: 20px;
} */
.hyou {
    padding: 10px;
    border-radius: 4px;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: 12pt;
}
th, td {
    width: calc((100% - 1px) / 7);
    border: 1px solid #ccc;
}
th {
    background: #f1f1f1;
}
td {
    padding: 5px;
    background: #fff;
}
.inp {
    cursor: pointer;
    vertical-align: top;
    height: 110px;
}
.inp:hover {
    opacity: 0.3;
}
table td.current {
    background: #FFFFEE;
    border: 3px solid #f00;
}
th.sun {
    background: #FF4500;
    border-left: 0px;
    border-top: 0px;
    border-top-left-radius: 4px;
}
td.sun {
    background: #fff5f5;
}
th.sat {
    background: #87cefa;
    border-right: 0px;
    border-top: 0px;
    border-top-right-radius: 4px;
}
td.sat {
    background: #EEFFFF;
}
.c_date {
    text-align: center;
}
.c_meal {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10pt;
}
.c_motion {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10pt;
}
.edit_wrapp {
    padding: 20px;
    border-radius: 4px;
}
.date_y {
    font-size: 18pt;
    color: #666;
    padding: 0 5px 0 0;
}
.date_md {
    font-size: 30pt;
    color: #666;
}
.date_w {
    font-size: 20pt;
    color: #666;
}
.edit_block {
    padding: 10px;
    clear: both;
}
.edit_float_clumn {
    float: left;
    padding-right: 40px;
}
.s_input {
    width: 80px;
}
.m_input {
    width: 150px;
}
.edit_p {
    float: left;
    margin: 5px 0px;
}
.clearfix {
    clear: both;
}
.reg_btn, .del_btn {
    margin: 10px;
    padding: 3px 5px;
    cursor: pointer;
}
.kcal_p {
    position: relative;
}
.kcal_span {
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 10pt;
    color: #999;
}
/* .btn_area {
    text-align: center;
    padding: 20px;
} */
.title_area {
    padding: 20px 30px;
    color: #999;
    font-weight: bold;
    font-size: 18pt;
}
.head_date_area {
    float: left;
}
.head_change_date_area {
    float: right;
    width: 160px;
    position: relative;
}
.year_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    font-size: 14pt;
    color: #555;
    padding: 3px 30px 3px 20px;
    position: absolute;
    left: 50px;
    top: 30px;
    cursor: pointer;
}
.year_select::-ms-expand {
    display: none;
}
.year_select_span {
    font-size: 10pt;
    position: absolute;
    top: 40px;
    left: 130px;
}
.bef_month {
    position: absolute;
    top: 25px;
    left: 0;
    color: #30D3D3;
    cursor: pointer;
    padding: 0 5px;
}
.aft_month {
    position: absolute;
    top: 25px;
    left: 160px;
    color: #30D3D3;
    cursor: pointer;
    padding: 0 5px;
}

@media screen and (max-width:430px) {
    .m_input {
        width:100px;
    }
    .s_input {
        widht: 60px;
    }
    input {
        padding: 5px;
        font-size: 12pt;
    }
    .edit_float_clumn {
        padding-right: 20px;
    }
    .bef_month, .aft_month, .year_select {
        top: 0;
    }
    .year_select_span {
        top: 10px;
    }
    .head_change_date_area {
        float: left;
    }
}
