@charset "UTF-8";

/* リストボックス用 */

#list-box:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#list-box {
	display: inline-table;
	min-height: 0.1%;
}
/* Hides from IE-mac ¥*/
* html #list-box { height: 0.1%; }
#list-box { display: block; }
/* End hide from IE-mac */

#list-box {
width: 628px;
_width: 630px;
border:1px #B2B2B2 solid;
margin: 0 0 20px 0;
}


#list-box-left {
width: 284px;
height: auto;
float: left;
padding: 10px 10px 0 10px;
}

#list-box-right {
width: 284px;
height: auto;
float: right;
padding: 10px 10px 0 10px;
}
