@charset "utf-8";


/* 横向きにした時
----------------------------------------------------*/

@media only screen
    and (orientation:landscape) {

header {
	margin-top: 10px;
	position: absolute;
	top: 0px;
	width:100%;
	overflow:hidden;
}

header img.icon {
	float:left;
	width: 13%;
	position: relative;
    top: -5px;
	left:-5px;
	z-index: 1000000;
}

header h1 {
	float:left;
	width:100%;
	font-size: 0.8em;
	position: relative;
    top: -60px;
	left:60px;
	overflow:hidden;
}

header img.logo {
	float:left;
	width: 60%;
	position: relative;
    top: -60px;
	left:60px;
	z-index: 10000;
}

}