/* font-color
-------------------------------------------------- */
.a-clr-red {
	color: #C1272D;
}

/* font-family
-------------------------------------------------- */
.a-ft-min {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}


/* position
------------------------------------------------------------ */
.a-pos-s {
  position: static !important;
}

.a-pos-a {
  position: absolute !important;
}

.a-pos-r {
  position: relative !important;
}

.a-pos-f {
  position: fixed !important;
}

.a-t-a {
  top: auto !important;
}

.a-t-0 {
  top: 0 !important;
}

.a-r-a {
  right: auto !important;
}

.a-r-0 {
  right: 0 !important;
}

.a-b-a {
  bottom: auto !important;
}

.a-b-0 {
  bottom: 0 !important;
}

.a-l-a {
  left: auto !important;
}

.a-l-0 {
  left: 0 !important;
}

.a-z-a {
  z-index: auto !important;
}

.a-z-0 {
  z-index: 0 !important;
}

.a-z-1 {
  z-index: 1 !important;
}

.a-z-2 {
  z-index: 2 !important;
}

.a-z-3 {
  z-index: 3 !important;
}

.a-z-4 {
  z-index: 4 !important;
}

.a-z-5 {
  z-index: 5 !important;
}

.a-z-6 {
  z-index: 6 !important;
}

.a-z-9999 {
  z-index: 9999 !important;
}

/* float
------------------------------------------------------------ */
.a-fl-n {
  float: none !important;
}

.a-fl-l {
  float: left !important;
}

.a-fl-r {
  float: right !important;
}

.a-cl-n {
  clear: none !important;
}

.a-cl-l {
  clear: left !important;
}

.a-cl-r {
  clear: right !important;
}

.a-cl-b {
  clear: both !important;
}

/* display
------------------------------------------------------------ */
.a-d-n {
  display: none !important;
}

.a-d-b {
  display: block !important;
}

.a-d-f {
  display: flex !important;
}

.a-d-if {
  display: inline-flex !important;
}

.a-d-i {
  display: inline !important;
}

.a-d-ib {
  display: inline-block !important;
}

.a-d-li {
  display: list-item !important;
}

.a-d-ri {
  display: run-in !important;
}

.a-d-cp {
  display: compact !important;
}

.a-d-tb {
  display: table !important;
}

.a-d-itb {
  display: inline-table !important;
}

.a-d-tbcp {
  display: table-caption !important;
}

.a-d-tbcl {
  display: table-column !important;
}

.a-d-tbclg {
  display: table-column-group !important;
}

.a-d-tbhg {
  display: table-header-group !important;
}

.a-d-tbfg {
  display: table-footer-group !important;
}

.a-d-tbr {
  display: table-row !important;
}

.a-d-tbrg {
  display: table-row-group !important;
}

.a-d-tbc {
  display: table-cell !important;
}

.a-d-rb {
  display: ruby !important;
}

.a-d-rbb {
  display: ruby-base !important;
}

.a-d-rbbg {
  display: ruby-base-group !important;
}

.a-d-rbt {
  display: ruby-text !important;
}

.a-d-rbtg {
  display: ruby-text-group !important;
}

/* overflow
------------------------------------------------------------ */
.a-ov-v {
  overflow: visible !important;
}

.a-ov-h {
  overflow: hidden !important;
}

.a-ov-s {
  overflow: scroll !important;
}

.a-ov-a {
  overflow: auto !important;
}

.a-ovx-v {
  overflow-x: visible !important;
}

.a-ovx-h {
  overflow-x: hidden !important;
}

.a-ovx-s {
  overflow-x: scroll !important;
}

.a-ovx-a {
  overflow-x: auto !important;
}

.a-ovy-v {
  overflow-y: visible !important;
}

.a-ovy-h {
  overflow-y: hidden !important;
}

.a-ovy-s {
  overflow-y: scroll !important;
}

.a-ovy-a {
  overflow-y: auto !important;
}

/* box-sizing
------------------------------------------------------------ */
.a-bxz-cb {
  box-sizing: content-box !important;
}

.a-bxz-bb {
  box-sizing: border-box !important;
}

.a-bxsh-n {
  box-shadow: none !important;
}

/* border
------------------------------------------------------------ */
.a-ol-n {
  outline: none !important;
}

.a-olw-tn {
  outline-width: thin !important;
}

.a-olw-md {
  outline-width: medium !important;
}

.a-olw-tc {
  outline-width: thick !important;
}

.a-ols-n {
  outline-style: none !important;
}

.a-ols-dt {
  outline-style: dotted !important;
}

.a-ols-ds {
  outline-style: dashed !important;
}

.a-ols-s {
  outline-style: solid !important;
}

.a-ols-db {
  outline-style: double !important;
}

.a-ols-g {
  outline-style: groove !important;
}

.a-ols-r {
  outline-style: ridge !important;
}

.a-ols-i {
  outline-style: inset !important;
}

.a-ols-o {
  outline-style: outset !important;
}

.a-olc-i {
  outline-color: invert !important;
}

.a-bfv-h {
  backface-visibility: hidden !important;
}

.a-bfv-v {
  backface-visibility: visible !important;
}

.a-bd-n {
  border: none !important;
}

.a-bd-0 {
  border: 0 !important;
}

.a-bdcl-c {
  border-collapse: collapse !important;
}

.a-bdcl-s {
  border-collapse: separate !important;
}

.a-bdc-t {
  border-color: transparent !important;
}

.a-bdc-cc {
  border-color: currentColor !important;
}

.a-bdc-white {
  border-color: #ffffff !important;
}

.a-bdc-silver {
  border-color: #dddddd !important;
}

.a-bdc-silver-lighten {
  border-color: #eeeeee !important;
}

.a-bdc-gray {
  border-color: #cccccc !important;
}

.a-bdc-black {
  border-color: #111111 !important;
}

.a-bdc-navy {
  border-color: #001f3f !important;
}

.a-bdc-blue {
  border-color: #0074d9 !important;
}

.a-bdc-aqua {
  border-color: #7fdbff !important;
}

.a-bdc-teal {
  border-color: #39cccc !important;
}

.a-bdc-olive {
  border-color: #3d9970 !important;
}

.a-bdc-green {
  border-color: #2ecc40 !important;
}

.a-bdc-lime {
  border-color: #01ff70 !important;
}

.a-bdc-yellow {
  border-color: #ffdc00 !important;
}

.a-bdc-orange {
  border-color: #ff851b !important;
}

.a-bdc-red {
  border-color: #ff4136 !important;
}

.a-bdc-maroon {
  border-color: #85144b !important;
}

.a-bdc-fuchsia {
  border-color: #f012be !important;
}

.a-bdc-purple {
  border-color: #8b0a39 !important;
}

.a-bdc-primary {
  border-color: #0275d8 !important;
}

.a-bdc-success {
  border-color: #5cb85c !important;
}

.a-bdc-info {
  border-color: #5bc0de !important;
}

.a-bdc-warning {
  border-color: #f0ad4e !important;
}

.a-bdc-danger {
  border-color: #d9534f !important;
}

.a-bdi-n {
  border-image: none !important;
}

.a-bds-n {
  border-style: none !important;
}

.a-bds-h {
  border-style: hidden !important;
}

.a-bds-dt {
  border-style: dotted !important;
}

.a-bds-ds {
  border-style: dashed !important;
}

.a-bds-s {
  border-style: solid !important;
}

.a-bds-db {
  border-style: double !important;
}

.a-bds-w {
  border-style: wave !important;
}

.a-bds-g {
  border-style: groove !important;
}

.a-bds-r {
  border-style: ridge !important;
}

.a-bds-i {
  border-style: inset !important;
}

.a-bds-o {
  border-style: outset !important;
}

.a-bdw-0 {
  border-width: 0 !important;
}

.a-bdw-1 {
  border-width: 1px !important;
}

.a-bdw-2 {
  border-width: 2px !important;
}

.a-bdw-3 {
  border-width: 3px !important;
}

.a-bdw-4 {
  border-width: 4px !important;
}

.a-bdw-5 {
  border-width: 5px !important;
}

.a-bdw-6 {
  border-width: 6px !important;
}

.a-bdtw-0 {
  border-top-width: 0 !important;
}

.a-bdtw-1 {
  border-top-width: 1px !important;
}

.a-bdtw-2 {
  border-top-width: 2px !important;
}

.a-bdtw-3 {
  border-top-width: 3px !important;
}

.a-bdtw-4 {
  border-top-width: 4px !important;
}

.a-bdtw-5 {
  border-top-width: 5px !important;
}

.a-bdtw-6 {
  border-top-width: 6px !important;
}

.a-bdrw-0 {
  border-right-width: 0 !important;
}

.a-bdrw-1 {
  border-right-width: 1px !important;
}

.a-bdrw-2 {
  border-right-width: 2px !important;
}

.a-bdrw-3 {
  border-right-width: 3px !important;
}

.a-bdrw-4 {
  border-right-width: 4px !important;
}

.a-bdrw-5 {
  border-right-width: 5px !important;
}

.a-bdrw-6 {
  border-right-width: 6px !important;
}

.a-bdbw-0 {
  border-bottom-width: 0 !important;
}

.a-bdbw-1 {
  border-bottom-width: 1px !important;
}

.a-bdbw-2 {
  border-bottom-width: 2px !important;
}

.a-bdbw-3 {
  border-bottom-width: 3px !important;
}

.a-bdbw-4 {
  border-bottom-width: 4px !important;
}

.a-bdbw-5 {
  border-bottom-width: 5px !important;
}

.a-bdbw-6 {
  border-bottom-width: 6px !important;
}

.a-bdlw-0 {
  border-left-width: 0 !important;
}

.a-bdlw-1 {
  border-left-width: 1px !important;
}

.a-bdlw-2 {
  border-left-width: 2px !important;
}

.a-bdlw-3 {
  border-left-width: 3px !important;
}

.a-bdlw-4 {
  border-left-width: 4px !important;
}

.a-bdlw-5 {
  border-left-width: 5px !important;
}

.a-bdlw-6 {
  border-left-width: 6px !important;
}

.a-bdt-n {
  border-top: none !important;
}

.a-bdt-0 {
  border-top: 0 !important;
}

.a-bdtc-t {
  border-top-color: transparent !important;
}

.a-bdtc-cc {
  border-top-color: currentColor !important;
}

.a-bdr-n {
  border-right: none !important;
}

.a-bdr-0 {
  border-right: 0 !important;
}

.a-bdrc-t {
  border-right-color: transparent !important;
}

.a-bdrc-cc {
  border-right-color: currentColor !important;
}

.a-bdb-n {
  border-bottom: none !important;
}

.a-bdb-0 {
  border-bottom: 0 !important;
}

.a-bdbc-t {
  border-bottom-color: transparent !important;
}

.a-bdbc-cc {
  border-bottom-color: currentColor !important;
}

.a-bdl-n {
  border-left: none !important;
}

.a-bdl-0 {
  border-left: 0 !important;
}

.a-bdlc-t {
  border-left-color: transparent !important;
}

.a-bdlc-cc {
  border-left-color: currentColor !important;
}

/* 閭梧勹濶ｲ
------------------------------------------------------------ */
.a-bgc-t {
  background-color: transparent !important;
}

.a-bgc-cc {
  background-color: currentColor !important;
}

.a-bgc-white {
  background-color: #ffffff !important;
}

.a-bgc-silver {
  background-color: #dddddd !important;
}

.a-bgc-gray {
  background-color: #aaaaaa !important;
}

.a-bgc-black {
  background-color: #111111 !important;
}

.a-bgc-navy {
  background-color: #001f3f !important;
}

.a-bgc-blue {
  background-color: #004e8f !important;
}

.a-bgc-aqua {
  background-color: #7fdbff !important;
}

.a-bgc-teal {
  background-color: #73D6CD !important;
}

.a-bgc-olive {
  background-color: #3d9970 !important;
}

.a-bgc-green {
  background-color: #2ecc40 !important;
}

.a-bgc-lime {
  background-color: #01ff70 !important;
}

.a-bgc-yellow {
  background-color: #ffdc00 !important;
}

.a-bgc-orange {
  background-color: #ff851b !important;
}

.a-bgc-red {
  background-color: #ff4136 !important;
}

.a-bgc-maroon {
  background-color: #85144b !important;
}

.a-bgc-fuchsia {
  background-color: #f012be !important;
}

.a-bgc-purple {
  background-color: #b10dc9 !important;
}

.a-bgc-primary {
  background-color: #0275d8 !important;
}

.a-bgc-success {
  background-color: #5cb85c !important;
}

.a-bgc-info {
  background-color: #5bc0de !important;
}

.a-bgc-warning {
  background-color: #f0ad4e !important;
}

.a-bgc-danger {
  background-color: #d9534f !important;
}

.a-bgi-n {
  background-image: none !important;
}

.a-bgr-n {
  background-repeat: no-repeat !important;
}

.a-bgr-x {
  background-repeat: repeat-x !important;
}

.a-bgr-y {
  background-repeat: repeat-y !important;
}

.a-bgr-sp {
  background-repeat: space !important;
}

.a-bgr-rd {
  background-repeat: round !important;
}

.a-bga-f {
  background-attachment: fixed !important;
}

.a-bga-s {
  background-attachment: scroll !important;
}

.a-bgp-t {
  background-position: top !important;
}

.a-bgp-r {
  background-position: right !important;
}

.a-bgp-b {
  background-position: bottom !important;
}

.a-bgp-l {
  background-position: left !important;
}

.a-bgp-c {
  background-position: center !important;
}

.a-bgsz-a {
  background-size: auto !important;
}

.a-bgsz-ct {
  background-size: contain !important;
}

.a-bgsz-cv {
  background-size: cover !important;
}

.a-bg-n {
  background: none !important;
}

.a-c-i {
  color: inherit !important;
}

/* table
-------------------------------------------------- */
.a-tbl-a {
  table-layout: auto !important;
}

.a-tbl-f {
  table-layout: fixed !important;
}

/* list-style
-------------------------------------------------- */
.a-lis-n {
  list-style: none !important;
}

.a-lisp-i {
  list-style-position: inside !important;
}

.a-lisp-o {
  list-style-position: outside !important;
}

.a-list-n {
  list-style-type: none !important;
}

.a-list-d {
  list-style-type: disc !important;
}

.a-list-c {
  list-style-type: circle !important;
}

.a-list-s {
  list-style-type: square !important;
}

.a-list-dc {
  list-style-type: decimal !important;
}

.a-list-dclz {
  list-style-type: decimal-leading-zero !important;
}

.a-list-lr {
  list-style-type: lower-roman !important;
}

.a-list-ur {
  list-style-type: upper-roman !important;
}

.a-lisi-n {
  list-style-image: none !important;
}

/* vertical-align
-------------------------------------------------- */
.a-va-sup {
  vertical-align: super !important;
}

.a-va-t {
  vertical-align: top !important;
}

.a-va-tt {
  vertical-align: text-top !important;
}

.a-va-m {
  vertical-align: middle !important;
}

.a-va-bl {
  vertical-align: baseline !important;
}

.a-va-b {
  vertical-align: bottom !important;
}

.a-va-tb {
  vertical-align: text-bottom !important;
}

.a-va-sub {
  vertical-align: sub !important;
}

/* 蟾ｦ蜿ｳ繧ｻ繝ｳ繧ｿ繝ｼ
-------------------------------------------------- */
.a-ta-l {
  text-align: left !important;
}

.a-ta-c {
  text-align: center !important;
}

.a-ta-r {
  text-align: right !important;
}

.a-ta-j {
  text-align: justify !important;
}

/* font-size
-------------------------------------------------- */
.a-font-xxxs {
  font-size: 0.625rem !important;
}

.a-font-xxs {
  font-size: 0.75rem !important;
}

.a-font-xs {
  font-size: 0.8125em !important;
}

.a-font-s {
  font-size: 0.875rem !important;
}

.a-font-m {
  font-size: 1rem !important;
}

.a-font-l {
  font-size: 1.125rem !important;
}

.a-font-xl {
  font-size: 1.25rem !important;
}

.a-font-xxl {
  font-size: 1.375rem !important;
}

.a-font-xxxl {
  font-size: 1.5rem !important;
}

/* font-weight
-------------------------------------------------- */
.a-font-bold {
  font-weight: 700 !important;
}

.a-font-normal {
  font-weight: normal !important;
}

/* font-color
-------------------------------------------------- */
.a-font-black {
  color: #333 !important;
}

.a-font-white {
  color: #fff !important;
}

.a-font-gray {
  color: #8a8a8a !important;
}

.a-font-red {
  color: #d71037 !important;
}

.a-font-purple {
  color: #8b0a39 !important;
}

.a-font-yellow {
  color: #b39620 !important;
}

.a-font-yellow-lighten {
  color: #d9b72b !important;
}

/* text-decoration
-------------------------------------------------- */
.a-td-n {
  text-decoration: none !important;
}

.a-td-u {
  text-decoration: underline !important;
}

.a-td-o {
  text-decoration: overline !important;
}

.a-td-l {
  text-decoration: line-through !important;
}

/* text-decoration
-------------------------------------------------- */
.a-tov-c {
  text-overflow: clip !important;
}

.a-tov-e {
  text-overflow: ellipsis !important;
}

/* line-height
-------------------------------------------------- */
.a-lh-nm {
  line-height: normal !important;
}

.a-lh-i {
  line-height: inherit !important;
}

.a-lh-0 {
  line-height: 0 !important;
}

