@charset "utf-8";
/* CSS Document */
body {
	font-family:"メイリオ","ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}


/******************************
* カテゴリ - 検査キット
******************************/
#lineup-list {
	width:530px;
	overflow:hidden;
	}
#lineup-list:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
	}	
/*\*/
* html #lineup-list {
    height: 1em;
	overflow:visible;
}
/**/
	
dl#category-cancer {
	width:150px;
	float:left;
	}
	#category-cancer dt.category a {
		width:150px;
		height:50px;
		display:block;
		text-indent:-9999px;
		overflow:hidden;
		background:url(http://www.ichisuke.com/images/cacer-category-img-m.gif) no-repeat;
		}
dl#category-adult {
	width:150px;
	float:left;
	margin-left:40px;
	}
	#category-adult dt.category a {
		width:150px;
		height:50px;
		display:block;
		text-indent:-9999px;
		overflow:hidden;
		background:url(http://www.ichisuke.com/images/adult-category-img-m.gif) no-repeat;
		}	
dl#category-infection {
	width:150px;
	float:left;
	margin-left:40px;
	}	
	#category-infection dt.category a {
		width:150px;
		height:50px;
		display:block;
		text-indent:-9999px;
		overflow:hidden;
		background:url(http://www.ichisuke.com/images/infection-category-img-m.gif) no-repeat;
		}
#lineup-list dl dd {
	font-size:11px;
	margin:0;
	padding-right:5px;
	text-align:center;
	}