@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================

	1: BASE LAYOUT

==========================================================
*/
/*
===== 1: BASE LAYOUT =====================================
*/
header img{
	height: 50px;
	width: auto;
}
header{
	position: absolute;
	top: 20px;
	left: 20px;
}
header#terms{
	position:static;
}
header#terms img{
	margin: 20px auto;
}
footer{
	background: #f0f0f0;
	padding: 20px;
}
footer ul{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
footer ul li{
	margin: 0 10px;
}
footer p{
	text-align: center;
	font-size: 14px;
}
@media screen and (min-width: 1099px) {
header img{
	height: 90px;
	width: auto;
	margin: 0 0 0 auto;
}
header{
		width: 1100px;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
}
header#terms{
	position:static;
	transform: none;
	margin: 0 auto;
}
	header#terms img{
		height: 60px;
	}
	#footIn{
		width: 1100px;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}
footer ul{
	justify-content: flex-start;
	margin-bottom: 0;
	width: 80%;
}
footer ul li{
	margin: 0 20px 0 0;
}
footer p{
	width: 20%;
	text-align: right;
}
}