/* 書き換え可能HTMLのスタイル */

body {
	font-size: 120%;
	line-height: 160%;
}
h1 {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 120%;
	color: #fff;
	background-color: #900;
	height: 2.2em;
	padding-top: 1em;
	margin: 0px auto 30px auto;
}
h2 {
	font-size: 100%;
	color: #900;
	font-weight: bold;
}
a:link, a:visited {
	color: #900;
}
a:hover {
	color: #C00;
}
button.btn {
	font-size: 120%;
	padding: 10px 30px;
}

.left {
	text-align: left;
	font-size: 85%;
}

@media (max-width: 400px) {
   /* 横幅が400px以下の場合に適用するスタイル */
   img { width: 100%; clear: both;}
}