@charset "utf-8";
@import "import.css";

/* #main
---------------------------------------------------*/

#main {
	font-size: 1.2em;
}

/* #pro */

#main #pro table {
	width: 500px;
	color: #6B6561;
	font-size: 1em;
}

#main #pro th {
	background-color: #ECE8E6;
	border: solid 1px #C5BBB4;
	padding: 5px 20px;
	font-weight: normal;
	line-height: 1.4;
	white-space: nowrap;
}

#main #pro td {
	border: solid 1px #C5BBB4;
	padding: 5px 10px;
	line-height: 1.4;
}

#main #pro td span.enterp {
	font-weight: bold;
}

