#mv .bx-wrapper .bx-pager.bx-default-pager a, #mv .bx-wrapper .bx-pager.bx-default-pager a, #mv .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 4px;
  width: 5px;
  height: 5px;
  background: #fff;
  border: solid 3px #fff;
  box-shadow: 0 0 1px #002169; }
#mv .bx-wrapper {
  margin: 0; }
#mv .bx-wrapper .bx-pager.bx-default-pager a:hover, #mv .bx-wrapper .bx-pager.bx-default-pager a.active, #mv .bx-wrapper .bx-pager.bx-default-pager a:focus {
  width: 5px;
  height: 5px;
  background: #002169;
  border: solid 3px #fff;
  box-shadow: 0 0 1px #002169; }
#mv .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 50%;
  margin-bottom: calc(-1 * (1em + 4px + 3px));
  right: 1em;
  width: 1em;
  display: flex;
  flex-direction: column-reverse; }
#mv .bx-wrapper {
  box-shadow: none;
  border: 0; }

#products {
  border-bottom: solid 1px #ececec; }
  #products .tit {
    padding: 20px 0 12px;
    text-align: center; }
    #products .tit img {
      max-width: none;
      height: 49px; }
  #products .bx-wrapper {
    box-shadow: none;
    border: 0; }
  @media screen and (max-width: 1024px) {
    #products .tit {
      margin: 20px 0 10px;
      padding: 0;
      text-align: center; }
      #products .tit img {
        max-width: none;
        height: 30px; } }
  #products a {
    text-decoration: none;
	  display: block;
    color: #232323; }
    #products a:hover .itemName, #products a:hover .price {
      display: none; }
    #products a:hover .btn {
      display: block !important; }
      @media screen and (max-width: 1024px) {
        #products a:hover .btn {
          display: none !important; } }
  #products *[aria-hidden="true"] {
    position: relative; }
    #products *[aria-hidden="true"]:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(255,255,255,0.5);
      transition: all 0.3s; }
  @media screen and (max-width: 1024px) {
    #products *[aria-hidden="true"] {
      position: relative; }
      #products *[aria-hidden="true"]:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.5);
        transition: all 0.3s; } }
  #products .wear {
    float: left;
    width: 50%;
    height: 25vw;
    box-sizing: border-box;
    border-top: solid 2px #002169;
    overflow: hidden;
    box-shadow: 0 0 3px 3px #fff inset;
    border-right: solid 1px #ececec;
    position: relative; }
    #products .wear .subTit {
      padding: 10px;
      font-weight: bold;
      text-align: center;
      color: #002169;
      position: absolute;
      width: 100%;
      z-index: 99; }
    #products .wear .item {
      width: 25vw !important;
      text-align: center; }
      #products .wear .item .img, #products .wear .item .itemName, #products .wear .item .price {
        width: 100%;
        text-align: center; }
        #products .wear .item .img img, #products .wear .item .itemName img, #products .wear .item .price img {
          margin: 0 auto;
          width: calc(100% - 5em); }
      #products .wear .item .itemName {
        font-size: 12px; }
      #products .wear .item .price {
        font-size: 10px; }
      #products .wear .item .btn {
        display: none;
        font-size: 10px;
        border: solid 2px #002169;
        color: #002169;
        padding: 5px;
        width: 200px;
        margin: 0 auto 0; }
    #products .wear .bx-viewport {
      position: relative;
      left: calc(25vw / 2);
      overflow: visible !important; }
    #products .wear:hover *[aria-hidden="true"] {
      position: relative; }
      #products .wear:hover *[aria-hidden="true"]:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.5);
        transition: all 0.3s; }
  #products .goods {
    width: 50%;
    height: 25vw;
    float: right;
    box-sizing: border-box;
    border-top: solid 2px #CE0E2D;
    overflow: hidden;
    position: relative; }
    #products .goods .subTit {
      padding: 10px;
      font-weight: bold;
      text-align: center;
      color: #CE0E2D;
      position: absolute;
      width: 100%;
      z-index: 99; }
    #products .goods:hover *[aria-hidden="true"] {
      position: relative; }
      #products .goods:hover *[aria-hidden="true"]:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.5);
        transition: all 0.3s; }
    #products .goods .item {
      width: 25vw !important;
      text-align: center; }
      #products .goods .item .img, #products .goods .item .itemName, #products .goods .item .price {
        width: 100%;
        text-align: center; }
        #products .goods .item .img img, #products .goods .item .itemName img, #products .goods .item .price img {
          margin: 0 auto;
          width: calc(100% - 5em); }
      #products .goods .item .itemName {
        font-size: 12px; }
      #products .goods .item .price {
        font-size: 10px; }
      #products .goods .item .btn {
        display: none;
        font-size: 10px;
        border: solid 2px #CE0E2D;
        color: #CE0E2D;
        padding: 5px;
        width: 200px;
        margin: 0 auto 0; }
    #products .goods .bx-viewport {
      position: relative;
      left: calc(25vw / 2);
      overflow: visible !important; }
  #products:after {
    content: '';
    display: block;
    clear: both; }
  @media screen and (max-width: 1620px) {
    #products .wear .subTit {
      padding: 0;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      color: #002169; }
    #products .goods .subTit {
      padding: 0;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      color: #CE0E2D; } }
  @media screen and (max-width: 1024px) {
    #products .wear {
      float: none;
      width: 100%;
      height: 50vw;
      box-sizing: border-box;
      border-top: solid 2px #002169; }
      #products .wear .subTit {
        padding: 0;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        color: #002169;
        position: relative; }
      #products .wear .item {
        width: 50vw !important;
        text-align: center; }
        #products .wear .item .img img {
          width: 35vw; }
      #products .wear .itemName, #products .wear .price, #products .wear .btn {
        display: none; }
