/**
 * コラムでのCSS
 * エディタ内とのCSSを共通化させる
*/
.cms_container {
    max-width: 750px;
    margin: 30px auto 0;
}
.cms_inner {
    margin: 0 30px;
}
.cms {
    font-size: 19px;
}
.cms p {
    padding-bottom: 1.6em;
}
.cms img {
    width:100%;
}