*{margin:0px;padding:0px;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body{background:#000000;-webkit-text-size-adjust:100%;}
a{color:#000000;text-decoration:none;}
li{list-style:none;}



/*PCのスタイル*/
main{
display:block;
width:1200px;
margin:0 auto;
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 100%);
}

h1{
position:relative;
height:100px;
}

h1 img{
position:absolute;
bottom:0;
}

header{
width:200px;
height:580px;
float:left;
}

/*
header nav {
	margin-right: -16px;
}
*/

header nav ul{
	display:block;
	align-items: center;
	
}

header nav ul li {
margin-top:15px;
}

header nav ul li a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 16px ;
	font-size:14px;
}
#nav_toggle{
	display: none;
width:180px;

}

article{
float:left;
background:#000000;
width:1000px;
height:630px;
display:block;
}

/****************フッター****************/
footer{
clear:both;
width:200px;
height:20px;
text-align:center;
line-height:20px;
}

.copyright{font-size:10px;}

.qr{
width:1200px;
text-align:right;
margin-top:20px;
}