@charset "utf-8";

/*==========================================
contentsのスタイル -> community-common
===========================================*/

.mainSiteTitle {
    font-size: 20px;
    background-color: #222D3B;
    color: #fff;
    padding: 15px;
    margin-top: 10px;
}

/*==========================================
contentsのスタイル -> community.html
===========================================*/

.community {
    background-color: #fff;
    margin-top: 30px;
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
}

.community_1 {
    width: 500px;
    padding-bottom: 5px;
    border-bottom: solid 2px #C73E29;
    font-size: 18px;
    font-weight: bold;
}

.community_2 {
    padding: 20px 0;
}

.community_3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #C73E29;
    padding: 10px;
    margin: 20px 0;
}

.communityLeft {
    float: left;
}

.communityRight {
    float: left;
    width: 590px;
    padding: 0 20px;
}
