﻿main{
	max-width:1080px;
	margin:auto;
}
.auto-style2 {
	font-size: large;
	color: #0000FF;
}
.auto-style4 {
	color: #000000;
}
/* 横幅600px以下の場合のみ適用 */
@media (max-width: 600px) {
  img{
    max-width: 98%;
    height: auto;
  }
}
.auto-style9 {
	font-size: medium;
}
.auto-style124 {
}
.auto-style140 {
	border: 1px solid #808080;
	font-size: medium;
	text-align: center;
}
.auto-style143 {
	text-align: center;
	color: #FF0000;
	background-color: #FFFF00;
	font-size: large;
}
.auto-style144 {
	text-align: center;
	color: #FF0000;
	background-color: #FFFF00;
	font-size: small;
}
