@charset "utf-8";

.TE_title{
	font-size: 20px !important;
	font-weight: bold;
	color: #009245;
	margin: 35px 0 15px !important;
}

.TE_img{
	margin-bottom: 15px !important;
	text-align: center !important;
}

.TE_img img{
	max-width: 100%;
	width: auto;
	height: auto;
}

.TE_Table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    box-sizing: border-box;
	table-layout:fixed;
}

.TE_Table th{
	padding: 10px 10px;
	text-align: center;
	border: 1px solid #ccc;
}

.TE_Table tr:nth-child(1) th:first-child{width: 10%;}

.TE_Table td{
	padding: 10px 10px;
	text-align: left;
	border: 1px solid #ccc;
	word-break : break-all;
}
