@charset "utf-8";

/***--- products ---***/
.contents_category{
	width:785px;
	margin:0 auto 40px;
}
.products_list{
	padding:0 15px 0 0;
	overflow:hidden;
}
	.products_list li{
		width:222px;
		margin:0 47px 0 0;
		padding:0 0 63px 0;
		float:left;
	}
	.products_list li:hover{
		background:url("../img/arrow.png") 50% bottom no-repeat;
	}
	.products_list li:first-child{
		margin:0 37px 0 15px;
	}
	.products_list li:last-child{
		margin:0 0 0 0;
	}
		.products_list li a{
			text-decoration:none;
		}
			.products_list li a .listimg{
				width:220px;
				height:220px;
				margin:0 0 5px 0;
				overflow:hidden;
				border-radius:50%;
				border:1px solid #C6C6C6;
				position:relative;
				z-index:9999;
			}
				.products_list li a .listimg img{
					width:445px;
					height:auto;
					position:absolute;
					left:-112px;
					top:-10px;
					transition: transform 0.5s linear;
				}
				.products_list li a .listimg img:hover{
					transform: scale(1.2);
				}
			.products_list li a span{
				font-size:1.25em;
				font-weight:bold;
				text-align:center;
				color:#333;
				display:block;
				border-bottom:3px solid #0D326A;
			}
			
.productsbox{
	margin:0 0 65px 0;
	overflow:hidden;
}
	article .productsbox h2{
		font-size:1.6em;
		margin:0 0 20px 0;
		/*padding:0 0 10px 0;*/
		text-align:center;
	}
	article .productsbox h2:before{
		content:none;
	}
		article .productsbox h2 span{
			box-sizing:border-box;
			padding:6px 0 0 28px;
			display:inline-block;
			height:59px;
			line-height:59px;
			background:url("../img/site_mainicn_min.png") left top no-repeat;
		}
	.productsbox .text{
		width:440px;
		padding:10px 0 0 0;
		float:left;
	}
	.productsbox .img{
		width:580px;
		height:290px;
		float:right;
	}
	.productsbox:nth-child(2n) .text{
		float:right;
	}
	.productsbox:nth-child(2n) .img{
		float:left;
	}
		.productsbox .text .onlineshop{
			width:215px;
			line-height:45px;
			margin:10px auto 0 auto;
			background:#D1282E url("../img/online.png") 8% 50% no-repeat;
			border-radius:5px;
			border:1px solid #D1282E;
			
			transition-property:background-color;
			transition-duration:0.5s;
			transition-timing-function:ease;
			transition-delay:0s;
		}
			.productsbox .text .onlineshop a{
				box-sizing:border-box;
				display:block;
				width:215px;
				height:43px;
				padding:0 0 0 47px;
				color:#FFF;
				font-weight:bold;
				text-decoration:none;
			}
			.productsbox .text .onlineshop a,
			.productsbox .text .onlineshop a:visited{
				color:#FFF;
			}
		.productsbox .text .onlineshop:hover{
			background:#FFF url("../img/online2.png") 8% 50% no-repeat;
			border:1px solid #D1282E;
			
			transition-property:background-color;
			transition-duration:0.5s;
			transition-timing-function:ease;
			transition-delay:0s;
		}
			.productsbox .text .onlineshop a:hover{
				color:#D1282E;
			}

/***--- company ---***/
/*- greeting -*/
.greeting{
	padding:30px 0 0 0;
	overflow:hidden;
}
	.greeting .text{
		float:left;
	}
	.greeting .right{
		float:right;
	}
span.map{
	background-color:#D1282E;
}
	span.map a{
		color:#FFF;
		padding:2px 5px 2px 5px;
		text-decoration:none;
	}
.table3 tr td .map_icn{
	position:absolute;
	top:7px;
	right:7px;
}
.table3 tr td .map_icn2{
	position:absolute;
	top:20px;
	right:7px;
}
	
/***--- concept ---***/
.concept_top{
	padding:30px 0 0 0;
	overflow:hidden;
}
	.concept_top .text{
		width:500px;
		float:left;
	}
	.concept_top .right{
		width:465px;
		float:right;
	}
.infiniteslide1{
	margin:60px 0 80px 0;
}
	.infiniteslide1 ul{
		overflow:hidden;
	}
.conceptbox{
	margin:0 0 65px 0;
	overflow:hidden;
}
	.conceptbox .text{
		width:620px;
		padding:10px 0 0 0;
		float:left;
	}
	.conceptbox .img{
		width:320px;
		float:right;
	}
	.conceptbox:nth-child(2n) .text{
		float:right;
	}
	.conceptbox:nth-child(2n) .img{
		float:left;
	}
		.conceptbox .text .linkbtn{
			margin-top:20px;
		}

/*- news -*/
article#news{
	padding-top:20px;
}
	#news #newsList dl{
		margin:0 0 30px 0;
		padding:18px 0 18px 0;
		overflow:hidden;
		border-bottom:1px dotted #2B2B2B;
	}
		#news #newsList dl dt{
			width:235px;
			padding:0 0 0 5px;
			line-height:1.6;
			float:left;
			margin:0;
			font-weight:normal;
		}
			#news #newsList dl dt span{
				text-align:center;
				line-height:1.0;
				display:inline-block;
				color:#FFF;
				width:100px;
				height:25px;
				line-height:25px;
				padding:0 0 0 0;
				margin:0 0 0 25px;
				border-radius:3px;
			}
			#news #newsList dl dt span.cat1{
				background-color:#0D326A;
			}
			#news #newsList dl dt span.cat2{
				background-color:#D1282E;
			}
			#news #newsList dl dt span.cat3{
				background-color:#ADB888;
			}
		#news #newsList dl dd{
			width:740px;
			line-height:1.6;
			float:right;
			padding:0 15px 0 0;
			margin:0;
		}
			#news #newsList dl dd a{
				display:block;
			}

article#news h1{
	margin-bottom:10px;
	text-align:left;
}
article#news .newsdate{
	margin:0 10px 10px 0;
	text-align:right;
}
article#news .newsbody{
	margin:0 0 30px 0;
}
