@charset "utf-8";

/*-----------------------------------------------------------
	共通
-----------------------------------------------------------*/
.products{
	position: relative;
}
#productsSearch{
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 250px;
}
#productsSearchBox{
	width: 300px;
	height: 18px;
	padding: 5px 10px;
	border: 2px solid #005CA2;
	border-right: 0;
	border-radius: 5px 0 0 5px;
}
#productsSearchBtn{
	height: 32px;
	padding: 0 10px;
	border: 1px solid #005CA2;
	border-left: 0;
	border-radius: 0 5px 5px 0;
	color: #FFF;
	background: #005CA2;
}



/* 製品カテゴリから探す---------- */
.category ul{
	margin: 0 40px;
	padding: 0;
	list-style: none;
}

.category li{
	float: left;
	margin-right: 20px;
	font-size: 14px;
	font-family: 秀英角ゴシック銀 B;
	text-align: center;
}
.category li:nth-child(4n+4){
	margin-right: 0;
}

.category li a{
	display: block;
	position: relative;
	width: 215px;
	padding: 10px;
	border: 1px solid #9FA0A0;
	border-radius: 5px;
	font-size: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.category li img{
	border-radius: 5px;
}
.category li a span{
	display: block;
	position: absolute;
	bottom: 15px;
	width: 203px;
	text-align: center;
}

.category-subtext {
	overflow: hidden;
	position: relative;
	padding-right: 30px;
	height: 60px;
	font-size: 15px;
	line-height: 20px;
}

.category-subtext-open {
	height: auto;
	padding-bottom: 20px;
}

.category-subtext-overlay {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.category-subtext-btn {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	border: #cccccc 2px solid;
	border-radius: 20px;
	padding: 1px 5px;
	width: 12px;
	height: 20px;
	cursor: pointer;
}

.category-subtext-btn::before {
	content: "+";
}

.category-subtext-open .category-subtext-btn::before {
	content: "ー";
	font-size: 12px;
}

.category-subtext-btn:hover {
	background: #666464;
	color: #ffffff;
}

/* 業界から探す---------- */
.industryLeft{
	float: left;
	position: relative;
	margin: 0 5px 10px;
	border: 1px solid #9FA0A0;
	border-radius: 5px;
	background: #FFF;
	cursor: pointer;
}
.industryLeft.last{
	pointer-events: none;
}
.industryLeft:nth-child(3n+1){
	margin-left: 40px;
}
.industryLeft:nth-child(3n+3){
	margin-right: 40px;
}
.industryLeft:hover span{
	color: #EA5504;
}

.industryLeftInTop{
	position: relative;
	overflow: hidden;
	width: 298px;
	height: 100px;
	padding: 5px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.industryLeftInTop.last{
	background: #DCDDDD;
}
.industryLeftInTop:before{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 15px;
	width: 35px;
	height: 35px;
	margin: auto;
}
.industryLeftInTop:after{
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	right: 15px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.industryLeftInTop.active:after{
	border: 0;
	border-left: 2px solid #666;
	border-top: 2px solid #666;
}

.industryLeftInTop span{
	display: block;
	margin: 15px 0 0 0;
	padding: 0 0 15px 40px;
	border-bottom: 1px solid #DDD;
	font-size: 14px;
	font-family: 秀英角ゴシック銀 B;
	color: #0095C9;
}
.industryLeftInTop.last span{
	color: #666464 !important;
}
.industryLeft:nth-child(1) .industryLeftInTop:before{
	background: url(../../img/icon/icon-electronics.svg) center center no-repeat;
}
.industryLeft:nth-child(2) .industryLeftInTop:before{
	background: url(../../img/icon/icon-mechatronics.svg) center center no-repeat;
}
.industryLeft:nth-child(3) .industryLeftInTop:before{
	background: url(../../img/icon/icon-chemical.svg) center center no-repeat;
}
.industryLeft:nth-child(4) .industryLeftInTop:before{
	background: url(../../img/icon/icon-publiclaboratory.svg) center center no-repeat;
}
.industryLeft:nth-child(5) .industryLeftInTop:before{
	background: url(../../img/icon/icon-energy.svg) center center no-repeat;
}
.industryLeft:nth-child(6) .industryLeftInTop:before{
	background: url(../../img/icon/icon-biomedicalfood.svg) center center no-repeat;
}
.industryLeft:nth-child(7) .industryLeftInTop:before{
	background: url(../../img/icon/icon-lifescience.svg) center center no-repeat;
}

.industryLeftInTop li{
	display: inline-block;
	margin: 0 0 0 3px;
	font-size: 11px;
	color: #666464 !important;
}
.industryLeftInTop li:before{
	content: "- "
}

.industryLeftInBottom{
	display: none;
	position: absolute;
	z-index: 999;
	top: 50px;
	left: 0;
	width: 100%;
	padding: 10px;
	background: rgba(112,140,160,.9);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.industryLeftInBottom:before{
	content: "";/* 吹き出し */
	display: block;
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	background: #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.industryLeftInBottom li{
	border-bottom: 1px dotted #536877;
	font-size: 12px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.industryLeftInBottom li:last-child{
	border-bottom: 0;
}

.industryLeftInBottom a{
	display: block;
	padding: 10px;
	color: #FFF;
}
.industryLeftInBottom a:hover{
	color: #EA5504;
	background: #EFEFEF;
}

.support{
	margin: 40px 0;
}
.support h3{
	margin: 0;
	padding: 15px 30px;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	font-size: 24px;
	font-family: 見出ゴMB31;
	text-align: center;
	color: #FFF;
	background: #898989;
}

#supportBox{
	padding: 20px 20px;
	border-radius: 0 0 5px 5px;
	background: #EFEFEF;
}
#surppotBoxTop li{
	float: left;
	width: 225px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #FFF;
}
#surppotBoxTop li:nth-child(4n+4){
	margin-right: 0;
}
#surppotBoxTop li a{
	display: table;
	padding: 10px;
	color: #595757;
}
#surppotBoxTop li a:hover{
	opacity: .6;
}
.supportBoxImg{
	display: table-cell;
	width: 90px;
	padding-right: 10px;
}
.supportBoxText{
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
}

#supportBoxBottom li{
	float: left;
	width: 470px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#supportBoxBottom li:nth-child(2){
	margin-right: 0;
}
#supportBoxBottom li a:hover{
	opacity: .6;
}

