@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body{
  font-family:"Noto Sans TC",'LiHei Pro',sans-serif;
}
.font_jp{
  font-family: 'Noto Sans JP', sans-serif;
}
.font_arial{
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.menu{
  width: 100%;
  height: 71px;
  background: url(../img/nav_bg.png);
  position: fixed;
  top: 0;
  z-index: 999;
  display: block;
}
#nav_logo_img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}


footer{
  text-align: center;
  background: #f4f0e9;
  margin-top: 40px;
}
.footer_top{
display: inline-block;
padding-top: 20px;
padding-bottom: 20px;
}
.footer_logo_img{
  display: block;
  float: left;
  margin-right: 30px;
  margin-top: 20px;
}
.footer_info{
  float: left;
text-align: left;
/* margin-left: 20px; */
border-left: 1px solid #fff;
padding-left: 30px;
font-size: 12px;
color: #d2af80;
line-height: 20px;
box-sizing: border-box;
padding-top: 10px;
padding-bottom: 10px;
}
.tax_num a{
  text-decoration: none;
  color: #d2af80;
}
.footer_bottom{
  font-size: 12px;
color: #d2af80;
line-height: 44px;
border-top: 1px solid #fff;
}
.footer_bottom p{
  display: inline;
}

@media screen and (max-width:1000px) {
  #nav_logo_img{
    height: 50%;
    margin-top: 13px;
  }
  .footer_top{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer_logo_img{
    display: none;
  }
  .footer_info{
    border: none;
    padding: 0;
    text-align: center;
  }
  .footer_bottom{
    display: none;
  }
}
