/***************************************/
/* MEDIAQUERIES */
/***************************************/
@media screen and (max-width: 580px){
	.pho_in img {}
	.shoe_title h4 {width: 100%;}
	.shoe_list_txt {width: 100%; float: left; clear: both;}
	#review_order_form.contents_text {margin:0 20px;}

		table.order_form_table td input[type="text"] {display:inline-block;width:96%;}
	table.order_form_table th {clear:both;width:100%;display:block;}
	table.order_form_table td {clear:both;width:100%;display:block;}
	table.order_form_table th {
		text-align: left;
	}
}

@media screen and (max-width: 380px){

	.photo-list li {width: 100%; float: left;}
	.pho_in img {height: auto;}

}