@charset "UTF-8";

div#second h2 {
	background-image: url(../img/tmp/h2_back_flow.jpg);
}

div.main h3 {/*layout.css打消し*/
	clear: none;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-size: 160%;
	font-weight: bold;
	background-image: none;
	color: #008e3a;
	width: auto;
}

div.main h4 {
	clear: none;
	font-weight: bold;
	background-color: #76BE8B;
	color: #fff;
	padding: 5px;
}

div.main table {
	width: 660px;	
}

div.main table th {
	vertical-align: top;
	width: 13%;
	padding: 13px 0px;
}
div.main table th img {
	margin-bottom: 10px;
}

div.main table td {
	border-bottom: 3px solid #e5e5e5;
	padding: 13px 0px;
	width: 82%;
}
div.main p.img {
	width: 220px;
	float: right;
	text-align: right;
	background-color: #fff;
}
div.main p.img2 {
	width: 205px;
	float: right;
	text-align: right;
	background-color: #fff;
}

img.mail {
	margin-bottom: 20px;
}