@charset "UTF-8";

.mod-biz-panel .mod-biz-panel-body > a {
	padding-top: 8px;
}
.mod-biz-panel .mod-biz-panel-body > a .inner {
	padding-bottom: 4px;
}
.mod-service-supplement {
	margin-top: 0!important;
	margin-left: 0!important;
}
.mod-service-supplement-pcfake {
	display: none;
}
.mod-biz-panel .mod-biz-panel-body > a .inner > .detail > .ttl,
.mod-biz-panel .mod-biz-panel-body > a .inner > .detail > .txt {
	font-size: 13px;
}
.ico-cmn-mark {
	font-size: 13px;
	margin-top: 4px;
}
.s-mark-local-01 {
	border: 1px solid #008856;
	background-color: #008856;
	color: #FFF;
	font-weight: normal;
}
.s-mark-doic-01 {
	border: 1px solid #007EB5;
	background-color: #007EB5;
	color: #FFF;
	font-weight: normal;
}
.s-mark-batch-01 {
	border: 1px solid #ce8a00;
	background-color: #ce8a00;
	color: #FFF;
	font-weight: normal;
}
.s-mark-account-01 {
	border: 1px solid #7a67ca;
	background-color: #7a67ca;
	color: #FFF;
	font-weight: normal;
}
.s-mark-price-01 {
	border: 1px solid #dcdcdc;
	background-color: #FFF;
	color: #222;
	font-weight: normal;
}
.mod-biz-panel .mod-biz-panel-body > a > .mod-service-supplement {
	margin-left: 10px;
}
.mod-biz-hashtag {
	margin: -10px 0 10px 0;
}
.mod-biz-hashtag > ul {
	line-height: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mod-biz-hashtag > ul > li {
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
	border: 1px solid #dfdfdf;
	display: inline-block;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: black;
}
.mod-biz-hashtag > ul > li:hover {
	background-color: #dfdfdf;
	border-color: #eee;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.mod-biz-hashtag > ul > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 5px 10px;
}
.mod-biz-hashtag > ul > li > a:visited {
	color: black!important;
}