@charset "UTF-8";

#cke_1_contents td , #alert_msg td
{

/*
	background-color:#f00;
*/
}

#alert_msg
{
	min-height:200px;

	font-size:1.5em;
	line-height:1.5em;

	padding:1em;

	display: flex;
	justify-content: center;
	align-items: center;
/*	height: 100px; /* 高さを指定 */*/
}

}
