@charset "UTF-8";

@import url("common.css");


/* ------------ index ------------ */


.substance ol {
	padding: 0 0 0 20px;
	_padding: 0 0 0 25px;
	margin: 5px 0;
}
*+html .substance ol {
	padding: 0 0 0 25px;
}

.substance ol li{
	line-height: 1.4em;
}

.substance table {
	margin: 10px 5px;
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
}
.substance table img {
	float: none;
	margin: 0 2px 2px;
}

.substance th {
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	text-align: center;
	line-height: 1.6em;
	white-space: nowrap;
}

.substance th.header {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	text-align: center;
	white-space: nowrap;
	background-color:#e3ecf3;
}
.substance td {
	padding: 3px 5px 3px 3px;
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	vertical-align: top;
}

.substance td ul{
	padding: 0 0 0 15px;
	_padding: 0 0 0 18px;
	margin: 0;
	list-style-type: circle;
}
*+html .substance td ul {
	padding: 0 0 0 18px;
}