header {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    color: #000000;
    background: #ffffff;
    height: 115px;
}
main {
    width: 100%;
}
.header-title {
    width: 100%;
    background: #273b7c;
    padding: 10px;
    white-space: nowrap;
}
.mytitletext-l {
    font-size: xx-large;
    color: #ffffff;
    font-family: "HG正楷書体-PRO";
}
.mytitletext-m {
    font-size: x-large;
    color: #ffffff;
}
.header-main {
    width: 100%;
    padding: 10px;
    white-space: nowrap;
}
.mytext-l {
    font-size: xx-large;
}
.mytext-m {
    font-size: x-large;
}
.mytext-s {
    font-size: large;
}
.myselect {
    font-size: x-large;
    border: 1px solid;
}
/* 卸売結果 */
.mymaintable {
    border-collapse: collapse;
}
.mymaintable-thead {
    position: sticky;
    position: -webkit-sticky;
    top: 115px;
    z-index: 1;
}
.mymaintable th {
    font-size: medium;
    border: 1px solid gray;
    text-align: center;
    background: #AEE0F9;
    padding: 5px;
}
.mymaintable td {
    font-size: medium;
    border: 1px solid gray;
    text-align: right;
    padding: 5px;
}
.mymaintable td:nth-child(1) {
    text-align: left;
}
.mymaintable td:nth-child(2) {
    text-align: left;
}
.mymaintable td:nth-child(3) {
    text-align: left;
}
.mymaintable td.gokei {
    background: #AEE0F9;
}
/* 卸売予定 */
.mymaintable2 {
    border-collapse: collapse;
}
.mymaintable2-thead {
    position: sticky;
    position: -webkit-sticky;
    top: 115px;
    z-index: 1;
}
.mymaintable2 th {
    font-size: medium;
    border: 1px solid gray;
    text-align: center;
    background: #AEE0F9;
    padding: 5px;
}
.mymaintable2 td {
    font-size: medium;
    border: 1px solid gray;
    text-align: right;
    padding: 5px;
}
.mymaintable2 td:nth-child(1) {
    text-align: left;
}
.mymaintable2 td:nth-child(2) {
    text-align: left;
}
.mymaintable2 td:nth-child(4) {
    text-align: left;
}
.mymaintable2 td.gokei {
    background: #AEE0F9;
}