.a-lh-1 {
  line-height: 1 !important;
}

.a-lh-2 {
  line-height: 2 !important;
}

.a-lh-3 {
  line-height: 3 !important;
}

.a-lh-4 {
  line-height: 4 !important;
}

.a-lh-5 {
  line-height: 5 !important;
}

.a-lh-6 {
  line-height: 6 !important;
}

.a-lh-xs {
  line-height: 1.25 !important;
}

.a-lh-sm {
  line-height: 1.33 !important;
}

.a-lh-md {
  line-height: 1.5 !important;
}

.a-lh-lg {
  line-height: 1.75 !important;
}

.a-lh-xl {
  line-height: 2 !important;
}

/* white-space
-------------------------------------------------- */
.a-ls-0 {
  letter-spacing: 0;
}

/* white-space
-------------------------------------------------- */
.a-whs-nm {
  white-space: normal !important;
}

.a-whs-p {
  white-space: pre !important;
}

.a-whs-nw {
  white-space: nowrap !important;
}

.a-whs-pw {
  white-space: pre-wrap !important;
}

.a-whs-pl {
  white-space: pre-line !important;
}

.a-wob-nm {
  word-break: normal !important;
}

.a-wob-k {
  word-break: keep-all !important;
}

.a-wob-ba {
  word-break: break-all !important;
}

.a-wow-nm {
  word-wrap: normal !important;
}

.a-wow-n {
  word-wrap: none !important;
}

.a-wow-u {
  word-wrap: unrestricted !important;
}

.a-wow-s {
  word-wrap: suppress !important;
}

.a-wow-bw {
  word-wrap: break-word !important;
}

/* cursor
-------------------------------------------------- */
.a-cur-a {
  cursor: auto !important;
}

.a-cur-d {
  cursor: default !important;
}

.a-cur-c {
  cursor: crosshair !important;
}

.a-cur-ha {
  cursor: hand !important;
}

.a-cur-he {
  cursor: help !important;
}

.a-cur-m {
  cursor: move !important;
}

.a-cur-p {
  cursor: pointer !important;
}

.a-cur-t {
  cursor: text !important;
}

/* flex
-------------------------------------------------- */
.a-fxd-r {
  flex-direction: row !important;
}

.a-fxd-rr {
  flex-direction: row-reverse !important;
}

.a-fxd-c {
  flex-direction: column !important;
}

.a-fxd-cr {
  flex-direction: column-reverse !important;
}

.a-fxw-n {
  flex-wrap: nowrap !important;
}

.a-fxw-w {
  flex-wrap: wrap !important;
}

.a-fxw-wr {
  flex-wrap: wrap-reverse !important;
}

.a-jc-fs {
  justify-content: flex-start !important;
}

.a-jc-fe {
  justify-content: flex-end !important;
}

.a-jc-c {
  justify-content: center !important;
}

.a-jc-sb {
  justify-content: space-between !important;
}

.a-jc-sa {
  justify-content: space-around !important;
}

.a-ai-fs {
  align-items: flex-start !important;
}

.a-ai-fe {
  align-items: flex-end !important;
}

.a-ai-c {
  align-items: center !important;
}

.a-ai-b {
  align-items: baseline !important;
}

.a-ai-s {
  align-items: stretch !important;
}

.a-ac-fs {
  align-content: flex-start !important;
}

.a-ac-fe {
  align-content: flex-end !important;
}

.a-ac-c {
  align-content: center !important;
}

.a-ac-sb {
  align-content: space-between !important;
}

.a-ac-sa {
  align-content: space-around !important;
}

.a-ac-s {
  align-content: stretch !important;
}

.a-ord--1 {
  order: -1 !important;
}

.a-ord-0 {
  order: 0 !important;
}

.a-ord-1 {
  order: 1 !important;
}

.a-ord-2 {
  order: 2 !important;
}

.a-ord-3 {
  order: 3 !important;
}

.a-ord-4 {
  order: 4 !important;
}

.a-ord-5 {
  order: 5 !important;
}

.a-ord-6 {
  order: 6 !important;
}

.a-ord-9999 {
  order: 9999 !important;
}

.a-fx-n {
  flex: none !important;
}

.a-fx-1_1_a {
  flex: 1 1 auto !important;
}

.a-fx-1_0_a {
  flex: 1 0 auto !important;
}

.a-fx-0_0_a {
  flex: 0 0 auto !important;
}

.a-fx-0_1_a {
  flex: 0 1 auto !important;
}

.a-fx-1_1_1 {
  flex: 1 1 1px !important;
}

.a-as-a {
  align-self: auto !important;
}

.a-as-fs {
  align-self: flex-start !important;
}

.a-as-fe {
  align-self: flex-end !important;
}

.a-as-c {
  align-self: center !important;
}

.a-as-b {
  align-self: baseline !important;
}

.a-as-s {
  align-self: stretch !important;
}

.a-gap-n {
  gap: normal !important;
}


/* margin
------------------------------------------------------------ */
.a-m-a {
  margin: auto !important;
}

.a-m-ar {
  margin-right: auto !important;
}

.a-m-al {
  margin-left: auto !important;
}

.a-ma0 {
  margin: 0 !important;
}

.a-mt0 {
  margin-top: 0 !important;
}

.a-mt5 {
  margin-top: 5px !important;
}

.a-mt10 {
  margin-top: 10px !important;
}

.a-mt15 {
  margin-top: 15px !important;
}

.a-mt20 {
  margin-top: 20px !important;
}

.a-mt25 {
  margin-top: 25px !important;
}

.a-mt30 {
  margin-top: 30px !important;
}

.a-mt35 {
  margin-top: 35px !important;
}

.a-mt40 {
  margin-top: 40px !important;
}

.a-mt45 {
  margin-top: 45px !important;
}

.a-mt50 {
  margin-top: 50px !important;
}

.a-mt55 {
  margin-top: 55px !important;
}

.a-mt60 {
  margin-top: 60px !important;
}

.a-mt65 {
  margin-top: 65px !important;
}

.a-mt70 {
  margin-top: 70px !important;
}

.a-mt75 {
  margin-top: 75px !important;
}

.a-mt80 {
  margin-top: 80px !important;
}

.a-mt85 {
  margin-top: 85px !important;
}

.a-mt90 {
  margin-top: 90px !important;
}

.a-mt95 {
  margin-top: 95px !important;
}

.a-mt100 {
  margin-top: 100px !important;
}

.a-mb0 {
  margin-bottom: 0 !important;
}

.a-mb5 {
  margin-bottom: 5px !important;
}

.a-mb10 {
  margin-bottom: 10px !important;
}

.a-mb15 {
  margin-bottom: 15px !important;
}

.a-mb20 {
  margin-bottom: 20px !important;
}

.a-mb25 {
  margin-bottom: 25px !important;
}

.a-mb30 {
  margin-bottom: 30px !important;
}

.a-mb35 {
  margin-bottom: 35px !important;
}

.a-mb40 {
  margin-bottom: 40px !important;
}

.a-mb45 {
  margin-bottom: 45px !important;
}

.a-mb50 {
  margin-bottom: 50px !important;
}

.a-mb55 {
  margin-bottom: 55px !important;
}

.a-mb60 {
  margin-bottom: 60px !important;
}

.a-mb65 {
  margin-bottom: 65px !important;
}

.a-mb70 {
  margin-bottom: 70px !important;
}

.a-mb75 {
  margin-bottom: 75px !important;
}

.a-mb80 {
  margin-bottom: 80px !important;
}

.a-mb85 {
  margin-bottom: 85px !important;
}

.a-mb90 {
  margin-bottom: 90px !important;
}

.a-mb95 {
  margin-bottom: 95px !important;
}

.a-mb100 {
  margin-bottom: 100px !important;
}

.a-ml0 {
  margin-left: 0 !important;
}

.a-ml5 {
  margin-left: 5px !important;
}

.a-ml10 {
  margin-left: 10px !important;
}

.a-ml15 {
  margin-left: 15px !important;
}

.a-ml20 {
  margin-left: 20px !important;
}

.a-ml25 {
  margin-left: 25px !important;
}

.a-ml30 {
  margin-left: 30px !important;
}

.a-ml35 {
  margin-left: 35px !important;
}

.a-ml40 {
  margin-left: 40px !important;
}

.a-ml45 {
  margin-left: 45px !important;
}

.a-ml50 {
  margin-left: 50px !important;
}

.a-ml55 {
  margin-left: 55px !important;
}

.a-ml60 {
  margin-left: 60px !important;
}

.a-ml65 {
  margin-left: 65px !important;
}

.a-ml70 {
  margin-left: 70px !important;
}

.a-ml75 {
  margin-left: 75px !important;
}

.a-ml80 {
  margin-left: 80px !important;
}

.a-ml85 {
  margin-left: 85px !important;
}

.a-ml90 {
  margin-left: 90px !important;
}

.a-ml95 {
  margin-left: 95px !important;
}

.a-ml100 {
  margin-left: 100px !important;
}

.a-mr0 {
  margin-right: 0 !important;
}

.a-mr5 {
  margin-right: 5px !important;
}

.a-mr10 {
  margin-right: 10px !important;
}

.a-mr15 {
  margin-right: 15px !important;
}

.a-mr20 {
  margin-right: 20px !important;
}

.a-mr25 {
  margin-right: 25px !important;
}

.a-mr30 {
  margin-right: 30px !important;
}

.a-mr35 {
  margin-right: 35px !important;
}

.a-mr40 {
  margin-right: 40px !important;
}

.a-mr45 {
  margin-right: 45px !important;
}

.a-mr50 {
  margin-right: 50px !important;
}

.a-mr55 {
  margin-right: 55px !important;
}

.a-mr60 {
  margin-right: 60px !important;
}

.a-mr65 {
  margin-right: 65px !important;
}

.a-mr70 {
  margin-right: 70px !important;
}

.a-mr75 {
  margin-right: 75px !important;
}

.a-mr80 {
  margin-right: 80px !important;
}

.a-mr85 {
  margin-right: 85px !important;
}

.a-mr90 {
  margin-right: 90px !important;
}

.a-mr95 {
  margin-right: 95px !important;
}

.a-mr100 {
  margin-right: 100px !important;
}

/* padding
------------------------------------------------------------ */
.a-pa0 {
  padding: 0 !important;
}

.a-pa5 {
  padding: 5px !important;
}

.a-pa10 {
  padding: 10px !important;
}

.a-pa15 {
  padding: 15px !important;
}

.a-pa20 {
  padding: 20px !important;
}

.a-pa25 {
  padding: 25px !important;
}

.a-pa30 {
  padding: 30px !important;
}

.a-pa35 {
  padding: 35px !important;
}

.a-pa40 {
  padding: 40px !important;
}

.a-pa45 {
  padding: 45px !important;
}

.a-pa50 {
  padding: 50px !important;
}

.a-pa55 {
  padding: 55px !important;
}

.a-pa60 {
  padding: 60px !important;
}

.a-pa65 {
  padding: 65px !important;
}

.a-pa70 {
  padding: 70px !important;
}

.a-pa75 {
  padding: 75px !important;
}

.a-pa80 {
  padding: 80px !important;
}

.a-pa85 {
  padding: 85px !important;
}

.a-pa90 {
  padding: 90px !important;
}

.a-pa95 {
  padding: 95px !important;
}

.a-pa100 {
  padding: 100px !important;
}

.a-pa-r5 {
  padding: 0.5rem !important;
}

.a-pa-r10 {
  padding: 1rem !important;
}

.a-pa-r15 {
  padding: 1.5rem !important;
}

.a-pa-r20 {
  padding: 2rem !important;
}

.a-pa-r25 {
  padding: 2.5rem !important;
}

.a-pa-r30 {
  padding: 3rem !important;
}

.a-pt0 {
  padding-top: 0 !important;
}

.a-pt5 {
  padding-top: 5px !important;
}

.a-pt10 {
  padding-top: 10px !important;
}

.a-pt15 {
  padding-top: 15px !important;
}

.a-pt20 {
  padding-top: 20px !important;
}

.a-pt25 {
  padding-top: 25px !important;
}

.a-pt30 {
  padding-top: 30px !important;
}

.a-pt35 {
  padding-top: 35px !important;
}

.a-pt40 {
  padding-top: 40px !important;
}

.a-pt45 {
  padding-top: 45px !important;
}

.a-pt50 {
  padding-top: 50px !important;
}

.a-pt55 {
  padding-top: 55px !important;
}

.a-pt60 {
  padding-top: 60px !important;
}

.a-pt65 {
  padding-top: 65px !important;
}

.a-pt70 {
  padding-top: 70px !important;
}

.a-pt75 {
  padding-top: 75px !important;
}

.a-pt80 {
  padding-top: 80px !important;
}

.a-pt85 {
  padding-top: 85px !important;
}

.a-pt90 {
  padding-top: 90px !important;
}

.a-pt95 {
  padding-top: 95px !important;
}

.a-pt100 {
  padding-top: 100px !important;
}

.a-pr0 {
  padding-right: 0 !important;
}

.a-pr5 {
  padding-right: 5px !important;
}

.a-pr10 {
  padding-right: 10px !important;
}

.a-pr15 {
  padding-right: 15px !important;
}

.a-pr20 {
  padding-right: 20px !important;
}

.a-pr25 {
  padding-right: 25px !important;
}

.a-pr30 {
  padding-right: 30px !important;
}

.a-pr35 {
  padding-right: 35px !important;
}

.a-pr40 {
  padding-right: 40px !important;
}

.a-pr45 {
  padding-right: 45px !important;
}

.a-pr50 {
  padding-right: 50px !important;
}

.a-pr55 {
  padding-right: 55px !important;
}

.a-pr60 {
  padding-right: 60px !important;
}

.a-pr65 {
  padding-right: 65px !important;
}

.a-pr70 {
  padding-right: 70px !important;
}

.a-pr75 {
  padding-right: 75px !important;
}

.a-pr80 {
  padding-right: 80px !important;
}

.a-pr85 {
  padding-right: 85px !important;
}

.a-pr90 {
  padding-right: 90px !important;
}

.a-pr95 {
  padding-right: 95px !important;
}

.a-pr100 {
  padding-right: 100px !important;
}

.a-pb0 {
  padding-bottom: 0 !important;
}

.a-pb5 {
  padding-bottom: 5px !important;
}

.a-pb10 {
  padding-bottom: 10px !important;
}

.a-pb15 {
  padding-bottom: 15px !important;
}

.a-pb20 {
  padding-bottom: 20px !important;
}

.a-pb25 {
  padding-bottom: 25px !important;
}

.a-pb30 {
  padding-bottom: 30px !important;
}

.a-pb35 {
  padding-bottom: 35px !important;
}

.a-pb40 {
  padding-bottom: 40px !important;
}

.a-pb45 {
  padding-bottom: 45px !important;
}

.a-pb50 {
  padding-bottom: 50px !important;
}

.a-pb55 {
  padding-bottom: 55px !important;
}

.a-pb60 {
  padding-bottom: 60px !important;
}

.a-pb65 {
  padding-bottom: 65px !important;
}

.a-pb70 {
  padding-bottom: 70px !important;
}

.a-pb75 {
  padding-bottom: 75px !important;
}

.a-pb80 {
  padding-bottom: 80px !important;
}

.a-pb85 {
  padding-bottom: 85px !important;
}

.a-pb90 {
  padding-bottom: 90px !important;
}

.a-pb95 {
  padding-bottom: 95px !important;
}

.a-pb100 {
  padding-bottom: 100px !important;
}

.a-pl0 {
  padding-left: 0 !important;
}

.a-pl5 {
  padding-left: 5px !important;
}

.a-pl10 {
  padding-left: 10px !important;
}

.a-pl15 {
  padding-left: 15px !important;
}

.a-pl20 {
  padding-left: 20px !important;
}

.a-pl25 {
  padding-left: 25px !important;
}

.a-pl30 {
  padding-left: 30px !important;
}

.a-pl35 {
  padding-left: 35px !important;
}

.a-pl40 {
  padding-left: 40px !important;
}

.a-pl45 {
  padding-left: 45px !important;
}

.a-pl50 {
  padding-left: 50px !important;
}

.a-pl55 {
  padding-left: 55px !important;
}

.a-pl60 {
  padding-left: 60px !important;
}

.a-pl65 {
  padding-left: 65px !important;
}

.a-pl70 {
  padding-left: 70px !important;
}

.a-pl75 {
  padding-left: 75px !important;
}

.a-pl80 {
  padding-left: 80px !important;
}

.a-pl85 {
  padding-left: 85px !important;
}

.a-pl90 {
  padding-left: 90px !important;
}

.a-pl95 {
  padding-left: 95px !important;
}

.a-pl100 {
  padding-left: 100px !important;
}

/* 蟷�-px謖�ｮ�
------------------------------------------------------------ */
.a-pc-wd-a {
  width: auto !important;
}

.a-pc-wd0 {
  width: 0px !important;
}

.a-pc-wd5 {
  width: 5px !important;
}

.a-pc-wd10 {
  width: 10px !important;
}

.a-pc-wd15 {
  width: 15px !important;
}

.a-pc-wd20 {
  width: 20px !important;
}

.a-pc-wd25 {
  width: 25px !important;
}

.a-pc-wd30 {
  width: 30px !important;
}

.a-pc-wd35 {
  width: 35px !important;
}

.a-pc-wd40 {
  width: 40px !important;
}

.a-pc-wd45 {
  width: 45px !important;
}

.a-pc-wd50 {
  width: 50px !important;
}

