@charset "utf-8";
#main section {
	padding-bottom: 30px;
	font-size: 14px;
}
#main {
	padding-bottom: 20px;
}
/* CSS Document */

section h3 {
	font-size: 18px;
	font-weight: bold;
}
section > p {
	float: left;
	width: 35%;
}
section p img {
	height: auto;
	width: 100%;
}
#main .wright {
	padding-top: 15px;
	padding-left: 10px;
	float: left;
	width: auto;
}
span a:hover {
	text-decoration: underline;
}
