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

/*********************

charge

*********************/

span.example { color:#888; }

.charge table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #cfccc5;
	border-right:none;
	border-bottom:none;
}
	.charge table th,
	.charge table td {
		border-right:1px solid #d3d3d3;
		background:url("../imgdir/common/dash_03.gif") repeat-x bottom;
	}
	.charge table th {
		background:#F7F7F5;
		padding:8px 10px;
	}
	.charge table td {
		padding:8px 10px;
	}
	.charge table td.head {
		width:30%;
		border-right:1px solid #d3d3d3;
		background:url("../imgdir/common/dash_03.gif") repeat-x bottom #f5f5f5;
	}

	.charge table tr.last th,
	.charge table tr.last td {
		border-right:1px solid #d3d3d3;
		border-bottom:1px solid #d3d3d3;
		background:none;
	}
	.charge table tr.last td.head {
		width:30%;
		border-right:1px solid #d3d3d3;
		background:#f5f5f5;
	}

.submit { text-align:center; }
.submit input { width:150px; }