﻿#Mid .AdBlock {
	margin-bottom: 10px;
}

.pc-style .friend-links-outer {
	width: 1120px;
	margin: 0px auto;
}

.pc-style .friend-links {
	margin-bottom: 20px;
	background: #ffffff;
	padding: 10px 20px 20px 20px;
}

.pc-style .friend-links .friend-links-title {
	position: relative;
	padding: 10px 80px 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 20px;
}

.pc-style .friend-links .friend-links-title .title-text {
	font-size: 18px;
	color: #333333;
	position: relative;
	padding-left: 15px;
	display: block;
	font-weight: bold;
}

.pc-style .friend-links .friend-links-title .title-text:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 5px;
	background: #ff3e3e;
}

.pc-style .friend-links .friend-links-content {
	overflow: hidden;
	zoom: 1;
}

.pc-style .friend-links .friend-links-content a {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #e5e5e5;
	float: left;
}

.pc-style .friend-links .friend-links-content a:last-child {
	border: 0px;
}

.mobile-style .friend-links {
	margin-bottom: 10px;
	background: #ffffff;
	padding: 10px 20px 20px 20px;
}

.mobile-style .friend-links .friend-links-title {
	position: relative;
	padding: 10px 80px 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 20px;
}

.mobile-style .friend-links .friend-links-title .title-text {
	font-size: 18px;
	color: #333333;
	position: relative;
	padding-left: 15px;
	display: block;
	font-weight: bold;
}

.mobile-style .friend-links .friend-links-title .title-text:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 5px;
	background: #ff3e3e;
}

.mobile-style .friend-links .friend-links-content {
	overflow: hidden;
	zoom: 1;
}

.mobile-style .friend-links .friend-links-content a {
	display: inline-block;
	padding: 5px 10px;
}

.mobile-style .friend-links .friend-links-content a:last-child {
	border: 0px;
}