@charset "utf-8";
/* CSS Document */

/* ===================================================================

	产品信息

=================================================================== */
/****************************** COMMON ******************************/
.products #contents #contentsMain .anchorList .col3Block{}
.products #contents #contentsMain .anchorList .col3Block .col{
	width:278px !important;
}

/****************************** PROCUCTS ******************************/

.products #contents #contentsMain .productsTable{padding:3px 0;}
.products #contents #contentsMain .pht_range,
.products #contents #contentsMain .pht_dimension{
	margin: 0 auto 15px;
	text-align: center;
}

/*-- 20180614 add 単位前罫線削除 --*/
.products #contents #contentsMain .responsive_table th.unit{
	border-right: 0px !important;
}
/*-- 20180619 add 工作范围 border-color --*/
.products #contents .redLine {
	font-weight: bold;
	color: #dd0000;
}
.products #contents .blueLine {
	font-weight: bold;
	color: #0000dd;
}
/*-- 20180620 add 工作范围 border-color --*/
.products #contents .greenLine {
	font-weight: bold;
	color: #00dd00;
}
/*-- 20200508 add VR link --*/
#contents .link_VR {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: url(/shared/images/ic_other.png) no-repeat 92% 50%;
	padding: 12px 0;
	margin-top: 20px;
	font-weight: 500;
	line-height: 100%;
	text-align: center;
	color: #00adb0;
	border: #00adb0 1px solid;
	text-decoration: none !important;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.link_VR.mb35 {
	margin-bottom: 0 !important;
}
#contents .link_VR:hover {
	color: #ffffff;
	border: #00adb0 1px solid;
	background: #00adb0 url(/shared/images/ic_other_top.png) no-repeat 92% 50%;
	text-decoration: none;
}
a.productsBunner:hover {
	opacity: 0.8;
}

/* ========================================================================

	产品信息_SP

======================================================================== */

@media screen and (max-width: 767px){

/****************************** SP COMMON ******************************/
.products #contents #contentsMain .anchorList{
	padding: 10px;
}
.products #contents #contentsMain .anchorList .col3Block .col{
	width:100% !important;
	float: none;
	margin: 0 0 5px 0 !important;
}
.products #contents #contentsMain .anchorList .col3Block .col:last-child{
	margin: 0 !important;
}
.products #contents #contentsMain .anchorList .col3Block .col a{
	font-size: 92%;
	height: 50px;
}

/****************************** SP Products ******************************/
.products #contents #contentsMain .pht_range{width: 75%;}

.products #contents #contentsMain #catalogBox{text-align: center;}
.products #contents #contentsMain #catalogBox .pht_catalog{
	width: 30% !important;
	margin: 0 auto 5px !important;
}
.products #contents #contentsMain #catalogBox .textBtn{margin: 0 auto;}
	
.link_VR.mb35 {
	margin-bottom: 35px !important;
}
}

