@charset "utf-8";

@import "common.css";


/* ---------------------------------------------------
contact.css
お問い合わせCSS
--------------------------------------------------- */



/* ---------------------------------------------------
フォーム
--------------------------------------------------- */
span.need {
	color: #f00;
	font-weight: bold;
}

table {
	width: 553px;
	margin: 0 15px 10px 32px;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}

table th {
	width: 150px;
	margin: 0;
	padding: 7px;
	background: #efefef;
	border: 1px solid #aaa;
	text-align: left;
	color: #000;
	font-weight: bold;
	vertical-align: top;
	line-height: 150%;
}

table td {
	margin: 0;
	padding: 7px;
	border: 1px solid #aaa;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}

table td .size1 {
	width: 300px;
}

table td .size2 {
	width: 300px;
	height: 250px;
}


.error {
	margin: 0 15px 10px 32px;
	padding: 10px;
	border: 5px solid #c45f5f;
	line-height: 150%;
	color: #f00;
	font-weight: bold;
}