.a-pc-wd55 {
  width: 55px !important;
}

.a-pc-wd60 {
  width: 60px !important;
}

.a-pc-wd65 {
  width: 65px !important;
}

.a-pc-wd70 {
  width: 70px !important;
}

.a-pc-wd75 {
  width: 75px !important;
}

.a-pc-wd80 {
  width: 80px !important;
}

.a-pc-wd85 {
  width: 85px !important;
}

.a-pc-wd90 {
  width: 90px !important;
}

.a-pc-wd95 {
  width: 95px !important;
}

.a-pc-wd100 {
  width: 100px !important;
}

.a-pc-wd105 {
  width: 105px !important;
}

.a-pc-wd110 {
  width: 110px !important;
}

.a-pc-wd115 {
  width: 115px !important;
}

.a-pc-wd120 {
  width: 120px !important;
}

.a-pc-wd125 {
  width: 125px !important;
}

.a-pc-wd130 {
  width: 130px !important;
}

.a-pc-wd135 {
  width: 135px !important;
}

.a-pc-wd140 {
  width: 140px !important;
}

.a-pc-wd145 {
  width: 145px !important;
}

.a-pc-wd150 {
  width: 150px !important;
}

.a-pc-wd155 {
  width: 155px !important;
}

.a-pc-wd160 {
  width: 160px !important;
}

.a-pc-wd165 {
  width: 165px !important;
}

.a-pc-wd170 {
  width: 170px !important;
}

.a-pc-wd175 {
  width: 175px !important;
}

.a-pc-wd180 {
  width: 180px !important;
}

.a-pc-wd185 {
  width: 185px !important;
}

.a-pc-wd190 {
  width: 190px !important;
}

.a-pc-wd195 {
  width: 195px !important;
}

.a-pc-wd200 {
  width: 200px !important;
}

.a-pc-wd205 {
  width: 205px !important;
}

.a-pc-wd210 {
  width: 210px !important;
}

.a-pc-wd215 {
  width: 215px !important;
}

.a-pc-wd220 {
  width: 220px !important;
}

.a-pc-wd225 {
  width: 225px !important;
}

.a-pc-wd230 {
  width: 230px !important;
}

.a-pc-wd235 {
  width: 235px !important;
}

.a-pc-wd240 {
  width: 240px !important;
}

.a-pc-wd245 {
  width: 245px !important;
}

.a-pc-wd250 {
  width: 250px !important;
}

.a-pc-wd255 {
  width: 255px !important;
}

.a-pc-wd260 {
  width: 260px !important;
}

.a-pc-wd265 {
  width: 265px !important;
}

.a-pc-wd270 {
  width: 270px !important;
}

.a-pc-wd275 {
  width: 275px !important;
}

.a-pc-wd280 {
  width: 280px !important;
}

.a-pc-wd285 {
  width: 285px !important;
}

.a-pc-wd290 {
  width: 290px !important;
}

.a-pc-wd295 {
  width: 295px !important;
}

.a-pc-wd300 {
  width: 300px !important;
}

.a-pc-wd305 {
  width: 305px !important;
}

.a-pc-wd310 {
  width: 310px !important;
}

.a-pc-wd315 {
  width: 315px !important;
}

.a-pc-wd320 {
  width: 320px !important;
}

.a-pc-wd325 {
  width: 325px !important;
}

.a-pc-wd330 {
  width: 330px !important;
}

.a-pc-wd335 {
  width: 335px !important;
}

.a-pc-wd340 {
  width: 340px !important;
}

.a-pc-wd345 {
  width: 345px !important;
}

.a-pc-wd350 {
  width: 350px !important;
}

.a-pc-wd355 {
  width: 355px !important;
}

.a-pc-wd360 {
  width: 360px !important;
}

.a-pc-wd365 {
  width: 365px !important;
}

.a-pc-wd370 {
  width: 370px !important;
}

.a-pc-wd375 {
  width: 375px !important;
}

.a-pc-wd380 {
  width: 380px !important;
}

.a-pc-wd385 {
  width: 385px !important;
}

.a-pc-wd390 {
  width: 390px !important;
}

.a-pc-wd395 {
  width: 395px !important;
}

.a-pc-wd400 {
  width: 400px !important;
}

.a-pc-wd405 {
  width: 405px !important;
}

.a-pc-wd410 {
  width: 410px !important;
}

.a-pc-wd415 {
  width: 415px !important;
}

.a-pc-wd420 {
  width: 420px !important;
}

.a-pc-wd425 {
  width: 425px !important;
}

.a-pc-wd430 {
  width: 430px !important;
}

.a-pc-wd435 {
  width: 435px !important;
}

.a-pc-wd440 {
  width: 440px !important;
}

.a-pc-wd445 {
  width: 445px !important;
}

.a-pc-wd450 {
  width: 450px !important;
}

.a-pc-wd455 {
  width: 455px !important;
}

.a-pc-wd460 {
  width: 460px !important;
}

.a-pc-wd465 {
  width: 465px !important;
}

.a-pc-wd470 {
  width: 470px !important;
}

.a-pc-wd475 {
  width: 475px !important;
}

.a-pc-wd480 {
  width: 480px !important;
}

.a-pc-wd485 {
  width: 485px !important;
}

.a-pc-wd490 {
  width: 490px !important;
}

.a-pc-wd495 {
  width: 495px !important;
}

.a-pc-wd500 {
  width: 500px !important;
}

.a-pc-wd505 {
  width: 505px !important;
}

.a-pc-wd510 {
  width: 510px !important;
}

.a-pc-wd515 {
  width: 515px !important;
}

.a-pc-wd520 {
  width: 520px !important;
}

.a-pc-wd525 {
  width: 525px !important;
}

.a-pc-wd530 {
  width: 530px !important;
}

.a-pc-wd535 {
  width: 535px !important;
}

.a-pc-wd540 {
  width: 540px !important;
}

.a-pc-wd545 {
  width: 545px !important;
}

.a-pc-wd550 {
  width: 550px !important;
}

.a-pc-wd555 {
  width: 555px !important;
}

.a-pc-wd560 {
  width: 560px !important;
}

.a-pc-wd565 {
  width: 565px !important;
}

.a-pc-wd570 {
  width: 570px !important;
}

.a-pc-wd575 {
  width: 575px !important;
}

.a-pc-wd580 {
  width: 580px !important;
}

.a-pc-wd585 {
  width: 585px !important;
}

.a-pc-wd590 {
  width: 590px !important;
}

.a-pc-wd595 {
  width: 595px !important;
}

.a-pc-wd600 {
  width: 600px !important;
}

.a-pc-wd605 {
  width: 605px !important;
}

.a-pc-wd610 {
  width: 610px !important;
}

.a-pc-wd615 {
  width: 615px !important;
}

.a-pc-wd620 {
  width: 620px !important;
}

.a-pc-wd625 {
  width: 625px !important;
}

.a-pc-wd630 {
  width: 630px !important;
}

.a-pc-wd635 {
  width: 635px !important;
}

.a-pc-wd640 {
  width: 640px !important;
}

.a-pc-wd645 {
  width: 645px !important;
}

.a-pc-wd650 {
  width: 650px !important;
}

.a-pc-wd655 {
  width: 655px !important;
}

.a-pc-wd660 {
  width: 660px !important;
}

.a-pc-wd665 {
  width: 665px !important;
}

.a-pc-wd670 {
  width: 670px !important;
}

.a-pc-wd675 {
  width: 675px !important;
}

.a-pc-wd680 {
  width: 680px !important;
}

.a-pc-wd685 {
  width: 685px !important;
}

.a-pc-wd690 {
  width: 690px !important;
}

.a-pc-wd695 {
  width: 695px !important;
}

.a-pc-wd700 {
  width: 700px !important;
}

.a-pc-wd705 {
  width: 705px !important;
}

.a-pc-wd710 {
  width: 710px !important;
}

.a-pc-wd715 {
  width: 715px !important;
}

.a-pc-wd720 {
  width: 720px !important;
}

.a-pc-wd725 {
  width: 725px !important;
}

.a-pc-wd730 {
  width: 730px !important;
}

.a-pc-wd735 {
  width: 735px !important;
}

.a-pc-wd740 {
  width: 740px !important;
}

.a-pc-wd745 {
  width: 745px !important;
}

.a-pc-wd750 {
  width: 750px !important;
}

.a-pc-wd755 {
  width: 755px !important;
}

.a-pc-wd760 {
  width: 760px !important;
}

.a-pc-wd765 {
  width: 765px !important;
}

.a-pc-wd770 {
  width: 770px !important;
}

.a-pc-wd775 {
  width: 775px !important;
}

.a-pc-wd780 {
  width: 780px !important;
}

.a-pc-wd785 {
  width: 785px !important;
}

.a-pc-wd790 {
  width: 790px !important;
}

.a-pc-wd795 {
  width: 795px !important;
}

.a-pc-wd800 {
  width: 800px !important;
}

.a-pc-wd805 {
  width: 805px !important;
}

.a-pc-wd810 {
  width: 810px !important;
}

.a-pc-wd815 {
  width: 815px !important;
}

.a-pc-wd820 {
  width: 820px !important;
}

.a-pc-wd825 {
  width: 825px !important;
}

.a-pc-wd830 {
  width: 830px !important;
}

.a-pc-wd835 {
  width: 835px !important;
}

.a-pc-wd840 {
  width: 840px !important;
}

.a-pc-wd845 {
  width: 845px !important;
}

.a-pc-wd850 {
  width: 850px !important;
}

.a-pc-wd855 {
  width: 855px !important;
}

.a-pc-wd860 {
  width: 860px !important;
}

.a-pc-wd865 {
  width: 865px !important;
}

.a-pc-wd870 {
  width: 870px !important;
}

.a-pc-wd875 {
  width: 875px !important;
}

.a-pc-wd880 {
  width: 880px !important;
}

.a-pc-wd885 {
  width: 885px !important;
}

.a-pc-wd890 {
  width: 890px !important;
}

.a-pc-wd895 {
  width: 895px !important;
}

.a-pc-wd900 {
  width: 900px !important;
}

.a-pc-wd905 {
  width: 905px !important;
}

.a-pc-wd910 {
  width: 910px !important;
}

.a-pc-wd915 {
  width: 915px !important;
}

.a-pc-wd920 {
  width: 920px !important;
}

.a-pc-wd925 {
  width: 925px !important;
}

.a-pc-wd930 {
  width: 930px !important;
}

.a-pc-wd935 {
  width: 935px !important;
}

.a-pc-wd940 {
  width: 940px !important;
}

.a-pc-wd945 {
  width: 945px !important;
}

.a-pc-wd950 {
  width: 950px !important;
}

.a-pc-wd955 {
  width: 955px !important;
}

.a-pc-wd960 {
  width: 960px !important;
}

.a-pc-wd965 {
  width: 965px !important;
}

.a-pc-wd970 {
  width: 970px !important;
}

.a-pc-wd975 {
  width: 975px !important;
}

.a-pc-wd980 {
  width: 980px !important;
}

.a-pc-wd985 {
  width: 985px !important;
}

.a-pc-wd990 {
  width: 990px !important;
}

.a-pc-wd995 {
  width: 995px !important;
}

.a-pc-wd1000 {
  width: 1000px !important;
}

/* 蟷�-%謖�ｮ�
------------------------------------------------------------ */
.a-pc-mw0p {
  width: 0% !important;
}

.a-pc-mw1p {
  width: 1% !important;
}

.a-pc-mw2p {
  width: 2% !important;
}

.a-pc-mw3p {
  width: 3% !important;
}

.a-pc-mw4p {
  width: 4% !important;
}

.a-pc-mw5p {
  width: 5% !important;
}

.a-pc-mw6p {
  width: 6% !important;
}

.a-pc-mw7p {
  width: 7% !important;
}

.a-pc-mw8p {
  width: 8% !important;
}

.a-pc-mw9p {
  width: 9% !important;
}

.a-pc-mw10p {
  width: 10% !important;
}

.a-pc-mw11p {
  width: 11% !important;
}

.a-pc-mw12p {
  width: 12% !important;
}

.a-pc-mw13p {
  width: 13% !important;
}

.a-pc-mw14p {
  width: 14% !important;
}

.a-pc-mw15p {
  width: 15% !important;
}

.a-pc-mw16p {
  width: 16% !important;
}

.a-pc-mw17p {
  width: 17% !important;
}

.a-pc-mw18p {
  width: 18% !important;
}

.a-pc-mw19p {
  width: 19% !important;
}

.a-pc-mw20p {
  width: 20% !important;
}

.a-pc-mw21p {
  width: 21% !important;
}

.a-pc-mw22p {
  width: 22% !important;
}

.a-pc-mw23p {
  width: 23% !important;
}

.a-pc-mw24p {
  width: 24% !important;
}

.a-pc-mw25p {
  width: 25% !important;
}

.a-pc-mw26p {
  width: 26% !important;
}

.a-pc-mw27p {
  width: 27% !important;
}

.a-pc-mw28p {
  width: 28% !important;
}

.a-pc-mw29p {
  width: 29% !important;
}

.a-pc-mw30p {
  width: 30% !important;
}

.a-pc-mw31p {
  width: 31% !important;
}

.a-pc-mw32p {
  width: 32% !important;
}

.a-pc-mw33p {
  width: 33% !important;
}

.a-pc-mw34p {
  width: 34% !important;
}

.a-pc-mw35p {
  width: 35% !important;
}

.a-pc-mw36p {
  width: 36% !important;
}

.a-pc-mw37p {
  width: 37% !important;
}

.a-pc-mw38p {
  width: 38% !important;
}

.a-pc-mw39p {
  width: 39% !important;
}

.a-pc-mw40p {
  width: 40% !important;
}

.a-pc-mw41p {
  width: 41% !important;
}

.a-pc-mw42p {
  width: 42% !important;
}

.a-pc-mw43p {
  width: 43% !important;
}

.a-pc-mw44p {
  width: 44% !important;
}

.a-pc-mw45p {
  width: 45% !important;
}

.a-pc-mw46p {
  width: 46% !important;
}

.a-pc-mw47p {
  width: 47% !important;
}

.a-pc-mw48p {
  width: 48% !important;
}

.a-pc-mw49p {
  width: 49% !important;
}

.a-pc-mw50p {
  width: 50% !important;
}

.a-pc-mw51p {
  width: 51% !important;
}

.a-pc-mw52p {
  width: 52% !important;
}

.a-pc-mw53p {
  width: 53% !important;
}

.a-pc-mw54p {
  width: 54% !important;
}

.a-pc-mw55p {
  width: 55% !important;
}

.a-pc-mw56p {
  width: 56% !important;
}

.a-pc-mw57p {
  width: 57% !important;
}

.a-pc-mw58p {
  width: 58% !important;
}

.a-pc-mw59p {
  width: 59% !important;
}

.a-pc-mw60p {
  width: 60% !important;
}

.a-pc-mw61p {
  width: 61% !important;
}

.a-pc-mw62p {
  width: 62% !important;
}

.a-pc-mw63p {
  width: 63% !important;
}

.a-pc-mw64p {
  width: 64% !important;
}

.a-pc-mw65p {
  width: 65% !important;
}

.a-pc-mw66p {
  width: 66% !important;
}

.a-pc-mw67p {
  width: 67% !important;
}

.a-pc-mw68p {
  width: 68% !important;
}

.a-pc-mw69p {
  width: 69% !important;
}

.a-pc-mw70p {
  width: 70% !important;
}

.a-pc-mw71p {
  width: 71% !important;
}

.a-pc-mw72p {
  width: 72% !important;
}

.a-pc-mw73p {
  width: 73% !important;
}

.a-pc-mw74p {
  width: 74% !important;
}

.a-pc-mw75p {
  width: 75% !important;
}

.a-pc-mw76p {
  width: 76% !important;
}

.a-pc-mw77p {
  width: 77% !important;
}

.a-pc-mw78p {
  width: 78% !important;
}

.a-pc-mw79p {
  width: 79% !important;
}

.a-pc-mw80p {
  width: 80% !important;
}

.a-pc-mw81p {
  width: 81% !important;
}

.a-pc-mw82p {
  width: 82% !important;
}

.a-pc-mw83p {
  width: 83% !important;
}

.a-pc-mw84p {
  width: 84% !important;
}

.a-pc-mw85p {
  width: 85% !important;
}

.a-pc-mw86p {
  width: 86% !important;
}

.a-pc-mw87p {
  width: 87% !important;
}

.a-pc-mw88p {
  width: 88% !important;
}

.a-pc-mw89p {
  width: 89% !important;
}

.a-pc-mw90p {
  width: 90% !important;
}

.a-pc-mw91p {
  width: 91% !important;
}

.a-pc-mw92p {
  width: 92% !important;
}

.a-pc-mw93p {
  width: 93% !important;
}

.a-pc-mw94p {
  width: 94% !important;
}

.a-pc-mw95p {
  width: 95% !important;
}

.a-pc-mw96p {
  width: 96% !important;
}

.a-pc-mw97p {
  width: 97% !important;
}

.a-pc-mw98p {
  width: 98% !important;
}

.a-pc-mw99p {
  width: 99% !important;
}

.a-pc-mw100p {
  width: 100% !important;
}

/* 蟷�-譛螟ｧ%謖�ｮ�
------------------------------------------------------------ */
.a-pc-maw-n {
  max-width: none !important;
}

.a-pc-maw-1p {
  max-width: 1% !important;
}

.a-pc-maw-10p {
  max-width: 10% !important;
}

