	@charset "euc-jp";


/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*-------------------------------------------
共通
-------------------------------------------*/

body {
  background-color: #fff;
  color: #212121;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #2196f3;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:active {
  background: rgba(0, 0, 0, 0.1);
}

p {
  line-height: 1.2rem;
  margin: 0;
}

h2 {
  padding: 0 20px;
  margin: 20px 0 0.5rem;
  font-size: 142.85714%;
  font-weight: normal;
}

h3 {
  font-size: 114.28571%;
  font-weight: normal;
  margin: 20px 0 .5rem;
  padding: 0 20px;
}

h4 {
  font-size: 100%;
  font-weight: normal;
  margin: 20px 0 .5rem;
}

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

.wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.wrap img {
  vertical-align: bottom;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*
 * layout
 */
#outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

#wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#wrapper.open {
  -moz-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}

.section {
  border-bottom: solid 1px #e0e0e0;
}

.section-inner {
  padding: 0 20px 20px;
}

/* ヘッダー */
.shopname {
  padding: 20px 20px 15px;
}

.shopname-text {
  text-align: center;
  margin: 0;
  font-size: 142.85714%;
}
.shopname-text a {
  font-weight: bold;
  color: #212121;
  display: block;
}

/* ツールバー */
.toolbar {
  background: #1b2951;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
}

.toolbar-inner {
  margin: 0;
  padding: 0;
}

.toolbar-item-logo {
  list-style: none;
  float: left;
  width: 64%;
  padding: 5px 0px;
  text-align: center;
  border: none;
}

.toolbar-item {
  list-style: none;
  float: left;
  width: 50%;
  text-align: center;
  border-right: none;
  border-left: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.toolbar-item a {
  font-size: 114.28571%;
  display: block;
  padding: 18px 0 19px;
  color: #fff;
  line-height: 1.3;
}
.toolbar-item a:active {
  background: rgba(255, 255, 255, 0.1);
}
.toolbar-item a .icon {
  width: 20px;
  margin: 0 10px 0 0;
}

.toolbar-item-left {
  list-style: none;
  float: left;
  width: 18%;
  text-align: center;
  border-left: none;
  border-right: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar-item-left a {
  font-size: 114.28571%;
  display: block;
  padding: 18px 0 19px;
  color: #fff;
  line-height: 1.3;
}
.toolbar-item-left a:active {
  background: rgba(255, 255, 255, 0.1);
}
.toolbar-item-left a .icon {
  width: 20px;
  margin: 0 10px 0 0;
}

.toolbar-item-right {
  list-style: none;
  float: right;
  width: 18%;
  text-align: center;
  border-left: none;
  border-right: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar-item-right a {
  font-size: 114.28571%;
  display: block;
  padding: 18px 0 19px;
  color: #fff;
  line-height: 1.3;
}
.toolbar-item-rightt a:active {
  background: rgba(255, 255, 255, 0.1);
}
.toolbar-item-right a .icon {
  width: 20px;
  margin: 0 10px 0 0;
}

#header--sticky {
  background: #555;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}
#header--sticky .toolbar-item {
  list-style: none;
}
#header--sticky .toolbar-item .icon {
  margin: 0;
}
#header--sticky .toolbar--menu {
  list-style: none;
  float: left;
  width: 18%;
  text-align: center;
  border-left: none;
  border-right: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header--sticky .toolbar--menu a {
  font-size: 114.28571%;
  display: block;
  padding: 19px 0 18px;
  color: #fff;
  line-height: 1.3;
}
#header--sticky .toolbar--menu a:active {
  background: rgba(255, 255, 255, 0.1);
}
#header--sticky .toolbar--menu a .icon {
  width: 20px;
  margin: 0 10px 0 0;
}

#header--sticky .toolbar--cart {
  list-style: none;
  float: right;
  width: 18%;
  text-align: center;
  border-left: none;
  border-right: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
#header--sticky .toolbar--cart a {
  font-size: 114.28571%;
  display: block;
  padding: 19px 0 18px;
  color: #fff;
  line-height: 1.3;
}
#header--sticky .toolbar--cart a:active {
  background: rgba(255, 255, 255, 0.1);
}
#header--sticky .toolbar--cart a .icon {
  width: 20px;
  margin: 0 10px 0 0;
}

.toolbar--totop {
  list-style: none;
  float: left;
  width: 64%;
  border: none;
  text-align: center;
  border: none;
}

