@charset "utf-8";



/* 画面サイズ */

body {
	margin: 0px 0px 0px 0px;
	background-color: black; 
	height: 100%;
    padding-bottom: 0px;
    box-sizing: border-box;
}

.header {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 270px;
    margin: 0px 0px 0px 0px;
    background-color: black;
    padding: 0px 0px 0px 50px;
}

.wrapper {
    max-width: 100%;
    margin: 0px 50px 0px 50px;
    background-color: black;
	padding: 300px 0px 250px 0px;
}

.container {
}

.main {
}

.footer {
	position: fixed;
    bottom: 0px;
    width: 100%;
    margin: 0px 0px 0px 0px;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■ */


/* 文字 */

h_01 {
    font-family: verdana, sans-serif;
    font-size: 60px;
    color: red;
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 100px; 
}

h_02 {
    font-family: '游ゴシック', sans-serif;
    font-size: 35px;
    color: silver;
    font-weight: 400;
    letter-spacing: 0px;
}

h_03 {
    font-family: '游ゴシック', sans-serif;
    font-size: 30px;
    color: silver;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 50px;
}


h_04 {
    font-family: '游ゴシック', sans-serif;
    font-size: 40px;
    color: gainsboro;
    font-weight: 400;
    letter-spacing: 0px;
}

h_05 {
    font-family: sans-serif;
    font-size: 35px;
    color: red;
    font-weight: 700;
    letter-spacing: 0px;
}

h_07 {
    font-family: sans-serif;
    font-size: 35px;
    color: dodgerblue;
    font-weight: 600;
    letter-spacing: 0px;
}

h_08 {
    font-family: sans-serif;
    font-size: 35px;
    color: #00CC00;
    font-weight: 800;
    letter-spacing: 0px;
}

h_09 {
    font-family: '游ゴシック', sans-serif;
    font-size: 35px;
    color: silver;
    font-weight: 400;
    letter-spacing: 1px;
}






/* 行間、装飾 */

p {
    line-height: 70px;
    text-decoration: none;
}



/* リンク文字 */

a {
    text-decoration: none;
}

a:link {
	color: gray;      
}

a:visited {
	color: gray;       
}

a:hover {
    color: red;    
}

a:active {
    color: red;    
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■ */


/* グローバルメニュー */

.global-nav {
	font-size: 35px;
    font-family: sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    width: auto;
   	background-color: white;
}

.nav-list {
	margin: 0px 0px 0px 0px;
    padding: 16px 0px 0px 0px;
    text-align: center;
}

.nav-item {
	display: inline-block;
    padding: 15px 25px;
    color: white;
    letter-spacing: 1px;
}
	





