@charset "UTF-8";

/* *************************

[contact]お問い合わせ
			
************************* */
#contact h1 {
	background-image: url(../contact/img/h1.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 120px;
	width: 680px;
}
#contact .column {
	border: 1px solid #CCCCCC;
	height: 100%;
	overflow: hidden;
	margin: 5px 0px 0px;
	padding: 10px;
}
/*** テーブル ***/
#contact table {
	border-collapse: collapse;
	border-top: 2px solid #FFD6BB;
	width: 100%;
	margin-top: 10px;
}
#contact td {
	padding:7px;
	border-bottom: 2px solid #FFD6BB;
}
#contact th {
	text-align: left;
	padding:7px;
	white-space: nowrap;
	border-bottom: 2px solid #FFD6BB;
	font-weight: bold;
	vertical-align: top;
}
#contact table.noBorder {
	border-collapse: collapse;
	border-top: none;
	width: 400px;
	margin: 0px;
}
#contact table.noBorder td {
	padding:0px;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#contact table.noBorder th {
	padding:0px;
	border-bottom: none;
}
#contact .essential {
	color: #FF6600;
}
#contact .mb_pamphlet {
	background-image: url(../contact/img/mb_pamphlet.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 105px;
}
#contact input[type=text] + input[type=text] {
	margin-top: 5px;
}
.error-message{
	color:#FF6600;
}
.form-error{
	background-color:#FFEEEE;
}
.message{
	color:#FF6600;
	font-weight:bold;
	text-align:center;
}
