@charset "utf-8";

/*
-----------------------------------------------
* テンプレートタイプ「フリー」のデザイン
----------------------------------------------- */

/* 配信日時 */
.mod-articleDetail .deliveredDate {
    color: #666;
    font-size: 10px;
    padding: 10px 20px;
    text-align: right;
}

/* 公開日、更新日
   表示位置を LH デザインに合わせるため
   右に 24px マージンを設定 */
.mod-articleDetail .date {
    color: #a5a5a5;
    font-size: 14px;
    margin-top: 24px;
    margin-right: 24px;
    text-align: right;
}