@charset "utf-8";
/* 環境対策協議会 */

table {
	width:100%;
	margin-bottom:5px;
}
.tblindex {
	margin-bottom:10px;
}
.kaisha {
	width:30%;
}
.name {
	width:65%;
}
.add {
	width:43%;
}
.tel {
	width:27%;
}
.tel_tbl {
	padding:0;
	margin:0;
}
.tel_tbl td {
	padding:0;
	margin:0;
}
.index_link {
	text-align:center;
}
p.index {
	margin-top:40px;
	margin-left:5px;
	font-size:15px;
	color:#34a801;
	font-weight:bold;
}

/* table color
----------------------------------------------------------------------*/
#tableAssociate td {
	background-color:#eaf2fe;
}
#tableAssociate td.colorTd2 {
	background-color:#ddf1ff;
}
#tableAssociate th {
	background-color:#c9e0ff;
	color:#578ed9;
}
#tableSupport td {
	background-color:#fff4ac;
}
#tableSupport td.colorTd3 {
	background-color:#ffebae;
}
#tableSupport th {
	background-color:#ffde86;
	color:#f59101;
}
 @media print {
table {
	border:solid 1px #c7e152;
}
.kaisha {
	border-right:solid 1px #c7e152;
}
.name {
	border-bottom:solid 1px #c7e152;
}
.add {
	border-right:solid 1px #c7e152;
}
.tel_tbl, .tel {
	border:none;
}
#tableAssociate table {
	border:solid 1px #afcfff;
}
#tableAssociate .kaisha {
	border-right:solid 1px #afcfff;
}
#tableAssociate .name {
	border-bottom:solid 1px #afcfff;
}
#tableAssociate .add {
	border-right:solid 1px #afcfff;
}
#tableAssociate .tel_tbl, #tableAssociate .tel {
	border:none;
}
#tableSupport table {
	border:solid 1px #ffd76d;
}
#tableSupport .kaisha {
	border-right:solid 1px #ffd76d;
}
#tableSupport .name {
	border-bottom:solid 1px #ffd76d;
}
#tableSupport .add {
	border-right:solid 1px #ffd76d;
}
#tableSupport .tel_tbl, #tableSupport .tel {
	border:none;
}
}

