/*-----------商品のご紹介-------------------------------------------------*/
@media (min-width:768px){
.topLead h2{
	font-size:150%;
	line-height:1.6;
}
}
@media (max-width:767px){
.topLead h2{
	font-size:130%;
	line-height:1.6;	
}

}
/*------------------------------------------------------------*/
@media (min-width:768px){
.product_box {
	border:1px solid #CCC;
	width:90%;
	margin:30px auto;
}
.product_box h3{
	margin:0 0 20px 0;
	font-size:120%;
}
.product_box dl{
	display:table;
	width:100%;
}
.product_box dt{
	display:table-cell;
	width:40%;
	text-align:center;
	padding:20px;
}
.product_box dt img{
	max-height:50px;
}

.product_box dd{
	display:table-cell;
	width:60%;
	vertical-align:top;
	padding:10px 20px;
	border-left:1px dotted #CCC;
	text-align:center;
}
.product_box dd p {
	line-height:1.8;
	text-align:left;
}
}
@media (max-width:767px){
.product_box {
	border:1px solid #CCC;
	width:90%;
	margin:30px auto;
}
.product_box h3{
	margin:0 0 20px 0;
	font-size:120%;
	line-height:1.5;
}
.product_box dl{
	width:100%;
	padding:0;
	margin:0;
}
.product_box dt{
	text-align:center;
	padding:20px 0;
}
.product_box dt img{
	max-height:50px;
}
.product_box dd{
	padding:20px 15px 10px;
	border-top:1px dotted #CCC;
	text-align:center;
}
.product_box dd p {
	line-height:1.8;
	text-align:left;
}
}
