* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	text-align: center;
	font-size: 13px;
	font-family: "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
	color: #333333;
	line-height: 140%;
}

#cover {
	margin: 0px auto;
	text-align: center;
}

#container {
	max-width: 1280px;
	margin: 0px auto;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
	text-align: center;
}
.header-left{
    float:left;
    height: 200px
}
.header-right{
    float:right;
}
.header-logo{
    margin: 30px 0px 30px 30px;
    width: 140px;
}

/*ドロワーメニュー*/
.zdo_drawer_nav{
    list-style-type: none;
    text-align: left;
}
.global-nav__item a{
color: #fff!important;
}
.global-nav__item a:hover{
color: #fff!important;
}


