@charset "utf-8";
/* CSS Document */

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6,
a, img, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td,
rticle, footer, header, menu, nav, section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*body {
	background-color: #ffffff;
	background: url(../img/event_wD4eY/bg_loveletter.png)center top;
    -webkit-text-size-adjust: 100%;
    background-attachment: fixed;
    background-size: cover;
}*/



/* max800 ---------------------------------------------- */
@media screen and (max-width:800px){

	body {
		background: none;
	}
}



