@charset "utf-8";
/* CSS Document */

@media (max-width: 768px) {

	/* 一覧 */
	.stock-list .stock-txt {
    padding: 8px;
	}

	/* 詳細 */
	.st-img-wrap .thumb-list li {
	float:left;
	width:20%;
	}

	.stock-dtl-wrap .price {
	font-size:18px;
	}

.contact tr,.contact th,.contact td{
		display:block;
		width:100%;
		}
	.contact th{
		border-bottom:dotted 1px #ccc;
		font-size:12px;
		font-weight:bold;
		}

	.checkbox-inline {
    width:auto;
	padding-right: 20px;
	}

}
@media (max-width: 500px){

	.deliveryBtn02 a:first-child {
	  margin-right: 0;
	  margin-bottom: 20px;
	  padding: 20px 30px;
	}
	.deliveryBtn02 a:nth-child(even) {
	  margin-left: 0;
	  padding: 20px 30px;
	}
  .deliveryBtn01{
    text-align: center;
  }
}
