@charset "utf-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color: #454545;
	font-size: 95%;
	line-height: 1.8;
}

a:link,
a:visited {
	color: #4040ff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #4040ff;
	text-decoration: none;
}
#thanksbox {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.notes-box {
	background-color: rgba(237,237,237,1.00);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 300px;
	overflow-y: scroll;
}










/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 800px ) {

body {
	font-size: 100%;
}
#thanksbox {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

}
/* 1000pixel end */
