@charset "Shift_JIS";

/*-------------------------------------------------------------------
	Version.												1.4.1.2;
	Author.												Kenta Aga(admin)
	Aptx.													4.8.6.9;

	PROGRAM-ID.									"contact"
-------------------------------------------------------------------*/

/*****************************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*****************************************************/

/*-------------------------------------------------------------------
	common
-------------------------------------------------------------------*/

.attention{
	color													: #a90606;
}

/*-------------------------------------------------------------------
	tel
-------------------------------------------------------------------*/
#tel em{
	color													: #1c96c3;
	font-size											: 133%;
	font-weight										: bold;
	letter-spacing									: 0.1em;
}

/*-------------------------------------------------------------------
	form
-------------------------------------------------------------------*/
#form .section{
	overflow												: hidden;
}

#form table{
	margin-bottom									: 46px;
	width													: 100%;
	border-top											: 1px solid #c3c3c3;
	border-bottom									: 1px solid #c3c3c3;
}

#form th,
#form td{
	padding												: 11px 20px;
	border-bottom									: 1px dotted #a3a3a3;
}

#form th{
	padding-top										: 14px;
	width													: 30%;
	text-align											: right;
}
#form th span{
	color													: #a90606;
}

#form td input.text{
	padding												: 2px;
	width													: 90%;
}
#form td input.text.short{
	width													: 30%;
}

#form td textarea{
	padding												: 2px;
	width													: 90%;
}

#form p.error{
	color:#F00;
	margin-left:330px;
}

#form .error{
	color:#F00;
}


/* button box
PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP*/
#button-box ul{
	position												: relative;
	left														: 50%;
	float													: left;
}

#button-box ul li{
	position												: relative;
	left														: -50%;
	float													: left;
	margin												: 0 10px;
}