@charset "utf-8";

/*  ------------------------------------------------------------------

	コンテンツ

---------------------------------------------------------------------*/

#contents{
	margin:20px;
	width:auto;
}

#contents h2{
	margin:0 -20px 20px;
}

.products{
	margin:20px 0;
}

.products h3{
	margin-left:-10px;
	margin-right:-10px;
	font-size:20px;
	font-weight: bold;
}

.products h3 a:hover{
	opacity:inherit;
}

.products .topTxt{
	font-size:16px;
	line-height: 1.5;
	margin-bottom:20px;
}

.products .productsTop .photo{
	float:none;
	text-align: center;
	margin-bottom:20px;
}

.products .productsTop .photo img{
	width:300px;
	max-width:70%;
}

.products .productsTop .detail{
	width:auto;
	float:none;
}

.products .productsTop .detail .color li img{
	margin-right:5px;
}

.products .arrow img{
	width:188px;
}

.products .productsBottom{
	position: static;
	height:auto;
	margin-top:50px;
}

.products .productsBottom .hook{
	position: relative;
	margin:0 auto;
}

.products .productsBottom .hook:after{
	border-top:solid 27px #6A3206;
	border-left:solid 8px transparent;
	border-right:solid 8px transparent;
	left:50%;
	top:100%;
	margin-top:0;
	margin-left:-8px;
}

.products .productsBottom .photo{
	position: static;
	margin-top:20px;
}