@charset "utf-8";

/* contact css */

.text_end-contact01 {margin-bottom: 20px; margin-top: 20px; font-weight: bold; font-size: 1.1em; color: red;}
.text_end-contact02 {margin-bottom: 20px; color: red;}

.contact-form {
	margin-bottom: 30px;
}

span.contact_font-red {
	color: red;
}

table.form {
	width: 595px;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

td.item {
	font-size:0.9em;
	line-height:135%;
	padding: 5px 10px 5px 0;
	text-align:right;
	vertical-align: top;
	padding-top: 10px;
	width:115px;
}

td.contents {
	line-height:115%;
	padding:10px 5px 15px 5px;
	width:480px;
}

td.contents input {
	width: 470px;
}

td.contents textarea {
	width: 470px;
}

td.submit {
	line-height:115%;
	margin-bottom:0;
	padding:5px;
	width:80%;
	text-align:center;
	margin:10px 0;
}

div.submit{
	text-align:center;
	margin:10px 0;
}