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 (max-width: 992px) {
  .wrapper {
    padding-top: 30px; } }

#topLink {
  text-align: center;
  margin-top: 30px; }

#topLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#topLink li:not(:last-child) {
  border-right: 1px solid #333;
  padding-right: 15px;
  margin-right: 15px; }

#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; }

.shortList {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: justify;
  list-style-type: circle;
  list-style: inside;
  padding-left: 24px; }

.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 (max-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 (max-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 (max-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;
  width: 100%;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-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; }

#topLink {
  margin-top: 50px; }

.topLinkMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.topLinkMenu li {
  border: 0 !important; }

.topLinkMenu a {
  display: block;
  width: 200px;
  height: 90px;
  line-height: 90px;
  background-color: #F2F2F2;
  font-size: 20px;
  border: 2px solid transparent;
  -webkit-transition: border .5s;
  -o-transition: border .5s;
  transition: border .5s; }

.topLinkMenu a:hover {
  border: 2px solid #7f0019; }

@media (max-width: 768px) {
  .topLinkMenu {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .topLinkMenu li {
    padding: 0 !important;
    margin: 0 !important; }
  .topLinkMenu li:not(:last-child) {
    margin-bottom: 30px !important; }
  .topLinkMenu a {
    width: 100%; } }

.backBtn {
  font-size: 16px;
  text-decoration: underline;
  display: block;
  margin: 50px 0 30px; }

@media (max-width: 992px) {
  .backBtn {
    margin: 30px 0 30px; } }
