@charset "utf-8";
/*----------------------------------------------------
印刷用
----------------------------------------------------*/
@import url("print.css") print;

/* ===================================================================
機材詳細のCSS
	パンくず
	文字サイズ変更
	カテゴリー内の小カテゴリー表示用ナビゲーションCSS
=================================================================== */ 

* html .container {width: 950px;}
* html #contentWrapper {width: 950px;}
* html #primaryWrapper {width: 722px;}

#categoryTopWrapper {
	overflow: hidden;
	width: 722px;
	position: relative;
	height: 155px;
	clear: both;
}
#categoryTopWrapper #categoryTopImg {
	height: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 722px;
}
#categoryTopWrapper h3 {
	width: 700px;
	position: absolute;
	left: 12px;
	top: 88px;
	line-height: 1.4;
}



/*.categoryItemWrapper {
	float: left;
	width: auto;
	overflow: hidden;
	margin-bottom: 2em;
}
* html .categoryItemWrapper { height: 1%; }*/
#categoryBannerWrapper {
	margin-bottom: 2em;
}
.categoryTopContent {
	float: left;
	width: 722px;
	margin-bottom: 2em;
}










/* 20130415
#header { margin-top: -10px; }*/