/*解析度  768px 以下*/
@media screen and (max-width:768px) {
/*header footer 開始 */	
#header-share {
    display: none;
}
#header-rwd {
    background-color: #C00;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 5px;
}
#Bodyfooter {
    width: 100%;
    display: block;
}

.footerArea1 {
    display: none;
}
.footerArea2 {
    width: 80%;
    margin: 0px;
    padding-right: 10%;
    padding-left: 10%;
}
.footerArea2 .logo2{
    display: none;
}
.footerArea2 span {
    clear: both;
    float: none;
}
.footerArea2 div {
    text-align: left;
    width: 100%;
    font-size: 13px;
}

.footerArea2 div p {
    clear: both;
    float: none;
    word-break: normal;
}
/*header footer 結束 */

}