/* 背景ゴールド */
.wp-block-paragraph.is-style-goriweb-haikei-gold,
.is-style-goriweb-haikei-gold {
    display: table;
	   
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 10px;
    background: #c8a03a;
    color: #ffffff;
    font-size: 1em;
	position: relative;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
	width: auto !important;
}


/* 背景シルバー */
.wp-block-paragraph.is-style-goriweb-haikei-silver,
.is-style-goriweb-haikei-silver {
    display: table;
	   
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 10px;
    background: #e5e8ea;
    color: #ffffff;
    font-size: 1em;
	position: relative;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
	width: auto !important;
}


/* 背景紺 */
.wp-block-paragraph.is-style-goriweb-haikei-navy,
.is-style-goriweb-haikei-navy {
    display: table;
	   
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 10px;
    background: #0b3458;
    color: #ffffff;
    font-size: 1em;
	position: relative;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
	width: auto !important;
}

/* 背景ブルー */
.wp-block-paragraph.is-style-goriweb-haikei-blue,
.is-style-goriweb-haikei-blue {
    display: table;
	   
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 10px;
    background: #0073e6;
    color: #ffffff;
    font-size: 1em;
	position: relative;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
	width: auto !important;
}
  

/* 背景緑 */
.wp-block-paragraph.is-style-goriweb-haikei-green,
.is-style-goriweb-haikei-green {
    display: table;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 10px;
    background: #2d8659;
    color: #ffffff;
    font-size: 1em;
    position: relative;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    width: auto !important;
}




/* 背景赤 */
.wp-block-paragraph.is-style-goriweb-haikei-red,
.is-style-goriweb-haikei-red {
    display: table;
	   
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 10px;
    background: #e60000;
    color: #ffffff;
    font-size: 1em;
	position: relative;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
	width: auto !important;
}

/* 背景オレンジ */
.wp-block-paragraph.is-style-goriweb-haikei-orange,
.is-style-goriweb-haikei-orange {
    display: table;
	   
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 10px;
    background: #ff9900;
    color: #ffffff;
    font-size: 1em;
	position: relative;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
	width: auto !important;
}


