@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'go1';
	src: url('fonts/Gotham-Book.eot');
	 src: url('fonts/Gotham-Book.eot?iefix') format('eot'),
	url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.ttf') format('truetype'), url('fonts/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'go2';
	src: url('fonts/Gotham-Bold.eot');
	 src: url('fonts/Gotham-Bold.eot?iefix') format('eot'),
	url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #f4f4f4;
	font-family: 'go1';
}
p {font-family: 'go1'; color:#2b235e; font-size:13px; line-height:20px;}
#border{ border-bottom: 1px solid #2b235e; padding-top:10px;padding-bottom:20px}
#logo{ text-align: center; position:relative; padding-top:40px;z-index: 999;}
.terms {
    font-size: 10px;margin-top: 150px;
}
.terms a {
    font-size: 10px;
}
#main{ max-width: 582px;
	max-height: 240px;
	
 text-align:center;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	
	margin: auto;}
a{font-family: 'go2';font-size:13px; text-decoration:none;color:#2b235e;}
span{font-family: 'go2';font-size:13px;}
#top, #bottom, #left, #right {
	background: #ffffff;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 59px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 59px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
		
@media (max-width: 768px) {#left, #right { width: 19px; }#top, #bottom{ height: 19px; }#main{ }}

@media (max-width: 414px) {#main{ max-width: 330px;}p {font-family: 'go1'; color:#2b235e; font-size:13px;}}

@media (max-width: 375px) {#main{ max-width: 320px;}p {font-family: 'go1'; color:#2b235e; font-size:12px;}a{font-family: 'go2';font-size:12px; text-decoration:none;color:#2b235e;}span{font-family: 'go2';font-size:12px;}}

@media (max-width: 320px) {#main{ max-width: 290px;}p {font-family: 'go1'; color:#2b235e; font-size:12px;}a{font-family: 'go2';font-size:12px; text-decoration:none;color:#2b235e;}span{font-family: 'go2';font-size:12px;}}