@charset "utf-8";
#flashcontent {
	position :relative;
	width :100%;
	height :100%;
	line-height :0;
}
#flashcontent * {
	line-height :150%;
}
#flashcontent #attention {
	color :#666666;
	font-size :80%;
	text-align :center;
	margin :0 10%;
	padding :100px 0;
	background :#FFFFFF;
}
#flashcontent #attention h2,
#flashcontent #attention h3 {
	color :#333333;
}
#flashcontent #attention img {
	border :0;
}
#flashcontent #attention p,
#flashcontent #attention ul {
	text-align :left;
}
#flashcontent #attention p.appendix {
	text-align :center;
}
