@charset "utf-8";
/* tablet & smallDesktop css */

body{
	overflow-x: hidden;
	overflow-y: scroll;	
}

#wrapper{
    height: 100vh;
    min-height: 100vh;
}

header,footer{
	padding: 0 10px;	
}

.header-inner{
	width: 640px;
}

.header-inner h1{
	font-size: 24px;
	/*width: 40rem;
	max-width: 840px;*/
}

.header-inner p{
	display: table-cell;
	text-align: center;
	vertical-align: middle;	
}

#contents{
	padding: 0 10px;	
}

#contents ul{
	width: 640px;
	margin: 0 auto;	
}


#contents ul li:nth-child(2n){
	margin-right: 0;	
}

#contents ul li:nth-child(3n){
	margin-right: 20px;	
}

footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}