﻿main{
	max-width:1080px;
	margin:auto;
}
/* 横幅1200px以下の場合のみ適用 */
@media (max-width: 1200px) {
  img{
    max-width: 98%;
    height: auto;
  }
}
.auto-style2 {
	text-align: center;
	font-size: xx-large;
}
.auto-style3 {
	font-size: large;
}
.auto-style4 {
	text-align: center;
	font-size: large;
}
.auto-style5 {
	text-align: center;
	font-size: xx-large;
	color: #FF0000;
}
.auto-style6 {
	border-collapse: collapse;
	border: 3px solid #808080;
}
.auto-style7 {
	font-size: xx-large;
	color: #FFFFFF;
}
.auto-style8 {
	border: 1px solid #808080;
	background-color: #008000;
}
.auto-style9 {
	color: #FFFFFF;
}
