@charset "UTF-8";

.boil_time {
	clear: both;
	float: left;
	width: 280px;
	margin-top: -5px;
}

.boil_time .boil_left,.boil_time .boil_right {
	width: 124px;
	padding: 0 3px;
}

.boil_time .boil_left {
	float: left;
	margin-right: 20px;
}

.boil_time .boil_right { float: right; }

#easy_contents {
	clear: both;
	width: 600px;
	overflow: auto;
}
#easy_contents #easy_left {
	float: left;
	width: 240px;
}
#easy_contents #easy_right {
	float: right;
	width: 360px;
}

.attention_area {
	clear: both;
	background: #e9eae6;
	width: 581px;
	margin-top: 10px;
	padding: 10px;
	font-size: 10px;
}

.attention_area .attention_area_list { padding: 0 10px; }
