

#gHeader{ width: auto; background: url(images/bg_header.jpg) no-repeat center top; background-size:cover;}


/* ナビゲーションカレント状態：カラー */

#fixArea nav li a.now {
    background: #a3721b;
}



/* アワードの背景カラー */

.awardBg {
    color: #fff;
    background: #ff6633;
    background-image: linear-gradient(-60deg, #a3721b 0%, #a3721b 100%);
}


/* アワードの文字色 */

.bigAwardLabel {
    color: #fff;
    font-style: italic;
}



/* ナビゲーションベース：カラー */

#fixArea nav {
    background: rgba(240,240,240,0.5);
    padding: 30px;
}


/* 背景 */

body {
    background: #111 url(images/bg.jpg) no-repeat center top;background-size:cover;
	color:#fff;
    background-attachment: fixed;
}

body .serif{ font-family: 'Bebas Neue','Noto Serif JP',"Yu Mincho", YuMincho, "HGP明朝B", serif !important;}


h2{ font-size: 50px; font-weight: 400; letter-spacing: 0.4em; padding: 90px 0; text-align: center;
    font-family: 'Bebas Neue','Noto Serif JP',"Yu Mincho", YuMincho, "HGP明朝B", serif !important;
}

#gHeader p.pageTitle{ letter-spacing: 0.2em; font-weight: 400; font-size: 38px;}

#fixArea nav{background: #222;}



#fixArea nav li a{background: #292929;color: #fff; border:1px solid #111; 
border-radius: 3px;
box-shadow: 0px 0px 0px 3px #111;
background: rgb(42,41,41);
background: linear-gradient(0deg, rgba(42,41,41,1) 69%, rgba(61,61,61,1) 100%);
}





