article#rugDog {
	width: 680px;
	background-color: #e7e0d0;
	margin: 40px 0;
	padding: 0 0 40px;
}
article#rugDog section {
	margin: 0 0 40px;
}
article#rugDog section h3 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
	white-space: nowrap;
	text-align: center;
	margin-bottom: 20px;
}
article#rugDog section p.image {
	text-align: center;
}
article#rugDog section p.text {
	width: 660px;
	margin: 20px auto;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
article#rugDog section p.text a:link {
	color: #0000ee;
	text-decoration: underline;
}
article#rugDog section p.text a:visited {
	color: #551b8c;
	text-decoration: underline;
}
article#rugDog section p.text a:active {
	color: #fe0000;
	text-decoration: underline;
}
article#rugDog section div.btnDog {
	text-align: center;
	margin: 40px auto 0;
}
article#rugDog section#lineup ul {
	width: 660px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: start;
	align-items: start;
	margin: 0 auto;
	margin-bottom: 20px;
}
article#rugDog section#lineup ul li {
	width: 160px;
}
article#rugDog section#lineup ul li h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
article#rugDog section#lineup ul li p {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0;
}
article#rugDog section#lineup ul li img {
	margin-bottom: 6px;
}
article#rugDog div.borderDot span:after {
	width: 670px;
	height: 10px;
	content: '';
	background: radial-gradient(circle farthest-side, #333333, #333333 30%, transparent 30%, transparent);
	background-size: 10px;
	display: inline-block;
	margin: 0 auto 30px;
}