@charset "shift-jis";

/*
		contact/index.html
-------------------------------------------------------------------------------------------------*/

/*--------------------
	table
--------------------*/
table#contactForm {
	border:0;	
	border-spacing: 3px;
}
table#contactForm th,
table#contactForm td {
	padding:10px;
	border-bottom:1px dotted #999;
}
table#contactForm th {
	border-left:5px solid #ccc;
}
table#contactForm th em,
table#contactForm td em {
	color:#e97e2d;
}
table#contactForm td.last {
	padding:10px;
	border-bottom:none;
}