@charset "utf-8";
h1 {
	cursor: pointer;
}
#headerContainer nav ul li.best > a { color: #016c88; font-weight: 700; }

#best_shop > h3 {
	font-weight: normal; margin-bottom: 20px;
}
#best_shop > h3 > img { position: relative; top: 2px; }

#best_shop > section.company_group {
	padding: 10px 10px 0 10px; border: 1px solid #e8e8e8; margin-bottom: 10px; cursor: default;
}
#best_shop > section.company_group > ul.company_list {
	float: left;
}
#best_shop > section.company_group > ul.company_list > li { cursor: pointer; }
#best_shop > section.company_group > ul.company_list > li.company_name { font-weight: 700; cursor: pointer; }
#best_shop > section.company_group > ul.company_list > li.company_name > span { font-size: 12px; font-weight: normal; }
#score_img { margin-left: 10px; }
#best_shop > section.company_group > ul.company_list > li.company_addre { font-size: 12px; margin: 10px 0; }
#best_shop > section.company_group > ul.company_list > li.company_business { font-size: 12px; }

#best_shop > section.company_group > p.company_image {
	float: right; cursor: pointer;
}


#best_shop > p { font-size: 12px; padding: 3px 0; }
#best_shop > p > span { color: #00728d; font-size: 12px; text-decoration: underline; }
#best_shop > .last_txt { padding-bottom: 50px; }




button.more-btn {
	display: none; clear: both; cursor: pointer;
	width: 100%; height: 30px; line-height: 30px; margin: 10px auto;
	font-size: 11px; font-weight: 700; color: #fff;
	border-radius: 3px; border: 1px solid #00728d;
	background: #00728d;
	background: -moz-linear-gradient(top,  #00728d 0%, #73d0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00728d), color-stop(100%,#00728d));
	background: -webkit-linear-gradient(top,  #a0e5fd 0%,#00728d 100%);
	background: -o-linear-gradient(top,  #a0e5fd 0%,#00728d 100%);
	background: -ms-linear-gradient(top,  #a0e5fd 0%,#00728d 100%);
	background: linear-gradient(to bottom,  #a0e5fd 0%,#00728d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0e5fd', endColorstr='#00728d',GradientType=0 );
	-webkit-box-shadow:	0 1px 2px rgba(0,0,0,0.24);
	-moz-box-shadow:	0 1px 2px rgba(0,0,0,0.24);
	box-shadow:			0 1px 2px rgba(0,0,0,0.24);
}
