/*=================================================
    the kid column 2020/8/17
=================================================*/

body.column .post h3 {
    background: #f6f6f6;
    font-size: 16px;
    margin: 30px auto;
    padding: 12px 18px;
    box-sizing: border-box;
    }

body.column .post table iframe {
    width: 100%;
    height: 360px;
    }

.post_img_innder {
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {

body.column .post {
    width: 90%;
    margin: 0 auto;
    }

}

@media only screen and (max-width: 767px) {

body.column .post h3 {
    font-size: 14px;
    line-height: 21px;
    margin: 12px auto;
    }

}