@charset "Shift_JIS";

/*swiper*/
/*-----------------------------------------------------------*/
img.topslide {
	width:100vw;
	max-width: 960px; /* 最大幅 */
	min-width: 240px; /* 最小幅 */
	height: auto;
}
	@media screen and (max-width:959px){
		img.topslide {
			width:100vw;
			max-width: 768px; /* 最大幅 */
			min-width: 240px; /* 最小幅 */
			height: auto;
		}
	}


 /*技術者の声*/
/*-----------------------------------------------------------*/

section.TopSec{
	margin:0px 0px 20px 0px;
	
	}
.tit_contents{
	margin-bottom:5px;
	}

 /*技術者の声*/
/*-----------------------------------------------------------*/
.engineerVoice{
	background:#f3f3f3;
	padding:5px;
	display:block;
}
.engineerVoice h2{
	width:95%;
	position: relative;
	display: inline-block;
	margin: 0px auto 20px auto;
	padding: 10px 5px;
	color: #fff;
	font-size: 14px;
	background: #000145;
	text-align:center;
}
.engineerVoice h2:before{
	content: "";
	position: absolute;
	top: 95%;
	left: 30%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #000145;
}
.engineerVoicePic {
	width:100px;
	margin:0px auto;
}
.engineerVoiceTex {
	font-size:12px;
	line-height:16px;
	padding:10px;
	margin:0px auto;
}


	
	@media screen and (max-width:767px){
		.engineerVoice{
			display:none;
			}
	}
 
 /*TOP製品情報*/
/*-----------------------------------------------------------*/

/*タブレイアウト-----------------------------------------*/
/*-------------------------------------------------------*/

.tab5 {
	background:#f3f3f3;
	width: 750px;/*横幅はここで設定。100%にすれば可変。*/
	min-width: 320px;
	margin: 0px auto 30px auto;
	padding-top:5px;
}
.tab5 .tab-content {
	margin: 0px;
}
.tab5 label {
	display: inline-block;
	width: 220px;
	padding: 10px 10px;
	cursor: pointer;
	background: #9fb7d4;
	color: #FFF;
	text-align:center;
	margin-right: 0px;
	margin-left:4px;
}
.tab5 label:hover {
	background: #000145;
}
.tab5 input:checked + label {
	background: #000145;
	color: white;
}
.tab5 input {
	display: none;
}
.tab5 #tab5-b1,
.tab5 #tab5-b2,
.tab5 #tab5-b3,
.tab5 #tab5-b4 {
	display: none;
	padding: 5px;
}
.tab5 #tab5-1:checked ~ #tab5-b1,
.tab5 #tab5-2:checked ~ #tab5-b2,
.tab5 #tab5-3:checked ~ #tab5-b3,
.tab5 #tab5-4:checked ~ #tab5-b4 {
	display: block;
	border: 1px solid #154290;
	background:#f3f3f3;
}
	@media screen and (max-width:959px){
		.tab5 {
			width: 600px;/*横幅はここで設定。100%にすれば可変。*/
		}
		.tab5 label {
			width: 192px;
			padding:5px 0px;
			margin-left:0px;
		}
	}

	@media screen and (max-width:767px){
		.tab5 {
			width: 98vw;/*横幅はここで設定。100%にすれば可変。*/
		}
		.tab5 label {
			width: 31vw;
			font-size:10px;
		}
	}

 /*カテゴリ一覧*/
/*-------------------------------------------------------*/

.topProductsAll{
	width:748px;
	overflow:hidden;
}
.topProductsAll:after {
  content: '';
  display: table;
  clear: both;
}

.topProductsAll ul{
	display:block;
	list-style:none;
	width::724px;
	margin:0px auto;
	padding:5px;
	}
.topProductsAll ul li{
	display: block;
	border:#FFF solid 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	background: linear-gradient(#f1f1f1, #e4e4e4);
	margin:0px 5px 5px 0px;
	float:left;
	width:170px;
	height:50px;
	font-size:13px;
	line-height:14px;
	overflow: hidden;
	}
.topProductsAll ul li a{
	display: table-cell;
	padding:10px 0px 0px 5px;
	width:170px;
	height:46px;
	vertical-align:middle;
	color:#333;
	}