#supportContact{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	letter-spacing: -.4em;
	color: #005488;
}
#supportContact>*{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}
#supportContactTel{
	margin: 0 30px;
	font-size: 28px;
}

#supportContactMail{
	font-size: 28px;
}

#supportContact a{
	color: #005488;
}
#supportContact a:hover{
	opacity: .6;
}

#supportContact .fa {
     position: relative;
     top: -1px;
     margin-right: 5px;
     font-weight: bold;
}



/*-----------------------------------------------------------
	製品カテゴリから探すページから1階層下
-----------------------------------------------------------*/
.lineUp h2:hover{
	opacity: .8;
	cursor: default;
}

.lineUp h2 span:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 15px;
	height: 15px;
	margin: auto;
	background: url(../../img/icon/icon-plus-black.svg) right center no-repeat;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.lineUpShow h2 span:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 15px;
	height: 15px;
	margin: auto;
	background: url(../../img/icon/icon-minus-black.svg) right center no-repeat;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.lineUp h2 span.active:after{/* クリック後 */
	background: url(../../img/icon/icon-minus-black.svg) right center no-repeat;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.lineUpShow h2 span.active:after{/* クリック後 */
	background: url(../../img/icon/icon-plus-black.svg) right center no-repeat;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.lineUpIn{
	/*display: none;*/
	margin: 20px 0 40px;
}

.lineUpIn strong{
	display: block;
	padding: 10px 20px;
	color: #FFF;
	background: #A8A9A9;
}

.lineUpIn ul:after{
	content: "";
	display: block;
	clear: both;
}
.lineUpIn li{
	font-size: 14px;
}
.lineUpIn li:nth-child(4n) a{
	margin-right: 0;
}

.lineUpIn li a{
	display: table;
	float: left;
	width: 232px;
	margin: 10px 10px 0 0;
	padding: 5px;
	-webkit-box-shadow: 1px 1px 2px #9FA0A0;
	box-shadow: 1px 1px 2px #9FA0A0;
}

.lineUpIn li a img{
	display: table-cell;
	width: 65px;
	height: 55px;
	margin-right: 5px;
}
.lineUpIn li a span{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: left !important;
}


/*-----------------------------------------------------------
	業界から探すページ
-----------------------------------------------------------*/
.lineUp h1{
	padding: 10px;
	border-left: 1px solid #727171;
	border-bottom: 1px solid #727171;
	font-size: 28px;
}
.lineUpIcon:before{
	content: "";
	display: inline-block;
	position: relative;
	top: 5px;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

/* 各種アイコン */
/*.lineUpElectronics:before{
	background: url(../../img/icon-class-on-electronics.svg) center center no-repeat;
}
.lineUpMechatronics:before{
	background: url(../../img/icon-class-on-mechatronics.svg) center center no-repeat;
}
.lineUpChemical:before{
	background: url(../../img/icon-class-on-chemical.svg) center center no-repeat;
}
.lineUpPubliclaboratory:before{
	background: url(../../img/icon-class-on-publiclaboratory.svg) center center no-repeat;
}
.lineUpEnergy:before{
	background: url(../../img/icon-class-on-energy.svg) center center no-repeat;
}
.lineUpBiomedicalfood:before{
	background: url(../../img/icon-class-on-biomedicalfood.svg) center center no-repeat;
}
.lineUpLifescience:before{
	background: url(../../img/icon-class-on-lifescience.svg) center center no-repeat;
}*/


.lineUpIconData1:before{
	background: url(../../img/icon/icon-class-on-electronics.svg) center center no-repeat;
}
.lineUpIconData2:before{
	background: url(../../img/icon/icon-class-on-mechatronics.svg) center center no-repeat;
}
.lineUpIconData3:before{
	background: url(../../img/icon/icon-class-on-chemical.svg) center center no-repeat;
}
.lineUpIconData4:before{
	background: url(../../img/icon/icon-class-on-publiclaboratory.svg) center center no-repeat;
}
.lineUpIconData5:before{
	background: url(../../img/icon/icon-class-on-energy.svg) center center no-repeat;
}
.lineUpIconData6:before{
	background: url(../../img/icon/icon-class-on-biomedicalfood.svg) center center no-repeat;
}
.lineUpIconData7:before{
	background: url(../../img/icon/icon-class-on-lifescience.svg) center center no-repeat;
}





/*-----------------------------------------------------------
	製品シリーズ一覧ページ
-----------------------------------------------------------*/
/* 検索結果ボックス---------- */
.resultBox{
	margin: 10px 0;
	padding: 10px 20px;
	font-size: 14px;
	background: #EFEFEF;
}

	/* 検索結果---------- */
	.resultBoxLeft{
		float: left;
		padding: 10px 0;
	}

	.resultBoxLeft *{
		display: inline;
		vertical-align: top;
	}

	.resultBoxLeftNum{
		position: relative;
		top: -3px;
		padding: 0 5px;
		font-size: 20px;
		color: #0086C1;
	}
	.resultBoxLeftDisplay{
		/*padding: 0 40px 0 20px;*/
		padding: 0 0 0 20px;
	}
	.resultBoxLeftRefine{
		padding: 5px 8px;
		font-weight: bold;
		background-color: #0086C1;
		color: #ffffff;
		cursor: pointer;
	}
	.resultBoxLeftRefine:hover{
		color: #EA5504;
	}

	/* 100件以上の場合追加 */
	.resultBoxLeftOver{
		color: #E60012 !important;
	}
	.resultBoxLeftRefine.resultBoxLeftOver{
		background-color: #E60012 !important;
		color: #ffffff !important;
	}

	/* 表示件数---------- */
	.resultBoxRight{
		margin-top: -2px;
		padding: 10px 0;
		text-align: right;
	}

	.resultBoxRight *{
		display: inline-block;
	}

	.resultBoxRight li{
		margin: 0 5px;
	}

	li.resultBoxRightCurrent{
		background: #0095C9;
	}
	li.resultBoxRightCurrent a{
		text-decoration: none !important;
		color: #FFF;
	}

	.resultBoxRight li a{
		padding: 2px 5px;
		text-decoration: underline;
	}


/* 現在地---------- */
.currentBox{
	margin: 10px 0;
	padding: 10px 20px;
	border-top: 2px solid #DEDEDE;
	font-size: 14px;
	text-align: center;
	background: #FFF;
}

.currentBox li{
	display: inline-block;
	margin: 0 1px;
}

li.currentBoxHere{
	width: 30px;
	padding: 5px;
	border: 1px solid #9FA0A0;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	background: #9FA0A0;
}
li.currentBoxOmitDel{
	display: none;
}
span.TriL{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 10px 5px 0;
	border-color: transparent #000 transparent transparent;
}

.currentBox li a{
	display: block;
	width: 30px;
	padding: 5px;
	border: 1px solid #9FA0A0;
	border-radius: 5px;
	text-align: center;
	color: #666464;
	background: #F9F9F9;
}
.currentBox li a:hover{
	opacity: .6;
}

/* 製品一覧ボックス---------- */
.pageSeriesBox{
	display: table;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	background: #FFF;
	-webkit-box-shadow: 1px 1px 2px #9FA0A0;
	box-shadow: 1px 1px 2px #9FA0A0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pageSeriesBox>*{
	display: table-cell;
	vertical-align: middle;
}

	/* 左側 画像---------- */
	.pageSeriesBoxThumb{
		width: 130px;
	}

	/* 中央 製品シリーズ名---------- */
	.pageSeriesBoxName{
		width: 550px;
		padding: 0 10px;
	}
	.section .pageSeriesBoxName h2{
		display: block;
		margin-bottom: 5px;
		padding: 0;
		background: none;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-size: 18px;
		font-weight: bold;
		line-height: 1.3em;
	}
	.pageSeriesBoxName strong{
		display: block;
		margin-bottom: 5px;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.3em;
	}
	.pageSeriesBoxName span{
		display: block;
		color: #999797;
	}
	.pageSeriesBoxName span.spec{
		font-size: 14px;
	}

	/* 右側 ボタン---------- */
	.pageSeriesBoxBtn *{
		display: block;
	}
	.pageSeriesBoxBtn span{
		border-radius: 5px;
		text-align: center;
	}
	span.pageSeriesBoxBtnDetail{
		margin-bottom: 10px;
		background: #005CA2;
	}
	span.pageSeriesBoxBtnContact{
		background: #00AC88;
	}

	.pageSeriesBoxBtn span a{
		padding: 10px;
		color: #FFF;
	}
	.pageSeriesBoxBtn span a:hover{
		opacity: .8;
	}


/* シリーズのみの場合の問い合わせボタン---------- */
.pageSeriesOnlyBoxBtn *{
	display: inline-block;
}
.pageSeriesOnlyBoxBtn{
	text-align: center;
	padding-top: 5px;
}
.pageSeriesOnlyBoxBtn span{
	border-radius: 5px;
}
span.pageSeriesOnlyBoxBtnContact{
	width:40%;
	background: #00AC88;
}

.pageSeriesOnlyBoxBtn span a{
	width:100%;
	padding: 10px 0;
	color: #FFF;
}
.pageSeriesOnlyBoxBtn span a:hover{
	opacity: .8;
}



/*-----------------------------------------------------------
	検索一覧ページ
-----------------------------------------------------------*/
/* 業界分類---------- */
.seriesDetailDescription .PageSearchClass, .seriesDetailDescription .pageSearchUse {
	text-align: center;
}

.PageSearchClass strong, .pageSearchUse strong{
	display: block;
	margin-bottom: 10px;
}
.PageSearchClass li{
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 14px;
}
.pageSearchUse li{
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
}
.PageSearchClass li:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: -3px;
	left: 2px;
	width: 20px;
	height: 20px;
}
.PageSearchClass li:nth-child(1):before{
	background: url(../../img/icon/icon-electronics.svg) center center no-repeat;
}
.PageSearchClass li:nth-child(2):before{
	background: url(../../img/icon/icon-mechatronics.svg) center center no-repeat;
}
.PageSearchClass li:nth-child(3):before{
	background: url(../../img/icon/icon-chemical.svg) center center no-repeat;
}
.PageSearchClass li:nth-child(4):before{
	background: url(../../img/icon/icon-publiclaboratory.svg) center center no-repeat;
}
.PageSearchClass li:nth-child(5):before{
	background: url(../../img/icon/icon-energy.svg) center center no-repeat;
}
.PageSearchClass li:nth-child(6):before{
	background: url(../../img/icon/icon-biomedicalfood.svg) center center no-repeat;
}
.PageSearchClass li:nth-child(7):before{
	background: url(../../img/icon/icon-lifescience.svg) center center no-repeat;
}
.PageSearchClass p{
	margin: 0;
	font-size: 10px;
	color: #595757;
}


/* 検索結果ボックス---------- */
.pageSearchBox{
	display: table;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	background: #FFF;
	box-shadow: 3px 3px 5px #DDD;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pageSearchBox>*{
	display: table-cell;
	vertical-align: top;
}

	/* 左側 画像---------- */
	.pageSearchBoxThumb{
		width: 150px;
	}

	/* 中央 ボディ---------- */
	.pageSearchBoxBody{
		width: 600px;
		padding: 0 10px;
		vertical-align: top;
	}

		/* 製品シリーズ名---------- */
		.pageSearchBoxName strong{
			display: block;
			margin-bottom: 5px;
			font-weight: bold;
			font-size: 18px;
			line-height: 1.3em;
		}
		.pageSeriesBoxName span{
			display: block;
			color: #999797;
		}

		/* 業界分類アイコン---------- */
		ul.pageSearchBoxBodyIcon{
			margin: 10px 0;
			letter-spacing: -.4em;
		}

		ul.pageSearchBoxBodyIcon li{
			display: inline-block;
			width: 50px;
			height: 50px;
			margin-right: 10px;
			text-indent: 100%;
			letter-spacing: normal;
			overflow: hidden;
			white-space: nowrap;
		}

		/*未該当アイコン*/
		ul.pageSearchBoxBodyIcon li:nth-child(1){
			background: url(../../img/icon/icon-class-off-electronics.svg) no-repeat;
		}
		ul.pageSearchBoxBodyIcon li:nth-child(2){
			background: url(../../img/icon/icon-class-off-mechatronics.svg) no-repeat;
		}
		ul.pageSearchBoxBodyIcon li:nth-child(3){
			background: url(../../img/icon/icon-class-off-chemical.svg) no-repeat;
		}
		ul.pageSearchBoxBodyIcon li:nth-child(4){
			background: url(../../img/icon/icon-class-off-publiclaboratory.svg) no-repeat;
		}
		ul.pageSearchBoxBodyIcon li:nth-child(5){
			background: url(../../img/icon/icon-class-off-energy.svg) no-repeat;
		}
		ul.pageSearchBoxBodyIcon li:nth-child(6){
			background: url(../../img/icon/icon-class-off-biomedicalfood.svg) no-repeat;
		}
		ul.pageSearchBoxBodyIcon li:nth-child(7){
			background: url(../../img/icon/icon-class-off-lifescience.svg) no-repeat;
		}

		/*該当アイコン*/
		ul.pageSearchBoxBodyIcon li.pageSearchBoxBodyIconAct:nth-child(1){
			background: url(../../img/icon/icon-class-on-electronics.svg) no-repeat;
		}
		ul.pageSearchBoxBodyIcon li.pageSearchBoxBodyIconAct:nth-child(2){
			background: url(../../img/icon/icon-class-on-mechatronics.svg) no-repeat;
		}
		ul.pageSearchBoxBodyIcon li.pageSearchBoxBodyIconAct:nth-child(3){
			background: url(../../img/icon/icon-class-on-chemical.svg) no-repeat;
		}
		ul.pageSearchBoxBodyIcon li.pageSearchBoxBodyIconAct:nth-child(4){
			background: url(../../img/icon/icon-class-on-publiclaboratory.svg) no-repeat;
		}
		ul.pageSearchBoxBodyIcon li.pageSearchBoxBodyIconAct:nth-child(5){
			background: url(../../img/icon/icon-class-on-energy.svg) no-repeat;
		}
		ul.pageSearchBoxBodyIcon li.pageSearchBoxBodyIconAct:nth-child(6){
			background: url(../../img/icon/icon-class-on-biomedicalfood.svg) no-repeat;
		}
		ul.pageSearchBoxBodyIcon li.pageSearchBoxBodyIconAct:nth-child(7){
			background: url(../../img/icon/icon-class-on-lifescience.svg) no-repeat;
		}

		/* 右側 詳細を見るボタン---------- */
		.pageSearchBoxBodyBottom{
			letter-spacing: -.4em;
		}
		.pageSearchBoxBodyBottom>span{
			width: 100%;
			margin: 0 0 10px;
			border-radius: 5px;
			text-align: center;
			letter-spacing: normal;
		}
		.pageSearchBoxBodyBottom *{
			display: block;
		}
		.pageSearchBoxBodyBottom a{
			padding: 12px 8px;
			color: #FFF;
		}
		.pageSearchBoxBodyBottom a:hover{
			opacity: .8;
		}
		span.pageSearchBoxBodyBottomItem{
			background: #0095C9;
		}
		span.pageSearchBoxBodyBottomSeries{
			background: #005CA2;
		}
		span.pageSearchBoxBodyBottomContact{
			margin-right: 0;
			background: #00AC88;
		}






/*-----------------------------------------------------------
	シリーズ詳細一覧ページ
-----------------------------------------------------------*/
.seriesDetaial{
	padding: 10px;
	background: #FFF;
}
/* シリーズ詳細画像---------- */
.seriesDetailImg{
	float: left;
	width: 200px;
	height: 200px;
	border: 1px solid #999;
}

.seriesDetailImg img{
	display: block;
	width: auto;
	height: 200px;
	margin: 0 auto;
}
.seriesDetailImg em{
	display: block;
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}

/* シリーズ名---------- */
.seriesDetailSubTitle {
	display: block;
	margin-top: 8px;
	font-size: 15px;
	font-weight: normal;
}

.seriesDetailTtl{
	padding-left: 220px;
}

.seriesDetailTtlGrp1{
	margin-right: 5px;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 10px;
	color: #FFF;
	background: #0075C2;
}
.seriesDetailTtlGrp2{
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 10px;
	color: #FFF;
	background: #38A1DB;
}
.seriesDetailTtl h3, .seriesDetailTtl h1{
	margin: 15px 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
}
.seriesDetailTtlGrp3{
	display: block;
}
.seriesDetailTtlGrp4{
	display: block;
}
.seriesDetailTtlGrp5{
	display: block;
	margin: 15px 0;
	color: #807F80;
}
ul.seriesDetailTtlGrp6{
	letter-spacing: -.4em;
}

ul.seriesDetailTtlGrp6 li{
	display: inline-block;
	width: 100px;
	height: 97px;
	margin-right: 22px;
	text-indent: 100%;
	letter-spacing: normal;
	overflow: hidden;
	white-space: nowrap;
}
ul.seriesDetailTtlGrp6 li:last-child{
	margin-right: 0;
}

		/*該当アイコン*/
		li.seriesDetailTtlGrp7{
			background:url(../../img/icon/detail-on-cad.svg) no-repeat;
		}
		li.seriesDetailTtlGrp7.en{
			background:url(../../img/icon/detail-on-cad-en.svg) no-repeat;
			background-size: 100%;
		}
		li.seriesDetailTtlGrp8{
			background:url(../../img/icon/detail-on-pdf.svg) no-repeat;
		}
		li.seriesDetailTtlGrp8.en{
			background:url(../../img/icon/detail-on-pdf-en.svg) no-repeat;
			background-size: 100%;
		}
		li.seriesDetailTtlGrp9{
			background:url(../../img/icon/detail-on-catalog.svg) no-repeat;
		}
		li.seriesDetailTtlGrp10{
			background:url(../../img/icon/detail-on-special-url.svg) no-repeat;
			background-size: 98%;
		}

ul.seriesDetailTtlGrp6 li:hover{
	opacity: .8;
	cursor: pointer;
}

ul.seriesDetailTtlGrp6 li a{
	display: block;
	width: 100px;
	height: 97px;
}

/* シリーズ特徴---------- */
.seriesDetailDescription{
	clear: both;
	margin: 20px 0 0;
}

.seriesDetailDescription h4{
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	background: #EFEFEF;
}
.seriesDetailDescription p{
	margin: 10px 0;
	line-height: 1.5em;
}

/* シリーズスペック詳細---------- */
.seriesDetailSpec{
	border-collapse: collapse;
	font-size: 12px;
	text-align: center;
}

.seriesDetailSpec th{
	width: 200px;
	padding: 10px;
	border: 1px solid #999;
	background: #EFEFEF;
}
.seriesDetailSpec td{
	width: 252px;
	padding: 10px;
	border: 1px solid #999;
}
/*.seriesDetailSpec tr:last-child td{
	text-align: left;
}*/

/* 業界別カテゴリ---------- */
.seriesDetailDescription .pageSearchBoxBodyIcon{
	text-align: center;
}
.seriesDetailDescription .pageSearchBoxBodyIcon li{
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.seriesDetailDescription .pageSearchBoxBodyIcon li:last-child{

	margin-right: 0;
}

	/* 業界分類---------- */
	.seriesDetailDescription .PageSearchClass{
		margin: 10px 0 0;
	}

/* シリーズ製品一覧---------- */
.seriesDetailList{
	max-height: 1000px;
	overflow-y: scroll;
}

.seriesDetailListTable{
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	text-align: center;
}

.seriesDetailSP{
	display: none;
}
.seriesDetailListTable th{
	padding: 10px;
	border: 1px solid #999;
	background: #EFEFEF;
}
.seriesDetailListTable td{
	padding: 10px;
	border: 1px solid #999;
}
td.seriesDetailListTableProduct{
	position: relative;
	width: 400px;
	padding: 25px 60px 25px 10px;
	text-align: left;
}

.seriesDetailListTableBtn a{
	display: block;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	width: 30px;
	height: 14px;
	margin: auto;
	padding: 5px 10px;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	background: #0075C2;
}
.seriesDetailListTable td:first-child span a:hover{
	opacity: .8;
}

.seriesDetailFD a{
	display: block;
	margin-top: 5px;
	text-decoration: underline;
}
.seriesDetailFD a:hover{
	text-decoration: none;
}

.seriesDetailListTableContact{
	text-align: center;
}

.seriesDetailListTableContact a{
	display: block;
	padding: 10px;
	border: 3px double #FFF;
	border-radius: 5px;
	color: #FFF !important;
	background: #00AC88;
}
.seriesDetailListTableContact a:hover{
	opacity: .8;
}

.seriesDetailListTableCart select{
	height: 30px;
	margin-bottom: 5px;
	background: #FFF;
}
.seriesDetailListTableCart a{
	display: block;
	padding: 10px 10px 10px 21px;
	border: 3px double #FFF;
	border-radius: 5px;
	color: #FFF !important;
	background: #EA5504;
}
.seriesDetailListTableCart a:hover{
	opacity: .8;
}
.seriesDetailListTableCart a:before{
	content: "";
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	left: 5px;
	width: 16px;
	height: 16px;
	margin: auto;
	background: url(../img/icon/icon-cart-out.svg) no-repeat;
}
.seriesDetailListTableCart a[disabled]{
	background: #DCDDDD;
}
.seriesDetailListTableCart a[disabled]:hover{
	opacity: 1;
}



/* CADデータ---------- */
.seriesDetailListTableOffCAD{
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 25px;
	margin: 0 auto;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	background: url(../../img/icon/icon-cross.svg) center center no-repeat;
	background-size: 25px 25px;
}
.seriesDetailListTableOnCAD{
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 25px;
	margin: 0 auto;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	background: url(../../img/icon/icon-circle.svg) center center no-repeat;
	background-size: 25px 25px;
}

.seriesDetailListTableOnCAD a{
	cursor:default;
	display: block;
	width: 25px;
	height: 25px;
}

/* CADデータのダウンロードはこちら---------- */
.seriesDetailDescriptionGrp2{
	text-align: right;
}

.seriesDetailDescriptionGrp2 a{
	font-weight: bold;
	text-decoration: underline;
}
.seriesDetailDescriptionGrp2 a:hover{
	text-decoration: none;
}





/*-----------------------------------------------------------
	製品詳細
-----------------------------------------------------------*/
.itemDetaial{
	padding: 10px;
	background: #FFF;
}
/* シリーズ詳細画像---------- */
.itemDetailImg{
	float: left;
	width: 200px;
	height: 200px;
	border: 1px solid #999;
	margin-bottom: 20px;
}

.itemDetailImg img{
	display: block;
	width: auto;
	height: 200px;
	margin: 0 auto;
}
.itemDetailImg em{
	display: block;
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}

/* シリーズ名---------- */
.itemDetailTtl{
	/*position: relative;*/
	padding-left: 220px;
}

.itemDetailTtlCode {
	margin-top: 5px;
	font-size: 18px;
}

.itemDetailTtlGrp1{
	margin-right: 5px;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 10px;
	color: #FFF;
	background: #0075C2;
}
.itemDetailTtlGrp2{
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 10px;
	color: #FFF;
	background: #38A1DB;
}
.itemDetailTtl h3{
	margin: 15px 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
}
.section .itemDetailTtl h2 {
	margin: 15px 0 5px;
	padding: 0;
	background: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
}
.itemDetailTtlGrp6 h1 {
    display: inline;
    font-size: 14px;
}
.section .itemDetailTtl h2 span:before {
	display: none;
}
.itemDetailTtlGrp3{
	display: block;
}
.itemDetailTtlGrp4{
	display: block;
}
.itemDetailTtlGrp5{
	display: block;
	margin: 15px 0;
	color: #807F80;
}
.itemDetailTtlGrp6{
	display: block;
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #231815;
	border-radius: 2px;
	font-weight: bold;
	text-align: center;
}

.itemDetailTtlGrp8{
	width: 560px;
	margin: 0 auto;
}
.itemDetailTtlGrp10{
	position: relative;
	cursor: pointer;
	cursor: hand;
	float: right;
	width: 250px;
	margin-top: -1px;
	margin-left: 16px;
	padding: 10px 5px 10px;
	border: 3px double #FFF;
	border-radius: 5px;
	color: #FFF;
	background: #EA5504;
	/*cursor: pointer;*/
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.itemDetailTtlGrp10:before{
	content: "";
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	left: 10px;
	width: 20px;
	height: 20px;
	margin: auto;
}
.itemDetailTtlGrp10[disabled]{
	cursor: default;
	background: #DCDDDD;
}
.itemDetailTtlGrp10[disabled]:hover{
	opacity: 1;
}

.itemDetailTtlGrp11 a{
	display: inline-block;
	float: right;
	width: 250px;
	padding: 10px;
	border: 2px solid #00AC88;
	border-radius: 5px;
	text-align: center;
	color: #FFF !important;
	background: #00AC88;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.itemDetailTtlGrp10:hover,
.itemDetailTtlGrp11 a:hover{
	opacity: .8;
}

.itemDetailTtlGrp16{
	display: block;
	margin: 15px 0;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #B5B5B6;
}

/* シリーズ一覧へ戻る---------- */
.itemDetailBack{
	/*position: absolute;
	top: 0;
	right: 0;*/
	float:right;
}
.itemDetailBack button{
	/*margin-top: -8px;*/
	padding: 10px 10px 10px 20px;
	border-radius: 5px;
	color: #FFF;
	cursor: pointer;
	-webkit-background: linear-gradient(to bottom, #717577,#595C5E);
	background: linear-gradient(to bottom, #717577,#595C5E);
}
.itemDetailBack button:before{
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    bottom: 0;
    left: 10px;
    width: 5px;
    height: 5px;
    margin: auto;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.itemDetailBack button:hover{
	opacity: .8;
}

/* 組み図以下---------- */
.itemDetailDescription{
	margin: 20px 0 0;
	background: #FFF;
}

.itemDetailDescription h4{
	margin: 0 0 5px;
	font-size: 14px;
}

.itemDetailDescriptionDrawing{
	width: 100%;
	border: 1px solid #999;
}
.itemDetailDescriptionBottom{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.itemDetailDescriptionDrawing img,
.itemDetailDescriptionDrawingBottom img{
	display: block;
	width: auto;
	margin: 0 auto;
}

.itemDetailDescriptionBottom:last-child{
	margin-right: 0;
}

.itemDetailDescriptionDrawingBottom{
	border: 1px solid #999;
}

/* シリーズ関連商品---------- */
.relatedItem{
	margin: 40px 0;
}

.relatedItem li{
	text-align: center;
}
.relatedItem li:last-child{
	margin-right: 0;
}

.relatedItem li a{
	display: block;
	color: #231815;
}
.relatedItem li:hover{
	opacity: .6;
}

.relatedItemImg{
	width: 120px;
	margin: 0 auto;
}

.relatedItemName{
	display: block;
	margin: 5px 0;
}

.relatedItemPrice{
	display: block;
	color: #E60012;
}


/*-----------------------------------------------------------
	エラー
-----------------------------------------------------------*/
/* エラー表示---------- */
.errorDetail,
.errorBottom{
	display: block;
	text-align: center;
}

.errorDetail h3{
	margin: 15px 0 100px;
	font-weight: bold;
	font-size: 20px;
	color:#F00;
	line-height: 1.2em;
}

.BottomBtnTop{
	display: inline-block;
	width: 250px;
	padding: 10px;
	border: 2px solid #F00;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	background: #F00;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}



/*-----------------------------------------------------------
///////////////以下、SP用///////////////
-----------------------------------------------------------*/

/*@media only screen and (max-device-width: 1300px) and (max-width: 640px) {*/
@media only screen and (max-width: 640px) {

/*-----------------------------------------------------------
	共通
-----------------------------------------------------------*/
.products{
	position: static;
}
#productsSearch{
	display: block;
	position: static;
	margin: 20px 10px;
}
#productsSearchBox{
	width: 70%;
}



/* 製品カテゴリから探す---------- */
.category ul{
	margin: 0 10px;
}

.category li{
	width: 50%;
	margin-right: 0;
	border-bottom: 5px solid #FFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.category li:nth-child(2n+1){
	border-right: 2px solid #FFF;
}
.category li:nth-child(2n+2){
	border-left: 2px solid #FFF;
}
.category li:nth-child(4n+4){
	margin-right: 0;
}

.category li a{
	width: 100%;
	padding: 5px;
	font-size: 14px;
}
.category li img{
	border-radius: 5px;
}
.category li a span{
	width: 100%;
	bottom: 15px;
}

.category-subtext {
	padding-left: 12px;
}

/* 業界から探す---------- */
.industryLeft{
	float: none;
	width: auto;
	height: auto;
	margin: 0 10px 5px;
	padding-bottom: 0;
}
.industryLeft:nth-child(3n+3){
	margin-right: 10px;
}
.industryLeft:nth-child(3n+1){
	margin-left: 10px;
}

.industryLeftInTop{
	width: auto;
	height: auto;
}
.industryLeftInTop:before{
	top: 0;
	left: 10px;
	bottom: 0;
	width: 30px;
	height: 30px;
}
.industryLeftInTop:after{
	top: 0;
	right: 10px;
	bottom: 0;
}
.industryLeftInTop.active:after{
	border: 0;
	border-left: 2px solid #666;
	border-top: 2px solid #666;
}

.industryLeftInTop span{
	margin: 0;
	padding: 0 0 0 35px;
	border-bottom: 0;
	font-weight: normal;
}

.industryLeftInTop ul{
	margin: 0 0 0 30px;
}
.industryLeftInTop li{
	margin: 0 0 0 5px;
	font-size: 12px;
}

.industryLeftInBottom{
	position: static;
	padding-top: 0;
}
.industryLeftInBottom:before{
	position: relative;
	top: -5px;
}

.industryLeftInBottom a{
	width: auto;
}


.support h3{
	padding: 10px 25px;
	border-radius: 0;
	font-size: 20px;
}

#supportBox{
	padding: 10px 10px 20px;
	border-radius: 0;
}
#surppotBoxTop li{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
#surppotBoxTop li br{
	display: none;
}
#surppotBoxTop li a{
	padding: 5px;
}
.supportBoxImg{
	width: 90px;
	padding-right: 10px;
}
.supportBoxText{
}

#supportBoxBottom li{
	float: none;
	width: auto;
	margin-right: 0;
	margin-bottom: 10px;
}

#supportContact{
	margin-top: 40px;
}
#supportContact>*{
	display: block;
}
#supportContactTel{
	margin: 5px 0;
	padding: 5px 10px 10px;
	font-size: 20px;
	background: #FFF;
}

#supportContactMail{
	margin: 5px 0;
	padding: 5px 10px 10px;
	font-size: 20px;
	background: #FFF;
}




/*-----------------------------------------------------------
	製品カテゴリから探すページから1階層下
-----------------------------------------------------------*/
.lineUpIn{
	margin: 5px 0 20px;
}
.lineUpIn strong{
	padding: 10px;
}

.lineUpIn li:nth-child(4n) a{
	margin-right: 5px;
}

.lineUpIn li a{
	position: relative;
	float: none;
	width: auto;
	margin: 5px;
}
.lineUpIn li a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}





