@charset "utf-8";
/* ===================================================================
機材一覧　index.html
=================================================================== */
#contentWrapper {
	background : none !important;
}
.listContent
 {
	margin-bottom: 1em;
	float: left;
	width: 950px;
}
.listContent  h4 {
	margin-bottom: 0.5em;
	padding-left: 17px;
	font-size: 1.4em;
	color: #FFF;
	font-weight: bold;
	margin-top: 1.5em;
	background-repeat: no-repeat;
	background-position: left center;
}
.listContent  .navicolor1 {
	background-image: url(../images/common/test/1_btn.gif);
}
.listContent  .navicolor2 {
	background-image: url(../images/common/test/2_btn.gif);
}
.listContent  .navicolor3 {
	background-image: url(../images/common/test/3_btn.gif);
}
.listContent  .navicolor4 {
	background-image: url(../images/common/test/4_btn.gif);
}
.listContent  .navicolor5 {
	background-image: url(../images/common/test/5_btn.gif);
}
.listContent  .navicolor6 {
	background-image: url(../images/common/test/6_btn.gif);
}
.listContent  .navicolor7 {
	background-image: url(../images/common/test/7_btn.gif);
}
.listContent  .navicolor8 {
	background-image: url(../images/common/test/8_btn.gif);
}
.listContent  h4  a {
	color:#FFF;
	text-decoration: none;
}.listContent  dt {
	font-size: 1.2em;
	font-weight: bold;
}
.listContent  dd {
	display: block;
	padding-left: 1em;
	line-height: 1.6em;
	float: left;
	width: auto;
}
a:hover {
	text-decoration: none;
}	
a:active {	
	color:#F03;
}
.navicolor1 {
	background-color: #00baf0;
	background-image: url(../images/common/test/1_btn.gif);
}
.navicolor2 {
	background-color: #fa74ba;
	
}
.navicolor3 {
	background-color: #ec7d5e;
}
.navicolor4 {
	background-color: #e9b310;
}
.navicolor5 {
	background-color: #a3d900;
}
.navicolor6 {
	background-color: #2faaa5
}
.navicolor7 {
	background-color: #9465b4
}
.navicolor8 {
	background-color: #454545
}
.navicolor0 {
	background-image: url(../images/common/headingLeftB.png);
	background-color: #007cf0;
}
.listContent {
	width: 950px;
	float: left;
}
.b {
	font-weight: bold;
}
.listContent  dd {
/*　横並びリストのIE対策　*/
 white-space: nowrap;
}
