@charset "utf-8";


/**
 * shipping
 */

.sign {
	width: 400px;
	margin-top: 70px !important;
	border-top: 1px solid black;
	font-size: 0.85em;
}

/**
 * form
 */
form {
	margin-left: 0;
}

form p {
	margin: 0 !important;
}

form div {
	width: 450px;
}

fieldset {
}

/* header */
.header {
	overflow: hidden;
	margin: 0;
	font-weight: bold;
}

tfoot,
.price,
.footer.label {
	display: none !important;
}

p.price,
p.value,
th.price,
th.value {
	padding: 0;
	text-align: center;
}

p.price,
th.price {
	width: 52px;
}

p.value,
th.value {
	width: 47px;
}

td.price,
td.value,
input.price,
input.value {
	text-align: right;
}

td.price,
input.price {
	width: 50px;
}

td.value,
input.value {
	width: 45px;
}

.bull {
	width: 210px;
	padding: 0 3px;
}

/* body */
label,
p.label,
td.label,
th.label,
label.label {
	width: 170px;
}

label.zip {
	width: 32px;
}

label.place {
	clear: none;
	width: 138px;
}

.text {
	width: 260px;
}

select {
	margin: 2px 0;
}

textarea {
	width: 260px;
	height: 60px;
}

input.zip {
	width: 35px;
	margin-right: 4px;
}

input.place {
	width: 215px;
}

input.pre {
	width: 45px;
	margin-right: 4px;
}

input.number {
	width: 125px;
}

.pre {
  width: 40px;
}

.number {
  width: 100px;
}

.farm {
	width: 266px;
}


/* table */
th,
td {
	font-weight: normal;
	line-height: 100%;
	padding: 0;
}

.header th {
	padding: 2px 0;
	border-bottom: 1px solid silver;
	font-weight: bold;
	text-align: right;
}

.header th.bull {
	text-align: left;
}

.footer td {
	padding: 2px 0;
	border-top: 1px solid silver;
}

.footer td.sum {
	border-bottom: 3px double silver;
}

td.value {
	width: 30px;
	padding-right: 12px;
}


/* button */
div.button {
}
