ul.icon_list
{
	margin: 20px 0 0 0;
}

ul.icon_list li
{
	margin: 16px 0 0 0;
	padding: 16px 16px 16px 16px;
	line-height: 18px;
	border: 1px solid #cccccc;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
}

ul.icon_list li.nth_child_1
{
	margin: 0 0 0 0;
}

@media screen and (min-width: 760px)
{
	ul.icon_list
	{
		margin: 30px 0 0 0;
	}

	ul.icon_list li
	{
		padding: 28px 28px 28px 100px;
	}

	ul.icon_list li.nth_child_1
	{
		background: url("/images/open_contents/003/007/bg_list_01.jpg") 0 0 no-repeat;
	}

	ul.icon_list li.nth_child_2
	{
		background: url("/images/open_contents/003/007/bg_list_02.jpg") 0 0 no-repeat;
	}

	ul.icon_list li.nth_child_3
	{
		background: url("/images/open_contents/003/007/bg_list_03.jpg") 0 0 no-repeat;
	}

	ul.icon_list li.nth_child_4
	{
		background: url("/images/open_contents/003/007/bg_list_04.jpg") 0 0 no-repeat;
	}

	ul.icon_list li.nth_child_5
	{
		background: url("/images/open_contents/003/007/bg_list_05.jpg") 0 0 no-repeat;
	}
}