@charset "shift_jis";

/* ---------------------------------------------
	/models/index.html

--------------------------------------------- */

h2,
h3 {
	clear: both;
}

/* clearfix */
#modelsCategory dl,
.modelsList {
	display: block;
	min-height: 1%;
}
#modelsCategory dl:after,
.modelsList:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #modelsCategory dl,
* html .modelsList {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.modelsContent {
	padding-left: 7px;
}

#modelsCategory {
	padding-bottom: 8px;
	background: transparent url(../img/cmn_bg_dot-x.gif) repeat-x left bottom;
}
	#modelsCategory dl {
		padding-top: 8px;
		padding-left: 19px;
		background: transparent url(../img/cmn_bg_dot-x.gif) repeat-x left top;
	}
		#modelsCategory dl dt {
			clear: both;
			display: block;
			float: left;
			height: 30px;
			line-height: 30px;
			font-weight: bold;
		}
		#modelsCategory dl dd {
			float: left;
			height: 30px;
			line-height: 30px;
		}
		#modelsCategory dl .modelsAnchor0 { width: 100%;}
		#modelsCategory dl .modelsAnchor1 { width: 9em;}
		#modelsCategory dl .modelsAnchor2 { width: 10em;}
		#modelsCategory dl .modelsAnchor3 { width: 16em;}
		#modelsCategory dl .modelsAnchor4 { width: 10em;}
		#modelsCategory dl .modelsAnchor5 { width: 9em;}

			#modelsCategory dl dt span,
			#modelsCategory dl dd span {
				display: block;
				height: 30px;
				padding-left: 20px;
				background: transparent url(../img/cmn_ico_square01.gif) no-repeat left center;
			}
.modelsList {
	clear: both;
}
.modelsList li {
	display: inline;
	float: left;
	width: 176px;

	min-height: 152px;
	height: auto !important;
	height: 152px;
}
.modelsList.last li {
	min-height: 0;	
	height: auto;
}
	.modelsList li dl {
		width:172px;
		padding-top: 19px;
	}
	.modelsList li dl.withDisp {
		width: 172px;
		padding-top: 0;
	}
		.modelsList li dl dt {
			display: block;
			height: 19px;
			font-size: 0px;
		}
		.modelsList li dl dd.modelsPic {
		}
		.modelsList li dl dd.modelsName {
			font-weight: bold;
		}



