@charset "utf-8";

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

　■　光学レンズ

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


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


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

.summary {
	position: relative;
	height: 280px;
	padding: 20px 0 0 30px;
	border-bottom: solid 5px #0a7839;
	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: #0a7839;
}

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

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

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


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

.process {
	margin-bottom: 20px;
	background: url(../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 #0a7839;
	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;
}


