<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#Twitter *
{
    font-size: 100% !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}
 
#Twitter .twtr-doc
{
    border: 1px solid #999999;
    /* 初期状態ではborder-radiusが指定されているのでクリア */
    border-radius: 0px;
}
 
#Twitter .twtr-tweet
{
    /* 初期状態ではborder-bottomが指定されているのでクリア */
    border-bottom: none;
}
 
#Twitter .twtr-tweet-wrap
{
    margin: 10px 10px 0px 10px !important;
    border-bottom: 1px solid #CCCCCC;
}
 
#Twitter #tweet-id-1 .twtr-tweet-wrap
{
    border: none;
}
 
#Twitter .twtr-tweet-text
{
    margin: 0px 0px 10px 0px !important;
}
 
#Twitter .twtr-tweet-text p
{
    color: #333333;
    font-size: 80% !important;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 0.025em;
    line-height: 160% !important;
}
 
#Twitter .twtr-hd{
    display: none !important;
}</pre></body></html>