/*      #products .wear .bx-controls {
        display: none; }*/
      #products .wear .bx-viewport {
        position: relative;
        left: calc(50vw / 2);
        overflow: visible !important; }
    #products .goods {
      float: none;
      width: 100%;
      height: 50vw;
      box-sizing: border-box;
      border-top: solid 2px #CE0E2D; }
      #products .goods .subTit {
        padding: 0;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        color: #CE0E2D;
        position: relative; }
      #products .goods .item {
        width: 50vw !important;
        text-align: center; }
        #products .goods .item .img img {
          width: 35vw; }
      #products .goods .bx-viewport {
        position: relative;
        left: calc(50vw / 2);
        overflow: visible !important; }
      #products .goods .itemName, #products .goods .price, #products .goods .btn {
        display: none; }
/*      #products .goods .bx-controls {
        display: none; }*/ }

#pickup .tit {
  padding: 20px 0 12px;
  text-align: center; }
  #pickup .tit img {
    max-width: none;
    height: 49px; }
@media screen and (max-width: 1024px) {
  #pickup .tit {
    margin: 20px 0 10px;
    padding: 0;
    text-align: center; }
    #pickup .tit img {
      max-width: none;
      height: 30px; } }
#pickup .look {
  width: 50%;
  height: 50vw;
  float: right;
  position: relative;
  overflow: hidden; }
  #pickup .look a {
    transition: all 0.3s;
    display: block;
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-size: 100% 100%; }
    #pickup .look a:hover {
      opacity: 0.7;
      transform: scale(1.1);
      transform-origin: 50% 50%; }
