.type_m {
	display: none;
}
body {
	padding-bottom: 120px;
}
h2 {
	color: #464646;
	font-size: 150%;
	margin: 10px 0;
}

.cont {
	margin-top: 30px;
}

.cont h2 {
	margin-top: 0;
}

#id_select {
	margin-top: 0;
}
#id_select span, #id_select a {
	display: inline-block;
	line-height: 50px;
	width: 250px;
	font-size: 120%;
	border-radius: 5px;
	color: #fff;
	background: #ddd;
	border: 1px solid #ddd;
	border-bottom: 3px solid #ccc;
	font-weight: bold;
	text-align: center;
}
#id_select span, #id_select a:hover {
	background: #1A98C2;
	border: 1px solid #1A98C2;
	border-bottom: 3px solid #1A87AB;
}
/*
#id_search {
	padding-bottom: 0;
}
*/
.caption {
	font-size: 90%;
	padding-bottom: 10px;
}
/*
.search_select {
	border-bottom: 3px solid #ECD999;
}
.search_select li {
	display: inline-block;
	text-align: center;
	line-height: 40px;
	background: #FAF5E4;
	font-size: 90%;
	padding: 0 20px;
	margin-left: 10px;
	font-weight: bold;
	cursor: pointer;
}
.search_select li:first-child {
	margin: 0;
}
.search_select li:hover,
.search_select li.act_tab {
	background: #ECD999;
}

.search_select li.act_tab {
	cursor: default;
}
*/

#id_area,
#id_m_btn_area {
	display: none;
}

.select_area button {
	line-height: 50px;
	width: 250px;
	font-size: 120%;
}
#search_btn,
#m_search_btn {
	background: #fc0;
	border: 1px solid #fc0;
	border-bottom: 3px solid #DBAF00;
}
#search_btn:hover,
#m_search_btn:hover {
	background: #fc0;
	border: 1px solid #fc0;
	border-bottom: 3px solid #DBAF00;
}

#search_cond_btn,
#m_search_cond_btn {
	background: #999;
	border: 1px solid #999;
	border-bottom: 3px solid #666;
}

#search_cond_btn:hover,
#m_search_cond_btn:hover {
	background: #aaa;
	border: 1px solid #aaa;
	border-bottom: 3px solid #777;
}

#kodawari_btn,
#m_kodawari_btn {
	background: #008CBB;
	border: 1px solid #008CBB;
	border-bottom: 3px solid #007297;
}

#kodawari_btn:hover,
#m_kodawari_btn:hover {
	background: #1A98C2;
	border: 1px solid #1A98C2;
	border-bottom: 3px solid #1A87AB;
}


#id_main .tbl,
#id_cond .tbl {
	display: table;
	width: 100%;
	border: 1px solid #dbdbdb;
	border-top: none;
}
#id_main .tbl_tr,
#id_cond .tbl_tr {
	display: table-row;
	border-top: 1px solid #dbdbdb;
}
#id_main .tbl_th, #id_main .tbl_td,
#id_cond .tbl_th, #id_cond .tbl_td {
	display: table-cell;
	border-top: 1px solid #dbdbdb;
	font-size: 90%;
	line-height: 2;
	padding: 15px;
}
#id_main .tbl_th {
	width: 200px;
/*	background: #eee;*/
	background: #FAF5E4;
	text-align: left;
}
#id_main .tbl_td ul li {
	display: inline-block;
	width: 220px;
}

#id_main #id_search_kodawari_cond_select .tbl_th {
	width: 120px;
}
#id_main #id_search_kodawari_cond_select .tbl_td ul li {
	width: 250px;
}

#id_main .tbl a {
	color: #464646;
}
#id_main .tbl a:hover {
	color: #f96;
	text-decoration: none;
}

#id_main .tbl .tbl_td ul li label {
	cursor: pointer;
}
#id_main #id_search_kodawari_cond_select .tbl .tbl_td ul li label {
	font-size: 80%;
}

#id_search_cond_select .tbl .tbl_td ul li label,
#id_search_kodawari_cond_select .tbl .tbl_td ul li label {
	padding: 0 0 0 25px;
	margin: 0;
}

.select_style {
	display: inline;
}

/* 検索ボタン */
#id_p_btn_area {
	height: 80px;
	position: fixed;
	z-index: 1000;
	bottom: 0;
}
#p_btn_area {
	position: fixed;
	height: 90px;
	width: 100%;
	z-index: 1200;
	text-align: center;
	bottom: 0;
}
#p_btn_area button {
	width: 180px;
	line-height: 50px;
	font-size: 120%;
	box-shadow: 0 2px 1px #333;
}
#p_overlay {
	position: fixed;
	width: 100%;
	height: 120px;
	background: #000;
	z-index: 1100;
	bottom: 0;
	opacity: 0.8;
}

.noSelect input[type="checkbox"] + label::before {
	border-color: #ddd !important;
	cursor: default;
}
.noSelect a {
	color: #ccc !important;
	cursor: default;
}