@charset "utf-8";

/*-------------------------------------------------------------------
	製品情報
-------------------------------------------------------------------*/

#products {
	padding: 0 0 50px;
}

#products .mainimg {
	text-align: center;
	margin: 0 0 60px;
}

#products h4 {
	line-height: 1.0;
	margin: 0 0 30px;
	background: url("../images/title_bg.jpg") no-repeat;
	background-size: cover;
	padding: 15px 20px;
	border-left: 10px solid #0e63cc;
	color: #0e63cc;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#products h5 {
	line-height: 1.0;
	margin: 0 0 20px;
	color: #0e63cc;
	position: relative;
	font-size: 16px;
}

#products h5.mb10 {
	margin: 0 0 10px;
}

#products h5 span {
	font-size: 13px;
	padding-left: 10px;
}
/*
#products h5:before {
	background: #0e63cc;
	width: 10px;
	height: 10px;
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
}
*/
#products .lists {
	border: 1px solid #0e63cc;
	border-bottom: 6px solid #0e63cc;
	overflow: hidden;
	zoom:1;
	margin: 0 0 60px;
}

#products .lists li {
	width: 178px;
	float: left;
}

#products .lists li:last-child {
	width: 179px;
}

#products .lists li a {
	display: block;
	position: relative;
	padding: 30px 0 40px;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
}

#products .lists li a:before {
	background: #0e63cc;
	width: 1px;
	height: 80%;
	content: '';
	position: absolute;
	right: 0;
	top: 10%;
}

#products .lists li:last-child a:before {
	display: none;
}

#products .lists li a:after {
	width: 10px;
  height: 10px;
  border: 2px solid;
  border-color:  transparent transparent #0659d6 #0659d6;
  transform: rotate(-45deg) translateX(-50%);
	content: '';
	position: absolute;
	left: 50%;
	bottom: 20px;
}

#products .lists li a:hover {
	background: #e6effa;
}


#products .lists li a dl dt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}

#products .lists li a dl dd {
	font-size: 13px;
}

#products .lead {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 1.6;
}

#products .lead02 {
	margin: 0 0 30px;
	font-size: 13px;
	line-height: 1.6;
}

#products .itembox {
	overflow: hidden;
	zoom:1;
	padding: 0 0 30px;
}

#products .itembox.last {
	padding: 0 0 50px;
}

#products .itembox dl {
	width: 230px;
	float: left;
	margin: 0 10px 30px 0;
}

#products .itembox dl:nth-child(3n) {
	margin-right: 0;
}

#products .itembox dl dt {
	margin: 0 0 20px;
}

#products .itembox dl dt img {
	max-width: 100%;
}

#products .itembox dl dd {
	font-size: 13px;
	line-height: 1.0;
	text-align:center;
}

#products .itembox dl dd span {
	color: #0e63cc;
	display: block;
	margin: 0 0 10px;
}

#products .same {
	overflow: hidden;
	zoom:1;
	margin: 0 0 80px;
}

#products .same .photo {
	float: left;
}

#products .same .texts {
	width: 345px;
	float: right;
	font-size: 13px;
	line-height: 1.8;
}

#products .pbox {
	overflow: hidden;
	zoom:1;
	margin: 0 0 60px;
}

#products .pbox.last {
	margin: 0;
}

#products .pbox li {
	float: left;
}

#products .pbox li:nth-child(2) {
	float: right;
}


#products .end {
	margin: 30px 0 0;
}