#pickup .other {
  width: 50%; }
  #pickup .other .story {
    height: 25vw;
    position: relative;
    overflow: hidden;
    background: #E3E3E3; }
    #pickup .other .story a {
      color: #232323; }
    #pickup .other .story a:hover {
      color: #232323; }
      #pickup .other .story a:hover .img {
        opacity: 0.7;
        transform: scale(1.1);
        transform-origin: 50% 50%; }
    #pickup .other .story .img {
      transition: all 0.3s;
      width: 50%;
      height: 100%;
      background-position: 50% 50%;
      background-size: 100% 100%; }
    #pickup .other .story .detail {
      position: absolute;
      display: flex;
      flex-wrap: wrap;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background: #E3E3E3;
      align-content: center;
      text-align: center; }
      #pickup .other .story .detail:before {
        content: '';
        display: block;
        position: absolute;
        border-width: 20px;
        border-style: solid;
        border-color: transparent #e3e3e3 transparent transparent;
        left: 0;
        top: 50%;
        margin-left: -40px;
        margin-top: -20px; }
      #pickup .other .story .detail .tit, #pickup .other .story .detail .txt {
        width: 100%;
        margin: 0; }
  #pickup .other .shoes {
    width: 100%;
    height: 25vw;
    overflow: hidden;
    display: flex;}
#pickup .other .shoes a {
      transition: all 0.3s; }
#pickup .other .shoes a:hover {
        opacity: 0.7; }
.shoes .half {
    width: 50%;
    background-position: 50% 50%;
    background-size: 100% 100%; }

.shoes .half .shoes_bnr {
    width: 100%;
    height: 50%;
overflow: hidden;}
      #pickup .other .shoes .half .shoes_bnr a:hover .img {
        opacity: 0.7;
        transform: scale(1.1);
        transform-origin: 50% 50%;
border:none !important;}
      #pickup .other .shoes .half .shoes_bnr a:hover {
border:none !important;}
#pickup .other .shoes .half .shoes_bnr .img {
      transition: all 0.3s;
      width: 100%;
      height: 100%;
      background-position: 50% 50%;
      background-size: 100% 100%; }
#pickup .art {
  width: 100%;
  height: 25vw;
  position: relative;
  overflow: hidden; }
  #pickup .art a {
    transition: all 0.3s;
    display: block;
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-size: 100% 100%; }
    #pickup .art a:hover {
      opacity: 0.7;
      transform: scale(1.1);
      transform-origin: 50% 50%; }
@media screen and (max-width: 1024px) {
  #pickup .look {
    width: 100%;
    height: 100vw;
    float: none;
    position: relative;
    overflow: hidden; }
  #pickup .other {
    width: 100%; }
    #pickup .other .story {
      height: 50vw;
      position: relative;
      overflow: hidden;
      background: #E3E3E3; }
      #pickup .other .story a {
        color: #232323; }
      #pickup .other .story a:hover {
        color: #232323; }
        #pickup .other .story a:hover .img {
          opacity: 0.7;
          transform: scale(1.1);
          transform-origin: 50% 50%; }
      #pickup .other .story .img {
        transition: all 0.3s;
        width: 50%;
        height: 100%;
        background-position: 50% 50%;
        background-size: 100% 100%; }
      #pickup .other .story .detail {
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: #E3E3E3;
        align-content: center;
        text-align: center; }
        #pickup .other .story .detail:before {
          content: '';
          display: block;
          position: absolute;
          border-width: 20px;
          border-style: solid;
          border-color: transparent #e3e3e3 transparent transparent;
          left: 0;
          top: 50%;
          margin-left: -40px;
          margin-top: -20px; }
        #pickup .other .story .detail .tit, #pickup .other .story .detail .txt {
          width: 100%;
          margin: 0;
          padding: 5px; }
        #pickup .other .story .detail .tit {
          width: 30vw;
          margin: 0 auto; }
        #pickup .other .story .detail .txt {
          font-size: 11px; }
          #pickup .other .story .detail .txt br {
            display: none; }
    #pickup .other .shoes {
      width: 100%;
      height: 50vw;
      overflow: hidden; }
      #pickup .other .shoes a {
        transition: all 0.3s; }
        #pickup .other .shoes a:hover {
          opacity: 0.7; }
        #pickup .other .shoes a img {
          max-width: none;
          height: 50vw; } }
#pickup:after {
  content: '';
  display: block;
  clear: both; }

