/* 
 * 美容医療ニュース詳細ページ
 * 記事用のWPの組み込みCSSと本サイト用のCSSが干渉して表示が乱れるので上書き
 */

#right_navi ul {
    list-style: none !important;
    margin: auto 0;
}

.right-content-wrapper {
    position: absolute;
    top: 0;
    left: calc(100% - 100px);
    width: 230px;
}

#include_footer ul {
    list-style: none !important;
}

.footer-right {
    height: auto !important;
}

.footer-company-info p {
    margin-bottom: 0;
}