@charset "Shift-JIS";

/* ---------- es ---------- */

/* メインイメージ */
	
#ex {
	border: 1px solid #999999;
	position: relative;
}
#ex_01 {
	width: 240px;
	position: relative;
	left: 10px;
	top: 10px;
	margin-bottom: 10px;
}
#ex_02 {
	width: 240px;
	margin-bottom: 10px;
	position: absolute;
	left: 260px;
	top: 10px;
}
#ex_01 h5,#ex_02 h5 {
	font-size: 14px;
	font-weight: bold;
	list-style-type: disc;
}
#ex_01 li,#ex_02 li {
}


.clear_both10 {
	clear: both;
	margin-bottom: 10px;
	display: block;
	height: 2px;
	width: 100%;
}