.topProductsAll ul li a:hover{
	background: linear-gradient(#f1f1f1, #d9d9d9);
	color:#0C6;
	}*/
.topProductsAll ul li span{
	vertical-align:middle;
	}	
.topProductsAll ul li div{
	float:left;
	margin:-10px 3px 0px 0px;
	}
	@media screen and (max-width:959px){
		.topProductsAll{
			width:100%;
		}
		.topProductsAll ul{
			margin:0px 0px 0px 10px;
			padding:0px;
		}
		.topProductsAll ul li {
			width:31%;
			font-size:11px;
			margin:0px 5px 5px 0px;
		}

	}
	@media screen and (max-width:767px){
		.topProductsAll{
			width:100%;
		}
		.topProductsAll ul{
			width:100%;
			margin-left:0px;
		}
		.topProductsAll ul li {
			width:46%;
			font-size:11px;
		}
		.topProductsAll ul li a{
			width:46%;
			padding:10px 0px 0px 5px;
		}
		
	}

 /*詳細カテゴリ一覧*/
/*-------------------------------------------------------*/
ul.product_cate{
	margin:5px 10px 5px 10px;
	padding:0px;
	font-size:11px;
	overflow:hidden;
	
}
ul.product_cate li{
	background:url(../img/common/icon_sankaku_bl_s.gif) no-repeat;
	width:330px;
	margin:0px 10px 5px 0px;
	padding:0px 0px 0px 13px;
	border-bottom:dashed 1px #D5D5D5;
	list-style:none;
	font-size:11px;
	line-height:12px;
	float:left;
}
ul.product_cate li a{
	color:#333;
}
ul.product_cate li a:hover{
	color:#0C6;
	}
	@media screen and (max-width:959px){
		ul.product_cate li{
			width:255px;
		}
	}

	@media screen and (max-width:767px){
		
		ul.product_cate li{
			width:100vw;
			font-size:10px;
			line-height:10px;
		}
	}
 /*信号規格一覧*/
/*-------------------------------------------------------*/

.list-catego-top{
	width:735px;
	margin:0px auto 8px auto;
	padding:0px;
	overflow:hidden;
}
.list-catego-top li{
	display:block;
	width:146px;
	margin:0px 1px 1px 0px;
	text-align:center;
	list-style:none;
	font-size:12px;
	float:left;
	}
.list-catego-top li a {
	background: #CCC;
	padding:3px 3px 4px 3px;
	display:block;
	color:#000;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro","メイリオ", "ヒラギノ角ゴ Pro W3",  Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
		}
.list-catego-top li a:hover {
	background: #006;
	color:#FFF;
	}
	@media screen and (max-width:959px){
		.list-catego-top{
			width:100%;
		}
		.list-catego-top li{
			width:143px;
		}
	}
	@media screen and (max-width:767px){
		.list-catego-top li{
			width:100vw;
		}
		
	}

/*TOP新着情報*/
/*-----------------------------------------------------------*/
.topTopicWrapper{
	overflow:hidden;
}

.topTopic{
	width:365px;
	float:left;
	margin-right:5px;
	}
.listTopNews{
	margin:15px 0px 0px 0px;
	padding:0px;
	list-style:none;
	}

.listTopNews li{
	border-bottom:dashed 1px #CCC;
	margin:0px 0px 10px 0px;
	padding:0px 20px 3px 20px;
	list-style:none;
	font-size:12px;
	line-height:18px;
	overflow:hidden;
}
.listTopNews li a{
	color:#333;
}
.listTopNews li a:hover{
	color: #0C6;
}


.listTopNews li div{
	margin:0px 10px 0px 0px;
	float:left;
}
.listTopNews li p{
	margin:0px;
	padding:0px;
	display: table-cell;
	}
.listTopNews li span{
	margin-right:5px;
	font-size:10px;
	line-height:14px;
	}
	@media screen and (max-width:767px){
		.listTopNews li div img{
			max-width:15vw;
			height:auto;
			float:left;
		}
		
	}

/*仕様変更情報*/
 
.listTopChenge{
	margin:15px 20px 10px 20px;
	padding:0px;
	list-style:none;
}
 
.listTopChenge li{	
	margin:0px 0px 10px 0px;
	display:block;
	padding:0px 0px 0px 9px;
	font-size:12px;
	line-height:18px;
	overflow:hidden;
	position:relative;
}
.listTopChenge li:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0px;
    margin-left: -9px;
	margin-top:3px;
	position:absolute;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #154290;
}

.listTopChenge li a{
	 color:#333;
}
.listTopChenge li a:hover{
	 color: #0C6;
} 

.listTopChenge li span{
	display:inline-block;
 	margin-right:5px;
	font-size:11px;
	line-height:13px;
	color:#154290;
 }
 
/*バナースペース----------------------------------------------*/
.topBnspace{
	width:100%;
	background: #f3f3f3;
	margin-top:30px;
	}
.topBnspaceWrapper{
	width:960px;
	margin:30px auto 0px auto;
	padding:20px 0px;
	overflow:hidden;
	}
.topBnspaceWrapper p{
	float:left;
	margin:0px 2px 0px 5px;
	padding:0px;
	}
	.topBnspaceWrapper img{
	}
	
	@media screen and (max-width:959px){
		.topBnspaceWrapper{
			width:768px;
			margin-left:auto;
			margin-right:auto;
		}
	}
	@media screen and (max-width:767px){
	.topBnspaceWrapper{
		width:100vw;
		text-align:center;
	}
	.topBnspaceWrapper p{
		margin:0px 3px 0px 7px;
		text-align:center;
		}
	.topBnspaceWrapper img{
		width:30vw;
		height:auto;
	}

	}
