@charset "utf-8";

/*　六十干支表 */

.kanshi_tb {
	empty-cells: show;
	border-collapse: collapse;
	border:1px solid #888888;
	font-size: 14px;
	margin-right:0px;
	margin-bottom: 10px;
	max-width:450px;
}

.kanshi_tb th {
	border: 1px solid #888888;
	background-color: #DDDDDD;
	font-weight: normal;
	text-align: center;
	width: 15px;
	height: 2em;
	padding: 10px;
}

.kanshi_tb td {
	border: 1px solid #888888;
	text-align: center;
	width: 15px;
	height: 2em;
	padding: 12px;
	vertical-align: bottom;
}

