/* GENERAL CSS */
@charset "utf-8";
/* CSS Document */
@import url('/css/wap.css') only screen
and ( min-width: 320px )
and ( max-width: 568px )
and ( orientation: portrait );

/* GENERAL STYLE */
html, body{
	margin: 0 auto;
	padding: 0;
}

body{
	background-color: black;
}