@charset "utf-8";

#main h2, #main h3 {
	text-indent: 20px;
}

.boxinner table {
	margin-left: 60px;
	border: 1px solid #b4d78d;
	border-collapse: collapse;
}
	.boxinner table caption {
		line-height: 3;
		text-align: center;
		vertical-align: top;
	}
	.boxinner table th {
		border: 1px solid #b4d78d;
	}
	.boxinner table td {
		border: 1px solid #b4d78d;
	}

/* form */
input {
	display: none;
}
