@media print,screen and (min-width: 641px) {

    #about .sidestorybtn{
        margin-top: 50px;
        text-align: center;
    }

    #about .sidestorybtn li{
        display: inline;
    }
    #about .sidestorybtn li a{
        padding-left: 20px;
        display: inline-block;
        background-color: #f0f0f0;
        width: 320px;
        text-decoration: none;
        color: #000;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 1em;
        background-repeat: no-repeat;
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
        background-image: url(../../../images/company/about/arrow_icon.png);
        background-position: right center;
        margin-left: 25px;
        margin-right: 25px;
        box-sizing:border-box;
    }

    #about .current{
        margin-top: 30px;
        position: relative;
        width: 1000px;
        height: 50px;
    }
    #about .current .btn{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
    #about .current .btn a{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../../../images/company/about/current.png);
        background-repeat: no-repeat;
        background-position: center top;
        -webkit-background-size: 16px 16px;
        background-size: 16px 16px;
        padding-top: 20px;
        text-align: center;
        text-decoration: none;
        color: #000;
        font-size:1.2rem;
        white-space: nowrap;
        z-index: 1;
    }


    #about .current .line{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../../images/company/about/currentbar.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: 120px 3px;
    background-size: 120px 3px;
    width: 90px;
    height: 30px;
    margin-top: 7px;
    }

    #about .current .btn.active a{
        background-image: url(../../../images/company/about/current_active.png);
    }

    #about .current .line.active{
        background-image: url(../../../images/company/about/currentbar_actvie.png);
    }
#about .contentarea .cap  {
    color: #303030;
    font-size: 90%;
    text-align: right;
}
#about .contentarea .bodycontent {
    position: relative;
}
#about .fl_area .txt {
    width: 790px;
    margin-right: 20px;
    float: left;
}
#about .photoarea  {
    width: 170px;
    float: right;
    white-space: normal;
    text-align: left;
}
#about .photoarea .photo  {
    padding-bottom: 20px;
}
#about .photoarea .txt_r  {
    font-size: 85%;
}




}


@media screen and (max-width: 640px) {

    #about .sidestorybtn{
        margin-top: 50px;
    }

    #about .sidestorybtn li{
        display: block;
    }
    #about .sidestorybtn li a{
        margin-bottom: 20px;
        padding-left: 20px;
        display: inline-block;
        background-color: #f0f0f0;
        width: 100%;
        text-decoration: none;
        color: #000;
        text-align: left;
        padding-top: 3rem;
        padding-bottom: 3rem;
        line-height: 1em;
        background-repeat: no-repeat;
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
        background-image: url(../../../images/company/about/arrow_icon.png);
        background-position: right center;

        box-sizing:border-box;
    }



    #about .current{
        margin-top: 50px;
        position: relative;
        width: 1000px;
        height: 50px;
    }
    #about .current .btn{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
    #about .current .btn a{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../../../images/company/about/current.png);
        background-repeat: no-repeat;
        background-position: center top;
        -webkit-background-size: 24px 24px;
        background-size: 24px 24px;
        padding-top: 40px;
        text-align: center;
        text-decoration: none;
        color: #000;
        font-size:2rem;
        white-space: nowrap;
        z-index: 1;
    }


    #about .current .line{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../../../images/company/about/currentbar.png);
        background-repeat: no-repeat;
        background-position: center top;
        -webkit-background-size: 140px 5px;
        background-size: 140px 5px;
        width: 140px;
        height: 30px;
        margin-top: 10px;
    }

    #about .current .btn.active a{
        background-image: url(../../../images/company/about/current_active.png);
    }

    #about .current .line.active{
        background-image: url(../../../images/company/about/currentbar_actvie.png);
    }
#about .photoarea  {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
}
#about .photoarea .txt_r  {
    font-size: 85%;
}





}
