/*天気*/
#shiomi #weather {
    width: calc(100% - 10px);
    margin: 5px;
    margin-top: 25px;
    padding: 5px;
    border: solid 1px #c0c0c0;
    border-radius: 5px;
    box-shadow: 0 0 5px #aaa;
    user-select: none;
}

/*見出し*/
#shiomi #weather h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 45px;
}

/*テーブル*/
#shiomi #weather .weather-table-parent {
    overflow-x: auto;
}

#shiomi #weather .weather-table {
    margin: 0 auto;
    margin-bottom: 10px;
    border-collapse: collapse;
}

#shiomi #weather .weather-table th {
    font-weight: bold;
    background: lightgray;
    white-space: nowrap;
}

#shiomi #weather .weather-table th,
#shiomi #weather .weather-table td {
    padding: 5px 10px;
    border: 1px solid gray;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}

#shiomi #weather .weather-table img.weather-image {
    width: 40px;
    height: 30px;
}