.toolbar--totop a {
  font-size: 100%;
  width: 100%;
  padding: 22px 0 20px;
  line-height: 1;
}
.toolbar--totop a .icon--up_w {
  width: 16px;
}

/* フッター */
.footer-nav {
  padding: 0;
  margin: 0;
}

.footer-nav-item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}
.footer-nav-item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #212121;
}
.footer-nav-item a span {
  display: table-cell;
  vertical-align: middle;
}

.footer-nav-item-text {
  width: 80%;
  height: auto;
}

.footer-nav-item-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.footer-nav-item-icon .icon {
  width: 16px;
}

.section--address {
  background: #ddd;
  text-align: center;
}
.section--address .section-inner {
  padding: 20px 20px 30px;
}

.switch {
  margin: 0 0 10px;
}

.section--sns {
  padding: 20px 0 0;
  text-align: center;
}

.sns-link {
  text-align: center;
  margin: 0 3px 0;
  padding: 10px 11px;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.sns-link .icon {
  width: 20px;
}

.sns-link--twitter {
  background: #00acee;
}

.sns-link--facebook {
  background: #3b579d;
}

.sns-link--instagram {
  background: #393939;
}

.sns-link--google {
  background: #d95333;
}

.sns-link--pinterest {
  background: #c9232d;
}

.copyright {
  margin: 0 0 20px;
}

.powered {
  font-size: 85.71429%;
  color: #212121;
}
.powered img {
  width: 195px;
  margin: 0 0 -3px 3px;
}

/* ドロワー */
#drawer {
  position: fixed;
  top: 0;
  left: -280px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 280px;
  height: 100%;
  color: #fff;
  background: #555;
  -webkit-overflow-scrolling: touch;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#drawer.open {
  -moz-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}

.drawer-item {
  border-bottom: 1px solid #333;
}

