default.css 409 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
@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;	
}