@charset "utf-8";

#clmContent a{
    text-decoration: none;
}

.catch a{
    text-decoration: underline !important;
}
.sumArea .left.w79{
	width: 79.82938388625593%;
}


.sumArea .right.w17{
    width: 17.061611374407583%;
}

#clmContent .section.first{
    margin-top: 50px;   
}

.img-logo{
    margin-top: 30px;
}

.img-photo{
    margin-top: 30px;
}

.link{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
}

.link dt{
    background-image: url(../../../common/imgs/icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 20px;
    margin-top: 20px;
}

.link dd{
    margin-top: 3px;
    padding: 0;
}

.team-photo{
    position: relative;
    overflow: hidden;
}

.team-photo li{
    float: left;
    margin-top: 10px;
}
.team-photo li span{
    display: block;
    font-size:12px;
}

.team-photo li:nth-child(-n + 2){
    margin-top: 0;
}

.team-photo li:nth-child(odd){
    margin-right: 5px;
}
@media only screen and (max-width:700px) {

    .sumArea .left.w79{
    	width: 100%;
    }

    .sumArea .right.w17{
        width: 100%;
    }


    section {
        margin-bottom: 10%;
    }

    #clmContent img{
        width: 100%;
    }

    .team-photo li:nth-child(2){
        margin-top: 10px;
    }

    .team-photo li:nth-child(odd){
        margin-right: 0;
    }
	
}