.drawer-item-name {
  font-size: 114.28571%;
  font-weight: normal;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-item-name .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-item-name-text {
  display: inline-block;
  width: 70%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.drawer-item-name-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-item-name-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer-accordion {
  border-bottom: 1px solid #333;
}
.drawer-accordion ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-accordion-name {
  font-size: 114.28571%;
  font-weight: normal;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-accordion-name .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-accordion-name-text {
  display: inline-block;
  width: 70%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.drawer-accordion-name-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-accordion-name-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer-accordion-item {
  border-bottom: 1px solid #111;
  background: #222;
}
.drawer-accordion-item:last-child {
  border: none;
}
.drawer-accordion-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-accordion-item a:active {
  background: rgba(255, 255, 255, 0.1);
}
.drawer-accordion-item a img {
  vertical-align: middle;
}
.drawer-accordion-item .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-accordion-item-text {
  display: inline-block;
  width: 87%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.drawer-accordion-item-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-accordion-item-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer--search {
  border-bottom: 2px solid #333;
  padding: 20px;
}

/*
 * product
 */
.regular {
  text-decoration: line-through;
  color: #aaa;
}

.price {
  font-size: 142.85714%;
  font-weight: bold;
}

.rate {
  color: #f44336;
}

.breadcrumblist {
  padding: 20px;
}

.taglist {
  padding: 20px 0 0;
}
.taglist p {
  margin: 0 0 10px;
}
.taglist a {
  margin: 0 6px 8px 0;
}

.productform-inner {
  margin: 0 0 15px;
}

.stock_error {
  font-weight: bold;
  text-align: center;
  color: #f44336;
}

.table {
  width: 100%;
  height: auto;
}

.table--bordered {
  font-size: 85.71429%;
  border-top: 1px solid #ddd;
}
.table--bordered th {
  font-weight: normal;
  width: 30%;
  padding: 10px 10px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table--bordered td {
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #ddd;
}

.otherlist {
  padding: 0;
  list-style: none;
}
.social {
  width: 120px;
  float: left;
  margin: 10px 0 0;
}

.imagelist.slick-slider {
  margin: 0 0 50px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}

/*
 * product-list
 */
.boxlist {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}

.box {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box .box-inner {
  display: block;
  padding: 10px 10px 6px;
}
.box .box-image {
  display: block;
  margin: 0px auto 5px auto;
  text-align: center;
}
.box .box-title {
  margin: 0 0 5px;
  color: #212121;
}
.box .box-price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.box .box-price--soldout {
	text-align: center;
  margin: 0 auto;
  color: #f44336;
}
.box .box-caption {
  font-size: 85.71429%;
  color: #999;
  line-height: 1rem;
}

.box--half {
  width: 50%;
  margin-bottom: 15px;
}

.box--full {
  float: none;
  width: 100%;
}

.slidelist {
  margin: -10px 0 10px !important;
}
.slidelist .slick-track {
  padding: 0 10px;
}
.slidelist .slick-slide {
  padding: 0;
}
.slidelist .slide-inner {
  display: block;
  padding: 10px 10px 5px;
}
.slidelist .slide-image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}
.slidelist .slide-title {
  font-size: 85.71429%;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide-price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide-price--soldout {
  font-size: 85.71429%;
  color: #f44336;
}

.result {
  margin: 10px 0;
}
.result span {
  font-size: 128.57143%;
  font-weight: bold;
}

.sort {
  text-align: center;
}

.pager {
  padding: 0 20px 20px;
}

.rest {
  text-align: center;
  margin: 15px 0;
}
.rest span {
  font-size: 114.28571%;
  font-weight: bold;
}

.pager-prev {
  float: left;
  line-height: 1;
}
.pager-prev .icon {
  width: 14px;
}

.pager-next {
  float: right;
  line-height: 1;
}
.pager-next .icon {
  width: 14px;
}

.section--list .boxlist {
  padding: 20px 10px 0;
  margin: 0;
}

.section--list--sub .section-inner {
  padding: 0 20px 10px;
}

.subcategorylist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subcategorylist-item {
  float: left;
  margin: 0 20px 10px 0;
}
.subcategorylist-item a {
  font-size: 85.71429%;
}

.freespace01 {
  margin: 0 0 20px;
}

.freespace02 {
  padding: 20px 0 0;
}

.freespace-item {
  font-size: 85.71429%;
}

/*
 * 特商法・その他
 */
.deflist {
  margin: 0;
}

.deflist-title {
  font-size: 128.57143%;
  margin: 0 0 0.5rem;
}

.deflist-body {
  margin: 0 0 20px;
}

.section--search .section-inner,
.section--free .section-inner,
.section--push .section-inner {
  padding: 20px;
}
.section--main {
  padding: 0 0 20px;
}

.section--search--detail {
  background: #212121;
}
.section--search--detail h2 {
  margin: 0 0 .5rem;
  padding: 20px 20px 0;
  color: #fff;
}
.section--search--detail .section-inner {
  padding: 0 20px 30px;
}

.section--push ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
 * パーツ
 */

.slick-slide img {
  margin: 0 auto;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon-open--flip {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--red {
  background: #f44336;
  color: #fff;
}

.button--blue {
  background: #2196f3;
  color: #fff;
}

.button--orange {
  background: #ff6f00;
  color: #fff;
}

.button--line {
  border: 1px solid #2196f3;
  color: #2196f3;
}

.button--sort {
  font-size: 100%;
  padding: 5px 0;
  width: 28%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--tag {
  font-size: 85.71429%;
  padding: 4px 4px 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 114.28571%;
  padding: 11px 0 12px;
  width: 25%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 10px;
  margin: 8px 0;
  width: 100%;
  line-height: 1;
}
.button--medium .icon {
  width: 14px;
  margin: 0 0 0 5px;
}

.button--large {
  font-size: 128.57143%;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
  margin: 0 0 10px;
}

.button--disabled {
  background: #bdbdbd;
  color: #fff;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"].keyword--small {
  width: 68%;
  margin: 0 10px 0 0;
  height: 40px;
}

input[type="text"].keyword--white {
  background: #fff;
  color: #212121;
}

input[type="text"].keyword--black {
  background: #000;
  color: #fff;
  border: none;
}

input[type="number"].productnum {
  padding: 8px 10px;
  width: 15%;
}

input[type="text"].productnum {
  padding: 8px 10px;
  width: 15%;
}

.pulldown {
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}

input[type="text"].name-title {
  padding: 8px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * モーダル
 */
#modal-content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

#modal-overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

#modal-close {
  font-size: 28px;
  position: absolute;
  top: -20px;
  right: -5%;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#modal-close .icon{
  width: 20px;
  vertical-align: initial;
}

.hide {
	display: none;
}



/* 絞り込みの見出し装飾 */
.NarrowHeaderDecoration {
	margin: 10px 0px 0px 20px;
	padding-left: 8px;
}

/* 絞り込みの見出しをIDで設定 */
.NarrowHeader01:before {
	content: "ブランドで絞り込む";
}

.NarrowHeader02:before {
	content: "タイプで絞り込む";
}

.NarrowHeader03:before {
	content: "カテゴリで絞り込む";
}

.NarrowHeader04:before {
	content: "シリーズで絞り込む";
}

.NarrowHeader21:before {
	content: "シーズンで絞り込む";
}

.NarrowHeader31:before {
	content: "サイズで絞り込む";
}

.NarrowHeader51:before {
	content: "シルエットで絞り込む";
}

.NarrowHeader52:before {
	content: "カットで絞り込む";
}

.NarrowHeader53:before {
	content: "丈で絞り込む";
}

.NarrowHeader61:before {
	content: "デザインタイプで絞り込む";
}

.NarrowHeader71:before {
	content: "ヒーローで絞り込む";
}

.NarrowHeader72:before {
	content: "競技で絞り込む";
}

.ColorVariationTitle-h2 {
	margin: 0;
	padding: 0px 0px 6px 10px;
	border-bottom: 3px solid #666;
	font-size: 16px;
	background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.ColorVariation_unit {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px 40px;
	vertical-align: top;
	position: relative;
	text-align: center;
	border-radius: 3px;
}

.GENTEI {
	color: #fA0;
	width: 80%;
	letter-spacing: 1em;
	margin: 1px auto 2px;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
	background: #000;
	background-color: #000;
		border-radius: 3px;
}

/* ************************************************ 
 *	商品詳細
 * ************************************************ */

.prdTitle_h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px;
}

.prdDetail_ul {
	list-style-type: none;
	position: relative;
	margin: 10px 10px 0px 0px;
}

.prdDetail_ul li{
	margin-bottom: 6px;
}

.prdDetail_ul li span{
	display: inline-block;
	padding: 0px 15px 0px 0px;
	border-bottom: 1px solid #666;
}

.prdEntryColorList {
	display: block;
	margin-bottom: 15px;
}

.prdEntryColor {
	display: inline-block;
	border-radius : 3px;
	text-align: center;
	text-decoration: none;
	width: 30px;
	height: 30px;
	margin: 0 10px -10px;
	border: 1px solid #666;
}

.prdKeyword {
	display: block;
	margin-bottom: 12px;
}

/* ************************************************ 
 *	カラー絞り込み
 * ************************************************ */
#CATEGORY_SEARCH_DETAIL.CATEGORY_SEARCH_DETAIL_hide {
	display: none;
}

.ColorSelectList label .Color:hover {
	opacity: 0.3;
}

.SearchColorSelect_ul {
	display: flex;
	list-style-type: none;
	justify-content: flex-start;
	margin: 0px 0px 17px 20px;
}

.SearchColorSelect_li button {
	border-radius : 3px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	transition: .3s;
	border: 1px solid #666;

/*調整中*/
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
	cursor: default;
	pointer-events: none;
	opacity: 0.3;

}

.SearchColorSelect_li button:hover {
	opacity: 0.6;
}

.SC-NONE {
	background: linear-gradient(45deg, white, white 49.5%, red 49.5%, red 50.5%, white 50.5%, white);
}
.SC-WHT {
	background: #FFFFFF;
}
.SC-YLW {
	background: #F7D900;
}
.SC-PNK {
	background: #E4007E;
}
.SC-ORG {
	background: #E9650E;
}
.SC-RED {
	background: #C30D22;
}
.SC-MRN {
	background: #7F0D0D;
}
.SC-PPL {
	background: #5F1885;
}
.SC-LTB {
	background: #72AFE0;
}
.SC-BLU {
	background: #0057A6;
}
.SC-NVY {
	background: #09034A;
}
.SC-LTG {
	background: #88CB7F;
}
.SC-GRN {
	background: #005633;
}
.SC-BWN {
	background: #81511c;
}
.SC-BLK {
	background: #000000;
}
.SC-GRY {
	background: #696969;
}
.SC-GLD {
	background: -moz-linear-gradient(135deg, #B67B03 0%, #DAAF08 10%, #FEE9A0 40%, #DAAF08 60%, #B67B03 80% 100%);
	background: -webkit-linear-gradient(135deg, #B67B03 0%, #DAAF08 10%, #FEE9A0 40%, #DAAF08 60%, #B67B03 80% 100%);
	background: linear-gradient(135deg, #B67B03 0%, #DAAF08 10%, #FEE9A0 40%, #DAAF08 60%, #B67B03 80% 100%);
}
.SC-SLV {
	background: -moz-linear-gradient(135deg, #757575 0%, #9E9E9E 10%, #E8E8E8 40%, #9E9E9E 60%, #757575 80% 100%);
	background: -webkit-linear-gradient(135deg, #757575 0%, #9E9E9E 10%, #E8E8E8 40%, #9E9E9E 60%, #757575 80% 100%);
	background: linear-gradient(135deg, #757575 0%, #9E9E9E 10%, #E8E8E8 40%, #9E9E9E 60%, #757575 80% 100%);
}
.SC-MLT {
	background: -moz-conic-gradient(
		hsl(0, 100%, 50%) 0,
		hsl(90, 100%, 50%) 90deg,
		hsl(180, 100%, 50%) 180deg,
		hsl(270, 100%, 50%) 270deg,
		hsl(360, 100%, 50%) 360deg
	);
	background: -webkit-conic-gradient(
		hsl(0, 100%, 50%) 0,
		hsl(90, 100%, 50%) 90deg,
		hsl(180, 100%, 50%) 180deg,
		hsl(270, 100%, 50%) 270deg,
		hsl(360, 100%, 50%) 360deg
	);
	background: conic-gradient(
		hsl(0, 100%, 50%) 0,
		hsl(90, 100%, 50%) 90deg,
		hsl(180, 100%, 50%) 180deg,
		hsl(270, 100%, 50%) 270deg,
		hsl(360, 100%, 50%) 360deg
	);
}
/* ************************************************ 
 *	FAQ
 * ************************************************ */
#FAQ-1 {
	width: 100%;
}

#FAQ-1 h1 {
	color: #333;
	font-size: 25px;
	font-weight: bold;
	margin: 24px 16px 40px 32px;
}

#FAQ dt {
	background: #444; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 8px;
	border-radius: 2px;
}
#FAQ dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#FAQ dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
	text-indent: -24px;
}
#FAQ dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}

/* ************************************************ 
 *	FOOTER
 * ************************************************ */
.FooterNavi_ul {
	height: 40px;
	list-style-type: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px 20px;
}

.FooterNavi_ul li {
	margin: 0 10px;
	align-items: center;
	text-align: center;
	flex: 1 1;
}

.SALE_BOX {
	margin-top: 3px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 3px 10px;
	background: #f00;
	background-color: #f00;
		border-radius: 3px;
}


/* ************************************************ 
 *	ヘッダー下部のinfo
 * ************************************************ */

.Toppage_AlwaysInfo {
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Toppage_AlwaysInfo dl{
	text-align: left;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #f00;
	margin: 0 auto;
}

.AlwaysInfoHeader {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	color: #fff;
	background: #f00;
	background-color: #f00;
}

.AlwaysInfoContents {
	text-align: left;
	padding: 3px;
}

#SEARCH_ADD_SUBCATEGORY,
#SEARCH_ADD_USE,
#SEARCH_ADD_OUTCOURT,
#SEARCH_ADD_SWEAT,
#SEARCH_ADD_SOCKS_LENGTH,
#SEARCH_ADD_BAG_SIZE,
#SEARCH_ADD_GROUND,
#SEARCH_ADD_TYPE,
#SEARCH_ADD_APPAREL_SIZE,
#SEARCH_ADD_SHOES_SIZE,
#SEARCH_ADD_SOCKS_SIZE {
	text-align: left;
	align-items: center;
	margin: 0 0 10px 20px;
	background: none;
	font-size: 14px;
	position: relative;
}

#SEARCH_ADD_SUBCATEGORY select,
#SEARCH_ADD_USE select,
#SEARCH_ADD_OUTCOURT select,
#SEARCH_ADD_SWEAT select,
#SEARCH_ADD_SOCKS_LENGTH select,
#SEARCH_ADD_BAG_SIZE select,
#SEARCH_ADD_GROUND select,
#SEARCH_ADD_TYPE select,
#SEARCH_ADD_APPAREL_SIZE select,
#SEARCH_ADD_SHOES_SIZE select,
#SEARCH_ADD_SOCKS_SIZE select {
	text-align: left;
	display: inline-block;
	border: 1px solid #666;
	border-radius: 3px;
	font-size: 14px;
	width: 120px;
}

#SEARCH_ADD_USE,
#SEARCH_ADD_OUTCOURT,
#SEARCH_ADD_SWEAT,
#SEARCH_ADD_SOCKS_LENGTH,
#SEARCH_ADD_BAG_SIZE,
#SEARCH_ADD_GROUND,
#SEARCH_ADD_TYPE,
#SEARCH_ADD_APPAREL_SIZE,
#SEARCH_ADD_PRICE,
#SEARCH_ADD_TEXT,
#SEARCH_ADD_MAINCOLOR,
#SEARCH_ADD_SUBCOLOR {
	align-items: center;
	margin: 0 0 10px 20px;
}


#SEARCH_ADD_USE input[type="radio"],
#SEARCH_ADD_OUTCOURT input[type="radio"],
#SEARCH_ADD_SWEAT input[type="radio"],
#SEARCH_ADD_SOCKS_LENGTH input[type="radio"],
#SEARCH_ADD_BAG_SIZE input[type="radio"],
#SEARCH_ADD_GROUND input[type="radio"],
#SEARCH_ADD_TYPE input[type="radio"],
#SEARCH_ADD_APPAREL_SIZE input[type="radio"],
#SEARCH_ADD_PRICE input[type="radio"],
#SEARCH_ADD_MAINCOLOR input[type="radio"],
#SEARCH_ADD_SUBCOLOR input[type="radio"] {
	display:none; 
}

#SEARCH_ADD_USE input[type="radio"]:checked + label,
#SEARCH_ADD_OUTCOURT input[type="radio"]:checked + label,
#SEARCH_ADD_SWEAT input[type="radio"]:checked + label,
#SEARCH_ADD_SOCKS_LENGTH input[type="radio"]:checked + label,
#SEARCH_ADD_BAG_SIZE input[type="radio"]:checked + label,
#SEARCH_ADD_GROUND input[type="radio"]:checked + label,
#SEARCH_ADD_TYPE input[type="radio"]:checked + label,
#SEARCH_ADD_APPAREL_SIZE input[type="radio"]:checked + label,
#SEARCH_ADD_PRICE input[type="radio"]:checked + label {
	color: #fff;
	background: #3685f1;
	background-color: #3685f1;
}

#SEARCH_ADD_USE label,
#SEARCH_ADD_OUTCOURT label,
#SEARCH_ADD_SWEAT label,
#SEARCH_ADD_SOCKS_LENGTH label,
#SEARCH_ADD_BAG_SIZE label,
#SEARCH_ADD_GROUND label,
#SEARCH_ADD_TYPE label,
#SEARCH_ADD_APPAREL_SIZE label,
#SEARCH_ADD_PRICE label {
	display:inline-block;
	border-radius : 3px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 20px;
	margin-right: 10px;
	transition: .3s;
	border: 1px solid #666;
}

#SEARCH_ADD_USE label:hover,
#SEARCH_ADD_OUTCOURT label:hover,
#SEARCH_ADD_SWEAT label:hover,
#SEARCH_ADD_SOCKS_LENGTH label:hover,
#SEARCH_ADD_BAG_SIZE label:hover,
#SEARCH_ADD_GROUND label:hover,
#SEARCH_ADD_TYPE label:hover,
#SEARCH_ADD_APPAREL_SIZE label:hover,
#SEARCH_ADD_PRICE label:hover {
	opacity: 0.6;
}

#SEARCH_FREETEXT {
	align-items: center;
	border: 1px solid #666;
	min-width: 30vw;
	max-width: 60vw;
	padding: 5px;
}

#SEARCH_ADD_MAINCOLOR input[type="radio"]:checked + label,
#SEARCH_ADD_SUBCOLOR input[type="radio"]:checked + label {
	border: 3px solid #f00;
}

#SEARCH_ADD_MAINCOLOR label,
#SEARCH_ADD_SUBCOLOR label {
	display:inline-block;
	border-radius : 3px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	width: 33px;
	height: 33px;
	padding: 3px;
	margin-right: 8px;
	transition: .3s;
	border: 3px solid #fff;
}

#SEARCH_ADD_MAINCOLOR label .Color,
#SEARCH_ADD_SUBCOLOR label .Color {
	display:inline-block;
	border-radius : 3px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	width: 30px;
	height: 30px;
	transition: .3s;
	border: 1px solid #666;
}

#CATEGORY_SEARCH {
	padding: 12px 0px;
}

