/* clearfix */
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

#main_header .title {
	background-image: url(../images/chiiki_search/page_title.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 3px solid #111;
}

#main_header .title {
	background-image: url(../images/chiiki_search/page_title.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#main_middle_content_toppaging {
	padding-bottom: 20px;
}

#main_middle_content_list .box {
	overflow: hidden;
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom: solid 1px #EEEEEE;
}

#main_middle_content_list .image {
	max-width: 168px;
}

#main_middle_content_list .right_box {
	float: right;
	width: 560px;
}

#main_middle_content_list .right_box .title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}

#main_middle_content_list .right_box .text {
	border: solid 1px #EEEEEE;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-left: 10px;
	padding: 18px 18px 24px 30px;
	position: relative;
	line-height: 18px;
	background-color: #FFF;
}

#main_middle_content_list .right_box .text .fukidashi {
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -5px;
}

#main_middle_content_bottompaging {
	padding-top: 100px;
}

#main_middle_content_search-form {
	width: 100%;
	background-color: #FFF;
}
#main_middle_content_search-form tr {
	border-bottom: solid 1px #ccc;
}
#main_middle_content_search-form tr:first-child {
	border-top: solid 1px #ccc;
}
#main_middle_content_search-form th {
	padding: 8px;
	font-weight: bold;
	background-color: #F9F9F9;
}
#main_middle_content_search-form td {
	padding: 8px;
}
#main_middle_content_search-form .col1 {
	width: 80px;
}
#main_middle_content_search-form td.col3 {
	padding-right: 0px;
	width: 148px;
}
#main_middle_content_search-form .edit {
	text-align: right;
}
#main_middle_content_search-form .edit {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #111111;
	padding: 8px 0px;
	width: 148px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	display: block;
	cursor: pointer;
}
#main_middle_content_search-form .checkbox_td dl {
	float: left;
	margin-right: 12px;
}
#main_middle_content_search-form .checkbox_td dl:last-child {
	margin-right: 0px;
}
#main_middle_content_search-form .checkbox_td dl dt,
#main_middle_content_search-form .checkbox_td dl dd {
	margin-bottom: 4px;
}
#main_middle_content_search-form input[type='checkbox'] {
	margin-right: 3px;
}
#main_middle_content_search-form .btn_td {
	text-align: center;
}
#main_middle_content_search-form .this_cities fieldset {
	margin-bottom: 15px;
}
#main_middle_content_search-form .this_cities div.checkbox {
	display: inline-block;
	width: 24%;
}
#main_middle_content_search-form .this_cities legend {
	padding: 3px 0px;
	font-weight: bold;
}
#main_middle_content_search-form .this_conditions fieldset {
	float: left;
	width: 24%;
}
#main_middle_content_search-form .this_conditions fieldset div:last-child {
	margin-right: 0px;
}
#main_middle_content_search-form .this_conditions legend {
	font-weight: bold;
}
#main_middle_content_search-form .this_categories div.checkbox {
	display: inline-block;
	width: 24%;
}

#shops_order {
	padding: 11px 12px 11px 20px;
	background-color: #F9F9F9;
	border: solid 1px #EEEEEE;
	overflow: hidden;
}
#shops_order .right {
	float: right;
	font-size: 14px;
	line-height: 22px;
}
#shops_order .right .title {
	float: left;
	margin-right: 33px;
}
#shops_order .right select {
	padding-left: 6px;
}
#shops_order .right select option {
	padding: 3px 6px;
}

.shop-list_box {
	padding: 8px 16px 16px;
	border: solid 1px #ccc;
	margin-bottom: 12px;
	background-color: #FFF;
}
.shop-list_box .title {
	padding-left: 28px;
	font-size: 20px;
	font-weight: bold;
	background-image: url(../images/shop_list_title.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.shop-list_box .title span {
	float: right;
}
.shop-list_box .title span a {
	padding: 2px 4px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color: #f276a3;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.shop-list_box .image {
	text-align: center;
}
.shop-list_box .image img {
	margin-bottom: 12px;
}
.shop-list_box .detail_table {
	width: 100%;
	margin-bottom: 8px;
}
.shop-list_box .detail_table th {
	width: 80px;
	padding: 8px;
	font-weight: bold;
	border-right: solid 1px #ccc;
}
.shop-list_box .detail_table td {
	padding: 8px;
}
.shop-list_box .detail_table td.add {
	width: 96px;
	padding-left: 25px;
	padding-right: 0px;
	background-color: #FFFFFF;
	vertical-align: middle;
}
.shop-list_box .detail_table tr:nth-child(odd) {
	background-color: #F9F9F9;
}
.shop-list_box .detail_table tr:first-child {
	border-top: solid 1px #ccc;
}
.shop-list_box .detail_table tr:last-child {
	border-bottom: solid 1px #ccc;
}
.shop-list_box .icons {
	padding-bottom: 4px !important;
}
.shop-list_box .icon {
	float: left;
	padding: 2px 0px;
	width: 92px;
	background-color: #f79b08;
	color: #FFFFFF;
	font-size: 10px;
  /*font-weight:700;*/
	text-align: center;
	margin-left: 3px;
	margin-bottom: 3px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.shop-list_box .text {
	margin-bottom: 12px;
	font-size: 12px;
}
.shop-list_box .detail_link {
	text-align: center;
}

#main_middle_content_paging {
	margin-top: 180px;
	margin-bottom: 50px;
}
