@charset "UTF-8";
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#con {
	margin-left: auto;
	margin-right: auto;
	color: hsla(0,0%,15%,1.00);
	padding-left: 14px;
	padding-right: 14px;
	background-color: hsla(0,0%,100%,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 0px;
	max-width: 412px;
	min-width: 360px;
}
header {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: hsla(0,0%,100%,1.00);
	font-size: 90%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#con h1 {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	margin-top: 10px;
}
.wordcenter {
	text-align: center;
}
.wordlerf {
	text-align: left;
}
.red {
	color: hsla(0,100%,50%,1.00);
	font-size: 90%;
	font-weight: normal;
	padding-left: 5px;
}
#con form h3 {
	font-weight: bold;
	font-size: 100%;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	line-height: 125%;
}
#con p {
    padding-left: 10px;
    padding-bottom: 10px;
    line-height: 170%;
}
.red-s {
	font-size: 80%;
	line-height: 125%;
	font-weight: normal;
}
footer {
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	color: hsla(0,0%,67%,1.00);
	font-size: 85%;
}
footer a img {
	padding-right: 10px;
	padding-left: 10px;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input#submit_button {
    // ここにCSSコードを書く
	background-color: hsla(28,100%,50%,1.00);
	background-color: hsla(30,97%,53%,1.00);
	width: 100%;
	color: hsla(0,0%,100%,1.00);
	font-size: 150%;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-style: none;
}
#con h1 img {
	width: 100%;
}
.clline   {
	text-decoration: line-through;
	padding-left: 20px;
}
