@charset "utf-8";
/*HTML 5 サポート - 新しい HTML 5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
.message {
	font-weight: bold;
	color: #F00;
	height: 30px;
}
table .table_left {
	width: 220px;
	height: 25px;
	text-align: left;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
table .table_left2 {
	width: 220px;
	height: 70px;
	text-align: left;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
table .table_left3 {
	width: 220px;
	height: 150px;
	text-align: left;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
table .table_right .text {
	width: 310px;
}
table .table_right .text2 {
	width: 100px;
}
table .table_right .name {
	width: 150px;
}
table .table_right .tel {
	width: 95px;
}
table .table_right .mail {
	width: 250px;
}
table .table_right {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
table .table_right .textarea {
	height: 130px;
	width: 310px;
}
