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

/*関連商品一覧*/
.relate_backnumber_box{
	width:					100%;
	height: 200px;
}

.relate_hin_box{
	width:					100%;
	height: auto;
}

.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:					auto;
}

/*bxSliderの属性*/
.custom-control {
	width: 100%;
	position: relative;
	margin-top: -120px;
}
.custom-prev {
	width: 50%;
	float: left;
	text-align: left;
	position: absolute;
}
.custom-next {
	width: 50%;
	float: right;
	text-align: right;
}
.bx-prev {
	height: 66px;
    width: 20px;
    position: absolute;
    background-repeat: no-repeat;
  	background-image: url("../images/back_left_ic.png");
}
.bx-next {
	position: fixed;
    margin-left: -20px;
	height: 66px;
    width: 20px;
    position: absolute;
    background-repeat: no-repeat;
  	background-image: url("../images/next_right_ic.png");
}
.relate_hin_box ul {
	list-style-type: none;
}

/*++++++++++++++++++++++++++++++++++++++++++
スマホ　表示
+++++++++++++++++++++++++++++++++++++++++++*/

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

	#related_item{
		width: 100%;
		overflow-x: scroll;
	}
	.related_title{
		width: 100%;
	}
		.related_title img{
		width: 100%;
			margin: 0;
	}
	.relate_hin_box{
		
			width:					1000px;

	}
	.relate_hin_box dl{
	margin:					0px;
	padding:				0px;
	margin-left:			1%;
	float:					left;
	width:					120px;
	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:					100%;
	margin: 0;
}
	
	#related_topic .relate_hin_box{
			width:					100%;

	}
		#related_topic .relate_hin_box img{
			width:					20px;
			margin: 0;
			float: right;

	}
	#related_topic .relate_hin_box .icon{
		width:					30%;
		margin-right: 5px;

	}
	
	#related_topic .relate_hin_box .icon img{
					width:					100%;
		margin: 0;
		

	}
	
}