@charset "utf-8";
.guest {
	padding: 12px;
	font-size: 14px;
}
.guest .pure-g > div {
	border: solid 0px #CCC;
	margin-bottom: 8px;
}
.guest form {
	margin: 10px 0;
	padding: 0px;
}
.guest input[type="text"], .guest textarea {
	border: 1px solid #CCC !important;
	box-sizing: border-box;
}
.guest .guestpost input[type="text"], .guest .guestpost textarea {
	width: 100%;
	padding: 6px 10px;
}
/*.guest .searchguest input[type="text"] {
	padding: 1px 2px;
}*/
.guest .searchguest input[type="submit"] {
	padding: 6px 10px;
	border: 0px solid #CCC !important;
	box-sizing: border-box;
}
.guest > ul {
	border-bottom: solid 1px #CCC;
	margin: 10px auto;
	padding: 0px;
	list-style: none;
}
.guest > ul li {
	border-top: solid 1px #CCC;
	padding: 4px;
	margin: 0px;
	list-style: none;
	position: relative;
}
.guest .postdate {
	position: absolute;
	left: 0px;
	top: 10px;
}
.guest .postdate span:nth-child(1) {
	font-size: 28px;
	margin-right: 4px;
}
.guest .postdate span.month:after {
	content: "月";
}
.guest .postdate span:nth-child(3) {
	display: block;
	font-size: 16px;
}
.guest .guestname, .guest .postcontent, .guest .postreply {
	margin: 4px 4px 4px 100px;
}
.pagination {
}
.pagination span.count {
	display: inline-block;
	padding: 4px 10px;
	border: solid 1px #AAA;
}
.pagination span.count {
	color: #666;
}
.pagination span.count:after {
	content: "个留言 ";
}
.pagination span:nth-child(2) {
	display: none;
}
.pagination a:link, .pagination a:hover, .pagination a:active, .pagination a:visited {
	text-decoration: none;
}
.pagination a:hover {
	background-color: #0069D9;
	color: #FFF;
}
.pagination a.current {
	background-color: #0069D9;
	color: #FFF;
}
.pagination .pages a {
	display: inline-block;
	padding: 4px 10px;
	border: solid 1px #AAA;
}
