@charset "UTF-8";
/**********
*繁体字サイト公開用（日英中調整含むため全サイト適用）
*全サイトで読み込みを実行する
**********/
#trx-header .trx-inner .trx-utility .trx-function {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.trx-search {
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
}

.trx-search .trx-search-form input[type="text"] {
  height: 31px;
  box-sizing: border-box;
}

#trx-header .trx-inner .trx-utility .trx-function .trx-language {
  margin: 0 15px 0 0;
  padding: 0;
  width: auto;
  float: none;
  display: flex;
}

#trx-header .trx-inner .trx-utility .trx-function .trx-language li {
  display: flex;
  width: auto !important;
}

#trx-header .trx-inner .trx-utility .trx-function .trx-language li a,
#trx-header .trx-inner .trx-utility .trx-function .trx-language li em {
  padding: 7px 0.75em !important;
  line-height: 1;
}

#trx-header .trx-inner .trx-utility .trx-function .trx-language li.trx-tw {
  border-left: 1px solid #d8dfe5;
}

#trx-header .trx-inner .trx-utility .trx-function .trx-language ul:after {
  display: none;
}

#trx-header .trx-inner .trx-utility .trx-function .trx-cart {
  width: auto;
  float: none;
}

#trx-header .trx-inner .trx-utility .trx-function .trx-cart a,
#trx-header .trx-inner .trx-utility .trx-function .trx-cart a:link,
#trx-header .trx-inner .trx-utility .trx-function .trx-cart a:visited {
  padding: .1em 1em 0;
  display: block;
  background: #a60f74;
  color: #fff;
  font-size: 90%;
  transition: 0.25s all;
  border-radius: 3px;
  height: 31px;
  line-height: 31px;
  box-sizing: border-box;
  vertical-align: middle;
}

#trx-header .trx-inner .trx-utility .trx-function .trx-cart a:hover,
#trx-header .trx-inner .trx-utility .trx-function .trx-cart a:active {
  display: block;
  background: rgba(166, 15, 116, 0.75);
  color: #fff;
  text-decoration: none;
}

.trx-share ul {
  vertical-align: top;
}

.trx-share ul a {
  vertical-align: top;
}

.trx-share ul a img {
  vertical-align: top;
}

.trx-share .print2 {
  font-size: 14px;
  border: 1px solid #d8dfe5;
  border-radius: 2px;
  padding-bottom: 1px;
}

.trx-share .print2 a, .trx-share .print2 a:link, .trx-share .print2 a:visited {
  height: 25px;
  line-height: 25px;
  box-sizing: border-box;
  display: inline-block;
  padding: .1em 1em 0;
  text-decoration: none;
}

.trx-share .print2 a:hover, .trx-share .print2 a:active {
  text-decoration: none;
}
