@charset "UTF-8";
/* 基本デザイン */

#forminner {
 width: 560px;
 padding: 5px 15px 10px 15px;
 } 

#form table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
        empty-cells: show;
}

#form td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
}

#form th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 200px;
}

#form th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}

#form .submit {
	text-align: center;
	margin-top: 30px;
}

#comparison_table th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 100px;
}

#comparison_table table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}

#comparison_table td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
        width: 250px;
        empty-cells: show;
}