@charset "utf-8";

/*
ごみの持込み　＞　管内統一粗大ごみ分別形態
/howto/separation.html
*/

/*
***********************************************************************************************

***********************************************************************************************
*/

.eyecatch h1 {
	max-width: 320px;
}

#content_body tr.odd {
	background-color: #eee;
}

#content_body td {
	font-size: 90%;
	line-height: 1.6;
}

	#content_body td img {
		max-width: 100px;
		vertical-align: top;
	}

		.viewmode-mobile #content_body td img {
			max-width: 85px;
		}


/*
***********************************************************************************************
管内統一粗大ごみ分別形態
***********************************************************************************************
*/

.sec01 {

}

	.sec01 > div {
		display: flex;
	}

		.viewmode-mobile .sec01 > div {
			display: block;
		}

	.sec01 table {
		width: 385px;
	}

		.viewmode-mobile .sec01 table {
			width: 100%;
		}

		.sec01 table + table {
			margin-left: 30px;
		}

			.viewmode-mobile .sec01 table + table {
				margin-top: 30px;
				margin-left: auto;
			}

		.sec01 td:first-child {
			text-align: center;
		}

			.viewmode-mobile .sec01 td img {
				max-width: none;
			}


/*
***********************************************************************************************
処理困難物及び不適物
***********************************************************************************************
*/

.sec02 {

}

	.sec02 table {
		width: 100%;
	}

		.sec02 th + td {
			text-align: center;
		}

			.viewmode-mobile .sec02 td img {
				max-width: none;
			}