#CATEGORY_SEARCH dl {
	display: table;
	margin: 0px;
}

#CATEGORY_SEARCH dl dt{
	display:table-cell; 
	font-size: 16px;
	font-weght: bold;
	width: 110px;
	text-align: left;
	vertical-align:middle;
}

#CATEGORY_SEARCH dl dd{
	display:table-cell; 
	text-align: left;
	vertical-align:middle;
}

#CATEGORY_SEARCH_BUTTON {
	display: inline-block;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	border: 2px solid #666;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #333;
	background-color: #333;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 3px;
	transition: .3s;
}

#CATEGORY_SEARCH_BUTTON:hover {
	opacity: 0.8;
}

.CS-ShowHideCheck {
	display: none;
}

.CS-ShowHideLabel {
	display: block;
	position: relative;
	width: 80%;
	margin: 10px auto;
	text-align: center;
	border: 2px solid #666;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #333;
	background-color: #333;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 3px;
	transition: .3s;
}

.CS-ShowHideLabel:hover {
	opacity: 0.8;
}

.CS-ShowHideLabel:after {
	content: "▼";
}
.CS-ShowHideCheck:checked + .CS-ShowHideLabel:after {
	content: "▲";
}

.CS-ShowHideCheck:checked + .CS-ShowHideLabel {
	color: #333;
	background: #DDD;
}

