@charset "utf-8";
/* CSS Document */

/* imgBlock_m のキャンペーントップ用 */
/* ドットあり */
#mainCont .section .imgBlock_camdot {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#mainCont .section .imgBlock_camdot .imgBlock {
    float: left;
    width: 110px;
}

#mainCont .section .imgBlock_camdot .txtBlock {
    float: right;
    width: 444px;
}

/* ドットなし */
#mainCont .section .imgBlock_cam {
    margin-bottom: 5px;
    padding-bottom: 15px;
}

#mainCont .section .imgBlock_cam .imgBlock {
    float: left;
    width: 110px;
}

#mainCont .section .imgBlock_cam .txtBlock {
    float: right;
    width: 444px;
}
