@charset "utf-8";

.categoryVisual {
	margin: 0 0 40px 0;
}

h2 {
	width: auto;
	height: 35px;
	border-bottom: 2px solid #A59261;
	margin: 0;
	padding: 0 0 5px 0;
}

.message {
	font-size: 14px;
	margin: 0;
}

.completion {
	font-size: 14px;
	margin: 0 0 40px 0;
}

.backTop {
	font-weight: bold;
}

.error {
	font-size: 13px;
	color: #C00;
	margin: 0 0 5px 0;
}

.form {
	min-height: 700px;
	margin: 25px 0 40px 0;
}

form {
	margin: auto;
}

table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
	margin: 40px 0 0 0;
}

table th {
	width: 24%;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #cccccc;
	margin: 0;
	padding: 10px 15px;;
}

table td {
	width: 76%;
	margin: 0;
	vertical-align: top;
	padding: 10px 10px 10px 15px;
}

span.required {
	font-size: 10px;
	font-weight: normal;
	color: #C00;
	margin: 0 0 0 5px;
}

span.choice {
	margin: 0 15px 0 7px;
}

table td textarea {
	width: 100%;
	height: 100px;
}

.sendMail {
	width: 160px;
	margin: 25px auto;
}

.sendMail input {
	width: 100px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: url(../image/bg_confirmation.jpg) bottom no-repeat;
	border: none;
}

.box {
	width: 220px;
	margin: 40px auto;
}

.box input {
	width: 100px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: url(../image/bg_confirmation.jpg) bottom no-repeat;
	border: none;
}

.backPage {
	margin: 50px 0 0 0;
}

.backPage input {
		width: 100px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: url(../image/bg_confirmation.jpg) bottom no-repeat;
	border: none;
}