.CS-ShowHideContents {
	border-bottom: 1px solid #666;
	height: 0;
	opacity: 0;
	padding: 0px 10px;
	transition: .5s;
	visibility: hidden;
	margin-bottom: 16px;
}

.CS-ShowHideCheck:checked + .CS-ShowHideLabel + .CS-ShowHideContents {
	height: auto;
	opacity: 1;
	visibility: visible;
}

#PRICE_TYPE_NONE, #PRICE_TYPE_REGULAR, #PRICE_TYPE_SALE {
	display: none;
}

.RegularPriceItem {
	display: none
}

.SalePriceItem {
	display: none
}

#btnPriceType1 ,#btnPriceType2, #btnPriceType3 {
	display: inline-block;
	font-weight: bold;
	margin: 0px 3px;
	padding: 5px 11px;
	background-color: #fff;
	border: 1px solid;
}

#PRICE_TYPE_NONE:checked ~ * .RegularPriceItem {
	display: inline-block;
}
#PRICE_TYPE_NONE:checked ~ * .SalePriceItem {
	display: inline-block;
}

#PRICE_TYPE_REGULAR:checked ~ * .RegularPriceItem {
	display: inline-block;
}
#PRICE_TYPE_SALE:checked ~ * .SalePriceItem {
	display: inline-block;
}

