@charset "utf-8";

/* ===================================================================

　■　金型撥水加工

=================================================================== */


@media only screen and (min-width: 960px){
	nav.mainNav ul li:nth-of-type(4) a {
		background: url(../../images/common/navi.png) no-repeat -528px -80px;
	}
}


/* 見出し */

.content hgroup {
	border-top: solid 5px #7d3031;
}

.content hgroup h1:first-letter {
	color: #7d3031;
}

.h2 {
	border-left: solid 10px #b78d8d;
	background: #f2eaea;
	color: #7d3031;
}


/* コラム */

.column {
	border-top: solid 2px #7d3031;
}

.column h3 {
	padding-bottom: 5px;
	border-bottom: solid 2px #b93a38;
	color: #000;
}

.column h4 {
	margin-bottom: 3px;
	color: #7d3031;
	font-size: 20px;
}

.column h5 {
	color: #b93a38;
}


/* ================================================
一覧ページ
================================================ */

.summary {
	position: relative;
	height: 280px;
	padding: 20px 0 0 30px;
	border-bottom: solid 5px #7d3031;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: right top;
}
	.summary:last-child {
		margin-bottom: 0;
	}

.summary#cate1 { background-image: url(../images/cate1.jpg); }
.summary#cate2 { background-image: url(../images/cate2.jpg); }
.summary#cate3 { background-image: url(../images/cate3.jpg); }

.summary h2 {
	margin-bottom: 5px;
	color: #000;
	font-size: 50px;
	font-weight: bold;
}
.summary h2:first-letter {
	color: #7d3031;
}

.summary h3 {
	margin-bottom: 10px;
	font-size: 23px;
	line-height: 1.3;
}

.summary p {
	width: 290px;
	font-size: 14px;
	line-height: 1.5;
}
	.summary#cate2 p {
		width: 320px;
	}

.summary a.link {
	position: absolute;
	right: 0;
	top: 0;
}


/* ================================================
製造工程ページ
================================================ */

.process {
	margin-bottom: 20px;
	background: url(../../lens/images/arrow.png) no-repeat 80px bottom;
}
.process:last-of-type {
	padding-bottom: 0;
	background: none;
}

.process h3 {
	width: 310px;
	margin: 0 0 25px -20px;
	padding: 0 0 10px 33px;
	border-bottom: solid 2px #7d3031;
	font-size: 28px;
	font-weight: normal;
	text-indent: -33px;
	line-height: 1.1;
}

.process h3:first-letter {
	color: #00903d;
	font-size: 44px;
	font-style: italic;
}

.process p {
	font-size: 15px;
}


