/* 
 * カウンター定義
 */
.counterContent {
	max-width: 136px;
	border: 2px solid #006500;
	background-color: #000;
	text-align:center;
	padding:0px;
}
.counterComment {
	text-align:right;
	padding:5px;
}