/* チェックボックスがチェックされていたらボタンにスタイルを適用 */
#PRICE_TYPE_NONE:checked ~ #btnPriceType1 {
	display: inline-block;
	color: #fff;
	background-color: #333;
}
#PRICE_TYPE_REGULAR:checked ~ #btnPriceType2 {
	display: inline-block;
	color: #fff;
	background-color: #333;
}
#PRICE_TYPE_SALE:checked ~ #btnPriceType3 {
	display: inline-block;
	color: #fff;
	background-color: #333;
}

.ContentsLink {
	display:inline-block;
	border-radius : 3px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0px 3px;
	transition: .3s;
	border: 1px solid #666;
}

.ContentsLink:hover {
	opacity: 0.6;
}

.TechExp {
	margin-bottom: 15px;
}

.TechExp img{
	display: inline-block;
	max-height: 280px;
	max-width: 280px;
	margin-right: 12px;
}

.TechExp p{
	display: inline-block;
	vertical-align:middle;
}

.TechExp p b{
	display: inline-block;
	border-bottom: 3px solid #72b1ff;
	padding: 0px 20px 3px 3px;
	margin-bottom: 10px;
}

/* ------------------------------------- 
 *	商品オプション 表形式
 * ------------------------------------- */

#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
	vertical-align: middle; 
	position: relative; 
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.stock_zero {
	display: block;
	width: 100%;
	height: 100%;
	font-weight:bold;
	color: #fff;
	background:red;
	background-color:red;
	border-radius: 3px;
}
#option_tbl td label{
	text-align:center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
