@charset "utf-8";

table{
	display: block;
	width: 100%;
}
table tbody{
	display: block;
	width: 100%;
}
table tr{
	display: block;
	width: 100%;
}
table th,
table td{
	display: list-item;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table th{
	list-style-type: none;
	width: auto;
	display: block;
	padding: 10px;
	background: url(../../img/common/bg_green_dot.png) repeat;
}
table td{
	margin-left: 0;
	padding: 7px;
	width: 100%;
	list-style-type: none;
	border: 0;
	display: block;
	border-bottom: 1px solid #EDEDED;
}

