@charset "shift_jis";
/* CSS Document */


#contents {
	max-width: 639px;
}

#contents .lead_txt {
font-size: 16px;
margin-bottom: 20px;
text-align: left;
}

#contents .pickup_box {
max-width: 460px;
margin: 0 auto 50px;
}
#contents .box01 {
-webkit-justify-content: space-around;
-moz-justify-content: space-around;
-ms-justify-content: space-around;
justify-content: space-around;
}
#contents .box01 .box01_each {
max-width: 230px;
width: 49%;
}


@media (max-width: 479px) {

	
#contents .product_listbox>* {
  width:50%;
}
#contents .product_listbox.current>* {
  font-size:13px;
}

#contents .box01 .box01_each {
width: 80%;
margin-right: auto;
margin-left: auto;
}
/*max-width: 479px*/}
