/* CSS Document */

#frame {
	width: 100%;
	background-color: #312783;
	overflow: none;
}

header {
	background-image: url(../img/background/logo-600.png);
	background-position: center;
	height: 100px;
}

nav {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

main.main {
	background:rgba(255,255,255,0.8);
	outline-style: solid;
	outline-width: 1px;
	outline-color: #000;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

footer {
	margin: 10px;
	text-align: center;
}

.sitemap {
	padding-left: 10px;
}

.col1,
.col2,
.col1-3,
.col2-3 {
	margin-left: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 620px) {
	
	main.main {
	padding-top: 10px;
}
	.col1,
	.col2,
	.col1-3,
	.col2-3 {
		margin-right: 10px;
	}
	
	.hidden1 {
		display: block;
	}
	
	.hidden2,
	.hidden3 {
	display: none;
	}
}

@media screen and (min-width: 620px) {
	#frame {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		margin-bottom: 25px;
		outline-style: solid;
    	outline-width: 1px;
		outline-color: #000;
		box-shadow:  5px  5px  15px  1px   #666;
	}

	
	footer {
		clear: both;
		font-size: 20px;
	}
	
	.row {
		clear: both;
	}
	
	.col1 {
		width: 580px;
	}
	
	.col2 {
		float: left;
		width: 285px;
	}
	
	.col1-3 {
		float: left;
		width: 186.6px;
	}
	
	.col2-3 {
		float: left;
		width: 383.4px;
	}
}

@media screen and (min-width: 620px) and (max-width: 1250px) {
	
	.hidden2 {
		display: block;
	}
	
	.hidden1,
	.hidden3 {
	display: none;
	}
}

@media screen and (min-width: 1250px) {
	#frame {
		width: 1200px;
	}
	
	header {
		background-image: url(../img/background/logo-1200.png);
		height: 150px;
	}
	
	.col1 {
		width: 1180px;
	}

	.col2 {
		width: 585px;
	}
	
	.col1-3 {
		width: 386.6px;
	}
	
	.col2-3 {
		width: 783.4px;
	}
	
	.hidden3 {
		display: block;
	}
	
	.hidden1,
	.hidden2 {
		visibility: hidden;
		display: none;
	}
}