#news .tit {
  padding: 20px 0 12px;
  text-align: center; }
  #news .tit img {
    max-width: none;
    height: 49px; }
@media screen and (max-width: 1024px) {
  #news .tit {
    margin: 20px 0 10px;
    padding: 0;
    text-align: center; }
    #news .tit img {
      max-width: none;
      height: 30px; } }
#news > ul {
  overflow: hidden; }
  #news > ul > li:first-child {
    float: left;
    width: 50%;
    height: 50vw;
    overflow: hidden; }
    #news > ul > li:first-child > a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      color: #232323; }
    #news > ul > li:first-child > a img {
		width: 100%;
}
      #news > ul > li:first-child > a:before {
        content: '';
        width: 20%;
        max-width: 100px;
        height: 20%;
        max-height: 100px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../img/common/ico_new.png) no-repeat 0 0;
        background-size: 100%; }
      #news > ul > li:first-child > a .detail {
        position: absolute;
        width: 100%;
        height: 30%;
        background: #e3e3e3;
        text-align: center;
        font-size: 14px;
        bottom: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        text-align: center;
        transition: all 0.3s;
        opacity: 0; }
        #news > ul > li:first-child > a .detail:before {
          content: '';
          display: block;
          position: absolute;
          border-width: 20px;
          border-style: solid;
          border-color: transparent transparent #e3e3e3 transparent;
          left: 2em;
          top: 0;
          margin-top: -40px; }
        #news > ul > li:first-child > a .detail .date {
          width: 100%;
          font-weight: bold;
          text-align: center; }
          #news > ul > li:first-child > a .detail .date:after {
            content: '';
            margin: 5px auto;
            display: block;
            width: 80px;
            height: 2px;
            background: #002169; }
        #news > ul > li:first-child > a .detail .tit {
          width: 100%;
          box-sizing: border-box;
          padding: 0 1em;
          font-size: 12px;
          line-height: 1.2;
          text-align: center; }
      #news > ul > li:first-child > a:hover .detail {
        opacity: 1; }
  #news > ul > li:nth-child(n+2) {
    float: left;
    width: 25%;
    height: 25vw;
    overflow: hidden; }
    #news > ul > li:nth-child(n+2) > a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      color: #232323; }
      #news > ul > li:nth-child(n+2) > a .img {
        transition: all 0.3s; }
      #news > ul > li:nth-child(n+2) > a .detail {
        position: absolute;
        width: 100%;
        height: 30%;
        background: #e3e3e3;
        text-align: center;
        font-size: 14px;
        bottom: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        text-align: center;
        transition: all 0.3s; }
        @media screen and (max-width: 1620px) {
          #news > ul > li:nth-child(n+2) > a .detail {
            height: 50%; } }
        #news > ul > li:nth-child(n+2) > a .detail:before {
          content: '';
          display: block;
          position: absolute;
          border-width: 20px;
          border-style: solid;
          border-color: transparent transparent #e3e3e3 transparent;
          left: 2em;
          top: 0;
          margin-top: -40px; }
        #news > ul > li:nth-child(n+2) > a .detail .date {
          width: 100%;
          font-weight: bold;
          text-align: center; }
          #news > ul > li:nth-child(n+2) > a .detail .date:after {
            content: '';
            margin: 5px auto;
            display: block;
            width: 80px;
            height: 2px;
            background: #002169; }
        #news > ul > li:nth-child(n+2) > a .detail .tit {
          width: 100%;
          box-sizing: border-box;
          padding: 0 1em;
          font-size: 12px;
          line-height: 1.2;
          text-align: center; }
      #news > ul > li:nth-child(n+2) > a:hover .img {
        opacity: 0.7; }
      #news > ul > li:nth-child(n+2) > a:hover .detail {
        padding-bottom: 20px; }
  #news > ul #tw {
    width: 100%;
    height: 25vw;
    float: left;
    overflow: hidden;
    margin-right: 40px; }
  #news > ul #tw li.ttl {
    width: 97.5%;
    padding: 0 0 0 2.5%; }
  #news > ul #tw li.ttl {
    height: 54px;
    background-color: #2aaae0;
    color: #ffffff;
    padding-top: 16px;
    position: relative; }
  #news > ul #tw li.ttl > *:first-child + * {
    position: absolute;
    top: 0;
    right: -1px; }
  #news > ul #tw li.article {
    width: 100%;
    text-align: center;
    background-color: #f8f8f8; }
  #news > ul #tw li.article img {
    height: 100%;
    width: auto; }
  #news > ul #tw > *:first-child + * {
    text-align: center; }
  #news > ul #fb {
    width: 100%;
    height: 25vw;
    float: left;
    overflow: hidden; }
  #news > ul #fb li.ttl {
    width: 97.5%;
    padding: 0 0 0 2.5%; }
  #news > ul #fb li.ttl {
    height: 52px;
    background-color: #3b5998;
    color: #ffffff;
    padding-top: 18px;
    position: relative; }
  #news > ul #fb li.ttl > *:first-child + * {
    position: absolute;
    top: 0;
    right: 0; }
  #news > ul #fb li.article {
    width: 100%;
    text-align: center;
    background-color: #f8f8f8; }
  #news > ul #fb li.article img {
    height: 100%;
    width: auto; }
  #news > ul #fb > *:first-child + * {
    text-align: center; }
