body {
	padding-bottom: 130px;
}
h2 {
	font-size: 180%;
}
.sect {
	display: none;
	margin-top: 10px;
}
.cont {
	margin-top: 30px;
}

#id_add {
	display: block;
}

#id_select {
	margin: 40px 0 10px;
	border-bottom: 3px solid #464646;
	height: 41px;
}
#id_select span,
#id_select a {
	display: inline-block;
	width: 150px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #464646;
	background: #fff;
	color: #464646;
	font-size: 90%;
	text-decoration: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}
#id_select span:hover,
#id_select a:hover,
#id_select span.act {
	background: #464646;
	border-bottom: 3px solid #464646;
	color: #fff;
}
#id_select span.act {
	cursor: default;
}
ul {
	list-style: none;
}

.tbl {
	display: table;
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	font-size: 90%;
}
.tbl_tr {
	display: table-row;
}
.tbl_th, .tbl_td {
	display: table-cell;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	padding: 20px 20px 10px;
}
.tbl_th {
	width: 20%;
	background: #eee;
}

.tbl_th ul li, .tbl_td ul li {
	float: left;
	display: inline-block;
	width: 178px;
	margin: 0 0 10px 0;
}
.tbl_th label, .tbl_td ul li label {
	display: inline-block;
}
.tbl_th input, .tbl_td ul li input {
	vertical-align: middle;
	margin-right: 5px;
}
.tbl_th a, .tbl_td ul li a {
	color: #464646;
}
.tbl_th a:hover, .tbl_td ul li a:hover {
	color: #f60;
	text-decoration: none;
}

#id_search_cond_select .tbl {
	margin-top: 20px;
}
#id_search_cond_select .tbl_td ul li {
	width: 140px;
}
#id_search_cond_select .tbl_td select {
	margin-bottom: 10px;
}

.search_btn {
	text-align: center;
	position: fixed;
	line-height: 130px;
	bottom: 0;
	width: 100%;
	z-index: 200;
}
.search_btn button {
	display: inline-block;
	width: 150px;
	text-align: center;
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
	border-bottom: 3px solid #ccc;
	padding: 20px 0;
	line-height: 1;
	text-decoration: none;
	color: #464646;
	border-radius: 4px;
	margin: 0 10px;
	font-size: 120%;
}

.search_btn button:hover {
	background: #eee;
	border: 1px solid #eee;
	border-bottom: 3px solid #ddd;
}

#id_btn_overlay {
	background: #000;
	opacity: 0.8;
	position: fixed;
	width: 100%;
	height: 130px;
	z-index: 100;
	bottom: 0;
	left: 0;
}