@charset "utf-8";

/* メインビジュアル */
#main-visual {
	clear: both;
	height: 602px;
	background: url('../images/zing16-30w-10items/main-visual-back.png') no-repeat;
	border-top: solid 1px #999;
}

#main-visual h1 {
	text-align: center;
}

@media screen and (max-width: 1100px) {
	#main-visual {
		height: auto;
	}

	#main-visual img {
		width: 100%;
	}
}

/* 下層のh1 */
#h1-title {
	clear: both;
	height: 180px;
	padding-left: 20px;
	background: url('../images/zing16-30w-10items/h1-title.png') no-repeat 100% 0;
	border-top: solid 1px #999;
}

#h1-title h1 {
	font-size: 36px;
	font-weight: normal;
}

#h1-title h1 span {
	font-size: 18px;
}

@media screen and (max-width: 790px) {
	#h1-title {
		background-position: 0 0;
	}
}

/* 背景の上側まとめ */
/* 白から */
.back-header1 {
	padding-top: 100px;
	background: url('../images/back-header1.png') no-repeat 50% 0;
}

/* 灰から */
.back-header2 {
	padding-top: 100px;
	background: url('../images/back-header2.png') no-repeat 50% 0;
}

/* 水色から */
.back-header3 {
	padding-top: 100px;
	background: #f2f4f6 url('../images/back-header3.png') no-repeat 50% 0;
}

/* 背景まとめ */
/* 白 */
.back1 {
	background-color: #fff;
}

/* 灰 */
.back2 {
	background-color: #f2f4f6;
}

/* 水色 */
.back3 {
	background-color: #c5e3ef;
}

/* h2まとめ */
h2 {
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 30px;
	padding: 20px 0 7px;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
}

#product h2,
#feature h2,
#contact h2 {
	color: #fff;
	border-bottom: solid 2px #ccc;
/*	background: url('../images/line-h2-1.png') no-repeat 50% 100%;*/
}

#set-content h2,
#example h2,
#spec h2,
#processing h2,
#option h2,
#commodity h2,
#flow h2,
#faq h2,
#how-to-choice h2,
#greeting h2 {
	border-bottom: solid 2px #333;
/*	background: url('../images/line-h2-2.png') no-repeat 50% 100%;*/
}

h2 span {
	font-size: 22px;
	color: #50bce7;
}

#product h2 span,
#contact h2 span {
	color: #fff;
}

@media screen and (max-width: 600px) {
	h2 {
		margin-left: 20px;
		margin-right: 20px;
	}
}

/* 写真拡大の虫眼鏡 */
.photo-big {
	position: relative;
	top: -40px;
	left: 190px;
}

/* 製品情報 */
#product {
	padding-bottom: 120px;
	background: #fff url('../images/back-footer-product.png') no-repeat 50% 100%;
}

#product section {
	padding-top: 20px;
	background: #0b64a7;
}

#product strong {
	font-size: 18px;
	color: #fff;
}

#product section section {
	width: 960px;
	margin: 20px auto;
}

#product section section img {
	float: right;
}

#product section section p {
	width: 500px;
	color: #fff;
}

#product ul {
	width: 804px;
	margin: 20px auto;
}

#product li {
	width: 120px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	padding: 7px 0 3px;
	color: #fff;
	text-align: center;
	border: solid 2px #fff;
}

#product li:last-child {
	margin-right: 0;
}

#product li p {
	margin: 7px 7px 0;
	padding: 7px 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	border-top: solid 1px #fff;
}

@media screen and (max-width: 1030px) {
	#product section section {
		width: 95%;
	}
}

@media screen and (max-width: 840px) {
	#product section section img {
		float: none;
	}

	#product section section p {
		width: 95%;
	}

	#product ul {
		width: 402px;
	}

	#product li {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 420px) {
	#product section section img {
		width: 95%;
	}

	#product ul {
		width: 280px;
	}
}
