@charset "UTF-8";
/* ハウスクリーニングのCSS Document */

#main table {
	width: 100%;
}
#main table th {
	background-color: #FC3;
	width: 20%;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main table td {
	background-color: #FFC;
	padding: 10px 15px;
	border-bottom: 1px solid #FFF;
	width: 60%;
}
#main table td.odd {
	background-color: #FFE3AC;
	width: 20%;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
#main table tr .kininarutokoro {
	width: 20%;
	text-align: center;
	background-color: #FFE3AC;
}
#main table tr .kininarunedan {
	width: 30%;
	font-weight: bold;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}
