@charset "utf-8";
/*
Site Name: 
Description: gloval style
*/



/* universal reset
----------------------------------------- */
#container{
	padding: 0px;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}

#header{
	text-align: center;
	/*overflow: hidden;*/
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:  both;
background: rgba(0,0,0, 0.6);
		filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
	padding: 0 0 0 0;
	width:100%;
	 box-shadow: 0 0 8px #777;
	 position: absolute;
	 top:0;
z-index:1000;

}


#home #main{
	max-height: 999999px;
	clear: both;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	margin-top:3em;
	width:100%;
	max-width:1002px;
	position:relative;
	z-index:2;
}
#contents #main{
	clear: both;
	max-width: 1000px;

	/*overflow: hidden;*/
	margin:0 auto;
	padding:.5em 0 0 0;


}
#footer{
	text-align: center;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top:8em;
	padding-bottom:35em;
	background:url(../img/footer_bg.jpg) bottom center no-repeat;
}
#footer:after {
	height: 0; 
	content: "."; 
	display: block;
	clear: both;
	visibility: hidden;
	min-height: 1%;	
}


#footer #footer-inner{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: flex-start;
	max-width: 1000px;
	list-style:none;
	margin:0 auto;
	padding:1em 0;
	text-align:left;
	clear: both;
	overflow: hidden;
}


/*ここまで*/





