@charset "utf-8";
/* CSS Document */
#container {
	width: 100%;
	height: auto;
	min-height: 300px;
	float: left;
	margin: 0px 0px 0px 0px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#container .txt {
	width: 100%;
	height: 50px;
	color: #FFF;
	width: calc(100% - 200px);
	padding: 10px 100px 0 100px;
	font-weight: bold;
	font-size: 13px;
	background-color: #FAB981;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.s01 {
	color: #FF3F00;
	font-size: 12px;
}