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

.p-topicsPost__body .x-small { font-size: 84%; line-height: 160%; } /* 文字サイズ：10ポイント相当 */
.p-topicsPost__body .small { font-size: 87.5%; } /* 文字サイズ：11ポイント相当 */
.p-topicsPost__body .medium { font-size: 100%; } /* 文字サイズ：12ポイント相当 */
.p-topicsPost__body .large { font-size: 120%; line-height: 160%; } /* 文字サイズ：14ポイント相当 */
.p-topicsPost__body .x-large { font-size: 150%; } /* 文字サイズ：18ポイント相当 */

.p-topicsPost__body .txt_red { color: #bd1f38; }
.p-topicsPost__body .txt_blue { color: #0c84af; }

.p-topicsPost__body .txt_bold { font-weight: bold; }

.p-topicsPost__body .blockBlue {
    border: solid 1px #276c93;
    padding: 20px;
}

.p-topicsPost__body .topicsPhotoBox {
    margin: 0 auto 20px;
}

.p-topicsPost__body .topicsPhotoBoxRight {
    float: right;
    margin-left: 20px;
}

.p-topicsPost__body .topicsSeparateSolidLine {
    border-bottom: solid 1px #999;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

/* リスト*/
.p-topicsPost__body ul.disc {
    list-style: disc;
    margin-left: 20px;
}

/* テキストリンク*/
.p-topicsPost__body a:link { color: #04a7c4; text-decoration: none; }
.p-topicsPost__body a:hover { color: #04a7c4; text-decoration: underline; }

/* tableセンター*/
.p-topicsPost__body table.TTcenter {
    margin: 0 auto;
}
