/*****************************************************************************/
/* 説明 */
/*****************************************************************************/
div.comment {
	margin-bottom: 3em;
}

.comment th, .comment td {
	padding: 3px;
}

/*****************************************************************************/
/* ラインナップ ［テキスト］*/
/*****************************************************************************/
div.lineup {
	margin-bottom: 3em;
}

/*** タイトル ***/
.lineup .title {
	border: 3px double gray;
	padding: 1px 1em;
	
	font-weight: bold;
	font-size: 120%;
}
.lineup .title_sp {
	border: 3px double gray;
	padding: 1px 0px;
	padding-left: 1em;
	letter-spacing: 1em;
	
	font-weight: bold;
	font-size: 120%;
}

/*** テーブル ***/
table.lineup {
	width: 100%;
	margin: 10px 0px;
	
	border-collapse: collapse;
	border-color: gray;
}
table.lineup th, table.lineup td {
	border: 1px solid gray;
	padding: 3px;
}
table.lineup thead th {
	text-align: center;
	font-weight: bold;
	background-color: silver;
}
table.lineup tbody th {
	vertical-align: middle;
	background-color: #F0F0F0;
}

/*****************************************************************************/
/* ラインナップ02 ［画像］*/
/*****************************************************************************/
div.lineup02 {
	margin-bottom: 3em;
}

/*** テーブル02 ***/
table.lineup02 {
	margin-bottom: 5px;
	border: none;
	border-bottom: 1px dashed silver;
	width: 100%;
	text-align: center;
}
table.lineup02 th, table.lineup02 td {
	padding: 3px;
}

/*** テーブルul（下線のみ）***/
table .ul{
	margin-bottom: 5px;
	border: none;
	border-bottom: 1px dashed silver;
	width: 100%;
}

/*****************************************************************************/
/* プラント生産能力 */
/*****************************************************************************/
div.plant {
	margin-bottom: 3em;
}
/*** テーブル ***/
.plant th, .plant td {
	padding: 0px 5px;
}

