/*------------------------------------------
ヘッダーとフッターのみのスタイル
------------------------------------------*/
header .low_docomo_logo span a {
    display: block;
}
header .cap-ttl {
    margin: 0px auto auto 7px;
    padding: 13px 20px 10px 20px;
    font-size: 130%;
    background: url(../img/weather_ttl_icon.png) no-repeat left center;
    background-size: 8px 23px;
    -webkit-background-size: 8px 23px;
    -moz-background-size: 8px 23px;
    -o-background-size: 8px 23px;
    letter-spacing: -0.1em;
}
header {
    display: block;
    background-color: #ffffff;
}
header .low_docomo_logo {
    display: block;
    float: right;
    width: 80px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: none;
    box-shadow: none;
}
header .low_docomo_logo img {
    padding: 0;
    width: 80px;
    height: 30px;
}
header .low_docomo_logo span a {
    display: block;
}
header h1{
    font-weight:normal;
}
footer .nav {
    height: 72px;
    padding-top: 10px;
    border-top: 1px solid #000;
    background-color: #e9e9e9;
}
footer .site_top {
    float: left;
    display: block;
    margin: 0 0 10px 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e2e2e2));
    background: -moz-linear-gradient(top, #f9f9f9, #e2e2e2);
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: 14px/110% "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN"; -webkit-text-size-adjust: none;
}
footer .site_top a {
    display: block;
    color: #000;
    padding: 6px 10px 4px 25px;
    text-decoration: none;
    background: url(../img/low_arrow_left.png) no-repeat 10px center;
    -webkit-background-size: 8px 8px;
    -moz-background-size: 8px 8px;
    -o-background-size: 8px 8px;
    background-size: 8px 8px;
}
footer .more_bottom {
    float: right;
    display: block;
    margin: 0 10px 10px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e2e2e2));
    background: -moz-linear-gradient(top, #f9f9f9, #e2e2e2);
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: 14px/110% "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN"; -webkit-text-size-adjust: none;
}
footer .more_bottom a.more_top {
    display: block;
    padding-right: 6px;
    color: #000;
    padding: 6px 25px 4px 6px;
    text-decoration: none;
    background: url(../img/low_arrow_top.png) no-repeat 90% center;
    -webkit-background-size: 8px 8px;
    -moz-background-size: 8px 8px;
    -o-background-size: 8px 8px;
    background-size: 8px 8px;
}
footer p.copyright {
    padding: 10px;
    line-height: 1.5;
}
.footer p {
    background: #000;
    padding: 10px 0 30px 10px;
    color: #fff;
    font-size: 70%;
    text-align: center;
}
footer p.copyright a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}

