<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.com_information {
	overflow: hidden;
}
.com_information .com_information_inner {
	width: 100%;
	width: -webkit-calc(100% + 5px);
	width: calc(100% + 5px);
}
.com_information.style1 li {
	float: left;
	width: 20%;
	padding-right: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
}
.com_information.style1 a {
	display: block;
	text-decoration: none;
	background-color: #fff;
	color: #444;
}
.com_information.style1 a:hover {
	color: #999;
}
.com_information.style1 a .image {
	position: relative;
	display: block;
	overflow: hidden;
}
.com_information.style1 a .image .inner {
	position: absolute;
	background-size: cover;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	-moz-transition: -moz-transform 0.1s linear;
	-webkit-transition: -webkit-transform 0.1s linear;
	-o-transition: -o-transform 0.1s linear;
	-ms-transition: -ms-transform 0.1s linear;
	transition: transform 0.1s linear;
}
.com_information.style1 a:hover .image .inner {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.com_information.style1 a .image:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.com_information.style1 a .text {
	display: block;
	padding: 5px 10px;
	height: 150px;
	line-height: 1.8;
}
.com_information.style1 a .item {
	display: block;
	margin: 5px 0;
}
.com_information.style1 a .title {
	font-weight: bold;
}
.com_information.style1 a .shop_name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}</pre></body></html>