@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: #3e3843;
	font-size: 95%;
	line-height: 1.8;
	background-color: #fdfcf0;
}

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

a:hover,
a:active {
	color: #4040ff;
	text-decoration: none;
}

body #flower{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 10px;
	width: 100%;
	max-width: 600px;
	height: 400px;
	background: url("../image/flower_mailform.png");
	background-size: 80%;
	z-index: -1;
	background-repeat: no-repeat;
}






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

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

body {
	font-size: 100%;
}

}
/* 1000pixel end */




