@charset "utf-8";


#contact input,
#contact textarea,
#contact select {
	padding: 2px;
}
#contact .subtitle {
	color: #f8355c;
	margin-bottom: 30px;
	font-weight: bold;
}
#contact table.formbox {
	width: 100%;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#contact table.formbox th {
	background-color: #EFEFEF;
	width: 30%;
	text-align: left;
	padding: 5px;
}
#contact    table.formbox    th   span, .komidashi  span {
	color: #FF0000;
	font-weight: bold;
}
#contact table.formbox td {
	padding: 5px;
}

#contact table.formbox .wid01 {
	width: 200px;
}
#contact table.formbox .wid02 {
	width: 300px;
}
#contact table.formbox .wid03 {
	width: 350px;
}
#contact #submit {
	text-align: center;
	padding: 15px;
	width: 70%;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
#contact .ERR {
	color: #FF0000;
}
#contact #comp {
	text-align: center;
}
#contact #comp span {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 20px;
	display: block;
}
