@charset "utf-8";

#communityResource_main_block
{
    position: relative;
}

/* @overwrite common.css */
section
{
    margin: 0px auto 40px;
    width: 80%;
}

/* @extend twoColumn.css */
.twoColumn_column_block
{
    padding: 0px 40px;
}

/* @overwrite common.css */
section>h1
{
    margin: 80px 20px 30px;
}

/* @overwrite common.css */
section>h1+hr
{
    color: #c3c1c0;
}

section>h2
{
    margin: 30px 0px;
    color: #c49f5f;
    font-size: 30px;
    font-weight: bold;
}

section li
{
    margin: 10px 0px;
    color: #6a6969;
}

section a:link,
section a:visited
{
    color: #6a6969;
    text-decoration: none;
    word-break: break-all;
}

section a:hover,
section a:visited
{
    border-bottom: 1px solid #363636;
    color: #363636;
}

/* RWD */
@media only screen and (max-width: 1150px)
{
    .twoColumn_column_block
    {
        padding: 0px;
    }

    section>h2
    {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1000px)
{
    .twoColumn_column_block
    {
        display: block;
        margin: 0px auto 80px;
        width: 400px;
    }

    section>h2
    {
        font-size: 25px;
    }

    section>h2 .section_iconOfHeading_image
    {
        max-height: 40px;
    }
}

@media only screen and (max-width: 550px)
{
    section
    {
        width: 90%;
    }
}

@media only screen and (max-width: 500px)
{
    .twoColumn_column_block
    {
        width: 100% !important;
    }
}

