.sns_fb,
.sns_tw {
  width: 40px;
  height: 40px; }

#header {
  margin: 0;
  padding: 0px;
  width: 100%;
  min-width: 1000px;
  height: 200px;
  background: url(../../common/img/loop_header_bg.png) repeat-x;
  background-color: #fff; }
  #header .inner {
    width: 1000px;
    height: 200px;
    margin: 0 auto;
    position: relative; }
    #header .inner .logo {
      padding: 0;
      margin: 0;
      position: absolute;
      top: 35px;
      left: 2px; }
    #header .inner .conts_logo {
      position: absolute;
      top: 20px;
      left: 472px; }
    #header .inner .menu_btn {
      position: absolute;
      top: 35px;
      right: 0px;
      cursor: pointer;
      z-index: 20; }
    #header .inner .btn_fb {
      position: absolute;
      top: 150px;
      right: 55px;
      z-index: 20;
      cursor: pointer; }
    #header .inner .btn_tw {
      position: absolute;
      top: 150px;
      right: 2px;
      z-index: 20;
      cursor: pointer; }

#menu {
  position: relative;
  width: 100%; }

#menu .inline {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../../common/img/menu_bg.png);
  text-align: center;
  z-index: 9999; }

#menu .inline div {
  width: 1000px;
  height: 100px;
  background: url(../../common/img/sushigoto_logo_menu.png) no-repeat center top;
  text-align: right;
  margin: 20px auto 50px auto; }

#menu .inline div img {
  margin-top: 15px; }

#menu .inline ul {
  width: 590px;
  margin: 0 auto; }

#menu .inline ul li {
  background: url(../../common/img/menu_border.png) no-repeat center bottom; }

#footer {
  background: white;
  min-width: 1000px;
  overflow: hidden;
  height: 220px;
  position: relative; }

#footer .to_top {
  padding-top: 10px;
  text-align: center; }

#footer .umi {
  width: 100%;
  height: 70px;
  z-index: 50;
  position: absolute;
  bottom: 0px;
  background: url(../../common/img/loop_footer_bg.png) repeat-x; }

#footer ul {
  width: 400px;
  margin: 0 auto;
  padding-top: 34px;
  padding-left: 40px;
  display: table;
  height: 38px; }

#footer ul:after {
  content: "";
  display: block;
  clear: both; }

#footer ul li {
  display: table-cell;
  vertical-align: middle;
  height: 38px; }

#footer ul .copy {
  padding-left: 1em;
  line-height: 1em;
  font-size: 11px; }

#pagetop {
  width: 100%;
  height: 0;
  position: absolute;
  background: red;
  top: 170px;
  z-index: 12; }

#pagetop a {
  width: 60px;
  margin-top: -80px;
  display: block;
  position: absolute;
  right: 40px; }