#option_tbl td .table_price {
	display: none;
}
#option_tbl td .t_stock_num{
	display: none;
}
#option_tbl td br{
	display: none;
}

/* ************************************************ 
 *	これからバスケットボールを始める方へ
 * ************************************************ */
#BeginnerPage {
	width: 100%;
}

#BeginnerPage h1 {
	color: #333;
	font-size: 25px;
	font-weight: bold;
	margin: 24px 0px 10px 16px;
}

#BeginnerPage dt {
	background: #444;
	color: #fff;
	padding: 8px 16px;
	margin: 0px 16px;
	border-radius: 2px;
}

#BeginnerPage dd {
	margin: 24px 16px 40px 32px;
	line-height: 150%;
}

#BeginnerPage a {
	display:inline-block;
	color: #3685f1;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 12px;
	margin: 0px 3px;
	transition: .3s;
	border: 1px solid #666;
	border-radius: 3px;
}

#BeginnerPage a:hover {
	opacity: 0.8;
}

/* ************************************************ 
 *	ネコポス配送
 * ************************************************ */
.Toppage_Yamato {
	text-align: center;
	margin: 10px 10px 0px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Toppage_Yamato dl{
	text-align: left;
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #009380;
	margin: 0 auto;
}

.AlwaysYamatoHeader {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	color: #fff;
	background: #f00;
	background-color: #009380;
}

.AlwaysYamatoContents {
	text-align: left;
	padding: 3px;
}

#Header_Infomation {
	display: block;
	margin: 10px;
	border: 2px solid #F22;
	border-radius: 5px;
}

