@charset "UTF-8";

/*	index	*/
.listHalf	{
	float:left;
	display:inline;
	width:290px;
	margin-bottom:1em;
}
.listHalf dt	{
	color:#679902;
	font-weight:bold;
	text-align:center;
	border:solid 2px #679902;
	margin:0 5px 5px;
	padding:2px 0;
}
.listHalf dd	{
	background:url(../../img/list_icon02.gif) no-repeat 5px center;
	padding-left:25px;
	margin-bottom:0.5em;
}
.komeM,
.komeS	{
	clear:both;
	color:#666;
	padding-left:5px;
}	
.komeS	{
	font-size:90%;
}

/*	list	*/
.cBlock	{
	padding:0 5px;
	margin-bottom:15px;
}
.cBlock dt	{
	color:#679902;
	font-size:120%;
	font-weight:bold;
	border:solid 2px #679902;
	padding:2px 7px;
	margin-bottom:0.5em;
}
.cBlock dd	{
	margin-left:1em;
}
.result table th,
.result table td	{
	padding:2px 5px;
}
.result table th	{
	background-color:#ececec;
}

/********************************************/
.contList dl	{
	display:inline-block;
}
.contList dl:after	{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}

