﻿main{
	max-width:1080px;
	margin:auto;
}
.auto-style1 {
	font-size: large;
	color: #0000FF;
}
.auto-style2 {
	font-size: large;
	color: #FF0000;
	text-decoration: underline;
}
.auto-style3 {
	font-size: medium;
}
.auto-style4 {
	font-size: medium;
	font-weight: bold;
}
/* 横幅800px以下の場合のみ適用 */
@media (max-width: 800px) {
  img{
    max-width: 98%;
    height: auto;
  }
}
.auto-style5 {
	font-weight: bold;
	border: 1px solid #808080;
	background-color: #FFFDE7;
}
.auto-style6 {
	border-collapse: collapse;
	border: 2px solid #808080;
}
.auto-style7 {
	border: 1px solid #808080;
	background-color: #FFFDE7;
}
.auto-style8 {
	border: 1px solid #808080;
	border-collapse: collapse;
}
.auto-style9 {
	border: 1px solid #808080;
	font-size: medium;
}
.auto-style10 {
	font-weight: bold;
	border: 1px solid #808080;
}
.auto-style11 {
	border: 1px solid #808080;
	font-size: medium;
	font-weight: bold;
}
