@charset "shift_jis";
/* CSS Document */


#contents {
	max-width: 639px;
}

#contents .lead_txt {
font-size: 16px;
margin-bottom: 20px;
text-align: left;
}

#contents .lead_txt strong {
font-size: 18px!important;
}


#contents .lead_img img {
display: inline-block;
margin: 0 1%;
max-width: 240px;
width: 44%;
height: auto;
}



#contents .product_box {
  padding:15px 15px 0;
  border-radius:8px;

}

#contents h3.ttl_product {
  margin-bottom:10px;
  font-size: 20px;
}
#contents .product_listbox a {
  width:33%;
  margin-bottom:20px;
  line-height:1.2;
  font-size:13px;
}
#contents .product_listbox a img {
  max-width:210px;
}
#contents .product_listbox.current>* {
  width:50%;
}


@media (max-width:479px){
	
#contents .product_listbox>* {
  width:50%;
}
#contents .product_listbox.current>* {
  font-size:13px;
}

}

