body {
	font-size: 15px;
	line-height: 110%;
	background-color: #26b7bc;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

table {
	background-color: #FFFFFF;
	width: 800px;
}

.footer {
	font-size: 8px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
}


h1 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 30px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
}

td {
	vertical-align: top;
}

.black {
	vertical-align: top;
	color: #FFF;
	background-color: #333;
	padding: 5px;
}

.title {
	font-size: larger;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}


.text {
	text-indent: 10px;
	padding-right: 50px;
	padding-left: 10px;
	line-height: 20px;
}

.images {
	text-align: center;
}

#right {
	float: right;
	height: auto;
	width: 550px;
	margin: 10px;
}
#left2 {
	height: auto;
	width: 150px;
	float: left;
	margin: 10px;
	text-align: right;
}
