@charset "utf-8";
@import "../../common/css/0-import.css";
#conts h2 {
	margin-bottom: 7px;
}
	
	*html #conts h2 {
		margin-bottom: 6px;
	}
	
	*+html #conts h2 {
		margin-bottom: 6px;
	}


#conts .tableBox {
	padding: 0 10px 0 11px;
}

	*html #conts .tableBox {
		padding: 0 10px 0 10px;
	}
	
	*+html #conts .tableBox {
		padding: 0 10px 0 10px;
	}

#conts .tableBox table {
	width: 100%;
}

#conts .tableBox td,
#conts .tableBox th {
	padding: 10px 0 10px 15px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #E6E6E6;
}

#conts .tableBox th {
	padding-left: 10px;
	background: url(../img/line01.jpg) repeat-y right top;
	border-right: 0;
	width: 17.2%;
}

#conts .tableBox td {
	border-left: 0;
}

#conts .tableBox td li {
	margin-bottom: 2px;
}

#conts .tableBox td p {
	margin-bottom: 6px;
}

#conts .tableBox td p.mb0,
#conts .tableBox td li.mb0 {
	margin-bottom: 0;
}

#conts .tableBox dt {
	float: left;
	clear: left;
	width: 100px;
}

	*html #conts .tableBox dt {
		width: 97px;
	}