.Header_Infomation_Title {
  	font-size:120%;
  	font-weight: bold;
	color: #FFF;
	padding: 5px;
	background-color: #F22;
}

.Header_Infomation_Text {
	padding: 7px;
}

/* ************************************************ 
 *	ページャー
 * ************************************************ */
.pagenation {
	position: relative;
	text-align: center;
	max-width: 100%;
	margin: 0 auto 10px auto;
}

.ViewPageNum {
	display: inline-block;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	width: 9%;
	margin: 0px 3px;
	padding: 8px 0px;
	text-align: center;
	text-decoration: bold;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #cbcbcb;
}

.PageListNum {
	display: inline-block;
	color: #666;
	background-color: #fff;
	width: 9%;
	margin: 0px 3px;
	padding: 8px 0px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	border: 1px solid #cdcdcd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #cbcbcb;
}

.PageListDot {
	display: inline-block;
	margin: 0px 1px;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	text-decoration: none;
	border: none;
}

.PageListNum:hover{
	color: #cdcdcd;
}

.pagenation-next:hover{
	color: #cdcdcd;
}

.pagenation-prev:hover{
	color: #cdcdcd;
}

.PageListDisabled {
	display: inline-block;
	width: 9%;
	margin: 0px 3px;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	padding: 8px 0px;
	text-decoration: none;
	box-shadow: 2px 2px 2px #cbcbcb;
}

#Header_Social {
	display: block;
	margin: 10px;
	width: calc(100% - 20px);
}

.Header_Social_ul {
	display: flex;
	justify-content: flex-end;
	text-align: right;
	margin-left: auto;
	list-style: none;
}

.Header_Social_li {
	display: inline;
	margin-left: 15px;
}

.Header_Social_li a:hover {
	opacity: 0.8;
}

.Header_Social_li img {
	height: 30px;
}

/* ************************************************ 
 *	送料無料/割引率などのPOP
 * ************************************************ */

.ProductImageArea {
	display:inline-block;
	position: relative;
}

.ProductExplanationArea {
	display:inline-block;
	position: relative;
}

.MbPop-SoryoMuryo {
	display:inline-block;
	z-index: 1000;
	width: 44px;
	height: 44px;
	position: absolute;
	bottom: 10px;
	right: -2px;
	border-radius : 5px;
	text-align: center;
	cursor: pointer;
	color: #ffe600;
	font-weight: bold;
	text-decoration: none;
	transition: .3s;
	border: none;
	background: #0057A6;
}

.MbPop-SoryoMuryo p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
    font-size: 0.6rem;
}

.MbPop-Off {
	display:inline-block;
	background-image:url(https://img04.shop-pro.jp/PA01010/545/etc/MbPop-Off.png?cmsp_timestamp=20230212230941);
	background-repeat: no-repeat;
	width: 52px;
	height: 52px;
	position: absolute;
	top: -12px;
	right: -6px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: .3s;
	border: none;
	z-index: 995
}

.MbPop-Off p {
	position: absolute;
	z-index: 996;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
    font-size: 0.7rem;
}

/* ************************************************ 
 *	SALEなど
 * ************************************************ */

.SaleList {
	display: block;
	position: relative;
  	width: 100%;
	margin: 5px auto;
}

.SaleList div {
	display: block;
	position: relative;
	margin: 0px auto;
  	width: 80%;
	padding: 5px 20px;
  	color: #fff;
	font-size: 1.2rem;
	font-weight: bold; 
	border-radius: 5px;
	margin: 5px auto;
    background-color: #F00;
    text-align: center;
}