/**
 * Component
 */
/* 各段落 */
.row .rowTitle {
  text-align: center;
}
.row .inner {
  padding: 0 10px;
}

/* タブコンテンツ */
.tabContainer .tab ul {
  border-bottom: none;
  text-align: center;
}
.tabContainer .tab ul li {
  border-bottom: 1px solid #888;
  border-radius: 3px;
  margin: 0 5px 10px;
}

/**
 * Layout
 */
/* header */
@media screen and (max-width: 1000px) {
  #header .logo {
    z-index: 10;
  }
  #header .headerPulldown {
    z-index: 10;
  }
  #nav {
    float: none;
    height: auto;
    width: 100%;
    position: fixed;
    top: -55px;
    left: 0;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -webkit-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s;
  }
  #nav.show {
    top: 50px;
  }
  #nav ul {
    text-align: center;
  }

  #header .mobileNavCover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: #fff;
    z-index: 5;
  }
  #header .mobileNavTrigger {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 10;
    background: url(../../../images/organizer/common/btnMobileNav_2x.png);
    background-size: 30px 60px;
  }
  #header .mobileNavTrigger.show {
    background-position: 0 -30px;
  }
}

/* main */


/* footer */
@media screen and (max-width: 1000px) {
  #footer .footerNav {
    padding: 25px 10px;
  }
}

@media screen and (max-width: 950px) {
  #footer .footerNav .inner {
    width: 500px;
    margin: 0 auto;
  }
  #footer .footerNav .fotterNavLinkLanding {
    position: static;
    display: block;
    width: 428px;
    margin: 20px auto 0 ;
  }
  #footer .copy ul {
    float: none;
    text-align: center;
    margin: 0 0 10px 0;
  }
  #footer .copy small {
    float: none;
    text-align: center;
  }
}
