@charset "UTF-8";

/* ------------------------------------------------ */
/*	import css										*/
/* ------------------------------------------------ */
@import "common.css";
@import "sub.css";


/* ------------------------------------------------ */
/*	 ネット見積もり								    */
/* ------------------------------------------------ */
div#mitumoriform table.form { 
	border:1px solid #7777bb; 
	border-collapse:collapse; 
	margin-top:1em; 
}

div#mitumoriform table.form th { 
	text-align:left; 
	border:1px solid #7777bb; 
	padding:8px; 
	font-weight:normal;
	background:#cccce6; 
}

div#mitumoriform table.form td { 
	text-align:left; 
	border:1px solid #7777bb; 
	padding:8px; 
	font-weight:normal;
	background:#f0f0f0; 
}

/* ------------------------------------------------ */
/*	**********								*/
/* ------------------------------------------------ */
html,
body {height:100%;}



