@charset "UTF-8";

/*----------------------------------------------------------------------------------firefox fade対策----------*/

img { box-shadow: #000 0 0 0; }

img, x:-moz-any-link, x:default {
box-shadow: #000 0 0 0;
}

/*-----------------------------------------------------------------------------------------------------------visual-----------------*/



body{
	position: relative;
	height: 100%;
	min-height: 100%;
	
}

footer{
	 background-color: inherit;
	 position: fixed;
	 width: 100%;
	 height: 280px;

	 bottom: 0;
}


.bottombox{
	color:#fff;
	display: block;
	float: left;
	margin: 2rem;
	

/*position: relative;*/


}

.bottombox_about p{
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 0.9rem;
	line-height: 0.8rem;
	letter-spacing: inherit;

}
.bottombox_about_title {

}

.bottombox_about_detail p{
	line-height: 1.5rem;
}



@media screen and (max-width: 900px) and (orientation:landscape){



footer{
	display: none;
}



}





@media screen and (max-width: 700px) and (orientation:portrait){



 footer{
	display: none;
}



}



