@charset "UTF-8";

@media only screen and (max-width: 640px) {

/* CSS Document */

#main {
	width:96%;
	margin:0 auto;
	padding-bottom:20px;
}

#main h3 {
	font-size:2.8em;
	margin-top:30px;
}

.privacy {
	margin-top:20px;
	margin-bottom:50px;
}

.privacy p {
	font-size:2.0em;
	margin-bottom:30px;
}

.privacy h4 {
	font-size:2.8em;
}

.privacy ul {
	font-size:2.0em;
	margin-bottom:30px;
	padding-left:30px;
	list-style:decimal;
}

.privacy ul li {
	margin-bottom:20px;
}

.privacy h5 {
	font-size:2.6em;
	margin-top:15px;
}

}

