h3 {
	position: relative;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
}
h3::before,
h3::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
h3::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}
h3::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}
.trend_title{
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
.trend_list{
	overflow:hidden;
	background-color: #FFFFFF;
}
.trend_list_box{
	margin: 5px;
	float: left;
	height: 300px;
	width: 210px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.trend_list_title{
}
.trend_list_title a{
	text-decoration: underline;
	font-size: 18px;
}
.trend_list_title a:hover{
	text-decoration: none;
}
.trend_list_image{
	text-align: center;
}
.trend_list_image img{
	height: 160px;
	width: 220px;
}
.trend_list_date{
	font-size: 12px;
}
.trend_list_text{
}
.trend_list_balloon{
	text-align: right;
}
.trend_detail{
	background-color: #FFFFFF;
	padding: 20px;
}
.trend_detail h2{
}
.trend_detail_info{
	text-align: right;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.trend_detail_info li{
	display:inline;
}
.trend_eva{
	margin-top: 20px;
	margin-bottom: 20px;
	overflow:hidden;
	text-align: right;
}
.trend_eva_button{
	font-size: 26px;
	padding: 10px;
	display:block;
	float: right;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.trend_eva_button:hover{
	cursor:pointer;
}
.trend_eva_button img{
	vertical-align: sub;
	margin-right: 5px;
}
.trend_eva_count{
	font-weight: bold;
	margin-left: 10px;
}
.trend_list_search{
	margin-top: 10px;
	margin-bottom: 10px;
}
.trend_detail_text{
	overflow:hidden;
}
.trend_detail_image{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.trend_detail_image img{
	height: 160px;
	width: 200px;
}

.shop_list{
}
.shop_list_line{
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.shop_list_line:hover{
	background-color: #FFFFFF;
}
.shop_list_image{
	float: left;
	width: 120px;
}
.shop_list_image img{
	padding: 5px;
	height: 80px;
	width: 100px;
	border: 1px solid #CCCCCC;
}
.shop_list_info{
	float: left;
}
.shop_list_name{
	font-size: 20px;
}
.shop_list_name a{

}
.shop_data{
	margin-top: 20px;
	margin-bottom: 20px;
}
.shop_data table {
	border-collapse: collapse;
	width:100%;
}
.shop_data th.t_top {
    border-top: #be1309 4px solid;
}
.shop_data th {
	text-align: left;
	padding: 10px;
	font-weight: normal;
	background-color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.shop_data td.t_top {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.shop_data td {
	text-align: left;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
