#weather-underground-widget-area {
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    margin-top: 15px;
}

#weather-underground-widget-title {
    font-size: 116%;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #FDC424;
    color: #fff;
}

.weather-underground-today {
    text-align: center;
}

.weather-underground-today .today-date {
    font-size: 116%;
    color: #535353;
}


.weather-underground-today .today-high .unit,
.weather-underground-today .today-low .unit
{
    font-size: 77%;
}

.weather-underground-today .today-high {
    color: #F0716B;
    font-weight: bold;
    font-size: 116%;
}


.weather-underground-today .today-low {
    color: #589EC9;
    font-weight: bold;
    font-size: 116%;
    font-size: 116%;
}

.weather-underground-table {
    width: 100%;
}


.weather-underground-table .odd {
    background-color: #F6F6F6;
}

.weather-underground-table .even {
}

.weather-underground-table th {
    color: #999999;
    padding-top: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E9E9E9;
}

.weather-underground-table td {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
}

.weather-underground-date {
}

.weather-underground-week .week-high {
    color: #EC7F72;
}

.weather-underground-week .week-low {
    color: #589EC9;
}

@media screen and (max-width : 481px) {

    #weather-underground-widget-area {
        display: none;
    }

}

/*=======================
↓フォントサイズ参考
.text10 {font-size:77%;}
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }
=======================*/
