/* ==========================================================================
	form
========================================================================== */

/*--------------
	contentBox
--------------*/
.contentBox {
	padding: 20px 80px;
}

.table_form th,
.table_form td {
	line-height: 35px;
}
.table_form th {
	width: 210px;
}

.main {
	overflow: hidden;
}


@media screen and (max-width: 700px) {
	.table_form th {
		width: 160px;
	}
}

@media screen and (max-width: 600px) {
	.table_form td {
		padding: 0 0 5px 0;
	}

}




