@charset "utf-8";
/* CSS Document */
 body{padding:0px;}
.notice {
	padding: 5px;
	min-height:500px;
	/*overflow: auto;
*/}
.noticelist {
	overflow: auto;
	float: left;
	/*width: 700px;*/
}
.noticelist li {
	line-height: 30px;
	list-style-type: none;
	font-size: 14px;
	border-bottom: 1px dashed #ececec;
}
.noticelist ul {
	padding: 0px;
	margin: 0px;
}
.noticecontent {/*
	float: left;*/
	width: auto;
}
.noticecontent img {max-width:100%;
}
.title {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	width: 95%;
	margin: 0 auto;
	line-height: 150%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.note {
	color: #bcbcbc;
	text-align: center;
	margin-bottom: 10px;
}
.content {
	line-height: 180%;
	font-size: 14px;
	padding: 10px;
	word-wrap: break-word;
}
.reviewsubmit {
	text-align: right;
}
.reviewsubmit textarea {
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	height: 60px;
	width: 94%;
	padding: 10px;
	margin-bottom: 20px;
}
.reviewsubmit button {
	background-color: #e74b1d;
	border-radius: 5px;
	color: #fff;
	border: 0px;
	padding: 10px;
	font-size: 14px;
}
.reviewlist {
	border-bottom: 1px solid #ececec;
	overflow: auto;
	margin-bottom: 20px;
}
.face {
	float: left;width:10%;
}.face img{width:90%;}
.review {
	float: left;width:90%;
}
.reviewname {
	color: #e74b1d;
	font-weight: bold;
	margin: 0px;
}
.reviewcontent {width:100%;
	line-height: 150%;
	word-wrap: break-word;
}
.quickguide {
	position: fixed;
	display: block;
	z-index: 99;
	bottom: 50px;
	right: 2px;
}
.button { border:0px;
	padding: 5px 20px 5px 20px;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	background-color: #e74b1d;
	font-size: 16px;
	height: 48px;
	margin-right:20px;
}
.button:hover {
	color: #FFF;
}
.search{ float:right;}
.search input{margin-right:10px;height:24px;}
.search input.button{height:30px;}.backPc{float:right; line-height:31px;margin-right:10px; display:block; position:absolute;right:0px;top:0px;}