@charset "UTF-8";
/* Clearfix
=================================*/
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hide from Mac IE \*/

.clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* Hide from Mac IE */
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #333;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}
.size10 {
    font-size: 10px;
}
a {
    color: #333;
    text-decoration: none;
}
strong {
    font-weight: bold;
}
.display_sp {
    display: none;
}
/*--nav top--*/
section.nav {
    width: 960px;
    margin: 0 auto 50px auto;
    font-family: "garamond-premier-pro-display";
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.2rem;
    font-weight: 300;
}
section.nav img {
    display: block;
}
.nav_wrapper span,
.nav_wrapper li {
    /*text-align: center;*/
    /*width: 250px;*/
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #000;
    text-decoration: none;
    margin: 0 45px 0 0;
}
.nav_wrapper li:last-child {
    margin: 0;
}
.nav_wrapper span {
    text-decoration: underline;
    padding: 0 0 5px 0;
}
/*--/nav top--*/

/* footer */
footer {
    width: 100%;
    background: #FFF;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px 0;
}
.event_page footer {
    position: initial;
}

/* feed */
.fb_feed {
    max-width: 960px;
    min-width: 769px;
    margin: 0 auto;
    padding: 14px 0;
    position: relative;
}

#feed ul {
    text-align: left;
}

#feed ul a {
  color: #000;
  text-decoration: none;
  text-align: left;
  /*display: none;*/
  overflow: hidden;
}

#feed ul li {
    display: none;
}

h3.news {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 2px 54px 0 0;
    float: left;
    font-family: "garamond-premier-pro-display";
}

h3.news img {
    vertical-align: top;
}

span.fb_btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 99;
}

span.fb_btn a {
    color: #000;
}
.exclusion {
    margin-left: 2em;
    color: #ff0000;
    font-size: 12px;
}

/*--/feed--*/

@media screen and (max-width: 960px) {
    section.nav {
        width: 100%;
        margin: 0 auto 30px auto;
    }
    .nav_wrapper .current,
    .nav_wrapper a {
        display: block;
        margin-right: 0;
        margin-top: 20px;
    }
}


#copyright {
    float: left;
    margin: 30px 0 0 50px;
    text-transform: uppercase;
    font-family: "garamond-premier-pro-display";
    letter-spacing: 0.1rem;
    font-size: 12px;
    font-weight: 500;
}
#copyright-tokyo {
    margin: 30px 0 0 20px;
    float: left;
    font-family: "garamond-premier-pro-display";
    letter-spacing: 0.1rem;
}
#logo {
    width: 280px;
    text-align: center;
    padding: 80px 0 30px 0;
    margin: 0 auto;
}
#logo img {
    width: 100%;
}

@media screen and (max-width: 960px) {
#logo {
        width: 50%;
        height: auto;
        margin: 0 auto;
    }
#copyright {
    width: 100%;
    margin: 30px 0 0 0;
    text-align: center;
}
#copyright-tokyo {
    display: inline-block;
    margin: 20px auto 0;
    float: none;
    width: 100%;
    text-align: center;
}
.s-none {
    display: none;
}

}