.a-pc-maw-20p {
  max-width: 20% !important;
}

.a-pc-maw-25p {
  max-width: 25% !important;
}

.a-pc-maw-30p {
  max-width: 30% !important;
}

.a-pc-maw-33p {
  max-width: 33% !important;
}

.a-pc-maw-40p {
  max-width: 40% !important;
}

.a-pc-maw-50p {
  max-width: 50% !important;
}

.a-pc-maw-60p {
  max-width: 60% !important;
}

.a-pc-maw-66p {
  max-width: 66% !important;
}

.a-pc-maw-70p {
  max-width: 70% !important;
}

.a-pc-maw-75p {
  max-width: 75% !important;
}

.a-pc-maw-80p {
  max-width: 80% !important;
}

.a-pc-maw-90p {
  max-width: 90% !important;
}

.a-pc-maw-100p {
  max-width: 100% !important;
}

/* 鬮倥＆
------------------------------------------------------------ */
.a-pc-hg-a {
  height: auto !important;
}

.a-pc-hg0 {
  height: 0px !important;
}

.a-pc-hg5 {
  height: 5px !important;
}

.a-pc-hg10 {
  height: 10px !important;
}

.a-pc-hg15 {
  height: 15px !important;
}

.a-pc-hg20 {
  height: 20px !important;
}

.a-pc-hg25 {
  height: 25px !important;
}

.a-pc-hg30 {
  height: 30px !important;
}

.a-pc-hg35 {
  height: 35px !important;
}

.a-pc-hg40 {
  height: 40px !important;
}

.a-pc-hg45 {
  height: 45px !important;
}

.a-pc-hg50 {
  height: 50px !important;
}

.a-pc-hg55 {
  height: 55px !important;
}

.a-pc-hg60 {
  height: 60px !important;
}

.a-pc-hg65 {
  height: 65px !important;
}

.a-pc-hg70 {
  height: 70px !important;
}

.a-pc-hg75 {
  height: 75px !important;
}

.a-pc-hg80 {
  height: 80px !important;
}

.a-pc-hg85 {
  height: 85px !important;
}

.a-pc-hg90 {
  height: 90px !important;
}

.a-pc-hg95 {
  height: 95px !important;
}

.a-pc-hg100 {
  height: 100px !important;
}

.a-pc-hg105 {
  height: 105px !important;
}

.a-pc-hg110 {
  height: 110px !important;
}

.a-pc-hg115 {
  height: 115px !important;
}

.a-pc-hg120 {
  height: 120px !important;
}

.a-pc-hg125 {
  height: 125px !important;
}

.a-pc-hg130 {
  height: 130px !important;
}

.a-pc-hg135 {
  height: 135px !important;
}

.a-pc-hg140 {
  height: 140px !important;
}

.a-pc-hg145 {
  height: 145px !important;
}

.a-pc-hg150 {
  height: 150px !important;
}

.a-pc-hg155 {
  height: 155px !important;
}

.a-pc-hg160 {
  height: 160px !important;
}

.a-pc-hg165 {
  height: 165px !important;
}

.a-pc-hg170 {
  height: 170px !important;
}

.a-pc-hg175 {
  height: 175px !important;
}

.a-pc-hg180 {
  height: 180px !important;
}

.a-pc-hg185 {
  height: 185px !important;
}

.a-pc-hg190 {
  height: 190px !important;
}

.a-pc-hg195 {
  height: 195px !important;
}

.a-pc-hg200 {
  height: 200px !important;
}

.a-pc-hg205 {
  height: 205px !important;
}

.a-pc-hg210 {
  height: 210px !important;
}

.a-pc-hg215 {
  height: 215px !important;
}

.a-pc-hg220 {
  height: 220px !important;
}

.a-pc-hg225 {
  height: 225px !important;
}

.a-pc-hg230 {
  height: 230px !important;
}

.a-pc-hg235 {
  height: 235px !important;
}

.a-pc-hg240 {
  height: 240px !important;
}

.a-pc-hg245 {
  height: 245px !important;
}

.a-pc-hg250 {
  height: 250px !important;
}

.a-pc-hg255 {
  height: 255px !important;
}

.a-pc-hg260 {
  height: 260px !important;
}

.a-pc-hg265 {
  height: 265px !important;
}

.a-pc-hg270 {
  height: 270px !important;
}

.a-pc-hg275 {
  height: 275px !important;
}

.a-pc-hg280 {
  height: 280px !important;
}

.a-pc-hg285 {
  height: 285px !important;
}

.a-pc-hg290 {
  height: 290px !important;
}

.a-pc-hg295 {
  height: 295px !important;
}

.a-pc-hg300 {
  height: 300px !important;
}

.a-pc-hg305 {
  height: 305px !important;
}

.a-pc-hg310 {
  height: 310px !important;
}

.a-pc-hg315 {
  height: 315px !important;
}

.a-pc-hg320 {
  height: 320px !important;
}

.a-pc-hg325 {
  height: 325px !important;
}

.a-pc-hg330 {
  height: 330px !important;
}

.a-pc-hg335 {
  height: 335px !important;
}

.a-pc-hg340 {
  height: 340px !important;
}

.a-pc-hg345 {
  height: 345px !important;
}

.a-pc-hg350 {
  height: 350px !important;
}

.a-pc-hg355 {
  height: 355px !important;
}

.a-pc-hg360 {
  height: 360px !important;
}

.a-pc-hg365 {
  height: 365px !important;
}

.a-pc-hg370 {
  height: 370px !important;
}

.a-pc-hg375 {
  height: 375px !important;
}

.a-pc-hg380 {
  height: 380px !important;
}

.a-pc-hg385 {
  height: 385px !important;
}

.a-pc-hg390 {
  height: 390px !important;
}

.a-pc-hg395 {
  height: 395px !important;
}

.a-pc-hg400 {
  height: 400px !important;
}

.a-pc-hg405 {
  height: 405px !important;
}

.a-pc-hg410 {
  height: 410px !important;
}

.a-pc-hg415 {
  height: 415px !important;
}

.a-pc-hg420 {
  height: 420px !important;
}

.a-pc-hg425 {
  height: 425px !important;
}

.a-pc-hg430 {
  height: 430px !important;
}

.a-pc-hg435 {
  height: 435px !important;
}

.a-pc-hg440 {
  height: 440px !important;
}

.a-pc-hg445 {
  height: 445px !important;
}

.a-pc-hg450 {
  height: 450px !important;
}

.a-pc-hg455 {
  height: 455px !important;
}

.a-pc-hg460 {
  height: 460px !important;
}

.a-pc-hg465 {
  height: 465px !important;
}

.a-pc-hg470 {
  height: 470px !important;
}

.a-pc-hg475 {
  height: 475px !important;
}

.a-pc-hg480 {
  height: 480px !important;
}

.a-pc-hg485 {
  height: 485px !important;
}

.a-pc-hg490 {
  height: 490px !important;
}

.a-pc-hg495 {
  height: 495px !important;
}

.a-pc-hg500 {
  height: 500px !important;
}

.a-pc-hg505 {
  height: 505px !important;
}

.a-pc-hg510 {
  height: 510px !important;
}

.a-pc-hg515 {
  height: 515px !important;
}

.a-pc-hg520 {
  height: 520px !important;
}

.a-pc-hg525 {
  height: 525px !important;
}

.a-pc-hg530 {
  height: 530px !important;
}

.a-pc-hg535 {
  height: 535px !important;
}

.a-pc-hg540 {
  height: 540px !important;
}

.a-pc-hg545 {
  height: 545px !important;
}

.a-pc-hg550 {
  height: 550px !important;
}

.a-pc-hg555 {
  height: 555px !important;
}

.a-pc-hg560 {
  height: 560px !important;
}

.a-pc-hg565 {
  height: 565px !important;
}

.a-pc-hg570 {
  height: 570px !important;
}

.a-pc-hg575 {
  height: 575px !important;
}

.a-pc-hg580 {
  height: 580px !important;
}

.a-pc-hg585 {
  height: 585px !important;
}

.a-pc-hg590 {
  height: 590px !important;
}

.a-pc-hg595 {
  height: 595px !important;
}

.a-pc-hg600 {
  height: 600px !important;
}

.a-pc-hg605 {
  height: 605px !important;
}

.a-pc-hg610 {
  height: 610px !important;
}

.a-pc-hg615 {
  height: 615px !important;
}

.a-pc-hg620 {
  height: 620px !important;
}

.a-pc-hg625 {
  height: 625px !important;
}

.a-pc-hg630 {
  height: 630px !important;
}

.a-pc-hg635 {
  height: 635px !important;
}

.a-pc-hg640 {
  height: 640px !important;
}

.a-pc-hg645 {
  height: 645px !important;
}

.a-pc-hg650 {
  height: 650px !important;
}

.a-pc-hg655 {
  height: 655px !important;
}

.a-pc-hg660 {
  height: 660px !important;
}

.a-pc-hg665 {
  height: 665px !important;
}

.a-pc-hg670 {
  height: 670px !important;
}

.a-pc-hg675 {
  height: 675px !important;
}

.a-pc-hg680 {
  height: 680px !important;
}

.a-pc-hg685 {
  height: 685px !important;
}

.a-pc-hg690 {
  height: 690px !important;
}

.a-pc-hg695 {
  height: 695px !important;
}

.a-pc-hg700 {
  height: 700px !important;
}

.a-pc-hg705 {
  height: 705px !important;
}

.a-pc-hg710 {
  height: 710px !important;
}

.a-pc-hg715 {
  height: 715px !important;
}

.a-pc-hg720 {
  height: 720px !important;
}

.a-pc-hg725 {
  height: 725px !important;
}

.a-pc-hg730 {
  height: 730px !important;
}

.a-pc-hg735 {
  height: 735px !important;
}

.a-pc-hg740 {
  height: 740px !important;
}

.a-pc-hg745 {
  height: 745px !important;
}

.a-pc-hg750 {
  height: 750px !important;
}

.a-pc-hg755 {
  height: 755px !important;
}

.a-pc-hg760 {
  height: 760px !important;
}

.a-pc-hg765 {
  height: 765px !important;
}

.a-pc-hg770 {
  height: 770px !important;
}

.a-pc-hg775 {
  height: 775px !important;
}

.a-pc-hg780 {
  height: 780px !important;
}

.a-pc-hg785 {
  height: 785px !important;
}

.a-pc-hg790 {
  height: 790px !important;
}

.a-pc-hg795 {
  height: 795px !important;
}

.a-pc-hg800 {
  height: 800px !important;
}

.a-pc-hg805 {
  height: 805px !important;
}

.a-pc-hg810 {
  height: 810px !important;
}

.a-pc-hg815 {
  height: 815px !important;
}

.a-pc-hg820 {
  height: 820px !important;
}

.a-pc-hg825 {
  height: 825px !important;
}

.a-pc-hg830 {
  height: 830px !important;
}

.a-pc-hg835 {
  height: 835px !important;
}

.a-pc-hg840 {
  height: 840px !important;
}

.a-pc-hg845 {
  height: 845px !important;
}

.a-pc-hg850 {
  height: 850px !important;
}

.a-pc-hg855 {
  height: 855px !important;
}

.a-pc-hg860 {
  height: 860px !important;
}

.a-pc-hg865 {
  height: 865px !important;
}

.a-pc-hg870 {
  height: 870px !important;
}

.a-pc-hg875 {
  height: 875px !important;
}

.a-pc-hg880 {
  height: 880px !important;
}

.a-pc-hg885 {
  height: 885px !important;
}

.a-pc-hg890 {
  height: 890px !important;
}

.a-pc-hg895 {
  height: 895px !important;
}

.a-pc-hg900 {
  height: 900px !important;
}

.a-pc-hg905 {
  height: 905px !important;
}

.a-pc-hg910 {
  height: 910px !important;
}

.a-pc-hg915 {
  height: 915px !important;
}

.a-pc-hg920 {
  height: 920px !important;
}

.a-pc-hg925 {
  height: 925px !important;
}

.a-pc-hg930 {
  height: 930px !important;
}

.a-pc-hg935 {
  height: 935px !important;
}

.a-pc-hg940 {
  height: 940px !important;
}

.a-pc-hg945 {
  height: 945px !important;
}

.a-pc-hg950 {
  height: 950px !important;
}

.a-pc-hg955 {
  height: 955px !important;
}

.a-pc-hg960 {
  height: 960px !important;
}

.a-pc-hg965 {
  height: 965px !important;
}

.a-pc-hg970 {
  height: 970px !important;
}

.a-pc-hg975 {
  height: 975px !important;
}

.a-pc-hg980 {
  height: 980px !important;
}

.a-pc-hg985 {
  height: 985px !important;
}

.a-pc-hg990 {
  height: 990px !important;
}

.a-pc-hg995 {
  height: 995px !important;
}

.a-pc-hg1000 {
  height: 1000px !important;
}

.a-mah-n {
  max-height: none !important;
}

.a-mah-100p {
  max-height: 100% !important;
}

.a-miw-0 {
  min-width: 0 !important;
}

.a-mih-0 {
  min-height: 0 !important;
}

/* 繝槭Ν繝√き繝ｩ繝�繝ｬ繧､繧｢繧ｦ繝�
------------------------------------------------------------ */
.a-cc-1 {
  column-count: 1 !important;
}

.a-cc-2 {
  column-count: 2 !important;
}

.a-cc-3 {
  column-count: 3 !important;
}

.a-cc-4 {
  column-count: 4 !important;
}


/* PC title */

/* SP title */

/* 竊�20190906.css縺ｫ譖ｸ縺崎ｾｼ繧 */
/* 竊薙き繧ｹ繧ｿ繝�CSS縺ｫ譖ｸ縺崎ｾｼ繧 */
/* PC */

/* SP */

/* 竊代き繧ｹ繧ｿ繝�CSS縺ｫ譖ｸ縺崎ｾｼ繧 */

