@charset "UTF-8";

body { 
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	line-height: 180%;
	text-align: justify;
	word-break: break-all;
	width: 100%;
}

a, a:visited, a:active, a:focus, a:link {
	outline: none;
	border: none;
	outline: none;
	border-style: none;
	text-decoration: none;
	color: #006633;
}

.error {color: red}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
	table-layout: fixed;
	border: 1px solid #EAEAEA;
}

th {
	font-size: 108%;
	width: 25%;
	font-weight: bold;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	background-color: #CDF5ED;
	table-layout: fixed;
	border-top: 1px solid #EAEAEA;
}

td {
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	text-justify: auto;
	table-layout: fixed;
	border-top: 1px solid #EAEAEA;
}

input, textarea {
	max-width: 100%;
}
