
@charset "UTF-8";

/* for PC,ipad */
@import url("post_pc.css") screen and (min-width:927px);

/* for iphone,ipod,Andoroid */
@import url("post_mobi.css") screen and (min-width:0) and (max-width:926px);


/* //////////////////////////////////////////////////////////
*****************************************
Post Page Style - Common device

--- お客様へ ---
このスタイルは、ブロックエディタ投稿のスタイルを定義しています。

※必ず、修正前のファイルをバックアップした上で修正してください。
※最低限のCSSの記述方法を理解されている事が前提です。誤った記述をすると、体裁崩れの原因となります。
*****************************************
////////////////////////////////////////////////////////// */

.has-text-align-left{text-align:left;}
.has-text-align-center{text-align:center;}
.has-text-align-right{text-align:right;}

.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
    max-width: 100% !important;

}



/* //////////////////////////////////////////////////////////
-------------------------------------------------------------
Customer Common Style
-------------------------------------------------------------
////////////////////////////////////////////////////////// */

.business-Blocks .wp-block-columns .wp-block-column:nth-child(even) li,
.business-Blocks .wp-block-columns .wp-block-column:nth-child(even) dt{
	background: url(../../image/common/mk_disc.gif) no-repeat 0px 6px;
}