@charset "utf-8";
/* 会社概要 CSS Document
----------------------------------------------------------------------------- */

#company {
}

/* ブロック
----------------------------------------------------------------------------- */
#main .block {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

#main .blockNoBorder {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* 情報テーブル
----------------------------------------------------------------------------- */

#company table {
	width: 530px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

/* テーブル奇数行 */
#company table tr.even {
	background-color: #f3f3f3;
}

#company table th, #company table td {
	padding: 4px 10px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 12px;
	_font-size: 1.2em;
}

#company table th {
	width: 20%;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

#company table td {
	width: 80%;
}

#company table td.pointTime {
	text-align: right;
}


/*ネットワーク企業*/
#company table.network td {
	width: 100%;
}

#company table.network td dt {
	font-weight: bold;
}

#company table.network td dl {
	line-height: 1.5em;
}

