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

.counterbox {
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: 1px solid #DEDDDD;
}
.counterbox .box {
	width: 49%;
	float: left;
}
.counterbox .photo  {
	width: 44%;
	float: right;
}
.counterbox .box ul {
	list-style-position: outside;
	list-style-type: disc !important;
	margin-left: 20px;
	padding-bottom: 10px;
}
.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;
}

