html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin: 0;
	padding: 0;
}

*, *::before, *::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background-color: #ffe8c0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

ul {
	line-height: 25px;
}

h1 {
	text-align: center;
	font-size: 24px;
	color: #209020;
	margin-top: 15px;
	text-shadow: 1px 1px 3px #ccc;
}

h1 a {
	font-size: 20px;
}

h2 {
	text-align: center;
	font-size: 18px;
	color: #99664C;
}

a {
	color: #0053F9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 3px solid #f0cd00;
	padding: 8px;
	border-radius: 8px;
	background-image: url("/mizukius.svgz");
	background-repeat: no-repeat;
	background-size: 64px;
	background-position: 10px 10px;
}

#main img {
	max-width: 100%;
}

.text1 {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 18px;
	line-height: 1.8;
}

.text1 p {
	text-indent: 1em;
}

.text2 {
	font-size: 16px;
}

.text3 {
	color: #606060;
	font-size: 16px;
	line-height: 1.5;
}

.text4 {
	font-size: 18px;
	padding-top: 20px;
}

.text5 {
	margin-top: 10px;
	color: #606060;
	font-size: 11pt;
}

.copy {
	padding-top: 8px;
	font-size: 12px;
	color: #736640;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.copy a {
	font-size: 12px;
	color: #736640;
	text-decoration: underline;
}

.fin {
	color: #598C0C;
	text-decoration: line-through;
}

.returntop a:hover {
	background-color: #dca500;
}

.returntop a {
	color: #ffffff;
	font-size: 20px;
	padding: 10px;
	border: solid 1px #285ede;
	background-color: #0074f2;
	border-radius: 3px;
}

.returntop {
	padding: 16px;
	text-align: center;
}

.ad {
	text-align: center;
}

.adTop {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.googlesearch {
	max-width: 300px;
}

.googlesearch div {
	padding: 0;
}

.search div {
	display: table-cell;
	padding-right: 10px;
	vertical-align: bottom;
	height: 33px;
}

@media only screen and (max-width: 600px) {

	.text1 {
		margin-right: 0;
		margin-left: 0;
		font-size: 16px;
	}

	.text4 {
		font-size: 16px;
	}

}