﻿main{
	max-width:1080px;
	margin:auto;
}
.auto-style1 {
	text-align: center;
}
.auto-style2 {
	border-collapse: collapse;
	border: 3px solid #808080;
}
.auto-style3 {
	border: 1px solid #808080;
	background-color: #00FFFF;
}
.auto-style4 {
	border: 1px solid #808080;
	background-color: #FFFF00;
}
.auto-style5 {
	color: #FF0000;
}
.auto-style6 {
	color: #0000FF;
}
.auto-style7 {
	background-color: #FFFF00;
}
.auto-style8 {
	border-style: solid;
	border-width: 1px;
	padding: 1px 4px;
	background-color: #FFFF00;
}
.auto-style9 {
	background-color: #FFFFFF;
}
.auto-style10 {
	text-align: center;
	font-size: xx-large;
}
.auto-style11 {
	background-color: #FFFF00;
	color: #FF0000;
}
.auto-style12 {
	font-size: x-large;
}
.auto-style13 {
	border-width: 0px;
}
.auto-style14 {
	background-color: #0000FF;
	color: #FFFFFF;
}
/* 横幅1200px以下の場合のみ適用 */
@media (max-width: 1200px) {
  img{
    max-width: 98%;
    height: auto;
  }
}