@media screen and (max-width: 1024px) {
  #news > ul {
    overflow: hidden; }
    #news > ul > li:first-child {
      float: none;
      width: 100%;
      height: 100vw;
      overflow: hidden; }
      #news > ul > li:first-child > a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        color: #232323; }
        #news > ul > li:first-child > a:before {
          content: '';
          width: 20%;
          max-width: 100px;
          height: 20%;
          max-height: 100px;
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          background: url(../img/common/ico_new.png) no-repeat 0 0;
          background-size: 100%; }
        #news > ul > li:first-child > a .detail {
          position: absolute;
          width: 100%;
          height: 40%;
          background: #e3e3e3;
          text-align: center;
          font-size: 14px;
          bottom: 0;
          left: 0;
          display: flex;
          flex-wrap: wrap;
          align-content: center;
          text-align: center;
          transition: all 0.3s;
          opacity: 1; }
          #news > ul > li:first-child > a .detail:before {
            content: '';
            display: block;
            position: absolute;
            border-width: 20px;
            border-style: solid;
            border-color: transparent transparent #e3e3e3 transparent;
            left: 2em;
            top: 0;
            margin-top: -40px; }
          #news > ul > li:first-child > a .detail .date {
            width: 100%;
            font-weight: bold;
            text-align: center; }
            #news > ul > li:first-child > a .detail .date:after {
              content: '';
              margin: 5px auto;
              display: block;
              width: 80px;
              height: 2px;
              background: #002169; }
          #news > ul > li:first-child > a .detail .tit {
            width: 100%;
            box-sizing: border-box;
            padding: 0 1em;
            font-size: 12px;
            line-height: 1.2;
            text-align: center; }
        #news > ul > li:first-child > a:hover .detail {
          opacity: 1; }
    #news > ul > li:nth-child(n+2) {
      float: left;
      width: 50%;
      height: 50vw;
      overflow: hidden; }
      #news > ul > li:nth-child(n+2) > a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        color: #232323; }
        #news > ul > li:nth-child(n+2) > a .img {
          transition: all 0.3s; }
        #news > ul > li:nth-child(n+2) > a .detail {
          position: absolute;
          width: 100%;
          height: 50%;
          background: #e3e3e3;
          text-align: center;
          font-size: 14px;
          bottom: 0;
          left: 0;
          display: flex;
          flex-wrap: wrap;
          align-content: center;
          text-align: center;
          transition: all 0.3s; }
          #news > ul > li:nth-child(n+2) > a .detail:before {
            content: '';
            display: block;
            position: absolute;
            border-width: 20px;
            border-style: solid;
            border-color: transparent transparent #e3e3e3 transparent;
            left: 2em;
            top: 0;
            margin-top: -40px; }
          #news > ul > li:nth-child(n+2) > a .detail .date {
            display: none;
            width: 100%;
            font-weight: bold;
            text-align: center; }
            #news > ul > li:nth-child(n+2) > a .detail .date:after {
              content: '';
              margin: 5px auto;
              display: block;
              width: 80px;
              height: 2px;
              background: #002169; }
          #news > ul > li:nth-child(n+2) > a .detail .tit {
            width: 100%;
            box-sizing: border-box;
            padding: 0 1em;
            font-size: 12px;
            line-height: 1.2;
            text-align: center; }
        #news > ul > li:nth-child(n+2) > a:hover .img {
          opacity: 0.7; }
        #news > ul > li:nth-child(n+2) > a:hover .detail {
          padding-bottom: 20px; }
    #news > ul #tw {
      width: 100%;
      height: 50vw;
      float: left;
      overflow: hidden;
      margin-right: 40px; }
    #news > ul #tw li.ttl {
      width: 97.5%;
      padding: 0 0 0 2.5%; }
      #news > ul #tw li.ttl > img {
        height: 20px; }
    #news > ul #tw li.ttl {
      height: 33px;
      background-color: #2aaae0;
      color: #ffffff;
      padding-top: 8px;
      position: relative; }
    #news > ul #tw li.ttl > *:first-child + * {
      position: absolute;
      top: 0;
      right: -1px; }
      #news > ul #tw li.ttl > *:first-child + * img {
        width: 40px; }
    #news > ul #tw li.article {
      width: 100%;
      text-align: center;
      background-color: #f8f8f8; }
    #news > ul #tw li.article img {
      height: 100%;
      width: auto; }
    #news > ul #tw > *:first-child + * {
      text-align: center; }
    #news > ul #fb {
      width: 100%;
      height: 50vw;
      float: left;
      overflow: hidden; }
    #news > ul #fb li.ttl {
      width: 97.5%;
      padding: 0 0 0 2.5%; }
      #news > ul #fb li.ttl > img {
        height: 20px; }
    #news > ul #fb li.ttl {
      height: 33px;
      background-color: #3b5998;
      color: #ffffff;
      padding-top: 8px;
      position: relative; }
    #news > ul #fb li.ttl > *:first-child + * {
      position: absolute;
      top: 0;
      right: 0; }
      #news > ul #fb li.ttl > *:first-child + * img {
        width: 40px; }
    #news > ul #fb li.article {
      width: 100%;
      text-align: center;
      background-color: #f8f8f8; }
    #news > ul #fb li.article img {
      height: 100%;
      width: auto; }
    #news > ul #fb > *:first-child + * {
      text-align: center; } }

#cheer .tit {
  padding: 20px 0 12px;
  text-align: center; }
  #cheer .tit img {
    max-width: none;
    height: 49px; }
#cheer a img {
  transition: all 0.3s; }
#cheer a:hover img {
  opacity: 0.7; }
#cheer ul {
  display: flex; }
@media screen and (max-width: 1024px) {
  #cheer .tit {
    margin: 20px 0 10px;
    padding: 0;
    text-align: center; }
    #cheer .tit img {
      max-width: none;
      height: 30px; } }
#instafeed {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
#instafeed div {
	width: calc(100% / 3);
	text-align: center;
	background: #ececec;
}
#instafeed a {
	display: block;
	height: 33.3vw;
	overflow: hidden;
	line-height: 1;
}
#instagramfeed .tit {
    padding: 20px 0 12px;
    text-align: center;
}
@media screen and (max-width: 1024px) {
	
#instagramfeed .tit {
    margin: 20px 0 10px;
    padding: 0;
    text-align: center;
}
#instagramfeed .tit img {
	width: 120px;
}
}