@charset "shift_jis";
/* CSS Document */

div.pregBox_01 p.mini_header{
	font-weight:bold;
}

div.product_article div.rel_links{
	border-top:none;
}

div.no-top{
	border-top:none;
}

div.product_img{
	width:15%;
	float:left;
}
div.product_img img{
	width:100%;
}

div.pregArea_01 div.pregBox_01.product_article{
	width:100%;
	margin:15px 0 35px 0;
}

div.product_txt{
	width:83%;
	height:auto;
	padding:10px 0 10px 10px;
	float:left;
}
div.product_txt .product_name{
	font-weight:bold;
}
div.product_txt span.arrow{
	display:block;
	margin-top:3px;
	font-weight:normal;
}
div.product_txt .product_detail{
	margin-top:20px;
}

div.product_txt ul{
	padding-left:2em;
}
div.product_txt dl{
	padding-left:1em;
}

div.product_txt dl dt{
	clear:both;
	float:left;
	padding-right:5px;
	color:red;
}
div.product_txt dl dd{
	float:left;
}


@media (max-width: 640px) {
	
div.product_img{
	width:50%;
	margin:auto;
	float:none;
}
div.product_txt{
	width:auto;
	float:none;
	padding:10px;
}
div.product_txt dl{
	width:100%
}

div.product_txt dl dt{
	width:18px;
	margin-right:5px;
}
div.product_txt dl dd{
	width:80%;
}
div.product_img img {
	width: auto;
}
img.img740{
	width:100%;
	margin-top:10px;
}

}