@charset "utf-8";

/* **************************
 ▼ CONTENTS SETTING
************************** */

#main ol{
	padding-top: 5px;
	padding-bottom: 5px;
}

#main li{
	margin-bottom: 20px;
	padding: 8px 15px 8px 32px;
	color: #4a609a;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #4a609a;
}

#main .list01{
	background: url(../images/ic_001.gif) 12px 50% no-repeat;
}

#main .list02{
	background: url(../images/ic_002.gif) 12px 50% no-repeat;
}

#main .list03{
	background: url(../images/ic_003.gif) 12px 50% no-repeat;
	margin-bottom: 0;
}

#main .floatLt{
	width: 342px;
	float: left;
}

#main .floatRt{
	width: 225px;
	float: right;
}

#main .floatRt dt{
	margin-bottom: 15px;
}

#main .floatRt dd{
	padding: 0 10px;
	font-size: 10px;
	line-height: 1.6;
}


