@charset "UTF-8";
#alert {
	width:450px;
	text-align:center;
	background-color:#FFFFFF;
	border:2px double #333333;
	min-height:1px;　/* IE 7対策 */
}

#alert .img {
	text-align:center;
}

#alert .msg{
	text-align:center;
}
#alert .msg p {
	text-align:center;
	margin:2px;
	color:#666666;
}
#alert .msg p.title{
	text-align:center;
	margin-top:3px;
	margin-bottom:5px;
	font-size:110%;
	font-weight:bold;
	color:#FF0000;
}
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
#alert:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#alert { display:inline-table; }

/* Mac IE には適用させない \*/
* html #alert { height:1px; }
#alert { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */


