@charset "UTF-8";
/* CSS Document */

body{
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	
}

main{
	display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.bottom{
	position: relative;
	top: 1px;
}

.bottom01{
	position: relative;
	bottom: 1px;
}

.bottom02{
	position: relative;
	bottom: 2px;
}

img{
	max-width: 100%;
    height: auto;
}


