@charset "utf-8";
/*============================================================
	提供するサービス
	service
============================================================*/


/*----------------------------------------------
	グローバルナビ
---------------------------------------------*/

#gNav li:nth-of-type(3) a {
	border-bottom: solid 3px #2656a7;
	background-color: #fff;
	background-image: -webkit-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: -moz-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: -o-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: -ms-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: linear-gradient(to top, #ddd, #f9f9f9);
}


/*----------------------------------------------
	コンテンツ
---------------------------------------------*/

.conts h3 {
	margin-bottom: 15px;
	font-size: 26px;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	}
	.conts h3 img {
		vertical-align: middle;
	}

#ttl h3 img {
	position: absolute;
	right: 0;
	bottom: 25px;
}


/*=============================================
■取り扱い品目
=============================================*/

/* 取り扱い品目 */

#items {
	padding-bottom: 260px;
	background: url(../img/service/items-img.jpg) no-repeat left bottom;
}

#items p {
	padding-top: 20px;
	font-size: 15px;
	font-size: 1.5rem;
}

/* OEM */

#oem ul {
	position: absolute;
	left: 665px;
	top: 290px;
}

/* KAZUMARU */

#kazumaru {
	min-height: 380px;
	background: url(../img/service/kazumaru-img.jpg) no-repeat left bottom;
}

#kazumaru h4 {
	margin: 30px 0 10px;
	padding-left: 550px;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-size: 24px;
}

#kazumaru p {
	padding-left: 553px;
}

#kazumaru ul {
	margin: 70px 0 0 710px;
}

#kazumaru ul li {
	margin-bottom: 10px;
}

/*=============================================
■お客様に届くまで
=============================================*/



/*=============================================
■工場内設備
=============================================*/

.conts table th {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

#list {
	background: url(../img/service/facilities-bg.jpg) no-repeat right top;
}

#list table {
	width: 560px;
	margin-bottom: 30px;
}

#list th {
	width: 90px;
	padding-top: 20px;
	text-align: center;
}

#list tfoot td {
	padding: 15px 0 0 0;
	border: none;
	text-align: right;
}

