/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2023 | 06:53:16 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

.cps-post-main blockquote::before {
display: none !important;
}
.cps-post-main blockquote::after {
display: none !important;
}
#header-box {

background-size: 140px;
background-position: center;
}
body .tn-logo-size img {
width: auto !important;
max-width: 100%;
}
#header #site-info {
max-width: 480px !important;
margin-left: auto;
}
.svg-inline--fa {
margin-right: 5px;
}

td {
    text-align: center;
}

.cps-post-main table {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    max-width: 100% !important;
    word-break: break-all;
    table-layout: fixed;
}
.cps-post-main .marker3 {
    background: linear-gradient( transparent 60%, #ffef00 0% );