div#buttons{display:flex;flex-direction:row;max-width:900px}div#buttons button{background-color:#d3d3d3;border-radius:4px;width:80px}div#buttons button:last-of-type{margin-left:auto}span.header-eto{font-size:14px}div.sunday{color:red}div.saturday{color:blue}div.weekRow{display:flex;border-bottom:3px solid gray}div.weekRow:last-of-type{border-bottom:none}div.dayClass{background-color:#e8e8f8;flex:1;min-height:70px;border-left:none;border-right:3px solid gray;display:flex;flex-direction:column;justify-content:flex-start}div.dayClass:last-of-type{border-right:none}div.othermonth{background-color:#d3d3d3;color:#a9a9a9}div.today{background-color:#88e7ff;font-weight:2}div.dayofweek{background-color:#e8e8f8;flex:1;border-right:3px solid gray;text-align:center}div.dayofweek:last-child{border-right:none}div.rokuyo-eto{margin-left:auto}@media screen and (min-width:480px){div.day{padding-left:3px;font-size:18px}span.rokuyo{padding-left:3px;font-size:14px}span.eto{padding-left:2px;font-size:14px}div.sekki{margin-left:auto;font-size:14px}span.lunar-date-title{font-size:11px}div.lunar-calendar{font-size:13px;margin-top:auto}img.moon{width:16px;height:16px;padding-right:1px;padding-left:1px}div.holiday{font-size:14px}}@media screen and (max-width:480px){div.day{padding-left:1px;font-size:15px}span.eto,span.rokuyo{font-size:11px}span.eto{padding-left:1px}div.sekki{margin-left:auto;font-size:11px}span.lunar-date-title{font-size:8px}div.lunar-calendar{font-size:11px;margin-top:auto}img.moon{width:15px;height:14px;padding-right:1px}div.holiday{font-size:10px}}div#memo{font-size:9px}