@charset "UTF-8";

/*

Cascading Style Sheets : privacy.css

- Last Updated on 2013. 07. 29
- (c) FLAG - http://www.flag-japan.com/

*/

header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

h1 {
	width: 422px;
	float: left;
}

#Container {
	margin: 300px auto 0;
}

#Contents {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#Contents p, #Contents ul {
	font-size: 92.3%;
}

#FlagImg {
	position: fixed;
	top: 42%;
	right: 10%;
}

h2 {
	margin-bottom: 30px;
}

#Contents h3 {
	margin-bottom: 10px;
	font-weight: bold;
}

#Privacy {
	padding-top: 50px;
}

#Privacy h3 {
	margin-top: 40px;
}

#Privacy p {
	margin-top: 20px;
}

#Privacy ul {
	margin-top: 15px;
}

footer {
	margin-top: 120px;
}