.clearfix:after { /* for modern browser */
    height: 0;
    visibility: hidden;
    content:".";
    display: block;
    clear: both;
}
.clearfix { /* for IE5.5-7 */
    zoom: 1;
    display: inline-block;
}
.clearfix { height: 1% }
.clearfix { display: block; }
.clear{
  width:0%;
  clear:both;
  font-size:0px;
  margin:0px;
  padding:0px;
}
.tex_none {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.smartHeader {
  display: none;
}
.smartFooter {
  display: none;
}
.firstFooter {
  display: none;
}
.link-sp {
  display: none;
}


#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 99999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.30s ease-in;
    -webkit-transition: top 0.30s ease-in;
    -moz-transition: top 0.30s ease-in;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 32px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .20s ease-in-out;
    -moz-transition: .20s ease-in-out;
    transition: .20s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
