@charset "UTF-8";

/* テキスト中央揃え */
.detail_lead .text-blue {
    text-align: center;
}
.detail_entry__annotation .text-black {
    text-align: center;
}
.lead_text {
    font-size: 16px !important;
}
@media all and (min-width: 769px){
    .lead_text {
        font-size: 24px !important;
    }
}

/* ボタン色変更 */
.detail_rounded-btn {
    background: #1D9BF0 !important;
    box-shadow:  0px 4px #0071bd !important;
}

/* リツイート画像 */
.detail_entry__retweet {
    text-align: center;
}
.detail_entry__retweet img {
    width: 150px;
}
@media all and (min-width: 769px) {
	.detail_entry__retweet img {
        width: 200px;
    }
}