@charset "utf-8";
/* CSS Document */

* {
	font-size:100%;
}
table.list1 {
	border-collapse:collapse;
}

table.list1 thead th, table.list1 thead td {
	background-color:#edea92;
	text-align:center;
}
table.list1 th, table.list1 td {
	border:1px solid #999999;
	padding:4px;
}
/*2行目1文字ずらし*/
.tx-1em{
	margin: 0;
	padding-left:1em!important;
    text-indent:-1em!important;
	line-height: 1.2em;

}
.tx-2em{
	margin: 0;
	padding-left:2em!important;
    text-indent:-1em!important;
	line-height: 1.2em;

}
.bottom1em{
	margin-bottom: 1em!important;
}
.p-2em{
	margin: 0;
	padding-left:2em;
}

/*背景色*/
.bg-green{
	padding: 3px;
	display: block;
	background:#e5ffdf;
}