@charset "utf-8";

/******************** 関連商品 ********************/
.relate_hin_box{
	height:					200px;
}

.related_title{
    text-align: center;
}

dl{
	margin-top:				10px;
	margin-right:			3px;
	margin-bottom:			1em;
	padding:				0px;
	float:					left;
	width:					136px;
	font-size:				12px;
}

dt{
	margin:					0px;
	padding:				0px;
	text-align:				center;
}

dd{
	margin:					0px;
	padding:				4px 0.5em;
	text-align:				center;
}

dd.price{
	height:					24px;
	font-size:				12px;

}

dd.name{
	height:					24px;
}



/******************** 関連商品2 セット ********************/

.relate_hin_box2{
	width:					640px;
	height: 100%;
}

.related_title{
    text-align: center;
}

.relate_hin_box2 dl{
	margin-top:				10px;
	margin-right:			3px;
	margin-bottom:			1em;
	padding:				0px;
	float:					left;
	width:					150px;
	font-size:				12px;
}

.relate_hin_box2 dt{
	margin:					0px;
	padding:				0px;
	text-align:				center;
}

.relate_hin_box2 dd{
	margin:					0px;
	padding:				4px 0.5em;
	text-align:				center;
}

.relate_hin_box2 dd.price{
	height:					24px;
	font-size:				12px;

}

.relate_hin_box2 dd.name{
	height:					24px;
}


