
#HeaderArea {
	text-align: center;
	font-size: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: rgb(255, 255, 255);
	background-color: #ff307e;
	width:380px;
	height: 50px;
	margin: 0 auto;		/*画面いっぱいに広げるために、余白ゼロ。*/
}
.menu{
	position:relative;
	width:380px;
	height:50px;
	background-color: #ff307e;
	text-align: right;
	
	margin:0; /* 行間（上 右 下 左） */
	/*padding:260px 0 0 0;*/
}
.menu img{
	position: absolute;
	width:50px;
	height:auto;
	top:0;
	right:50px;
	z-index:10;
}


/* Switchロゴ ----------------- */
.switch_logo {
	position: absolute;
	width:380px;
	height:50px;
	top: 0;
	right: 0;
	z-index:5;
	text-align: right;
}
.switch_logo img{
	width:50px;
	height:auto;
}


.menu_link{
	z-index:2;
	position:absolute;
	width:380px;
	height:300px; /*ボタン１つで48px(+border上下2px)*/
	bottom:0;
	left:0;
	right:0;
    margin:0 auto;
	padding:0;
}
.menu_button{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
	line-height:3;
	/*border-radius: 3px;*/
	
	border: solid 1px #ff8ab6;
	border-width:1px 0 1px 0;
	background: #ff307e;
	
	font-weight: 800;	/*文字の太さ*/
}



/* フッター  */
#FooterArea {
	position:relative;
	background-color: rgb(60, 60, 60);
	width: 100vw;
	height: 20px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: rgb(255, 255, 255);
	font-size:10px;
	line-height:20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	vertical-align: bottom;
}






