﻿/* トップページコンテンツレイアウト
------------------------------------------------ */
#sns_area{
    margin-bottom: 10px;
}

#sns_area ul{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width:100%;
    list-style-type: none;
}

#sns_area ul li img {
    width:45px;
}