.spacestar {
  width: 100%;
  height: 100%;
}
.spacestar .stars .star {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  top: 0px;
  left: 20%;
  position: relative;
  animation: star-ani 3s infinite ease-out;
  box-shadow: 0 0 5px 5px rgba(255,255,255,.3);
  opacity: 0;
  z-index: 2;
}
.spacestar .stars .star:after {
  content: '';
  display: block;
  top: 0px;
  left: 4px;
  border: 0px solid #fff;
  border-width: 0px 90px 2px 90px;
  border-color: transparent transparent transparent rgba(255, 255, 255, .3);
  transform: rotate(-45deg) translate3d(1px,2px,0);
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, .3);
  transform-origin: 0% 0%;
}
@keyframes star-ani {
0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0) rotate(0) translate3d(0, 0, 0);
    transform: scale(0) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0) translate3d(-200px, 200px, 0);
    -moz-transform: scale(1) rotate(0) translate3d(-200px, 200px, 0);
    transform: scale(1) rotate(0) translate3d(-200px, 200px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);
    -moz-transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);
    transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);
  }
}

#hp_bottomCell {
    z-index: 10;
}
#hp_bottomCell {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#hp_bottomCell>#sb_foot, #hp_bottomCell>#b_footer {
    margin-top: 10px;
}
#sb_foot {
    _display: inline;
    _zoom: 1;
}
#sb_foot {
    overflow: hidden;
}
#sb_foot {
    height: 35px;
}

#sb_foot {
    background-color: #333;
}
#sb_foot, #hp_sw_hdr {
    z-index: 11;
    width: 100%;
    position: relative;
    border: 0;
    padding: 0;
}
.hp_text, .sc_pc li a, #sb_foot, #sb_foot li a, ul.hp_head_nav li a {
    font-weight: 400;
}

#sb_foot ul {
    display: block;
}

#sw_footL {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    white-space: nowrap;
}
#sw_footL {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    right: inherit;
    white-space: nowrap;
}
#sw_footL, #sw_footL a {
    color: #999;
}
ul {
    padding: 0;
}

#sb_foot li {
    display: inline;
}
#sw_footL li {
    line-height: 32px;
    height: 32px;
    display: inline;
    zoom: 1;
}

#sb_foot a, #sb_foot span {
    margin: 0 10px;
}

#sb_foot a, #sb_foot span {
    margin: 0 10px;
    zoom: 1;
}

.hp_text, .sc_pc li a, #sb_foot, #sb_foot li a, ul.hp_head_nav li a {
    font-weight: 400;
}
#sb_foot a, #sb_foot span {
    margin: 0 10px;
}

#sw_footL a {
    color: #999;
}
#sb_foot a, #sb_foot span {
    margin: 0 10px;
    zoom: 1;
}
#sw_footL, #sw_footL a {
    color: #999;
}
a, #id_h a, #id_h a:hover, .b_toggle, .b_toggle:hover {
    text-decoration: none;
}
a, body {
    font-family: "Segoe UI",Segoe,Tahoma,Arial,Verdana,sans-serif;
    font-size: small;
    text-decoration: none;
}
a:-webkit-any-link user agent stylesheet{
    color: -webkit-link;
    cursor: auto;
    text-decoration: underline;
}