@charset "UTF-8";
/*
 Theme Name: AMARANK
 Theme URI: https://saruwakakun.design
 Author: Taka
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
html body {
    font-family: "Helvetica", "Arial", "Hiragino Sans","ヒラギノ角ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.affiliate-announce{
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: black;
}
#entry .entry-content table {
    font-size: 9pt;
}

#entry .entry-content .product-img {
    text-align: center;
}

/* ステマ規制対応 PR文字挿入 */
.entry-meta{
   display: flex;
   justify-content: space-between;
}
.affiliate-pr-box{
    text-align: right;
}
.affiliate-pr{
    color: black;
}