@charset "utf-8";
@import url(/css/common.css);

/* ------------------------------ sct */
.boxSct {
  margin: 0 0 35px 0;
}
.boxSct table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.boxSct th,
.boxSct td {
	text-align: left;
	vertical-align: top;
	padding: 10px 0;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}
.boxSct th {
	width: 1%;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 20px;
}

/* ------------------------------ Clearfix */
.cfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: " ";
}
* html .cfix {
	zoom: 1;
}
*:first-child+html .cfix {
	zoom: 1;
}