@charset "utf-8";
/* CSS Document */



/*プレミアムのバナーを表示20191218*/

.uniProductLabelArea{
	display: block;
	}

.uniProductLabelArea:after{
content: '';/*何も入れない*/
display: block;/*忘れずに！*/
width: 500px;/*画像の幅*/
height: 133px;/*画像の高さ*/
max-width:-webkit-fill-available;/*スマホの幅合わせに*/
background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/27612497/sonota/premium_banner_640_180.jpg);
background-size: contain;
vertical-align: middle;
padding:5px !important;
background-repeat: no-repeat;
	}
	
	

/*プレミアムのバナーを表示20191218*/


/*
.uniPremiumInfo{
	display: block;
	}

.uniPremiumlink:after{
content: '';/*何も入れない*/
/*display: inline-block;/*忘れずに！*/
/*width: 500px;/*画像の幅*/
/*height: 133px;/*画像の高さ*/
/*background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/27612497/sonota/premium_banner_640_180.jpg);
background-size: contain;
vertical-align: middle;
padding:5px !important;
background-repeat: no-repeat;
	}*/