.main_table {
	width:100%;
}
.main_table th, .main_table td {
	border-top:1px solid #ddd;
	border-bottom:1px solid #eee;
}
.main_table th {
	padding:30px 15px;
	border-left:5px solid #05cb00;
	text-align:left;
	width:20%;
	background-color:#f6f6f6;
}
.main_table td {
	padding:30px;
	text-align:left;
}
.pro_table {
	width:100%;
}
.pro_table th, .pro_table td {
	padding:30px 15px;
	text-align:left;
}
.reno table {
	width:100%;
	margin-bottom:50px;
}
.reno table td.td1 {
	width:40%;
}
.reno table td.td1 img {
	width:100%;
	height:auto;
}
.reno table td.td2 {
	width:10%;
	text-align:-webkit-center;
}
.res table {
	width:100%;
	text-align:center;
}
.res table td {
	width:31%;
	padding:2% 1%;
	background-color:#f6f6f6;
	text-align:-webkit-center;
}
.pri_dl {
	margin:10px 0px 0px 10px;
}
.pri_dl dt {
	border-bottom:1px solid #999;
	padding-bottom:10px;
	font-weight:bold;
	font-size:22px;
}
.pri_dl dd {
	margin-top:40px;
	margin-bottom:60px;
	text-align:left;
	line-height:30px;
}
.form_table {
}
.form_table #textfield {
	width:50%;
	padding:15px;
}
.sub_button {
	padding:30px 50px;
}
.se_link {
	padding: 30px;
    background-color: bisque;
    font-size: 20px;
	display:block;
}
.se_link a {
	display:block;
}
.se_link a:hover {
	text-decoration:underline;
}
