@charset "utf-8";
/* layout.css */

#header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	width: 100%;
	background: rgba(125 155 210/ 1.00);
	box-shadow: 0px 3px 10px 0px rgba(0 0 0/ 0.50);
}

#header>div,
#header > div#header_txt {
	display: flex;
	justify-content: space-between;

	width: 85%;
	max-width: 1100px;
	min-width: 961px;
	margin: 0 auto;
	background: rgba(125 155 210/ 1.00);
}

#header > div#header_txt {
	margin-bottom: 10px;
}


/* gnav.css */


#topimage {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	
	box-sizing: border-box;
	width: 85%;
	max-width: 1100px;
	min-width: 961px;
	height: 400px;
	margin: 0 auto;
	border: 1px solid rgba(230 230 230/ 1.00);
	box-shadow: 10px 20px 10px -10px rgba(0 0 0/ 0.50),
		-10px 20px 10px -10px rgba(0 0 0/ 0.50);
}



#wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	
	box-sizing: border-box;
	width: 85%;
	max-width: 1100px;
	min-width: 961px;
	
	height: calc(100% - 200px);
	padding: 1.50rem 2.00rem;
	margin: 0 auto;
	background: rgba(255 255 255/ 1.00);
	border: 1px solid rgba(220 220 220/ 1.00);
	border-top: none;
	border-bottom: none;
	box-shadow: 10px 0px 10px -10px rgba(0 0 0/ 0.50),
		-10px 0px 10px -10px rgba(0 0 0/ 0.50);
}

	#main {
		box-sizing: border-box;
		max-width: calc(70% - 15px);
		width: calc(70% - 15px);
	}

		#main > * {
			padding: 1.25rem;
			border-radius: 3px;
			border: 1px solid rgba(230 230 230/ 1.00);
		}

		#main_contents {
			box-sizing: border-box;
			margin-bottom: 1.50rem;
		}


/* fm.css */


	#aside {
		box-sizing: border-box;
		max-width: calc(30% - 15px);
		width: calc(30% - 15px);
	}




#footer {
	width: 100%;
	background: rgba(125 155 210/ 1.00);
}

	#footer>div {
		width: 85%;
		max-width: 1100px;
		min-width: 961px;
		margin: 0 auto;
		background: rgba(125 155 210/ 1.00);
	}
