body {
  font-family: 'MUJIFont-Light', 'Helvetica', 'Lucida Grande', 'Microsoft JhengHei', sans-serif;
  line-height: 1.5;
  background: #fff;
  color: #000; }

body.overflow-hidden {
  overflow: hidden; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

.titleItem {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 28px;
  width: 100%;
  color: #333333;
  border-left: 4px solid #7f0019;
  padding-left: 15px; }

.titleItem img {
  width: 100%; }

.subTitleItem {
  color: #999999;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold; }

.wrapper {
  padding-top: 0; }

@media (min-width: 992px) {
  .wrapper {
    padding-top: 60px; } }

#hGlobalNav h1 {
  background: url(https://www.muji.tw/tw/img/menu_b.png) no-repeat center center;
  background-size: 20px 15px; }

.company tr td {
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  text-align: justify; }

.company p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: justify; }

.company p.short {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify; }

.redline {
  width: 100%;
  height: 2px;
  background: #7f0019;
  margin-bottom: 20px; }

.redp {
  color: #7f0019; }

.Statement {
  margin-top: 30px; }

.haraAlign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.haraAlign img {
  width: 100%; }

@media (min-width: 768px) {
  .haraAlign {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .haraAlign img {
    width: 22%; } }

.mbmenuall--bar {
  display: none;
  background: #fff;
  position: fixed;
  bottom: -1px;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #ececec; }

@media (min-width: 768px) {
  .mbmenuall--bar {
    top: 0;
    bottom: auto; } }

.mbmenuall--bar .mbmenu {
  width: auto;
  padding: 20px;
  float: none; }

.mbmenuall--bar .mbmenu a.active {
  color: #7f0019; }

@media (min-width: 1024px) {
  .mbmenuall--bar .mbmenu {
    width: 33.33333%; } }

.mbmenuall--tabscroller {
  overflow-y: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }

.mbmenuall--scrollArea {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
width: 1260px;

margin: 0 auto;
}


@media (max-width: 768px) {
    .mbmenuall--scrollArea{
width: 100%;
    }

    .mbmenuall--bar .mbmenu {
        width: 100%;
        padding: 20px 0px;
        float: none;
    }
}



.mbmenuall--pageNav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  will-change: transform; }

.mbmenuall--scrollArea::-webkit-scrollbar {
  display: none; }

.tabContent > * {
  display: none; }

.tabContent .active {
  display: block; }
