/* .ul_arrow01 */
.ul_arrow01 > li.bgN {
	background: none;
}

/*ul_data*/
.ul_data.col2 > li:nth-child(odd) {
	width: 52.4%;
}
.ul_data.col2 > li:nth-child(even) {
	width: 47.6%;
	padding-right: 0;
}
.ul_data.col2 > li:last-child {
	margin-bottom: 0;
}
