@charset "UTF-8";

/*コンテンツ*/
#contents_100 section{
	margin: 0 auto;
	max-width: 990px;
	width: 100%;
	position: relative;
	padding: 60px 0 70px;
}
section h2 {
	margin-bottom: 60px;
	text-align: center;
}
section h2 img{
	max-width: 100%;
}
.item_img{
	float: left;
	width: 49.494949%;
	margin-bottom: 70px;
}
.item_img img{
	width: 100%;
}
.item_text{
	float: right;
	width: 47.5%;
}
.item_text ul{
	list-style-type: disc;
}
.item_text li{
	padding-left: 1em;
	text-indent: -1em;
}
/*商品情報 下層*/
header.item_detail{
	background: url(/img/item/item_title_bg.png) center top no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 80px;
}
.ie7_body header.item_detail{
	background: url(/img/item/item_title_bg.png) center bottom repeat-x;
}
header.item_detail #gnav{
	margin-bottom: 80px;
}
header.item_detail h1{
	text-align: center;
}

#wh02 div.box06{
	margin: 15px 0;
}
#wh03 .color_lineup_img img{
	margin: 10px 5px;
}
#contents_100 .step_img_fl{
	float: left;
	margin-right: 15px;
}
#pw03.small{
	font-size: 12px;
	text-align: left;
}
#ec02 .color_lineup_img img{
	margin: 10px 3px;
}
#ec02 .catch_text{
	margin-bottom: 40px;
}
#hc .box04 .title,
#hc .box05 .title{
	display: table;
}
#hc .box04 .title span,
#hc .box05 .title span{
	display: table-cell;
	vertical-align: middle;
}
#hc02 .small{
	font-size: 12px;
	margin-top: 10px;
}
section#hc03,
section#hc05{
	padding-top: 0;
}
section#hc06 .column2.clearfix img,
section#hc07 .column2.clearfix img,
section#hc08 .column2.clearfix img{
	display: inline-block;
}
/*---------------------------------------------*/
/*768px以下*/
/*---------------------------------------------*/
@media only screen and (max-width: 768px) {
	/*コンテンツ*/
	#contents_100 section{
		padding: 20px 0 30px;
		width: 97%;
	}
	section h2 {
		margin-bottom: 20px;
	}
	.item_img{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.item_text{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	header.item_detail{
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
		padding: 0 0 30px;
	}
	header.item_detail #gnav{
		margin-bottom: 40px;
	}
	header.item_detail h1 {
		margin-top: 20px;
	}
	img.step_img_165{
		max-height: 165px;
		max-width: 100%;
	}
	img.step_img_180{
		max-height: 180px;
		max-width: 100%;
	}

}

