@charset 'utf-8';

#message {
}
	#message .comment {
		width: 100%;
	}
		#message .comment tr {
			border-top: solid 1px #ccc;
			border-left: solid 1px #ccc;
		}
		#message .comment tr th, 
		#message .comment tr td {
			border-bottom: solid 1px #ccc;
			border-right: solid 1px #ccc;
			padding: 3px 5px;
			font-size: 90%;
		}
		#message .comment tr th { 
			background-color: #B49C70;
			color: #fff;
		}
		#message .comment tr th.day {
			width: 8em;
		}
		#message .comment tr th.name {
			width: 7em;
		}
		#message .comment tr td {
			vertical-align: top;
		}
		#message .comment tr td.day {
			text-align: center;
		}
		
		#message .pager {
			text-align: center;
		}
			#message .pager ul {
				margin: 20px 0;
				display: inline-block;
			}
			#message .pager ul li {
				display: block;
				margin: 0;
				width: 1.5em;
				float: left;
			}
			#message .pager ul li a {
				padding: 5px;
			}
			#message .pager ul li a:first-child, 
			#message .pager ul li a:last-child {
				padding: 5px 0;
			}
			#message .pager ul li.active a {
				font-weight: bold;
				color: #981C41;
			}
	@media (max-width: 768px) {
	}

	@media (max-width: 577px) {
	}
