@charset "UTF-8";
/*---------------------------------
画面起動時注意喚起ポップ表示洋CSS（Modaal使用）
＜注意喚起用＞画面起動時表示ポップ
----------------------------------*/

#modal_caution_info{
	display: none;
}

.modaal-container{
	max-width: 1080px;
}

.modaal-close:after,
.modaal-close:before{
	background:#ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}