@charset "utf-8";

body {
	height: 100%;
	width: 100%;

}

p {
	font-family: marcellus sc;
}
#upper {
	box-shadow: 0px 0px 3px 4px rgba(0,0,0,0.4) inset;
	background: #404040/*fbfaf5*/;
}

#upper p {
	padding-top: 1%;
	text-align: center;
    	font-size: 17px;
	font-family: marcellus sc;
	color: #fbfaf5;
	line-height: 1.5em;
}
	
#relap {
	width: 100%;
	float: left;
	margin-top: 5%;
	margin-bottom: 5%;
	padding-bottom: 15%;
	opacity: 0.65;
}


#relap p {
	font-family: marcellus sc;
	text-align: center;
    	font-size: 22px;
    	color: #000000;
}

#main {
	width: 100%;
	height: 100%;	
}

.content {
	background-color: #555;
	/*padding-left: 10%;*/
	width: 100%;
	display: block;
	/*margin-top: 14%;*/
	float: left;
}



.content #36 {
	padding: 2%;
	float: left;
	margin-bottom: 5%;
}
.content #35 {
	padding: 2%;
	float: left;
	margin-bottom: 5%;
}
.content #34 {
	padding: 2%;
	float: left;
	margin-bottom: 5%;
}






h1 {
	width: 100%;
	text-align: center;
	letter-spacing: 0.3em;
	/*line-height: 2.0em;*/
	margin-top: 1.5em;
	color: #000000;
	/*font-family: euphorigenic;*/
	font-family: dead kansas;
	font-size: 3em;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	margin-top: 15%;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.7em;
	font-size: 1.5em;
	color: #aaa;
}
.karam {
	display: block;
	margin-top: 13%;
	width: 100%;
	/*padding-bottom: 20%;*/
	float: left;

}


.karam  p {
	margin-left: 5%;
	margin-right: 5%;
	font-family: marcellus sc;
    	font-size: 16px;
	/*text-align: center;*/
	color: #486157;
	line-height: 2em;
}



footer {
	clear: both;
	color: #aaa;
	background: #404040;
	text-align: center;
	border-top: 1px solid #222;

}

footer address {
	font-family: marcellus sc;
	font-style: normal;
	font-size: 17px;
	line-height: 2em;
	/*letter-spacing: 0.1em;*/
	clear: both;

}

@media screen and (max-width: 319px){
	#mainVisual .resize img {
		min-width: 320px;
		height: auto; 
	}
}

@media screen and (max-width: 1023px){
	#absolute #top p,
	#absolute #news {
		display: none;
	}
}

@media screen and (min-width: 1024px){
	.karam {
	float: left;
	width: 100%;
	}
}

@media screen and (min-width: 1024px){
	#relap {
	padding-bottom: 0%;
	}
}


@media screen and (min-width: 1024px){
	h2 {
	margin-top: 0%;
	}
}

@media screen and (min-width: 1024px){
	.content {
	float: left;
	width: 40%;
	}
}

@media screen and (min-width: 1024px){
	.karam {
	margin-top: 5%;
	}

}

@media screen and (min-width: 1024px){
	.karam p {
	float: right;
	text-align: center;
	width: 50%;
	}
}






