<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
fadeMsg
*/

/*
#fade_msg_box{
	display: none;
	width: 500px;
	height: 20px;
	margin: 0;
	padding: 0;
	background-color: #DDEE00;
	color: #666666;
	position:fixed;
	z-index: 2;
	display: none; //自動フェードメッセージ
}
*/



#fade_msg_box{
	display: none;
	width: 360px;
	height: 300px;
	padding-top: 300px;
	background-color: white;
	font-size: 24px;
	color: white;
	justify-content: flex-end;
	align-items: flex-end;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	background-image: url('./images/ehs-thank_you.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: none; /*自動フェードメッセージ*/
}

#fade_msg_box_CC{
	display: none;
	width: 360px;
	/*height: 200px;*/
	height: auto;
	padding-top: 100px;
	background-color: white;
	font-size: 18px;	
	color: #666;
	justify-content: flex-end;
	align-items: flex-end;
	position: fixed;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align:left;
	background-image: url('./images/ehs-change-cart.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: none; /*自動フェードメッセージ*/
}

#fade_msg_box_DD{
	width: 360px;	
	display: none;
	justify-content: flex-end;
	align-items: flex-end;
	position: fixed;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;	
	background:rgba(0,0,0,0.7);
	border: solid 1px #f0f0f0;
	color: #FFF;
	line-height: 2;
	font-size: 16px;	
	top: 50%;
	left: 50%;
	border-radius: 5px;
}

#fade_msg_box_Msg{

}

</pre></body></html>