@charset "UTF-8";

/* フォーム (温井追加) */

div.notice, tr.notice, td.notice {
	background-color: #ffccff;
}

p.notice {
	margin: 0;
	padding: 0;
	color: #ff0000;
	font-size: 12px;
	line-height: 1.5;
}

#message {
	font-size: 12px;
}

table#inquiry {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	text-align: center;
	width: 600px;
	border: 1px solid #ccc;

}

table#inquiry th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px 8px;
	width: 200px;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
}

table#inquiry td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px 8px;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
}

#submit {
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
}

.back_button {

}

.submit_button {

}

#form_check_message {
	margin-bottom: 20px;
	padding: 20px 40px;
	background-color: #ffccff;
	border: 1px solid #ff0000;
	font-size: 12px;
	line-height: 1.5;
}

#item_body {
	width: 100%;
	height: 10em;
}

#kakunin_button {
	font-size: 18px;
}