/*-----------------------------------------------------------
	業界から探すページ
-----------------------------------------------------------*/
.lineUp h1{
	padding: 5px;
	border-left: 0;
	border-bottom: 1px dotted #727171;
	font-size: 20px;
}
.lineUpIcon:before{
	top: 2px;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

/* 各種アイコン */
.lineUpIconData1:before{
	background: url(../../img/icon/icon-class-on-electronics.svg) center center no-repeat;
}
.lineUpIconData2:before{
	background: url(../../img/icon/icon-class-on-mechatronics.svg) center center no-repeat;
}
.lineUpIconData3:before{
	background: url(../../img/icon/icon-class-on-chemical.svg) center center no-repeat;
}
.lineUpIconData4:before{
	background: url(../../img/icon/icon-class-on-publiclaboratory.svg) center center no-repeat;
}
.lineUpIconData5:before{
	background: url(../../img/icon/icon-class-on-energy.svg) center center no-repeat;
}
.lineUpIconData6:before{
	background: url(../../img/icon/icon-class-on-biomedicalfood.svg) center center no-repeat;
}
.lineUpIconData7:before{
	background: url(../../img/icon/icon-class-on-lifescience.svg) center center no-repeat;
}





/*-----------------------------------------------------------
	製品シリーズ一覧ページ
-----------------------------------------------------------*/
/* 検索結果ボックス---------- */
.resultBox{
	margin: 5px 0;
	padding: 10px;
	font-size: 12px;
}

	/* 検索結果---------- */
	.resultBoxLeft{
		float: none;
		padding: 0;
	}

	.resultBoxLeft *{
		display: inline;
		vertical-align: top;
	}

	.resultBoxLeftNum{/*表示件数100件以下*/
		top: -6px;
		padding: 0 5px;
	}
	.resultBoxLeftDisplay{
		padding: 0 0 0 5px;
	}
	.resultBoxLeftRefine{
		display: block;
		margin-bottom: 10px;
		padding: 10px;
		text-align: center;
		background: #F9F9F9;
	}

	/* 表示件数---------- */
	.resultBoxRight{
		display: block;
		padding: 0;
		text-align: left;
	}

	.resultBoxRight *{
		display: inline-block;
	}

	.resultBoxRight li{
		margin: 0 5px;
	}

	li.resultBoxRightCurrent{
		background: #0095C9;
	}
	li.resultBoxRightCurrent a{
		text-decoration: none !important;
		color: #FFF;
	}

	.resultBoxRight li a{
		padding: 2px 5px;
		text-decoration: underline;
	}


/* 現在地---------- */
.currentBox{
	margin: 10px 0;
	padding: 10px 20px;
	border-top: 2px solid #DEDEDE;
	font-size: 14px;
	text-align: center;
	background: #FFF;
}

.currentBox li{
	display: inline-block;
	margin: 3px 1px;
}

li.currentBoxHere{
	width: 30px;
	padding: 5px;
	border: 1px solid #9FA0A0;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	background: #9FA0A0;
}
li.currentBoxOmitDel{
	display: none;
}
span.TriL{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 10px 5px 0;
	border-color: transparent #000 transparent transparent;
}

.currentBox li a{
	display: block;
	width: 30px;
	padding: 5px;
	border: 1px solid #9FA0A0;
	border-radius: 5px;
	text-align: center;
	color: #666464;
	background: #F9F9F9;
}

/* 製品一覧ボックス---------- */
.pageSeriesBox{
	margin-bottom: 5px;
	padding: 5px;
}
.pageSeriesBox>*{
	display: block;
	vertical-align: top;
}

	/* 左側 画像---------- */
	.pageSeriesBoxThumb{
		float: left;
		width: 65px;
		margin-bottom: 5px;
	}

	/* 中央 製品シリーズ名---------- */
	.pageSeriesBoxName{
		width: auto;
		padding: 0 0 0 75px;
	}
	.pageSeriesBoxName strong{
		font-size: 16px;
	}
	.pageSeriesBoxName span.spec{
		font-size: 11px;
	}

	/* 右側 ボタン---------- */
	.pageSeriesBoxBtn{
		clear: both;
		margin-top: 5px;
		letter-spacing: -.4em;
	}

	.pageSeriesBoxBtn span{
		display: inline-block;
		width: 49%;
		font-size: 12px;
		letter-spacing: normal;
	}
	span.pageSeriesBoxBtnDetail{
		margin-right: 2%;
		margin-bottom: 0;
	}

	.pageSeriesBoxBtn span a:hover{
		opacity: 1;
	}



.pageSeriesOnlyBoxBtn{
	padding: 10px;
}
span.pageSeriesOnlyBoxBtnContact{
	width:60%;
}



/*-----------------------------------------------------------
	検索一覧ページ
-----------------------------------------------------------*/
/* 業界分類---------- */
.PageSearchClass{
	margin: 0;
	padding: 10px;
	background: #FFF;
}

.PageSearchClass strong{
	display: inline-block;
	position: relative;
	float: none;
	margin-bottom: 5px;
}
.PageSearchClass strong:after{
	content: "―";
	display: inline-block;
	margin-left: 5px;
}

.PageSearchClass ul{
	padding-left: 0;
}
.PageSearchClass li{
	margin-bottom: 5px;
	padding-left: 18px;
	font-weight: normal;
	font-size: 12px;
}
.PageSearchClass li:before{
	top: -2px;
	left: 0;
	width: 15px;
	height: 15px;
}
.PageSearchClass p{
	margin-top: 5px;
	font-size: 11px;
}


/* 検索結果ボックス---------- */
.pageSearchBox{
	display: block;
	width: 100%;
	margin: 10px 0;
	padding: 5px;
}
.pageSearchBox>*{
	display: block;
}

	/* 左側 画像---------- */
	.pageSearchBoxThumb{
		float: left;
		width: 65px;
		margin-bottom: 5px;
	}

	/* 中央 ボディ---------- */
	.pageSearchBoxBody{
		width: auto;
		padding: 0;
	}

		/* 製品シリーズ名---------- */
		.pageSearchBoxName{
			padding: 0 0 0 75px;
		}
		.pageSearchBoxName strong{
			font-size: 16px;
		}

		/* 業界分類アイコン---------- */
		ul.pageSearchBoxBodyIcon{
			clear: both;
			margin: 5px 0;
			text-align: center;
		}
		ul.pageSearchBoxBodyIcon li{
			width: 25px;
			height: 25px;
			}

	/* 右側 詳細を見るボタン ---------- */
		.pageSearchBoxBodyBottom{
			margin: 5px 0 10px;
		}
		.pageSearchBoxBodyBottom span{
			display: inline-block;
			width: 32%;
			margin-right: 2%;
			font-size: 12px;
		}
		span.pageSearchBoxBodyBottomContact{
			margin-right: 0;
		}
		.pageSearchBoxBodyBottom span a{
			display: block;
		}






/*-----------------------------------------------------------
	シリーズ詳細一覧ページ
-----------------------------------------------------------*/
.seriesDetaial{
	padding: 10px;
}

/* シリーズ詳細画像---------- */
.seriesDetailImg{
	width: 65px;
	height: 65px;
	margin: 0 10px 20px 0;
}

.seriesDetailImg img{
	height: 65px;
}
.seriesDetailImg em{
	display: none;
}

/* シリーズ名---------- */
.seriesDetailTtl{
	padding-left: 0;
}

.seriesDetailTtlGrp1{
	margin-right: 2px;
	padding: 5px;
}
.seriesDetailTtlGrp2{
	padding: 5px;
}

.seriesDetailTtl h3, .seriesDetailTtl h1{
	margin: 10px 0;
	font-size: 16px;
}

.seriesDetailTtlGrp5{
	clear: both;
	margin: 10px 0;
}

ul.seriesDetailTtlGrp6{
	text-align: center;
}
ul.seriesDetailTtlGrp6 li{
	width: 77px;
	height: 75px;
	margin-right: 10px;
}

ul.seriesDetailTtlGrp6 li a{
	width: 77px;
	height: 75px;
}

/* シリーズ特徴---------- */
.seriesDetailDescription{
	margin: 10px 0 0;
}


/* シリーズスペック詳細---------- */
.seriesDetailSpec{
	display: block;
	width: 100%;
	border: 1px solid #999;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.seriesDetailSpec thead,
.seriesDetailSpec tbody,
.seriesDetailSpec tr{
	display: block;
}
.seriesDetailSpec th{
	display: block;
	width: auto;
	border: 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.seriesDetailSpec td{
	display: block;
	width: auto;
	border: 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.seriesDetailSpec tr:last-child td{
	text-align: center;
}

/* 業界別カテゴリ---------- */
.seriesDetailDescription .pageSearchBoxBodyIcon li{
	width: 30px;
	height: 30px;
}
	/* 業界分類---------- */
	.seriesDetailDescription .PageSearchClass{
		padding: 0;
	}

/* シリーズ製品一覧---------- */
.seriesDetailList{
	width: auto;
	max-height: 500px;
	overflow-y: scroll;
}

.seriesDetailListTable tr{
	display: block;
	position: relative;
	margin: 20px 0;
	padding: 10px 10px 60px;
	border: 1px solid #E1E1E1;
}

.seriesDetailSP{
	display: inline-block;
	width: 80px;
	font-weight: bold;
}
.seriesDetailListTable thead{
	display: none;
}
.seriesDetailListTable td{
	display: block;
	padding: 2px 0 !important;
	border: 0;
	font-weight: normal !important;
	font-size: 14px !important;
	text-align: left;
	color: #666464 !important;
}
td.seriesDetailListTableProduct{
	position: static;
	width: auto;
}
td.seriesDetailListTableProduct .seriesDetailSP{
	display: block;
	float: left;
}
.seriesDetailListTableProductTd{
	display: block;
	padding-left: 80px;
}
.seriesDetailListTableCAD .seriesDetailSP{
	position: relative;
	top: 6px;
}
.seriesDetailListTableBtn a{
	top: auto;
	right: auto;
	bottom: 10px;
	left: 10px;
	width: 45%;
	height: auto;
	padding: 10px;
	border: 3px double #FFF;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.seriesDetailListTableContact,
.seriesDetailListTableCart{
	position: absolute;
	right: 10px;
	bottom: 8px;
	width: 45%;
	text-align: center !important;
}



/*-----------------------------------------------------------
	製品詳細
-----------------------------------------------------------*/
.itemDetaial{
	padding: 10px;
}

/* シリーズ詳細画像---------- */
.itemDetailImg{
	width: 65px;
	height: 65px;
	margin: 0 10px 20px 0;
}

.itemDetailImg img{
	width: auto;
	height: 65px;
}
.itemDetailImg em{
	display: none;
}

/* シリーズ名---------- */
.itemDetailTtl{
	padding-left: 0;
}
.itemDetailGrp{
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
}
.itemDetailTtlGrp1{
	display: table-cell;
	vertical-align: middle;
	margin-right: 2px;
	padding: 7px;
}
.itemDetailTtlGrp2{
	display: table-cell;
	vertical-align: middle;
	padding: 7px;
}
.itemDetailTtlGrp3,
.itemDetailTtlGrp4{
	padding-left: 76px;
}
.itemDetailTtl h3, .itemDetailTtl h1{
	margin: 10px 0;
	font-size: 16px;
}
.itemDetailTtlGrp5{
	clear: both;
	margin: 10px 0;
}
.itemDetailTtlGrp6{
	margin: 10px 0;
	padding: 5px;
}

.itemDetailTtlGrp8{
	width: auto;
}

.itemDetailTtlGrp10{
	display: block;
	position: relative;
	top: -2px;
	float: right;
	width: 95%;
	margin: 0 auto;
	padding: 10px 5px 10px 0px;
}
.itemDetailTtlGrp10:before{
	left: 5px;
	width: 14px;
	height: 14px;
}

.itemDetailTtlGrp11 a{
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 12px 5px;
	border: 0;
}

.itemDetailTtlGrp10:hover,
.itemDetailTtlGrp11 a:hover{
	opacity: .8;
}

.itemDetailTtlGrp14{
	float: right;
	/*width: 50%;*/
	width: 55%;
}
.itemDetailTtlGrp15{
	float: right;
	/*width: 50%;*/
	width: 45%;
}

/* シリーズ一覧へ戻る---------- */
.itemDetailBack{
	display: none;
}

/* 組み図以下---------- */
.itemDetailDescription{
	margin: 20px 0 0;
	background: #FFF;
}

.itemDetailDescription h4{
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	background: #EFEFEF;
}

.itemDetailDescriptionDrawing{
	width: auto;
}

.itemDetailDescriptionDrawing img,
.itemDetailDescriptionBottom img{
	width: 80%;
	margin: 0 auto;
}

.itemDetailDescriptionBottom{
	float: none;
	width: auto;
	margin-right: 0;
}

/* シリーズ関連商品---------- */
.relatedItem{
	margin: 20px 0;
}

.relatedItem li{
	font-size: 12px;
}
.relatedItem li:last-child{
	margin-right: 0;
}

.relatedItemImg{
	width: 80%;
}

/*-----------------------------------------------------------
	エラー
-----------------------------------------------------------*/
/* エラー表示---------- */
.BottomBtnTop{
	width: 48%;
}



}
