@charset "utf-8";
/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

	01. recycle2Box

*/
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 01. recycle2Box ]  ====================================
------------------------------------------------------------*/

.recycle2Box .about {
	background: #f4f4f4;
	padding: 15px;
	margin: 0 0 20px;
}
.recycle2Box .about dt {
	color: #275e72;
	font-weight: bold;
}
.recycle2Box .arrowb {
	background: url(/business/images_global/products/n_ic_arw_05.gif) no-repeat left 0.1em;
	padding: 0 0 0 20px;
}
.recycle2Box .recycle2_tbl {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border-top: 1px solid #b4b9bd;
	border-left: 1px solid #b4b9bd;
}
.recycle2Box .recycle2_tbl th,
.recycle2Box .recycle2_tbl td {
	border-right: 1px solid #b4b9bd;
	border-bottom: 1px solid #b4b9bd;
	padding: 7px;
	text-align: left;
	vertical-align: top;
}
.recycle2Box .recycle2_tbl thead th {
	background: #efece5;
	text-align: center;
}
	/* even */
	.recycle2Box .recycle2_tbl tr.even th,
	.recycle2Box .recycle2_tbl tr.even td {
		background: #eaeef1;
	}
	/* odd */
	.recycle2Box .recycle2_tbl tr.odd th,
	.recycle2Box .recycle2_tbl tr.odd td {
		background: #eaeef1;
	}
.recycle2Box .box01 {
	background: #f4f4f4;
	padding: 15px;
}
.recycle2Box .box01 .tel {
	font-weight: bold;
	font-size: 138.4615%;
	margin-bottom: 0.3em !important;
}

/* ***************************************************************************** */