@media print, screen and (min-width: 767.5px) {
  .link-arrow {
    display: flex;
  }
  .link-arrow__text {
    flex: 0 1 auto;
    color: #8b0a39;
  }
  .link-arrow--ellipsis .link-arrow__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .link-opacity {
    transition: 0.3s all;
  }
  .link-opacity:hover {
    opacity: 0.7;
  }

@media screen and (max-width: 767px) {
  .a-sp-pos-s {
    position: static !important;
  }
  .a-sp-pos-a {
    position: absolute !important;
  }
  .a-sp-pos-r {
    position: relative !important;
  }
  .a-sp-pos-f {
    position: fixed !important;
  }
  .a-sp-t-a {
    top: auto !important;
  }
  .a-sp-t-0 {
    top: 0 !important;
  }
  .a-sp-r-a {
    right: auto !important;
  }
  .a-sp-r-0 {
    right: 0 !important;
  }
  .a-sp-b-a {
    bottom: auto !important;
  }
  .a-sp-b-0 {
    bottom: 0 !important;
  }
  .a-sp-l-a {
    left: auto !important;
  }
  .a-sp-l-0 {
    left: 0 !important;
  }
  .a-sp-z-a {
    z-index: auto !important;
  }
  .a-sp-z-0 {
    z-index: 0 !important;
  }
  .a-sp-z-1 {
    z-index: 1 !important;
  }
  .a-sp-z-2 {
    z-index: 2 !important;
  }
  .a-sp-z-3 {
    z-index: 3 !important;
  }
  .a-sp-z-4 {
    z-index: 4 !important;
  }
  .a-sp-z-5 {
    z-index: 5 !important;
  }
  .a-sp-z-6 {
    z-index: 6 !important;
  }
  .a-sp-z-9999 {
    z-index: 9999 !important;
  }
  .a-sp-fl-n {
    float: none !important;
  }
  .a-sp-fl-l {
    float: left !important;
  }
  .a-sp-fl-r {
    float: right !important;
  }
  .a-sp-cl-n {
    clear: none !important;
  }
  .a-sp-cl-l {
    clear: left !important;
  }
  .a-sp-cl-r {
    clear: right !important;
  }
  .a-sp-cl-b {
    clear: both !important;
  }
  .a-sp-d-n {
    display: none !important;
  }
  .a-sp-d-b {
    display: block !important;
  }
  .a-sp-d-f {
    display: flex !important;
  }
  .a-sp-d-if {
    display: inline-flex !important;
  }
  .a-sp-d-i {
    display: inline !important;
  }
  .a-sp-d-ib {
    display: inline-block !important;
  }
  .a-sp-d-li {
    display: list-item !important;
  }
  .a-sp-d-ri {
    display: run-in !important;
  }
  .a-sp-d-cp {
    display: compact !important;
  }
  .a-sp-d-tb {
    display: table !important;
  }
  .a-sp-d-itb {
    display: inline-table !important;
  }
  .a-sp-d-tbcp {
    display: table-caption !important;
  }
  .a-sp-d-tbcl {
    display: table-column !important;
  }
  .a-sp-d-tbclg {
    display: table-column-group !important;
  }
  .a-sp-d-tbhg {
    display: table-header-group !important;
  }
  .a-sp-d-tbfg {
    display: table-footer-group !important;
  }
  .a-sp-d-tbr {
    display: table-row !important;
  }
  .a-sp-d-tbrg {
    display: table-row-group !important;
  }
  .a-sp-d-tbc {
    display: table-cell !important;
  }
  .a-sp-d-rb {
    display: ruby !important;
  }
  .a-sp-d-rbb {
    display: ruby-base !important;
  }
  .a-sp-d-rbbg {
    display: ruby-base-group !important;
  }
  .a-sp-d-rbt {
    display: ruby-text !important;
  }
  .a-sp-d-rbtg {
    display: ruby-text-group !important;
  }
  .a-sp-ov-v {
    overflow: visible !important;
  }
  .a-sp-ov-h {
    overflow: hidden !important;
  }
  .a-sp-ov-s {
    overflow: scroll !important;
  }
  .a-sp-ov-a {
    overflow: auto !important;
  }
  .a-sp-ovx-v {
    overflow-x: visible !important;
  }
  .a-sp-ovx-h {
    overflow-x: hidden !important;
  }
  .a-sp-ovx-s {
    overflow-x: scroll !important;
  }
  .a-sp-ovx-a {
    overflow-x: auto !important;
  }
  .a-sp-ovy-v {
    overflow-y: visible !important;
  }
  .a-sp-ovy-h {
    overflow-y: hidden !important;
  }
  .a-sp-ovy-s {
    overflow-y: scroll !important;
  }
  .a-sp-ovy-a {
    overflow-y: auto !important;
  }
  .a-sp-bxz-cb {
    box-sizing: content-box !important;
  }
  .a-sp-bxz-bb {
    box-sizing: border-box !important;
  }
  .a-sp-bxsh-n {
    box-shadow: none !important;
  }
  .a-sp-ol-n {
    outline: none !important;
  }
  .a-sp-olw-tn {
    outline-width: thin !important;
  }
  .a-sp-olw-md {
    outline-width: medium !important;
  }
  .a-sp-olw-tc {
    outline-width: thick !important;
  }
  .a-sp-ols-n {
    outline-style: none !important;
  }
  .a-sp-ols-dt {
    outline-style: dotted !important;
  }
  .a-sp-ols-ds {
    outline-style: dashed !important;
  }
  .a-sp-ols-s {
    outline-style: solid !important;
  }
  .a-sp-ols-db {
    outline-style: double !important;
  }
  .a-sp-ols-g {
    outline-style: groove !important;
  }
  .a-sp-ols-r {
    outline-style: ridge !important;
  }
  .a-sp-ols-i {
    outline-style: inset !important;
  }
  .a-sp-ols-o {
    outline-style: outset !important;
  }
  .a-sp-olc-i {
    outline-color: invert !important;
  }
  .a-sp-bfv-h {
    backface-visibility: hidden !important;
  }
  .a-sp-bfv-v {
    backface-visibility: visible !important;
  }
  .a-sp-bd-n {
    border: none !important;
  }
  .a-sp-bd-0 {
    border: 0 !important;
  }
  .a-sp-bdcl-c {
    border-collapse: collapse !important;
  }
  .a-sp-bdcl-s {
    border-collapse: separate !important;
  }
  .a-sp-bdc-t {
    border-color: transparent !important;
  }
  .a-sp-bdc-cc {
    border-color: currentColor !important;
  }
  .a-sp-bdc-white {
    border-color: #ffffff !important;
  }
  .a-sp-bdc-silver {
    border-color: #dddddd !important;
  }
  .a-sp-bdc-silver-lighten {
    border-color: #eeeeee !important;
  }
  .a-sp-bdc-gray {
    border-color: #aaaaaa !important;
  }
  .a-sp-bdc-black {
    border-color: #111111 !important;
  }
  .a-sp-bdc-navy {
    border-color: #001f3f !important;
  }
  .a-sp-bdc-blue {
    border-color: #0074d9 !important;
  }
  .a-sp-bdc-aqua {
    border-color: #7fdbff !important;
  }
  .a-sp-bdc-teal {
    border-color: #39cccc !important;
  }
  .a-sp-bdc-olive {
    border-color: #3d9970 !important;
  }
  .a-sp-bdc-green {
    border-color: #2ecc40 !important;
  }
  .a-sp-bdc-lime {
    border-color: #01ff70 !important;
  }
  .a-sp-bdc-yellow {
    border-color: #ffdc00 !important;
  }
  .a-sp-bdc-orange {
    border-color: #ff851b !important;
  }
  .a-sp-bdc-red {
    border-color: #ff4136 !important;
  }
  .a-sp-bdc-maroon {
    border-color: #85144b !important;
  }
  .a-sp-bdc-fuchsia {
    border-color: #f012be !important;
  }
  .a-sp-bdc-purple {
    border-color: #8b0a39 !important;
  }
  .a-sp-bdc-primary {
    border-color: #0275d8 !important;
  }
  .a-sp-bdc-success {
    border-color: #5cb85c !important;
  }
  .a-sp-bdc-info {
    border-color: #5bc0de !important;
  }
  .a-sp-bdc-warning {
    border-color: #f0ad4e !important;
  }
  .a-sp-bdc-danger {
    border-color: #d9534f !important;
  }
  .a-sp-bdi-n {
    border-image: none !important;
  }
  .a-sp-bds-n {
    border-style: none !important;
  }
  .a-sp-bds-h {
    border-style: hidden !important;
  }
  .a-sp-bds-dt {
    border-style: dotted !important;
  }
  .a-sp-bds-ds {
    border-style: dashed !important;
  }
  .a-sp-bds-s {
    border-style: solid !important;
  }
  .a-sp-bds-db {
    border-style: double !important;
  }
  .a-sp-bds-w {
    border-style: wave !important;
  }
  .a-sp-bds-g {
    border-style: groove !important;
  }
  .a-sp-bds-r {
    border-style: ridge !important;
  }
  .a-sp-bds-i {
    border-style: inset !important;
  }
  .a-sp-bds-o {
    border-style: outset !important;
  }
  .a-sp-bdw-0 {
    border-width: 0 !important;
  }
  .a-sp-bdw-1 {
    border-width: 1px !important;
  }
  .a-sp-bdw-2 {
    border-width: 2px !important;
  }
  .a-sp-bdw-3 {
    border-width: 3px !important;
  }
  .a-sp-bdw-4 {
    border-width: 4px !important;
  }
  .a-sp-bdw-5 {
    border-width: 5px !important;
  }
  .a-sp-bdw-6 {
    border-width: 6px !important;
  }
  .a-sp-bdtw-0 {
    border-top-width: 0 !important;
  }
  .a-sp-bdtw-1 {
    border-top-width: 1px !important;
  }
  .a-sp-bdtw-2 {
    border-top-width: 2px !important;
  }
  .a-sp-bdtw-3 {
    border-top-width: 3px !important;
  }
  .a-sp-bdtw-4 {
    border-top-width: 4px !important;
  }
  .a-sp-bdtw-5 {
    border-top-width: 5px !important;
  }
  .a-sp-bdtw-6 {
    border-top-width: 6px !important;
  }
  .a-sp-bdrw-0 {
    border-right-width: 0 !important;
  }
  .a-sp-bdrw-1 {
    border-right-width: 1px !important;
  }
  .a-sp-bdrw-2 {
    border-right-width: 2px !important;
  }
  .a-sp-bdrw-3 {
    border-right-width: 3px !important;
  }
  .a-sp-bdrw-4 {
    border-right-width: 4px !important;
  }
  .a-sp-bdrw-5 {
    border-right-width: 5px !important;
  }
  .a-sp-bdrw-6 {
    border-right-width: 6px !important;
  }
  .a-sp-bdbw-0 {
    border-bottom-width: 0 !important;
  }
  .a-sp-bdbw-1 {
    border-bottom-width: 1px !important;
  }
  .a-sp-bdbw-2 {
    border-bottom-width: 2px !important;
  }
  .a-sp-bdbw-3 {
    border-bottom-width: 3px !important;
  }
  .a-sp-bdbw-4 {
    border-bottom-width: 4px !important;
  }
  .a-sp-bdbw-5 {
    border-bottom-width: 5px !important;
  }
  .a-sp-bdbw-6 {
    border-bottom-width: 6px !important;
  }
  .a-sp-bdlw-0 {
    border-left-width: 0 !important;
  }
  .a-sp-bdlw-1 {
    border-left-width: 1px !important;
  }
  .a-sp-bdlw-2 {
    border-left-width: 2px !important;
  }
  .a-sp-bdlw-3 {
    border-left-width: 3px !important;
  }
  .a-sp-bdlw-4 {
    border-left-width: 4px !important;
  }
  .a-sp-bdlw-5 {
    border-left-width: 5px !important;
  }
  .a-sp-bdlw-6 {
    border-left-width: 6px !important;
  }
  .a-sp-bdt-n {
    border-top: none !important;
  }
  .a-sp-bdt-0 {
    border-top: 0 !important;
  }
  .a-sp-bdtc-t {
    border-top-color: transparent !important;
  }
  .a-sp-bdtc-cc {
    border-top-color: currentColor !important;
  }
  .a-sp-bdr-n {
    border-right: none !important;
  }
  .a-sp-bdr-0 {
    border-right: 0 !important;
  }
  .a-sp-bdrc-t {
    border-right-color: transparent !important;
  }
  .a-sp-bdrc-cc {
    border-right-color: currentColor !important;
  }
  .a-sp-bdb-n {
    border-bottom: none !important;
  }
  .a-sp-bdb-0 {
    border-bottom: 0 !important;
  }
  .a-sp-bdbc-t {
    border-bottom-color: transparent !important;
  }
  .a-sp-bdbc-cc {
    border-bottom-color: currentColor !important;
  }
  .a-sp-bdl-n {
    border-left: none !important;
  }
  .a-sp-bdl-0 {
    border-left: 0 !important;
  }
  .a-sp-bdlc-t {
    border-left-color: transparent !important;
  }
  .a-sp-bdlc-cc {
    border-left-color: currentColor !important;
  }
  .a-sp-bgc-t {
    background-color: transparent !important;
  }
  .a-sp-bgc-cc {
    background-color: currentColor !important;
  }
  .a-sp-bgc-white {
    background-color: #ffffff !important;
  }
  .a-sp-bgc-silver {
    background-color: #dddddd !important;
  }
  .a-sp-bgc-gray {
    background-color: #aaaaaa !important;
  }
  .a-sp-bgc-black {
    background-color: #111111 !important;
  }
  .a-sp-bgc-navy {
    background-color: #001f3f !important;
  }
  .a-sp-bgc-blue {
    background-color: #0074d9 !important;
  }
  .a-sp-bgc-aqua {
    background-color: #7fdbff !important;
  }
  .a-sp-bgc-teal {
    background-color: #73D6CD !important;
  }
  .a-sp-bgc-olive {
    background-color: #3d9970 !important;
  }
  .a-sp-bgc-green {
    background-color: #2ecc40 !important;
  }
  .a-sp-bgc-lime {
    background-color: #01ff70 !important;
  }
  .a-sp-bgc-yellow {
    background-color: #ffdc00 !important;
  }
  .a-sp-bgc-orange {
    background-color: #ff851b !important;
  }
  .a-sp-bgc-red {
    background-color: #ff4136 !important;
  }
  .a-sp-bgc-maroon {
    background-color: #85144b !important;
  }
  .a-sp-bgc-fuchsia {
    background-color: #f012be !important;
  }
  .a-sp-bgc-purple {
    background-color: #b10dc9 !important;
  }
  .a-sp-bgc-primary {
    background-color: #0275d8 !important;
  }
  .a-sp-bgc-success {
    background-color: #5cb85c !important;
  }
  .a-sp-bgc-info {
    background-color: #5bc0de !important;
  }
  .a-sp-bgc-warning {
    background-color: #f0ad4e !important;
  }
  .a-sp-bgc-danger {
    background-color: #d9534f !important;
  }
  .a-sp-bgi-n {
    background-image: none !important;
  }
  .a-sp-bgr-n {
    background-repeat: no-repeat !important;
  }
  .a-sp-bgr-x {
    background-repeat: repeat-x !important;
  }
  .a-sp-bgr-y {
    background-repeat: repeat-y !important;
  }
  .a-sp-bgr-sp {
    background-repeat: space !important;
  }
  .a-sp-bgr-rd {
    background-repeat: round !important;
  }
  .a-sp-bga-f {
    background-attachment: fixed !important;
  }
  .a-sp-bga-s {
    background-attachment: scroll !important;
  }
  .a-sp-bgp-t {
    background-position: top !important;
  }
  .a-sp-bgp-r {
    background-position: right !important;
  }
  .a-sp-bgp-b {
    background-position: bottom !important;
  }
  .a-sp-bgp-l {
    background-position: left !important;
  }
  .a-sp-bgp-c {
    background-position: center !important;
  }
  .a-sp-bgsz-a {
    background-size: auto !important;
  }
  .a-sp-bgsz-ct {
    background-size: contain !important;
  }
  .a-sp-bgsz-cv {
    background-size: cover !important;
  }
  .a-sp-bg-n {
    background: none !important;
  }
  .a-sp-c-i {
    color: inherit !important;
  }
  .a-sp-tbl-a {
    table-layout: auto !important;
  }
  .a-sp-tbl-f {
    table-layout: fixed !important;
  }
  .a-sp-lis-n {
    list-style: none !important;
  }
  .a-sp-lisp-i {
    list-style-position: inside !important;
  }
  .a-sp-lisp-o {
    list-style-position: outside !important;
  }
  .a-sp-list-n {
    list-style-type: none !important;
  }
  .a-sp-list-d {
    list-style-type: disc !important;
  }
  .a-sp-list-c {
    list-style-type: circle !important;
  }
  .a-sp-list-s {
    list-style-type: square !important;
  }
  .a-sp-list-dc {
    list-style-type: decimal !important;
  }
  .a-sp-list-dclz {
    list-style-type: decimal-leading-zero !important;
  }
  .a-sp-list-lr {
    list-style-type: lower-roman !important;
  }
  .a-sp-list-ur {
    list-style-type: upper-roman !important;
  }
  .a-sp-lisi-n {
    list-style-image: none !important;
  }
  .a-sp-va-sup {
    vertical-align: super !important;
  }
  .a-sp-va-t {
    vertical-align: top !important;
  }
  .a-sp-va-tt {
    vertical-align: text-top !important;
  }
  .a-sp-va-m {
    vertical-align: middle !important;
  }
  .a-sp-va-bl {
    vertical-align: baseline !important;
  }
  .a-sp-va-b {
    vertical-align: bottom !important;
  }
  .a-sp-va-tb {
    vertical-align: text-bottom !important;
  }
  .a-sp-va-sub {
    vertical-align: sub !important;
  }
  .a-sp-ta-l {
    text-align: left !important;
  }
  .a-sp-ta-c {
    text-align: center !important;
  }
  .a-sp-ta-r {
    text-align: right !important;
  }
  .a-sp-ta-j {
    text-align: justify !important;
  }
  .a-sp-font-xxxs {
    font-size: 1rem !important;
  }
  .a-sp-font-xxs {
    font-size: 1.2rem !important;
  }
  .a-sp-font-xs {
    font-size: 1.3rem !important;
  }
  .a-sp-font-s {
    font-size: 1.4rem !important;
  }
  .a-sp-font-m {
    font-size: 1.6rem !important;
  }
  .a-sp-font-l {
    font-size: 1.8rem !important;
  }
  .a-sp-font-xl {
    font-size: 2rem !important;
  }
  .a-sp-font-xxl {
    font-size: 2.2rem !important;
  }
  .a-sp-font-xxxl {
    font-size: 2.4rem !important;
  }
  .a-sp-font-bold {
    font-weight: 500 !important;
  }
  .a-sp-font-normal {
    font-weight: normal !important;
  }
  .a-sp-font-black {
    color: #333 !important;
  }
  .a-sp-font-white {
    color: #fff !important;
  }
  .a-sp-font-gray {
    color: #8a8a8a !important;
  }
  .a-sp-font-red {
    color: #dd0000 !important;
  }
  .a-sp-font-purple {
    color: #8b0a39 !important;
  }
  .a-sp-font-yellow {
    color: #b39620 !important;
  }
  .a-sp-font-yellow-lighten {
    color: #d9b72b !important;
  }
  .a-sp-td-n {
    text-decoration: none !important;
  }
  .a-sp-td-u {
    text-decoration: underline !important;
  }
  .a-sp-td-o {
    text-decoration: overline !important;
  }
  .a-sp-td-l {
    text-decoration: line-through !important;
  }
  .a-sp-tov-c {
    text-overflow: clip !important;
  }
  .a-sp-tov-e {
    text-overflow: ellipsis !important;
  }
  .a-sp-lh-nm {
    line-height: normal !important;
  }
  .a-sp-lh-i {
    line-height: inherit !important;
  }
  .a-sp-lh-0 {
    line-height: 0 !important;
  }
  .a-sp-lh-1 {
    line-height: 1 !important;
  }
  .a-sp-lh-2 {
    line-height: 2 !important;
  }
  .a-sp-lh-3 {
    line-height: 3 !important;
  }
  .a-sp-lh-4 {
    line-height: 4 !important;
  }
  .a-sp-lh-5 {
    line-height: 5 !important;
  }
  .a-sp-lh-6 {
    line-height: 6 !important;
  }
  .a-sp-lh-xs {
    line-height: 1.25 !important;
  }
  .a-sp-lh-sm {
    line-height: 1.33 !important;
  }
  .a-sp-lh-md {
    line-height: 1.5 !important;
  }
  .a-sp-lh-lg {
    line-height: 1.75 !important;
  }
  .a-sp-lh-xl {
    line-height: 2 !important;
  }
  .a-sp-ls-0 {
    letter-spacing: 0;
  }
  .a-sp-whs-nm {
    white-space: normal !important;
  }
  .a-sp-whs-p {
    white-space: pre !important;
  }
  .a-sp-whs-nw {
    white-space: nowrap !important;
  }
  .a-sp-whs-pw {
    white-space: pre-wrap !important;
  }
  .a-sp-whs-pl {
    white-space: pre-line !important;
  }
  .a-sp-wob-nm {
    word-break: normal !important;
  }
  .a-sp-wob-k {
    word-break: keep-all !important;
  }
  .a-sp-wob-ba {
    word-break: break-all !important;
  }
  .a-sp-wow-nm {
    word-wrap: normal !important;
  }
  .a-sp-wow-n {
    word-wrap: none !important;
  }
  .a-sp-wow-u {
    word-wrap: unrestricted !important;
  }
  .a-sp-wow-s {
    word-wrap: suppress !important;
  }
  .a-sp-wow-bw {
    word-wrap: break-word !important;
  }
  .a-sp-cur-a {
    cursor: auto !important;
  }
  .a-sp-cur-d {
    cursor: default !important;
  }
  .a-sp-cur-c {
    cursor: crosshair !important;
  }
  .a-sp-cur-ha {
    cursor: hand !important;
  }
  .a-sp-cur-he {
    cursor: help !important;
  }
  .a-sp-cur-m {
    cursor: move !important;
  }
  .a-sp-cur-p {
    cursor: pointer !important;
  }
  .a-sp-cur-t {
    cursor: text !important;
  }
  .a-sp-fxd-r {
    flex-direction: row !important;
  }
  .a-sp-fxd-rr {
    flex-direction: row-reverse !important;
  }
  .a-sp-fxd-c {
    flex-direction: column !important;
  }
  .a-sp-fxd-cr {
    flex-direction: column-reverse !important;
  }
  .a-sp-fxw-n {
    flex-wrap: nowrap !important;
  }
  .a-sp-fxw-w {
    flex-wrap: wrap !important;
  }
  .a-sp-fxw-wr {
    flex-wrap: wrap-reverse !important;
  }
  .a-sp-jc-fs {
    justify-content: flex-start !important;
  }
  .a-sp-jc-fe {
    justify-content: flex-end !important;
  }
  .a-sp-jc-c {
    justify-content: center !important;
  }
  .a-sp-jc-sb {
    justify-content: space-between !important;
  }
  .a-sp-jc-sa {
    justify-content: space-around !important;
  }
  .a-sp-ai-fs {
    align-items: flex-start !important;
  }
  .a-sp-ai-fe {
    align-items: flex-end !important;
  }
  .a-sp-ai-c {
    align-items: center !important;
  }
  .a-sp-ai-b {
    align-items: baseline !important;
  }
  .a-sp-ai-s {
    align-items: stretch !important;
  }
  .a-sp-ac-fs {
    align-content: flex-start !important;
  }
  .a-sp-ac-fe {
    align-content: flex-end !important;
  }
  .a-sp-ac-c {
    align-content: center !important;
  }
  .a-sp-ac-sb {
    align-content: space-between !important;
  }
  .a-sp-ac-sa {
    align-content: space-around !important;
  }
  .a-sp-ac-s {
    align-content: stretch !important;
  }
  .a-sp-ord--1 {
    order: -1 !important;
  }
  .a-sp-ord-0 {
    order: 0 !important;
  }
  .a-sp-ord-1 {
    order: 1 !important;
  }
  .a-sp-ord-2 {
    order: 2 !important;
  }
  .a-sp-ord-3 {
    order: 3 !important;
  }
  .a-sp-ord-4 {
    order: 4 !important;
  }
  .a-sp-ord-5 {
    order: 5 !important;
  }
  .a-sp-ord-6 {
    order: 6 !important;
  }
  .a-sp-ord-9999 {
    order: 9999 !important;
  }
  .a-sp-fx-n {
    flex: none !important;
  }
  .a-sp-fx-1_1_a {
    flex: 1 1 auto !important;
  }
  .a-sp-fx-1_0_a {
    flex: 1 0 auto !important;
  }
  .a-sp-fx-0_0_a {
    flex: 0 0 auto !important;
  }
  .a-sp-fx-0_1_a {
    flex: 0 1 auto !important;
  }
  .a-sp-fx-1_1_1 {
    flex: 1 1 1px !important;
  }
  .a-sp-as-a {
    align-self: auto !important;
  }
  .a-sp-as-fs {
    align-self: flex-start !important;
  }
  .a-sp-as-fe {
    align-self: flex-end !important;
  }
  .a-sp-as-c {
    align-self: center !important;
  }
  .a-sp-as-b {
    align-self: baseline !important;
  }
  .a-sp-as-s {
    align-self: stretch !important;
  }
  .a-sp-m-a {
    margin: auto !important;
  }
  .a-sp-m-ar {
    margin-right: auto !important;
  }
  .a-sp-m-al {
    margin-left: auto !important;
  }
  .a-sp-ma0 {
    margin: 0 !important;
  }
  .a-sp-mt0 {
    margin-top: 0 !important;
  }
  .a-sp-mt5 {
    margin-top: 5px !important;
  }
  .a-sp-mt10 {
    margin-top: 10px !important;
  }
  .a-sp-mt15 {
    margin-top: 15px !important;
  }
  .a-sp-mt20 {
    margin-top: 20px !important;
  }
  .a-sp-mt25 {
    margin-top: 25px !important;
  }
  .a-sp-mt30 {
    margin-top: 30px !important;
  }
  .a-sp-mt35 {
    margin-top: 35px !important;
  }
  .a-sp-mt40 {
    margin-top: 40px !important;
  }
  .a-sp-mt45 {
    margin-top: 45px !important;
  }
  .a-sp-mt50 {
    margin-top: 50px !important;
  }
  .a-sp-mt55 {
    margin-top: 55px !important;
  }
  .a-sp-mt60 {
    margin-top: 60px !important;
  }
  .a-sp-mt65 {
    margin-top: 65px !important;
  }
  .a-sp-mt70 {
    margin-top: 70px !important;
  }
  .a-sp-mt75 {
    margin-top: 75px !important;
  }
  .a-sp-mt80 {
    margin-top: 80px !important;
  }
  .a-sp-mt85 {
    margin-top: 85px !important;
  }
  .a-sp-mt90 {
    margin-top: 90px !important;
  }
  .a-sp-mt95 {
    margin-top: 95px !important;
  }
  .a-sp-mt100 {
    margin-top: 100px !important;
  }
  .a-sp-mb0 {
    margin-bottom: 0 !important;
  }
  .a-sp-mb5 {
    margin-bottom: 5px !important;
  }
  .a-sp-mb10 {
    margin-bottom: 10px !important;
  }
  .a-sp-mb15 {
    margin-bottom: 15px !important;
  }
  .a-sp-mb20 {
    margin-bottom: 20px !important;
  }
  .a-sp-mb25 {
    margin-bottom: 25px !important;
  }
  .a-sp-mb30 {
    margin-bottom: 30px !important;
  }
  .a-sp-mb35 {
    margin-bottom: 35px !important;
  }
  .a-sp-mb40 {
    margin-bottom: 40px !important;
  }
  .a-sp-mb45 {
    margin-bottom: 45px !important;
  }
  .a-sp-mb50 {
    margin-bottom: 50px !important;
  }
  .a-sp-mb55 {
    margin-bottom: 55px !important;
  }
  .a-sp-mb60 {
    margin-bottom: 60px !important;
  }
  .a-sp-mb65 {
    margin-bottom: 65px !important;
  }
  .a-sp-mb70 {
    margin-bottom: 70px !important;
  }
  .a-sp-mb75 {
    margin-bottom: 75px !important;
  }
  .a-sp-mb80 {
    margin-bottom: 80px !important;
  }
  .a-sp-mb85 {
    margin-bottom: 85px !important;
  }
  .a-sp-mb90 {
    margin-bottom: 90px !important;
  }
  .a-sp-mb95 {
    margin-bottom: 95px !important;
  }
  .a-sp-mb100 {
    margin-bottom: 100px !important;
  }
  .a-sp-ml0 {
    margin-left: 0 !important;
  }
  .a-sp-ml5 {
    margin-left: 5px !important;
  }
  .a-sp-ml10 {
    margin-left: 10px !important;
  }
  .a-sp-ml15 {
    margin-left: 15px !important;
  }
  .a-sp-ml20 {
    margin-left: 20px !important;
  }
  .a-sp-ml25 {
    margin-left: 25px !important;
  }
  .a-sp-ml30 {
    margin-left: 30px !important;
  }
  .a-sp-ml35 {
    margin-left: 35px !important;
  }
  .a-sp-ml40 {
    margin-left: 40px !important;
  }
  .a-sp-ml45 {
    margin-left: 45px !important;
  }
  .a-sp-ml50 {
    margin-left: 50px !important;
  }
  .a-sp-ml55 {
    margin-left: 55px !important;
  }
  .a-sp-ml60 {
    margin-left: 60px !important;
  }
  .a-sp-ml65 {
    margin-left: 65px !important;
  }
  .a-sp-ml70 {
    margin-left: 70px !important;
  }
  .a-sp-ml75 {
    margin-left: 75px !important;
  }
  .a-sp-ml80 {
    margin-left: 80px !important;
  }
  .a-sp-ml85 {
    margin-left: 85px !important;
  }
  .a-sp-ml90 {
    margin-left: 90px !important;
  }
  .a-sp-ml95 {
    margin-left: 95px !important;
  }
  .a-sp-ml100 {
    margin-left: 100px !important;
  }
  .a-sp-mr0 {
    margin-right: 0 !important;
  }
  .a-sp-mr5 {
    margin-right: 5px !important;
  }
  .a-sp-mr10 {
    margin-right: 10px !important;
  }
  .a-sp-mr15 {
    margin-right: 15px !important;
  }
  .a-sp-mr20 {
    margin-right: 20px !important;
  }
  .a-sp-mr25 {
    margin-right: 25px !important;
  }
  .a-sp-mr30 {
    margin-right: 30px !important;
  }
  .a-sp-mr35 {
    margin-right: 35px !important;
  }
  .a-sp-mr40 {
    margin-right: 40px !important;
  }
  .a-sp-mr45 {
    margin-right: 45px !important;
  }
  .a-sp-mr50 {
    margin-right: 50px !important;
  }
  .a-sp-mr55 {
    margin-right: 55px !important;
  }
  .a-sp-mr60 {
    margin-right: 60px !important;
  }
  .a-sp-mr65 {
    margin-right: 65px !important;
  }
  .a-sp-mr70 {
    margin-right: 70px !important;
  }
  .a-sp-mr75 {
    margin-right: 75px !important;
  }
  .a-sp-mr80 {
    margin-right: 80px !important;
  }
  .a-sp-mr85 {
    margin-right: 85px !important;
  }
  .a-sp-mr90 {
    margin-right: 90px !important;
  }
  .a-sp-mr95 {
    margin-right: 95px !important;
  }
  .a-sp-mr100 {
    margin-right: 100px !important;
  }
  .a-sp-pa0 {
    padding: 0 !important;
  }
  .a-sp-pa5 {
    padding: 5px !important;
  }
  .a-sp-pa10 {
    padding: 10px !important;
  }
  .a-sp-pa15 {
    padding: 15px !important;
  }
  .a-sp-pa20 {
    padding: 20px !important;
  }
  .a-sp-pa25 {
    padding: 25px !important;
  }
  .a-sp-pa30 {
    padding: 30px !important;
  }
  .a-sp-pa35 {
    padding: 35px !important;
  }
  .a-sp-pa40 {
    padding: 40px !important;
  }
  .a-sp-pa45 {
    padding: 45px !important;
  }
  .a-sp-pa50 {
    padding: 50px !important;
  }
  .a-sp-pa55 {
    padding: 55px !important;
  }
  .a-sp-pa60 {
    padding: 60px !important;
  }
  .a-sp-pa65 {
    padding: 65px !important;
  }
  .a-sp-pa70 {
    padding: 70px !important;
  }
  .a-sp-pa75 {
    padding: 75px !important;
  }
  .a-sp-pa80 {
    padding: 80px !important;
  }
  .a-sp-pa85 {
    padding: 85px !important;
  }
  .a-sp-pa90 {
    padding: 90px !important;
  }
  .a-sp-pa95 {
    padding: 95px !important;
  }
  .a-sp-pa100 {
    padding: 100px !important;
  }
  .a-sp-pt0 {
    padding-top: 0 !important;
  }
  .a-sp-pt5 {
    padding-top: 5px !important;
  }
  .a-sp-pt10 {
    padding-top: 10px !important;
  }
  .a-sp-pt15 {
    padding-top: 15px !important;
  }
  .a-sp-pt20 {
    padding-top: 20px !important;
  }
  .a-sp-pt25 {
    padding-top: 25px !important;
  }
  .a-sp-pt30 {
    padding-top: 30px !important;
  }
  .a-sp-pt35 {
    padding-top: 35px !important;
  }
  .a-sp-pt40 {
    padding-top: 40px !important;
  }
  .a-sp-pt45 {
    padding-top: 45px !important;
  }
  .a-sp-pt50 {
    padding-top: 50px !important;
  }
  .a-sp-pt55 {
    padding-top: 55px !important;
  }
  .a-sp-pt60 {
    padding-top: 60px !important;
  }
  .a-sp-pt65 {
    padding-top: 65px !important;
  }
  .a-sp-pt70 {
    padding-top: 70px !important;
  }
  .a-sp-pt75 {
    padding-top: 75px !important;
  }
  .a-sp-pt80 {
    padding-top: 80px !important;
  }
  .a-sp-pt85 {
    padding-top: 85px !important;
  }
  .a-sp-pt90 {
    padding-top: 90px !important;
  }
  .a-sp-pt95 {
    padding-top: 95px !important;
  }
  .a-sp-pt100 {
    padding-top: 100px !important;
  }
  .a-sp-pr0 {
    padding-right: 0 !important;
  }
  .a-sp-pr5 {
    padding-right: 5px !important;
  }
  .a-sp-pr10 {
    padding-right: 10px !important;
  }
  .a-sp-pr15 {
    padding-right: 15px !important;
  }
  .a-sp-pr20 {
    padding-right: 20px !important;
  }
  .a-sp-pr25 {
    padding-right: 25px !important;
  }
  .a-sp-pr30 {
    padding-right: 30px !important;
  }
  .a-sp-pr35 {
    padding-right: 35px !important;
  }
  .a-sp-pr40 {
    padding-right: 40px !important;
  }
  .a-sp-pr45 {
    padding-right: 45px !important;
  }
  .a-sp-pr50 {
    padding-right: 50px !important;
  }
  .a-sp-pr55 {
    padding-right: 55px !important;
  }
  .a-sp-pr60 {
    padding-right: 60px !important;
  }
  .a-sp-pr65 {
    padding-right: 65px !important;
  }
  .a-sp-pr70 {
    padding-right: 70px !important;
  }
  .a-sp-pr75 {
    padding-right: 75px !important;
  }
  .a-sp-pr80 {
    padding-right: 80px !important;
  }
  .a-sp-pr85 {
    padding-right: 85px !important;
  }
  .a-sp-pr90 {
    padding-right: 90px !important;
  }
  .a-sp-pr95 {
    padding-right: 95px !important;
  }
  .a-sp-pr100 {
    padding-right: 100px !important;
  }
  .a-sp-pb0 {
    padding-bottom: 0 !important;
  }
  .a-sp-pb5 {
    padding-bottom: 5px !important;
  }
  .a-sp-pb10 {
    padding-bottom: 10px !important;
  }
  .a-sp-pb15 {
    padding-bottom: 15px !important;
  }
  .a-sp-pb20 {
    padding-bottom: 20px !important;
  }
  .a-sp-pb25 {
    padding-bottom: 25px !important;
  }
  .a-sp-pb30 {
    padding-bottom: 30px !important;
  }
  .a-sp-pb35 {
    padding-bottom: 35px !important;
  }
  .a-sp-pb40 {
    padding-bottom: 40px !important;
  }
  .a-sp-pb45 {
    padding-bottom: 45px !important;
  }
  .a-sp-pb50 {
    padding-bottom: 50px !important;
  }
  .a-sp-pb55 {
    padding-bottom: 55px !important;
  }
  .a-sp-pb60 {
    padding-bottom: 60px !important;
  }
  .a-sp-pb65 {
    padding-bottom: 65px !important;
  }
  .a-sp-pb70 {
    padding-bottom: 70px !important;
  }
  .a-sp-pb75 {
    padding-bottom: 75px !important;
  }
  .a-sp-pb80 {
    padding-bottom: 80px !important;
  }
  .a-sp-pb85 {
    padding-bottom: 85px !important;
  }
  .a-sp-pb90 {
    padding-bottom: 90px !important;
  }
  .a-sp-pb95 {
    padding-bottom: 95px !important;
  }
  .a-sp-pb100 {
    padding-bottom: 100px !important;
  }
  .a-sp-pl0 {
    padding-left: 0 !important;
  }
  .a-sp-pl5 {
    padding-left: 5px !important;
  }
  .a-sp-pl10 {
    padding-left: 10px !important;
  }
  .a-sp-pl15 {
    padding-left: 15px !important;
  }
  .a-sp-pl20 {
    padding-left: 20px !important;
  }
  .a-sp-pl25 {
    padding-left: 25px !important;
  }
  .a-sp-pl30 {
    padding-left: 30px !important;
  }
  .a-sp-pl35 {
    padding-left: 35px !important;
  }
  .a-sp-pl40 {
    padding-left: 40px !important;
  }
  .a-sp-pl45 {
    padding-left: 45px !important;
  }
  .a-sp-pl50 {
    padding-left: 50px !important;
  }
  .a-sp-pl55 {
    padding-left: 55px !important;
  }
  .a-sp-pl60 {
    padding-left: 60px !important;
  }
  .a-sp-pl65 {
    padding-left: 65px !important;
  }
  .a-sp-pl70 {
    padding-left: 70px !important;
  }
  .a-sp-pl75 {
    padding-left: 75px !important;
  }
  .a-sp-pl80 {
    padding-left: 80px !important;
  }
  .a-sp-pl85 {
    padding-left: 85px !important;
  }
  .a-sp-pl90 {
    padding-left: 90px !important;
  }
  .a-sp-pl95 {
    padding-left: 95px !important;
  }
  .a-sp-pl100 {
    padding-left: 100px !important;
  }
  .a-sp-wd-a {
    width: auto !important;
  }
  .a-sp-wd0 {
    width: 0px !important;
  }
  .a-sp-wd5 {
    width: 5px !important;
  }
  .a-sp-wd10 {
    width: 10px !important;
  }
  .a-sp-wd15 {
    width: 15px !important;
  }
  .a-sp-wd20 {
    width: 20px !important;
  }
  .a-sp-wd25 {
    width: 25px !important;
  }
  .a-sp-wd30 {
    width: 30px !important;
  }
  .a-sp-wd35 {
    width: 35px !important;
  }
  .a-sp-wd40 {
    width: 40px !important;
  }
  .a-sp-wd45 {
    width: 45px !important;
  }
  .a-sp-wd50 {
    width: 50px !important;
  }
  .a-sp-wd55 {
    width: 55px !important;
  }
  .a-sp-wd60 {
    width: 60px !important;
  }
  .a-sp-wd65 {
    width: 65px !important;
  }
  .a-sp-wd70 {
    width: 70px !important;
  }
  .a-sp-wd75 {
    width: 75px !important;
  }
  .a-sp-wd80 {
    width: 80px !important;
  }
  .a-sp-wd85 {
    width: 85px !important;
  }
  .a-sp-wd90 {
    width: 90px !important;
  }
  .a-sp-wd95 {
    width: 95px !important;
  }
  .a-sp-wd100 {
    width: 100px !important;
  }
  .a-sp-wd105 {
    width: 105px !important;
  }
  .a-sp-wd110 {
    width: 110px !important;
  }
  .a-sp-wd115 {
    width: 115px !important;
  }
  .a-sp-wd120 {
    width: 120px !important;
  }
  .a-sp-wd125 {
    width: 125px !important;
  }
  .a-sp-wd130 {
    width: 130px !important;
  }
  .a-sp-wd135 {
    width: 135px !important;
  }
  .a-sp-wd140 {
    width: 140px !important;
  }
  .a-sp-wd145 {
    width: 145px !important;
  }
  .a-sp-wd150 {
    width: 150px !important;
  }
  .a-sp-wd155 {
    width: 155px !important;
  }
  .a-sp-wd160 {
    width: 160px !important;
  }
  .a-sp-wd165 {
    width: 165px !important;
  }
  .a-sp-wd170 {
    width: 170px !important;
  }
  .a-sp-wd175 {
    width: 175px !important;
  }
  .a-sp-wd180 {
    width: 180px !important;
  }
  .a-sp-wd185 {
    width: 185px !important;
  }
  .a-sp-wd190 {
    width: 190px !important;
  }
  .a-sp-wd195 {
    width: 195px !important;
  }
  .a-sp-wd200 {
    width: 200px !important;
  }
  .a-sp-wd205 {
    width: 205px !important;
  }
  .a-sp-wd210 {
    width: 210px !important;
  }
  .a-sp-wd215 {
    width: 215px !important;
  }
  .a-sp-wd220 {
    width: 220px !important;
  }
  .a-sp-wd225 {
    width: 225px !important;
  }
  .a-sp-wd230 {
    width: 230px !important;
  }
  .a-sp-wd235 {
    width: 235px !important;
  }
  .a-sp-wd240 {
    width: 240px !important;
  }
  .a-sp-wd245 {
    width: 245px !important;
  }
  .a-sp-wd250 {
    width: 250px !important;
  }
  .a-sp-wd255 {
    width: 255px !important;
  }
  .a-sp-wd260 {
    width: 260px !important;
  }
  .a-sp-wd265 {
    width: 265px !important;
  }
  .a-sp-wd270 {
    width: 270px !important;
  }
  .a-sp-wd275 {
    width: 275px !important;
  }
  .a-sp-wd280 {
    width: 280px !important;
  }
  .a-sp-wd285 {
    width: 285px !important;
  }
  .a-sp-wd290 {
    width: 290px !important;
  }
  .a-sp-wd295 {
    width: 295px !important;
  }
  .a-sp-wd300 {
    width: 300px !important;
  }
  .a-sp-wd305 {
    width: 305px !important;
  }
  .a-sp-wd310 {
    width: 310px !important;
  }
  .a-sp-wd315 {
    width: 315px !important;
  }
  .a-sp-wd320 {
    width: 320px !important;
  }
  .a-sp-wd325 {
    width: 325px !important;
  }
  .a-sp-wd330 {
    width: 330px !important;
  }
  .a-sp-wd335 {
    width: 335px !important;
  }
  .a-sp-wd340 {
    width: 340px !important;
  }
  .a-sp-wd345 {
    width: 345px !important;
  }
  .a-sp-wd350 {
    width: 350px !important;
  }
  .a-sp-wd355 {
    width: 355px !important;
  }
  .a-sp-wd360 {
    width: 360px !important;
  }
  .a-sp-wd365 {
    width: 365px !important;
  }
  .a-sp-wd370 {
    width: 370px !important;
  }
  .a-sp-wd375 {
    width: 375px !important;
  }
  .a-sp-wd380 {
    width: 380px !important;
  }
  .a-sp-wd385 {
    width: 385px !important;
  }
  .a-sp-wd390 {
    width: 390px !important;
  }
  .a-sp-wd395 {
    width: 395px !important;
  }
  .a-sp-wd400 {
    width: 400px !important;
  }
  .a-sp-wd405 {
    width: 405px !important;
  }
  .a-sp-wd410 {
    width: 410px !important;
  }
  .a-sp-wd415 {
    width: 415px !important;
  }
  .a-sp-wd420 {
    width: 420px !important;
  }
  .a-sp-wd425 {
    width: 425px !important;
  }
  .a-sp-wd430 {
    width: 430px !important;
  }
  .a-sp-wd435 {
    width: 435px !important;
  }
  .a-sp-wd440 {
    width: 440px !important;
  }
  .a-sp-wd445 {
    width: 445px !important;
  }
  .a-sp-wd450 {
    width: 450px !important;
  }
  .a-sp-wd455 {
    width: 455px !important;
  }
  .a-sp-wd460 {
    width: 460px !important;
  }
  .a-sp-wd465 {
    width: 465px !important;
  }
  .a-sp-wd470 {
    width: 470px !important;
  }
  .a-sp-wd475 {
    width: 475px !important;
  }
  .a-sp-wd480 {
    width: 480px !important;
  }
  .a-sp-wd485 {
    width: 485px !important;
  }
  .a-sp-wd490 {
    width: 490px !important;
  }
  .a-sp-wd495 {
    width: 495px !important;
  }
  .a-sp-wd500 {
    width: 500px !important;
  }
  .a-sp-wd505 {
    width: 505px !important;
  }
  .a-sp-wd510 {
    width: 510px !important;
  }
  .a-sp-wd515 {
    width: 515px !important;
  }
  .a-sp-wd520 {
    width: 520px !important;
  }
  .a-sp-wd525 {
    width: 525px !important;
  }
  .a-sp-wd530 {
    width: 530px !important;
  }
  .a-sp-wd535 {
    width: 535px !important;
  }
  .a-sp-wd540 {
    width: 540px !important;
  }
  .a-sp-wd545 {
    width: 545px !important;
  }
  .a-sp-wd550 {
    width: 550px !important;
  }
  .a-sp-wd555 {
    width: 555px !important;
  }
  .a-sp-wd560 {
    width: 560px !important;
  }
  .a-sp-wd565 {
    width: 565px !important;
  }
  .a-sp-wd570 {
    width: 570px !important;
  }
  .a-sp-wd575 {
    width: 575px !important;
  }
  .a-sp-wd580 {
    width: 580px !important;
  }
  .a-sp-wd585 {
    width: 585px !important;
  }
  .a-sp-wd590 {
    width: 590px !important;
  }
  .a-sp-wd595 {
    width: 595px !important;
  }
  .a-sp-wd600 {
    width: 600px !important;
  }
  .a-sp-wd605 {
    width: 605px !important;
  }
  .a-sp-wd610 {
    width: 610px !important;
  }
  .a-sp-wd615 {
    width: 615px !important;
  }
  .a-sp-wd620 {
    width: 620px !important;
  }
  .a-sp-wd625 {
    width: 625px !important;
  }
  .a-sp-wd630 {
    width: 630px !important;
  }
  .a-sp-wd635 {
    width: 635px !important;
  }
  .a-sp-wd640 {
    width: 640px !important;
  }
  .a-sp-wd645 {
    width: 645px !important;
  }
  .a-sp-wd650 {
    width: 650px !important;
  }
  .a-sp-wd655 {
    width: 655px !important;
  }
  .a-sp-wd660 {
    width: 660px !important;
  }
  .a-sp-wd665 {
    width: 665px !important;
  }
  .a-sp-wd670 {
    width: 670px !important;
  }
  .a-sp-wd675 {
    width: 675px !important;
  }
  .a-sp-wd680 {
    width: 680px !important;
  }
  .a-sp-wd685 {
    width: 685px !important;
  }
  .a-sp-wd690 {
    width: 690px !important;
  }
  .a-sp-wd695 {
    width: 695px !important;
  }
  .a-sp-wd700 {
    width: 700px !important;
  }
  .a-sp-wd705 {
    width: 705px !important;
  }
  .a-sp-wd710 {
    width: 710px !important;
  }
  .a-sp-wd715 {
    width: 715px !important;
  }
  .a-sp-wd720 {
    width: 720px !important;
  }
  .a-sp-wd725 {
    width: 725px !important;
  }
  .a-sp-wd730 {
    width: 730px !important;
  }
  .a-sp-wd735 {
    width: 735px !important;
  }
  .a-sp-wd740 {
    width: 740px !important;
  }
  .a-sp-wd745 {
    width: 745px !important;
  }
  .a-sp-wd750 {
    width: 750px !important;
  }
  .a-sp-wd755 {
    width: 755px !important;
  }
  .a-sp-wd760 {
    width: 760px !important;
  }
  .a-sp-wd765 {
    width: 765px !important;
  }
  .a-sp-wd770 {
    width: 770px !important;
  }
  .a-sp-wd775 {
    width: 775px !important;
  }
  .a-sp-wd780 {
    width: 780px !important;
  }
  .a-sp-wd785 {
    width: 785px !important;
  }
  .a-sp-wd790 {
    width: 790px !important;
  }
  .a-sp-wd795 {
    width: 795px !important;
  }
  .a-sp-wd800 {
    width: 800px !important;
  }
  .a-sp-wd805 {
    width: 805px !important;
  }
  .a-sp-wd810 {
    width: 810px !important;
  }
  .a-sp-wd815 {
    width: 815px !important;
  }
  .a-sp-wd820 {
    width: 820px !important;
  }
  .a-sp-wd825 {
    width: 825px !important;
  }
  .a-sp-wd830 {
    width: 830px !important;
  }
  .a-sp-wd835 {
    width: 835px !important;
  }
  .a-sp-wd840 {
    width: 840px !important;
  }
  .a-sp-wd845 {
    width: 845px !important;
  }
  .a-sp-wd850 {
    width: 850px !important;
  }
  .a-sp-wd855 {
    width: 855px !important;
  }
  .a-sp-wd860 {
    width: 860px !important;
  }
  .a-sp-wd865 {
    width: 865px !important;
  }
  .a-sp-wd870 {
    width: 870px !important;
  }
  .a-sp-wd875 {
    width: 875px !important;
  }
  .a-sp-wd880 {
    width: 880px !important;
  }
  .a-sp-wd885 {
    width: 885px !important;
  }
  .a-sp-wd890 {
    width: 890px !important;
  }
  .a-sp-wd895 {
    width: 895px !important;
  }
  .a-sp-wd900 {
    width: 900px !important;
  }
  .a-sp-wd905 {
    width: 905px !important;
  }
  .a-sp-wd910 {
    width: 910px !important;
  }
  .a-sp-wd915 {
    width: 915px !important;
  }
  .a-sp-wd920 {
    width: 920px !important;
  }
  .a-sp-wd925 {
    width: 925px !important;
  }
  .a-sp-wd930 {
    width: 930px !important;
  }
  .a-sp-wd935 {
    width: 935px !important;
  }
  .a-sp-wd940 {
    width: 940px !important;
  }
  .a-sp-wd945 {
    width: 945px !important;
  }
  .a-sp-wd950 {
    width: 950px !important;
  }
  .a-sp-wd955 {
    width: 955px !important;
  }
  .a-sp-wd960 {
    width: 960px !important;
  }
  .a-sp-wd965 {
    width: 965px !important;
  }
  .a-sp-wd970 {
    width: 970px !important;
  }
  .a-sp-wd975 {
    width: 975px !important;
  }
  .a-sp-wd980 {
    width: 980px !important;
  }
  .a-sp-wd985 {
    width: 985px !important;
  }
  .a-sp-wd990 {
    width: 990px !important;
  }
  .a-sp-wd995 {
    width: 995px !important;
  }
  .a-sp-wd1000 {
    width: 1000px !important;
  }
  .a-sp-mw0p {
    width: 0% !important;
  }
  .a-sp-mw1p {
    width: 1% !important;
  }
  .a-sp-mw2p {
    width: 2% !important;
  }
  .a-sp-mw3p {
    width: 3% !important;
  }
  .a-sp-mw4p {
    width: 4% !important;
  }
  .a-sp-mw5p {
    width: 5% !important;
  }
  .a-sp-mw6p {
    width: 6% !important;
  }
  .a-sp-mw7p {
    width: 7% !important;
  }
  .a-sp-mw8p {
    width: 8% !important;
  }
  .a-sp-mw9p {
    width: 9% !important;
  }
  .a-sp-mw10p {
    width: 10% !important;
  }
  .a-sp-mw11p {
    width: 11% !important;
  }
  .a-sp-mw12p {
    width: 12% !important;
  }
  .a-sp-mw13p {
    width: 13% !important;
  }
  .a-sp-mw14p {
    width: 14% !important;
  }
  .a-sp-mw15p {
    width: 15% !important;
  }
  .a-sp-mw16p {
    width: 16% !important;
  }
  .a-sp-mw17p {
    width: 17% !important;
  }
  .a-sp-mw18p {
    width: 18% !important;
  }
  .a-sp-mw19p {
    width: 19% !important;
  }
  .a-sp-mw20p {
    width: 20% !important;
  }
  .a-sp-mw21p {
    width: 21% !important;
  }
  .a-sp-mw22p {
    width: 22% !important;
  }
  .a-sp-mw23p {
    width: 23% !important;
  }
  .a-sp-mw24p {
    width: 24% !important;
  }
  .a-sp-mw25p {
    width: 25% !important;
  }
  .a-sp-mw26p {
    width: 26% !important;
  }
  .a-sp-mw27p {
    width: 27% !important;
  }
  .a-sp-mw28p {
    width: 28% !important;
  }
  .a-sp-mw29p {
    width: 29% !important;
  }
  .a-sp-mw30p {
    width: 30% !important;
  }
  .a-sp-mw31p {
    width: 31% !important;
  }
  .a-sp-mw32p {
    width: 32% !important;
  }
  .a-sp-mw33p {
    width: 33% !important;
  }
  .a-sp-mw34p {
    width: 34% !important;
  }
  .a-sp-mw35p {
    width: 35% !important;
  }
  .a-sp-mw36p {
    width: 36% !important;
  }
  .a-sp-mw37p {
    width: 37% !important;
  }
  .a-sp-mw38p {
    width: 38% !important;
  }
  .a-sp-mw39p {
    width: 39% !important;
  }
  .a-sp-mw40p {
    width: 40% !important;
  }
  .a-sp-mw41p {
    width: 41% !important;
  }
  .a-sp-mw42p {
    width: 42% !important;
  }
  .a-sp-mw43p {
    width: 43% !important;
  }
  .a-sp-mw44p {
    width: 44% !important;
  }
  .a-sp-mw45p {
    width: 45% !important;
  }
  .a-sp-mw46p {
    width: 46% !important;
  }
  .a-sp-mw47p {
    width: 47% !important;
  }
  .a-sp-mw48p {
    width: 48% !important;
  }
  .a-sp-mw49p {
    width: 49% !important;
  }
  .a-sp-mw50p {
    width: 50% !important;
  }
  .a-sp-mw51p {
    width: 51% !important;
  }
  .a-sp-mw52p {
    width: 52% !important;
  }
  .a-sp-mw53p {
    width: 53% !important;
  }
  .a-sp-mw54p {
    width: 54% !important;
  }
  .a-sp-mw55p {
    width: 55% !important;
  }
  .a-sp-mw56p {
    width: 56% !important;
  }
  .a-sp-mw57p {
    width: 57% !important;
  }
  .a-sp-mw58p {
    width: 58% !important;
  }
  .a-sp-mw59p {
    width: 59% !important;
  }
  .a-sp-mw60p {
    width: 60% !important;
  }
  .a-sp-mw61p {
    width: 61% !important;
  }
  .a-sp-mw62p {
    width: 62% !important;
  }
  .a-sp-mw63p {
    width: 63% !important;
  }
  .a-sp-mw64p {
    width: 64% !important;
  }
  .a-sp-mw65p {
    width: 65% !important;
  }
  .a-sp-mw66p {
    width: 66% !important;
  }
  .a-sp-mw67p {
    width: 67% !important;
  }
  .a-sp-mw68p {
    width: 68% !important;
  }
  .a-sp-mw69p {
    width: 69% !important;
  }
  .a-sp-mw70p {
    width: 70% !important;
  }
  .a-sp-mw71p {
    width: 71% !important;
  }
  .a-sp-mw72p {
    width: 72% !important;
  }
  .a-sp-mw73p {
    width: 73% !important;
  }
  .a-sp-mw74p {
    width: 74% !important;
  }
  .a-sp-mw75p {
    width: 75% !important;
  }
  .a-sp-mw76p {
    width: 76% !important;
  }
  .a-sp-mw77p {
    width: 77% !important;
  }
  .a-sp-mw78p {
    width: 78% !important;
  }
  .a-sp-mw79p {
    width: 79% !important;
  }
  .a-sp-mw80p {
    width: 80% !important;
  }
  .a-sp-mw81p {
    width: 81% !important;
  }
  .a-sp-mw82p {
    width: 82% !important;
  }
  .a-sp-mw83p {
    width: 83% !important;
  }
  .a-sp-mw84p {
    width: 84% !important;
  }
  .a-sp-mw85p {
    width: 85% !important;
  }
  .a-sp-mw86p {
    width: 86% !important;
  }
  .a-sp-mw87p {
    width: 87% !important;
  }
  .a-sp-mw88p {
    width: 88% !important;
  }
  .a-sp-mw89p {
    width: 89% !important;
  }
  .a-sp-mw90p {
    width: 90% !important;
  }
  .a-sp-mw91p {
    width: 91% !important;
  }
  .a-sp-mw92p {
    width: 92% !important;
  }
  .a-sp-mw93p {
    width: 93% !important;
  }
  .a-sp-mw94p {
    width: 94% !important;
  }
  .a-sp-mw95p {
    width: 95% !important;
  }
  .a-sp-mw96p {
    width: 96% !important;
  }
  .a-sp-mw97p {
    width: 97% !important;
  }
  .a-sp-mw98p {
    width: 98% !important;
  }
  .a-sp-mw99p {
    width: 99% !important;
  }
  .a-sp-mw100p {
    width: 100% !important;
  }
  .a-sp-maw-n {
    max-width: none !important;
  }
  .a-sp-maw-1p {
    max-width: 1% !important;
  }
  .a-sp-maw-10p {
    max-width: 10% !important;
  }
  .a-sp-maw-20p {
    max-width: 20% !important;
  }
  .a-sp-maw-25p {
    max-width: 25% !important;
  }
  .a-sp-maw-30p {
    max-width: 30% !important;
  }
  .a-sp-maw-33p {
    max-width: 33% !important;
  }
  .a-sp-maw-40p {
    max-width: 40% !important;
  }
  .a-sp-maw-50p {
    max-width: 50% !important;
  }
  .a-sp-maw-60p {
    max-width: 60% !important;
  }
  .a-sp-maw-66p {
    max-width: 66% !important;
  }
  .a-sp-maw-70p {
    max-width: 70% !important;
  }
  .a-sp-maw-75p {
    max-width: 75% !important;
  }
  .a-sp-maw-80p {
    max-width: 80% !important;
  }
  .a-sp-maw-90p {
    max-width: 90% !important;
  }
  .a-sp-maw-100p {
    max-width: 100% !important;
  }
  .a-sp-hg-a {
    height: auto !important;
  }
  .a-sp-hg0 {
    height: 0px !important;
  }
  .a-sp-hg5 {
    height: 5px !important;
  }
  .a-sp-hg10 {
    height: 10px !important;
  }
  .a-sp-hg15 {
    height: 15px !important;
  }
  .a-sp-hg20 {
    height: 20px !important;
  }
  .a-sp-hg25 {
    height: 25px !important;
  }
  .a-sp-hg30 {
    height: 30px !important;
  }
  .a-sp-hg35 {
    height: 35px !important;
  }
  .a-sp-hg40 {
    height: 40px !important;
  }
  .a-sp-hg45 {
    height: 45px !important;
  }
  .a-sp-hg50 {
    height: 50px !important;
  }
  .a-sp-hg55 {
    height: 55px !important;
  }
  .a-sp-hg60 {
    height: 60px !important;
  }
  .a-sp-hg65 {
    height: 65px !important;
  }
  .a-sp-hg70 {
    height: 70px !important;
  }
  .a-sp-hg75 {
    height: 75px !important;
  }
  .a-sp-hg80 {
    height: 80px !important;
  }
  .a-sp-hg85 {
    height: 85px !important;
  }
  .a-sp-hg90 {
    height: 90px !important;
  }
  .a-sp-hg95 {
    height: 95px !important;
  }
  .a-sp-hg100 {
    height: 100px !important;
  }
  .a-sp-hg105 {
    height: 105px !important;
  }
  .a-sp-hg110 {
    height: 110px !important;
  }
  .a-sp-hg115 {
    height: 115px !important;
  }
  .a-sp-hg120 {
    height: 120px !important;
  }
  .a-sp-hg125 {
    height: 125px !important;
  }
  .a-sp-hg130 {
    height: 130px !important;
  }
  .a-sp-hg135 {
    height: 135px !important;
  }
  .a-sp-hg140 {
    height: 140px !important;
  }
  .a-sp-hg145 {
    height: 145px !important;
  }
  .a-sp-hg150 {
    height: 150px !important;
  }
  .a-sp-hg155 {
    height: 155px !important;
  }
  .a-sp-hg160 {
    height: 160px !important;
  }
  .a-sp-hg165 {
    height: 165px !important;
  }
  .a-sp-hg170 {
    height: 170px !important;
  }
  .a-sp-hg175 {
    height: 175px !important;
  }
  .a-sp-hg180 {
    height: 180px !important;
  }
  .a-sp-hg185 {
    height: 185px !important;
  }
  .a-sp-hg190 {
    height: 190px !important;
  }
  .a-sp-hg195 {
    height: 195px !important;
  }
  .a-sp-hg200 {
    height: 200px !important;
  }
  .a-sp-hg205 {
    height: 205px !important;
  }
  .a-sp-hg210 {
    height: 210px !important;
  }
  .a-sp-hg215 {
    height: 215px !important;
  }
  .a-sp-hg220 {
    height: 220px !important;
  }
  .a-sp-hg225 {
    height: 225px !important;
  }
  .a-sp-hg230 {
    height: 230px !important;
  }
  .a-sp-hg235 {
    height: 235px !important;
  }
  .a-sp-hg240 {
    height: 240px !important;
  }
  .a-sp-hg245 {
    height: 245px !important;
  }
  .a-sp-hg250 {
    height: 250px !important;
  }
  .a-sp-hg255 {
    height: 255px !important;
  }
  .a-sp-hg260 {
    height: 260px !important;
  }
  .a-sp-hg265 {
    height: 265px !important;
  }
  .a-sp-hg270 {
    height: 270px !important;
  }
  .a-sp-hg275 {
    height: 275px !important;
  }
  .a-sp-hg280 {
    height: 280px !important;
  }
  .a-sp-hg285 {
    height: 285px !important;
  }
  .a-sp-hg290 {
    height: 290px !important;
  }
  .a-sp-hg295 {
    height: 295px !important;
  }
  .a-sp-hg300 {
    height: 300px !important;
  }
  .a-sp-hg305 {
    height: 305px !important;
  }
  .a-sp-hg310 {
    height: 310px !important;
  }
  .a-sp-hg315 {
    height: 315px !important;
  }
  .a-sp-hg320 {
    height: 320px !important;
  }
  .a-sp-hg325 {
    height: 325px !important;
  }
  .a-sp-hg330 {
    height: 330px !important;
  }
  .a-sp-hg335 {
    height: 335px !important;
  }
  .a-sp-hg340 {
    height: 340px !important;
  }
  .a-sp-hg345 {
    height: 345px !important;
  }
  .a-sp-hg350 {
    height: 350px !important;
  }
  .a-sp-hg355 {
    height: 355px !important;
  }
  .a-sp-hg360 {
    height: 360px !important;
  }
  .a-sp-hg365 {
    height: 365px !important;
  }
  .a-sp-hg370 {
    height: 370px !important;
  }
  .a-sp-hg375 {
    height: 375px !important;
  }
  .a-sp-hg380 {
    height: 380px !important;
  }
  .a-sp-hg385 {
    height: 385px !important;
  }
  .a-sp-hg390 {
    height: 390px !important;
  }
  .a-sp-hg395 {
    height: 395px !important;
  }
  .a-sp-hg400 {
    height: 400px !important;
  }
  .a-sp-hg405 {
    height: 405px !important;
  }
  .a-sp-hg410 {
    height: 410px !important;
  }
  .a-sp-hg415 {
    height: 415px !important;
  }
  .a-sp-hg420 {
    height: 420px !important;
  }
  .a-sp-hg425 {
    height: 425px !important;
  }
  .a-sp-hg430 {
    height: 430px !important;
  }
  .a-sp-hg435 {
    height: 435px !important;
  }
  .a-sp-hg440 {
    height: 440px !important;
  }
  .a-sp-hg445 {
    height: 445px !important;
  }
  .a-sp-hg450 {
    height: 450px !important;
  }
  .a-sp-hg455 {
    height: 455px !important;
  }
  .a-sp-hg460 {
    height: 460px !important;
  }
  .a-sp-hg465 {
    height: 465px !important;
  }
  .a-sp-hg470 {
    height: 470px !important;
  }
  .a-sp-hg475 {
    height: 475px !important;
  }
  .a-sp-hg480 {
    height: 480px !important;
  }
  .a-sp-hg485 {
    height: 485px !important;
  }
  .a-sp-hg490 {
    height: 490px !important;
  }
  .a-sp-hg495 {
    height: 495px !important;
  }
  .a-sp-hg500 {
    height: 500px !important;
  }
  .a-sp-hg505 {
    height: 505px !important;
  }
  .a-sp-hg510 {
    height: 510px !important;
  }
  .a-sp-hg515 {
    height: 515px !important;
  }
  .a-sp-hg520 {
    height: 520px !important;
  }
  .a-sp-hg525 {
    height: 525px !important;
  }
  .a-sp-hg530 {
    height: 530px !important;
  }
  .a-sp-hg535 {
    height: 535px !important;
  }
  .a-sp-hg540 {
    height: 540px !important;
  }
  .a-sp-hg545 {
    height: 545px !important;
  }
  .a-sp-hg550 {
    height: 550px !important;
  }
  .a-sp-hg555 {
    height: 555px !important;
  }
  .a-sp-hg560 {
    height: 560px !important;
  }
  .a-sp-hg565 {
    height: 565px !important;
  }
  .a-sp-hg570 {
    height: 570px !important;
  }
  .a-sp-hg575 {
    height: 575px !important;
  }
  .a-sp-hg580 {
    height: 580px !important;
  }
  .a-sp-hg585 {
    height: 585px !important;
  }
  .a-sp-hg590 {
    height: 590px !important;
  }
  .a-sp-hg595 {
    height: 595px !important;
  }
  .a-sp-hg600 {
    height: 600px !important;
  }
  .a-sp-hg605 {
    height: 605px !important;
  }
  .a-sp-hg610 {
    height: 610px !important;
  }
  .a-sp-hg615 {
    height: 615px !important;
  }
  .a-sp-hg620 {
    height: 620px !important;
  }
  .a-sp-hg625 {
    height: 625px !important;
  }
  .a-sp-hg630 {
    height: 630px !important;
  }
  .a-sp-hg635 {
    height: 635px !important;
  }
  .a-sp-hg640 {
    height: 640px !important;
  }
  .a-sp-hg645 {
    height: 645px !important;
  }
  .a-sp-hg650 {
    height: 650px !important;
  }
  .a-sp-hg655 {
    height: 655px !important;
  }
  .a-sp-hg660 {
    height: 660px !important;
  }
  .a-sp-hg665 {
    height: 665px !important;
  }
  .a-sp-hg670 {
    height: 670px !important;
  }
  .a-sp-hg675 {
    height: 675px !important;
  }
  .a-sp-hg680 {
    height: 680px !important;
  }
  .a-sp-hg685 {
    height: 685px !important;
  }
  .a-sp-hg690 {
    height: 690px !important;
  }
  .a-sp-hg695 {
    height: 695px !important;
  }
  .a-sp-hg700 {
    height: 700px !important;
  }
  .a-sp-hg705 {
    height: 705px !important;
  }
  .a-sp-hg710 {
    height: 710px !important;
  }
  .a-sp-hg715 {
    height: 715px !important;
  }
  .a-sp-hg720 {
    height: 720px !important;
  }
  .a-sp-hg725 {
    height: 725px !important;
  }
  .a-sp-hg730 {
    height: 730px !important;
  }
  .a-sp-hg735 {
    height: 735px !important;
  }
  .a-sp-hg740 {
    height: 740px !important;
  }
  .a-sp-hg745 {
    height: 745px !important;
  }
  .a-sp-hg750 {
    height: 750px !important;
  }
  .a-sp-hg755 {
    height: 755px !important;
  }
  .a-sp-hg760 {
    height: 760px !important;
  }
  .a-sp-hg765 {
    height: 765px !important;
  }
  .a-sp-hg770 {
    height: 770px !important;
  }
  .a-sp-hg775 {
    height: 775px !important;
  }
  .a-sp-hg780 {
    height: 780px !important;
  }
  .a-sp-hg785 {
    height: 785px !important;
  }
  .a-sp-hg790 {
    height: 790px !important;
  }
  .a-sp-hg795 {
    height: 795px !important;
  }
  .a-sp-hg800 {
    height: 800px !important;
  }
  .a-sp-hg805 {
    height: 805px !important;
  }
  .a-sp-hg810 {
    height: 810px !important;
  }
  .a-sp-hg815 {
    height: 815px !important;
  }
  .a-sp-hg820 {
    height: 820px !important;
  }
  .a-sp-hg825 {
    height: 825px !important;
  }
  .a-sp-hg830 {
    height: 830px !important;
  }
  .a-sp-hg835 {
    height: 835px !important;
  }
  .a-sp-hg840 {
    height: 840px !important;
  }
  .a-sp-hg845 {
    height: 845px !important;
  }
  .a-sp-hg850 {
    height: 850px !important;
  }
  .a-sp-hg855 {
    height: 855px !important;
  }
  .a-sp-hg860 {
    height: 860px !important;
  }
  .a-sp-hg865 {
    height: 865px !important;
  }
  .a-sp-hg870 {
    height: 870px !important;
  }
  .a-sp-hg875 {
    height: 875px !important;
  }
  .a-sp-hg880 {
    height: 880px !important;
  }
  .a-sp-hg885 {
    height: 885px !important;
  }
  .a-sp-hg890 {
    height: 890px !important;
  }
  .a-sp-hg895 {
    height: 895px !important;
  }
  .a-sp-hg900 {
    height: 900px !important;
  }
  .a-sp-hg905 {
    height: 905px !important;
  }
  .a-sp-hg910 {
    height: 910px !important;
  }
  .a-sp-hg915 {
    height: 915px !important;
  }
  .a-sp-hg920 {
    height: 920px !important;
  }
  .a-sp-hg925 {
    height: 925px !important;
  }
  .a-sp-hg930 {
    height: 930px !important;
  }
  .a-sp-hg935 {
    height: 935px !important;
  }
  .a-sp-hg940 {
    height: 940px !important;
  }
  .a-sp-hg945 {
    height: 945px !important;
  }
  .a-sp-hg950 {
    height: 950px !important;
  }
  .a-sp-hg955 {
    height: 955px !important;
  }
  .a-sp-hg960 {
    height: 960px !important;
  }
  .a-sp-hg965 {
    height: 965px !important;
  }
  .a-sp-hg970 {
    height: 970px !important;
  }
  .a-sp-hg975 {
    height: 975px !important;
  }
  .a-sp-hg980 {
    height: 980px !important;
  }
  .a-sp-hg985 {
    height: 985px !important;
  }
  .a-sp-hg990 {
    height: 990px !important;
  }
  .a-sp-hg995 {
    height: 995px !important;
  }
  .a-sp-hg1000 {
    height: 1000px !important;
  }
  .a-sp-mah-n {
    max-height: none !important;
  }
  .a-sp-mah-100p {
    max-height: 100% !important;
  }
  .a-sp-miw-0 {
    min-width: 0 !important;
  }
  .a-sp-mih-0 {
    min-height: 0 !important;
  }
  .a-sp-cc-1 {
    column-count: 1 !important;
  }
  .a-sp-cc-2 {
    column-count: 2 !important;
  }
  .a-sp-cc-3 {
    column-count: 3 !important;
  }
  .a-sp-cc-4 {
    column-count: 4 !important;
  }
}

/*responsive*/
.pc { display: block; }
.sp {display: none; }
@media screen and (max-width: 767px) {
.pc { display: none; }
.sp {display: block; }
}