@CHARSET "UTF-8";

#results tbody{
	font-size: 14px;
	font-size: 1.4rem;
}

#results tbody td{
	border: solid #c0c0c0;
	border-width:1px 0px;
}

#returnLink_link {
	background-color: #fff;
	border: 2px solid #00a0c9;
	border-radius: 25px;
	color: #00a0c9;
	height: 50px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 50px;
	width: 230px;
	padding: 0;
	margin: 0 10px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#returnLink_link:hover {
	background-color: #00a0c9;
	color: #fff;
}

@media screen and (max-width: 567px) {
	#returnLink_link {
		border: 1px solid #00a0c9;
		border-radius: 20px;
		height: 40px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 38px;
		width: 90%;
		padding: 0;
		margin: 0 5%;
	}
}

@media ( max-width : 567px) {
	#GoodsReviewList #topGroupName {
		padding: 0;
	}
}

.resultsReviewTitleCol span {
	display : inline-block;
	margin-bottom: 10px;
}

.suffixLabel, .middleName{
	margin-right:10px;
}

.pagingSetting {
	text-align: right;
}

.resultsShowMaxLine a:hover {
	color: #00a0c9;
}
.MAX_SELECT_NOW_PAGE {
	font-weight: bold;
}

pre.reviewContent{
	margin-bottom:30px;
	letter-spacing: 0.12em;
}

pre.adminComment{
	padding:0 10px 10px 10px;
	background-color:#F0F8FF;
	letter-spacing: 0.12em;
}

span.adminCommentPreLabel{
	padding:10px 10px 0 10px;
	margin:0;
	height:40px;
	width:100%;
	background-color:#F0F8FF;
	font-weight:bold;
	letter-spacing: 0.12em;
}