@charset "utf-8";
/* CSS Document */

.counterbox {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DEDDDD;
}
.counterbox .box {
	width: 100%;
	float: none;
}
.counterbox .photo  {
	width: 100%;
	float: none;
	padding-top: 20px;
}
.tblco{
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
	width: 100%;
}
.tblco th{
	border-bottom: 1px solid #992244;
	padding: 6px 0;
	font-weight: bold;
}
.tblco td{
	border-bottom: 1px solid #DEDDDD;
	padding: 6px 20px;
}