@charset "utf-8";
/*++++++++++++++++++++++++++++++++++++++++++
	
ＥＣストア　　　マガジン詳細
	
+++++++++++++++++++++++++++++++++++++++++++*/		

/*関連商品一覧*/
	.relate_hin_box{
		width:					100%;
	}
	
	
	.relate_hin_box dl{
		margin:					0px;
		padding:				0px;
		margin-left:			20px;
		float:					left;
		width:					120px;
		font-size:				10px;
		background-color:       #ffffff;
	}
	.relate_hin_box dt{
	
		margin:					0px;
		padding:				4px;
		width:					102px;
		height:                 150px;
		text-align:				center;

	}
	
	.relate_hin_box dt img{
		width:					100px;
	}
	
	.relate_hin_box dd{
		margin:					0px;
		padding:				4px 0.5em;
		text-align:				left;
		color:                  #8F8973;
	}

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

@media only screen and (max-width: 548px){

	
		.relate_hin_box dl{
		margin:					0px;
		padding:				0px;
		margin-left:			2%;
		float:					left;
		width:					45%;
		font-size:				10px;
		background-color:       #ffffff;
	}
		.relate_hin_box dt{
	
		margin:					0px;
		padding:				4px;
		width:					100%;
		height:                 auto;
		text-align:				center;

	}
	
	.relate_hin_box dt img{
		width:					auto;
		max-height:				160px;
	}
	
	}
}

