@charset "utf-8";

#clmContent a{
    text-decoration: none;
}

.catch a{
    text-decoration: underline !important;
}
p.blue{
    color: #6a7d92;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#clmContent .section.first{
    margin-top: 50px;   
}

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

.img-photo{
    margin-top: 30px;
}
.pdBox{
    margin: 20px 0 70px;
    padding-left: 20px;
}
.pdBox p{
    margin-top: 20px;
}
.clumBox2,
.clumBox3{
    margin-top: 20px;
}
.clumBox2 li{
    width: 48.34123222748815%;
    display: inline-block;
    margin-right: 26px;
}
.clumBox3 li{
    width: 30.213270142180093%;
    display: inline-block;
    margin-right: 26px;
}
.clumBox2 li:nth-child(2n){
    margin-right: 0;
}
.clumBox3 li:nth-child(3n){
    margin-right: 0;
}
.clumBox2 li .cap,
.clumBox3 li .cap{
    font-size: 10px !important;
    margin-top: 0;
    text-align: right;
}
.clumBox2 img,
.clumBox3 img{
    width: 100%;
}

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

    section {
        margin-bottom: 10%;
    }

    #clmContent img{
        width: 100%;
    }
    .pdBox{
        padding: 0;
    }
    .clumBox2 li,
    .clumBox3 li{
        width: 100%;
        right: 0;
        margin-top: 10px;
    }
	
}