@charset('utf-8');

/*
* {
	font-family: "メイリオ", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", "sans-serif";
	font-size: 12pt;
	-webkit-font-smoothing: antialiased;
}
*/

/**
 * 	システムエラーメッセージスタイル
 */
.toast-container {
	z-index: 90001;	
}
.toast-item { 
	border-radius: 10px;
}
.toast-position-middle-center {
	margin-left: -250px;
	width: 500px;	
}