@charset "utf-8";
@import url("../../css/common.css");


/* - - - - - - - - - - - - - - - - - - - - - 
	purchase
- - - - - - - - - - - - - - - - - - - - - */

span.small {
	font-size: 12px;
}

span.check {
	color: #c01829;
}


/* table */

table {
	margin-bottom: 40px;
	border: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

tr {
	border-bottom: 1px solid #ccc;
	height: 40px;
}

th,
td {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

th {
	text-align: center;
	background-color: #f2f2f2;
}

.form-button {
	margin-top: -25px;
	text-align: center;
}

.form-button li {
	margin: 0 5px;
	display: inline;
	width: 120px;
	height: 40px;
}

.form-button li:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.attention {
	margin-top: 30px;
	font-size: 12px;
}

/* form */

form { display: inline; }

.form td {
	padding: 10px;
}

.field {
	padding: 7px;
	color: #333;
	font-size: 1.2;
	font-family: Arial, sans-serif;
	border: 1px solid #bbb;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 7px -6px rgba(0,0,0,0.5);
}

input {
	width: 300px;
}

input.name {
	width: 150px;
}

textarea {
	width: 400px;
	height: 90px;
}

.submit {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background-color: #3b730f;
	border: 1px solid #3b730f;
	width: 120px;
	height: 40px;
	cursor: pointer;
}

.back {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background-color: #3b730f;
	border: 1px solid #3b730f;
	width: 120px;
	height: 40px;
	cursor: pointer;
}

.send {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background-color: #3b730f;
	border: 1px solid #3b730f;
	width: 120px;
	height: 40px;
	cursor: pointer;
}

.reset {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background-color: #3b730f;
	border: 1px solid #3b730f;
	width: 120px;
	height: 40px;
	cursor: pointer;
}