@charset "utf-8";

#privacyPolicyArea {
	margin: 100px auto 70px auto;
	width: 90%;
	max-width: 1200px;
}

.privacyPolicy {
	margin: 50px auto;
	width: 100%
}

.privacyPolicyContents {
	margin: 20px auto;
}

.privacyPolicy h3 {
	margin-bottom: 20px;
}

.privacyPolicyContents p {
	margin: 0 auto;
	width: 90%;
	line-height: 180%;
}

@media(max-width:480px){
	.privacyPolicyContents {
		padding: 20px;
		background-color: #f5f5f5;
	}
}


footer {
	margin-top: 50px;
	background-color: rgba(0,0,0,0.5);
}
@media (min-width: 768px) {
    /*
    #wrapper {
        position: relative;
    }
    footer {
        position: fixed;
        bottom: 0;
    }
    */
}
@media(max-width:480px){
	footer {
		margin-top: 20px;
	}
}