body{
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	min-width: 450px;
	width:80%;
}
/*header*/
h1,.p1{
	text-align: left;
	padding-left: 5px;
	font-size: 13px;
}
.img1{
	width: 100%;
}
.span1{
	font-size: 14px;
}
.span2{
	color:chocolate;
}
/*mainの指定*/
.main1{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 25px;
	grid-row-gap: 25px;
	margin-bottom: 100px;
}
.m3{
	border: 1px solid black;
	background-color:whitesmoke;
}
a{
	text-decoration: none;
}
a:link{
	color: black;
}
a:visited{
	color: black;
}
a:hover{
	color: black;
}
/*footer*/
footer{
	background:url("../images/dsc01.png")no-repeat;
	background-size:85%;
	border-top:1px solid black;
}
.footer2{
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
li{
	font-size: 12px;
	line-height: 35px;
	list-style: none;
}
.ppp{
	font-size: 12px;
}
@media (min-width: 767px){
	body{
		width: 55%;
		font-size: 16px;
	}	
}

