@page {
    margin: 2cm;
    size: auto;
    counter-increment: page;
    
    @bottom-center {
    	content: counter(page);
    }
}

body {
  font-family: Georgia, serif;
}

.footer, .nav, .amazon, .sns, .backtotop, .noprint {
	display: none;
}

.container {
	width: auto;
}

.main {
	width: auto;
	float: none;
	box-shadow: none;
}

h1, h2, h3, h4, h5 {
  page-break-after: avoid;
}

a {
	text-decoration: none !important;
}
p {
	text-align: justify;
}