
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    background: #fff;
}

.w1200 {
	max-width: 970px;
	width: 90%;
	margin: 30px auto 10px;
    padding:10px 5%;
	border: 0px #000 solid;
}
table {
	width: 100%;
}
table th {
	background:#ffffc1;
	width: calc(300px - 60px);
	border-bottom: 1px #ccc solid;
	vertical-align: middle;
	letter-spacing: 1px;
	text-align: left;
	padding: 0 30px;
}
table td {
	vertical-align: middle;
	border-bottom: 1px #ccc solid;
	padding: 15px;
}
select {
-webkit-appearance: none;
	cursor: pointer;
	width: 100%;
	padding: 0 36px 0 10px;
	font-size: 16px;
	height: 36px;
}
select::-ms-expand {
    display: none;
}
.select {
	position: relative;
	width: 460px;
}
.select::before {
	position: absolute;
	content: "";
	display: block;
    width: 0;
    height: 0;
	top: 50%;
	margin-top: -3px;
	right: 16px;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #000;
}

input[type="number"] {
	padding: 0 10px;
	font-size: 16px;
	height: 32px;
	width: calc(80px - 20px);
	margin-right: 10px;
}
input[type="button"] {
	cursor: pointer;
	display: block;
	margin: 20px auto;
    width: 150px;
    padding: 10px;
    background: #8bb91b;
    border: 1px solid #8bb91b;
    border-radius: 30px;
    font-size: 16px;
	color: #fff;
    letter-spacing: 0.1em;
}
#price {
	font-size: 24px;
	margin-right: 8px;
}

#address,#email,#email_re{
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
}

#sei,#mei,#zip {
    padding: 5px 10px;
    font-size: 16px;
}

@media screen and (max-width : 768px) {
	
	.w1200 {
		max-width: inherit;
		width: calc(100% - 30px);
	}
	table th {
		width: calc(100% - 30px);
		padding: 10px 15px;
		font-size: 14px;
		font-weight: bold;
		display: block;
	}
	table td {
		padding: 15px;
		display: block;
	}
	.select {
		width: 100%;
	}
}




