@charset "utf-8";

/*---------------------------------------------
all
---------------------------------------------*/
a                 { overflow: hidden; }
a:link            { color: #fff; text-decoration: none; }
a:visited         { color: #fff; text-decoration: none; }
a:hover, a:active { color: #fff; text-decoration: none; }

img { vertical-align: bottom;}

html { background-color: #8cd35d;}

body { background-color: #8cd35d; color: #000;
}

#wrap { width: 100%; text-align: center; padding: 10% 0; margin: 0 auto; line-height: 2em;}

header {}

main {}

p {}

img { width: 60%; margin: 10% 0;}

footer { text-align: center; padding: 10%; }