@charset "UTF-8";

.list	{
}

.list dt	{
	background:url(../../img/list_icon02.gif) no-repeat 5px center;
	padding-left:25px;
}

.list dd	{
	padding:0 5px 0.5em 25px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:0.5em;
}

.dTitle	{
	color:#679902;
	font-size:150%;
	font-weight:bold;
	border-bottom:dotted 1px #ccc;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
}
/********************************************/
.block	{
	display:inline-block;
}
.block:after	{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}

