
/* 絞り込み */
.search_box .visible_button {
	font-size: 16px;
	color: #000;
	background: #e5e5e1;
	text-align: center;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	position: relative; 
}
.search_box .visible_button:after {
	content: "+";
	position: absolute;
	right: 20px; 
}
.search_box .visible_button.open:after {
	content: "-"; 
}
.search_box .search_box_main {
	padding: 0px;
	text-align: left; 
}
.search_box .search_box_keyword {
	padding: 0px;
	text-align: left; 
}
.search_box .keyword_title {
	font-size: 0.8rem; 
}
.search_box .search_block {
	width: 100%;
	background: #f6f6f4;
	box-sizing: border-box;
	margin-bottom: 2px;
	padding: 20px 0px; 
}
.search_box dl:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden; 
}
.search_box table.sb_table th {
	float: left;
	font-size: 0.8rem;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 10px;
	width: 180px;
	text-align: left; 
}
.search_box .keyword_input {
	height: 33px;
	border: 1px solid #e5e5e1;
	border-radius: 0;
	-webkit-appearance: none;
	width: 277px; 
}
.search_box .inner_search_box_keyword form {
	position: relative;
	margin: 0px; 
}
.search_box li a {
	padding: 7px; 
}
.search_box .active {
	background: #dddddd;
	font-weight: bold; 
}
.search_box .result {
	font-size: 0.8rem;
	text-align: left;
}
.search_box .result p {
	font-weight: bold; 
}
.search_box .result ul li {
	border-right: 1px solid #dddddd;
	display: inline-block;
	padding: 0 10px; 
}
.search_box .result ul span {
	padding: 3px;
	background: #ffffff;
	border: 1px solid #e5e5e1; 
}
.search_box .result ul li:last-child {
	border-right: 0px solid #ffffff; 
}
@media screen and (max-width: 768px) {
	.search_box table.sb_table {
		width: 100%; 
	}
	.search_box table.sb_table th {
		float: none;
		font-size: 0.8rem;
		font-weight: bold;
		padding-left: 6px;
		padding-top: 10px;
		width: 100%;
		text-align: left;
		display: block; 
	}
	.search_box table.sb_table td {
		display: block;
		width: 100%; 
	}
	.search_box .choice_calendar {
		display: block !important;
		margin: 0 auto; 
	}
	.search_box .keyword_input {
		height: 33px;
		border: 1px solid #e5e5e1;
		border-radius: 0;
		-webkit-appearance: none;
		width: 277px; 
	}
	.search_box .inner_search_box_keyword form {
		position: relative;
		margin: 0px auto;
		width: 276px; 
	}
	.search_box .result ul li {
		border-right: 0px solid #dddddd;
		display: block;
		padding: 0 10px;
		margin-bottom: 5px; 
	} 
}
.search_box #cal_event {
	margin: 0px; 
}
.search_box .choice_calendar {
	display: inline-block;
	border: 1px solid #e5e5e1;
	background: #ffffff;
	height: 38px;
	line-height: 38px;
	font-weight: bold;
	font-size: 14px;
	width: 216px;
	text-align: center;
	padding: 0 30px;
	position: relative; 
}
.search_box .choice_calendar:after {
	content: "";
	border-style: solid dashed dashed;
	border-color: #000000 transparent transparent;
	border-width: 5px;
	position: absolute;
	right: 20px;
	top: 17px; 
}
.search_box .category {
	font-size: 13px; 
}
.search_box .category li {
	font-size: 13px;
	padding: 7px 20px 0 0;
	display: inline-block; 
}
.search_box .category li input {
	margin-right: 10px; 
}
.search_box .search_button {
	font-weight: bold;
	font-size: 15px;
	line-height: 2.5;
	color: #fff;
	background-color: #000;
	border: 2px solid #000;
	width: 235px;
	height: 40px;
	margin: 30px auto 0;
	text-align: center; 
}
.search_box .search_button:before {
	content: "";
	width: 13px;
	height: 17px;
	padding-right: 10px;
	display: inline-block;
	background: url(../img/icon/btn_icon_search.png) no-repeat left center;
	margin-bottom: -3px; 
}
@media screen and (max-width: 768px) {
	.search_box .choice_calendar {
		width: 96%;
		box-sizing: border-box;
	}
	.search_box .inner_search_box_keyword form,
	.search_box .keyword_input {
		width: 98%!important;
		margin-left: 1%;
		box-sizing: border-box;
	}
	.keyword_search_button {
		right: 26px;
	}
}


.list_info {
	display: table;
	width: 100%;
	margin: 35px 0 50px; 
}
@media screen and (max-width: 768px) {
	.list_info {
		margin: 25px 0; 
	}
}
.list_info .total {
	display: table-cell;
	text-align: left;
	font-size: 15px; 
}
.list_info .total .num {
	font-size: 24px; 
}
.list_info .sort {
	display: table-cell;
	font-size: 13px;
	text-align: right; 
}
.list_info .sort .item {
	display: inline-block;
	color: #888888;
	background-color: #ffffff;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none; 
}
.list_info .sort .item.active {
	color: #000000;
	background-color: #e5e5e1;
}

