@charset "utf-8";
.grayLine2 table {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	border-spacing: 0;
	empty-cells: show;
}

.grayLine2 table th {
	border: 1px solid #CCCCCC;
	font-weight: normal;
	background-color: #EFEFEF;
	white-space: nowrap;
	padding: 3px;
	vertical-align: top;
}

.grayLine2 table td {
	border: 1px solid #CCCCCC;
	padding: 3px;
}


#ir #contents #leftContent .grayLine2 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: right;
}

#ir #contents #leftContent .grayLine2 td.alignleft {
	text-align: left;
}

#ir #contents #leftContent table,
#shareholder #contents #leftContent .grayLine2 table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}#ir #contents #leftContent .grayLine2 th {
	border-bottom-width: thin;
	border-bottom-style: solid;
}
#ir #contents #leftContent .irH4 {
	font-size: 1em;
}

#ir #contents #leftContent ul li {
	list-style-type: disc;
	margin: 0.5em 3em;
	line-height: 1.3em;
}

#ir #contents #leftContent ol li {
	line-height: 1.5em;
}

#ir #contents #leftContent table caption {
	caption-side: top;
}

