﻿@charset "utf-8";
/*----------------------------------------
 共通仕様 
-----------------------------------------*/
table ul {
	margin-top: 0;
	margin-bottom: 0;
}
table li {
	line-height: 1.3em;
}
/*----------------------------------------
 index.html 
-----------------------------------------*/
#index table {
	width: 90%;
}

#index table col.w2 {
	width: 20%;
}

#index table th {
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}
#index table ul {
	margin-left: 0;
}
#index table li {
	list-style-type: none;
}
#index .picC img.bd1 {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px #ccc solid;
}
#index dl.sp {
	margin-left: 30px;
	margin-right: 30px;
}
#index dl.sp dt {
	margin-top: 0.5em;
}
/*----------------------------------------
 eco02.html 
-----------------------------------------*/
#eco02 table {
	width: 85%;
	margin-bottom: 20px;
}
#eco02 table thead th {
	vertical-align: middle;
	white-space: nowrap;
}
#eco02 table tbody ul {
	margin-top: 0;
	margin-bottom: 0;
}
#eco02 table tbody td {
	vertical-align: middle;
}
#eco02 table tfoot th, #eco02 table tfoot td {
	border-top: #ccc 3px double;
}
#eco02 table tfoot td {
	text-align: center;
}
#eco02 table div {
	text-align: center;
}
/*----------------------------------------
 eco03.html 
-----------------------------------------*/
#eco03 table {
	width: 60%;
	margin-bottom: 20px;
}
#eco03 table thead th {
	vertical-align: middle;
	white-space: nowrap;
}
#eco03 table tbody ul {
	margin-top: 0;
	margin-bottom: 0;
}
#eco03 table tbody td {
	vertical-align: middle;
}
#eco03 table tfoot th, #eco03 table tfoot td {
	border-top: #ccc 3px double;
}
#eco03 table tfoot td {
	text-align: center;
}
#eco03 table div {
	text-align: center;
}

