

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul, li,
table, caption, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}
a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
img {
    border: 0px;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.placeholder {
    color: #c0c0c0;
}
input::-webkit-input-placeholder {
    color: #c0c0c0;
}
input:-ms-input-placeholder {
    color: #c0c0c0;
}
input::-moz-placeholder {
    color: #c0c0c0;
}
input,textarea,button,select　{
    font-family:inherit;
}
body,a {
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;;
    color: #333333;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.wrapper {
    width: 900px;
    margin: 0 auto;
}
/*ヘッダー*/
#header {
    background-image: url(../img/bg_header_main.jpg),url(../img/bg_header_repeat.png);
    background-repeat: no-repeat,repeat-x;
    background-position: top center,17px 0;
    min-width: 900px;
}
#header .wrapper {
    padding-top: 20px;
    height: 213px;
}
#header div {
    text-align: center;
}
#header .logo {
    width: 149px;
    height: 149px;
    margin-top: -13px;
    margin-left: 330px;
    display: inline-block;
    text-align: center;
}
#GN {
    margin-top: 0px;
}
#GN li {
    float: left;
    margin: 0px 33px 0;
    position: relative;
    line-height: 77px;
    font-weight: bold;
    color: #d2d2d2;
    letter-spacing: 0.3em;
}
#GN li a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
#GN #current a {
    color: #d2d2d2;
}
#GN li a:hover {
    color: #d2d2d2;
}
#GN li:hover:after {
    position: absolute;
    display: block;
    content: "";
    width: 100px;
    height: 6px;
    background-color: #dbb157;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
}
#lang {
    width: 97px;
    height: 32px;
    line-height: 32px;
    background: #666 url(../img/bg_lang.png);
    border-radius: 15px;
    float: right;
    display: inline-block;
}
#lang li {
    box-sizing: border-box;
    display: inline-block;
    height: 32px;
    padding: 0 6px;
}

#lang li img {
    line-height: 32px;
    vertical-align: middle;
}
.loginBtn {
    float: right;
    margin-right: 20px;
    line-height: 0;
    display: inline-block;
}
.logoutBtn {
    float: right;
    margin-right: 20px;
    line-height: 0;
    display: inline-block;
}
.sns a{
    float: right;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 15px;
}
.sns a:first-child {
    margin-right: 20px;
}
#header .bread {
    width: 900px;
    margin: 0 auto;
    margin-top: 18px;
    color: #7e7e7e;
    font-size: 12px;
    text-align: left;
}
#header .bread li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-right: 15px;
}
#header .bread li:after {
    position: absolute;
    right: -13px;
    content: ">";
    padding-left: 5px;
    text-decoration: none;
}
#header .bread li:last-child:after {
    display: none;
}
#current:after {
    position: absolute;
    display: block;
    content: "";
    width: 100px;
    height: 6px;
    background-color: #dbb157;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
}
/*アンカーリンク*/
#anchorLink ul li {
    float: left;
    padding: 0 27px;
}
#anchorLink ul li p {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 33px;
    border-bottom: 1px solid #b7b7b7;
}
#anchorLink ul li p:hover {
    border-bottom: 1px solid #fff;
}
#anchorLink ul li a {
    font-weight: bold;
    display: block;
    position: relative;
    text-decoration: none;
    line-height: 33px;
}

#anchorLink .adaaaward li a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -20px;
    width: 17px;
    height: 10px;
    background-image: url(../img/img_anchor.png);
    background-repeat: no-repeat;
}
#anchorLink .aiaaaward li a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -20px;
    width: 17px;
    height: 10px;
    background-image: url(../img/img_anchor_aiaa.png);
    background-repeat: no-repeat;
}

/*フッター*/
#footer {
    min-width: 900px;
    height: 90px;
    background-color: #333;
}
#footer li {
    float: left;
    margin-top: 20px;
    margin-right: 10px;
    font-size: 12px;
}
#footer li.footer-sns {
    margin-top: 13px;
}
#footer li a {
    color: #fff;
}
#footer li a.sns {
  display: block;
  width: 32px;
  height: 32px;
}
#footer li a.sns img {
  width: 100%;
  height: 100%;
}
#footer p {
    font-size: 14px;
    color: #fff;
    float: right;
}

/*ボタン*/
.MVhoverBtn {
    border: #fff 3px solid;
    box-sizing: border-box;
    position: relative;
}
.MVhoverBtn:hover {
    background-color: #fff;
    font-weight: bold;
    color: #c6041a;
}
.hoverBtn {
    border: #c6041a 3px solid;
    box-sizing: border-box;
    position: relative;
}
/*ページトップ*/
#pagetop {
    width: 58px;
    position: fixed;
    bottom: 70px;
    right: 30px
}
#pagetop :hover {
    opacity: 0.8;
}
