@charset "UTF-8";
.top-mainimg {
	width: 100%;
	margin-top: -10px;
}
/*.top-p {
	font-size: large;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.2em;
	position: absolute;
	top: 60%;
	display: block;
	width: 100%;
}
.top-img1,
.top-img2
{
	width: 170px;
	height: auto;
	position: absolute;
}
.top-img1{
	top: 45px;
	left: 15%;
}
.top-img2{
	top: 135px;
	right: 18%;
}*/
section {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	}
.td1{
	width: 35%;
	height: 10px;
	background-color: #E6ADB9;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
	vertical-align: middle;
}
.td2{
	width: 65%;
	height: 10px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 20px;
	font-size: 12px;
	font-weight: lighter;
	line-height: 20px;
	}
.td-span {
	display: inline-block;
	white-space: nowrap;
	}
.iframe-div{
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 600px;
    }

body main div {
	text-align: center;
	line-height: 30px;
	margin-top: 50px;
}

@media screen and (max-width:800px) {
	.top-mainimg {
			width: 100%;
			margin-top: -10px;
		}
	/*.top-p {
		font-size: small;
		text-align: center;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		letter-spacing: 0.2em;
		position: absolute;
		top: 82%;
		display: block;
		width: 100%;
		margin-top: -25px
	}
	.top-img1,
	.top-img2
	{
		height: auto;
		position: absolute;
	}
	.top-img1{
		width: 80px;
		top: -30%;
		left: 6%;
	}
	.top-img2{
		width: 70px;
		top: 35%;
		right: 6%;
	}*/
	section {
		width:80%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		margin-top: 10%;
		}
	.td1{
		width: 35%;
		height: 10px;
		background-color: #E6ADB9;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		border-bottom: 1px solid #d7d7d7;
		vertical-align: middle;
		line-height: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.td2{
		width: 45%;
		height: 10px;
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		padding: 20px;
		font-size: 12px;
		font-weight: lighter;
		line-height: 20px;
		}
	.iframe-div{
		margin-right: auto;
		margin-left: auto;
		display: block;
		width: 100%;
	}
body main div {
	text-align: center;
	line-height: 20px;
	margin-top: 50px;
	width: 80%;
	font-size: x-small;	
}
}