﻿/* ************************************************************************************************ */
/* Global */

.w1000 {
	margin: 0 auto;
	width: 1000px;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

#wrapper-1{
    margin: 0 auto;
}

/* ************************************************************************************************ */

.top-comments h3, .top-comments h4 {
	color: #2194d2;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}
.top-comments h3 {
	font-size: 25px;
	margin: 10px 0;
}
.top-comments h4 {
	font-size: 30px;
	margin-bottom: 25px;
}
.top-comments ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.top-comments ul li {
	height: 215px;
}
.top-comments ul li.r {
	margin-right: 0;
}
.top-comments .comment-item {
	margin: 0 25px 30px 0;
	width: 475px;
}
.top-comments .comment-item.r {
    margin-right: 0;
}
.top-comments .thumbnail {
	text-align: center;
	width: 90px;
}
.top-comments .thumbnail img {
	width: 86px;
}
.top-comments .content {
	background: url('../images/bg_comment.png') no-repeat center top;
}
.top-comments .content {
	color: #58595b;
	height: 141px;
	width: 383px;
}
.top-comments .content div {
	height: 95px;
	overflow: hidden;
	padding: 22px 50px 0 58px;
	text-align: justify;
}
.top-comments .customer-name, .top-comments .site-address {
	text-align: right;
}
.top-comments .customer-name {
	color: #58595b;
	margin: 5px 0 0;
}
.top-comments .site-address, .top-comments .site-address a {
	color: #2194d2;
	font-style: italic;
}
.top-comments #prev, .top-comments #next {
	display: block !important;
	height: 85px;
	position: absolute;
	top: 0;
	width: 85px;
}
.top-comments #prev {
	background: url('../images/bg_comment_prev.png') no-repeat center center;
	left: -140px;
}
.top-comments #next {
	background: url('../images/bg_comment_next.png') no-repeat center center;
	right: -140px;
}
.top-comments #prev:hover {
	background: url('../images/bg_comment_prev_hover.png') no-repeat center center;
	left: -140px;
	text-decoration: none;
}
.top-comments #next:hover {
	background: url('../images/bg_comment_next_hover.png') no-repeat center center;
	right: -140px;
	text-decoration: none;
}

