@charset "UTF-8";
/* CSS Document */

/*****************************************************************************
 タイトル
 *****************************************************************************/
#contents_inner {
	margin-top: 20px;
}

#contact_txt {
	margin-top: 10px;
}

#disclamer {
	margin-top: 5px;
}

.kome {
	color: #87332A;
}

#h_crosshead2 {
	margin-top: 30px;
	margin-bottom: 5px;
}

/*****************************************************************************
 フォーム
 *****************************************************************************/
 .form_cf {
	color: #000000;
	font-size: 100%;
}

#h_form_ti {
	margin-top: 30px;
	margin-bottom: 5px;
}

.contact_form {
	width: 590px;
	margin-top: 10px;
}

.contact_form th {
	width: 150px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #E1C2AB;
}

.contact_form td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E1C2AB;
}

.name:focus, .name:hover {
	background-color:#FFFCDB;
}

.tel:focus, .tel:hover {
	background-color:#FFFCDB;
}

.email:focus, .email:hover {
	background-color:#FFFCDB;
}

.comment:focus, .comment:hover {
	background-color:#FFFCDB;
}

.button {
	text-align: center;
	width: 590px;
	margin-top: 20px;
	line-height: 2;
}
