@charset "utf-8";

/* --------------------------------------------------------------------------

お問い合わせ専用

-------------------------------------------------------------------------- */

/************************************************
		フォームテーブル
************************************************/
.f_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1.5em;
}
.f_table th , .f_table td {
	padding: 10px;
	border: 1px solid #CCC;
}
.f_table th {
	font-weight: normal;
	text-align: left;
	background-color: #F5F5F5;
	width: 35%;
}
.f_table td {
}

/*必須*/
.indispens {
	font-size: 85%;
	color: #C00;
	margin-left: 5px;
}


#sr {
	text-align: center;
}
