@charset "UTF-8";

.solar .contents h2 + div {
	padding: 5px 0 40px 0;
}
.solar .contents .btn + div {
    font-size: 16px;
	font-weight: bold;
    background-image: url("../common/circle01.gif");
	background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px;
    margin: 40px 0 5px 0;
	padding: 0 0 0 18px;
}

.solar table {
    width: 100%;
	margin: 5px 0;
	border: #aaa thin solid;
}
.solar table th {
    font-size: 14px;
    font-weight: bold;
    width: 80px;
	border: #aaa thin solid;
	padding: 5px;
}
.solar table td {
	border: #aaa thin solid;
	padding: 5px;
}
.solar .contents > div:last-of-type {
	padding: 30px 0 10px 0;
}
.solar .contents > div:last-of-type img {
	width: 100%;
}