@charset "UTF-8";
/**
 * 店舗在庫画面用 (PC)
 */

 .contentsHeaderNotice {
  padding: 0 0 10px 0;
}

.productImage {
	width: 60px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

/* ヨドバシカメラアイコン */
.yodo {
  background: url(../img/storestock/icon_yodo_20.png) no-repeat 0 0px;
  background-size: 15px 15px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
}

.yodo.ici {
  background: url(../img/storestock/icon_ishii_20.png) no-repeat 0 0px;
  background-size: 16px 16px;
}

.yodo.art {
  background: url(../img/storestock/icon_art_20.png) no-repeat 0 0px;
  background-size: 16px 16px;
}

.yodo.bloom {
  background: url(../img/storestock/icon_bloom_20.png) no-repeat 0 0px;
  background-size: 16px 16px;
}

.storeInfoStock_iconStatusIconY.iconIshii {
  background: url(../img/storestock/icon_ishii_20.png) no-repeat 0 0px;
}

.storeInfoStock_iconStatusIconY.iconArt {
  background: url(../img/storestock/icon_art_20.png) no-repeat 0 0px;
}

.storeInfoStock_iconStatusIconY.iconBloom {
  background: url(../img/storestock/icon_bloom_20.png) no-repeat 0 0px;
}

/* 説明文等 */

.notice {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

/* 説明等の文字を小さめに */

.notice p {
  font-size: 11px;
}

div.colBase {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sticky {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  z-index: 2 !important;
}

.sticky2 {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 60px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  z-index: 2 !important;
}

.contentsHeadSub {
  z-index: 2 !important;
  background-color: #fff;
  padding: 0 0 0 10px;
}

div.contentsHeadSub .headFilter {
  margin: 0 0 10px 0;
  padding: 0 0 0 18px;
}

div.contentsHeadSub ul {
  display: inline;
}

div.contentsHeadSub span.headCaption {
  margin: 0 10px 0 0;
}

div.headFilter .filterArea {
  margin: 0 10px 0 0;
}

div.headFilter ul li {
  display: inline;
}

#storeBrandFilter {
	display: none;
}

div.notice {
  background-color: #fff;
}

/** ホバーしたときのセルの背景色を消す */

.jsgrid-selected-row>.jsgrid-cell,
tr.jsgrid-header-row {
  background: #fff;
  border-top: 0px;
}

span.store {
  margin-left: 19px;
}

.storeLink {
  margin: 0 0 0 10px;
}


/* アコーディオン */

div.listNav {
  font-size: 150%;
  border-bottom: 1px solid #E3E4E5;
  padding: 5px 10px;
  position: relative;
}

/* 在庫一覧のヘッダの文字を左寄せに */

.storeInfoListHead th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: middle;
}

.storeInfoListHead .priceArea {
  text-align: left !important;
}

.storeInfoListHead .stockArea {
  text-align: left !important;
}

.storeInfoListHead .receiveInfoArea {
  text-align: left !important;
}

.storeInfoListHead .exhibitArea,
.shopInfoUnit .exhibitArea div.exhibit,
.shopInfoUnit .exhibitArea {
  text-align: left !important;
}

/*
div.shopInfoUnit,
div.storeInfoListHead,
div.rowData {
  width: 990px;
}
*/

.rowData>td.infoArea {
  width: 530px;
  max-width: 530px;
  min-width: 530px;
}

div.spDtBox {
  width: 100%;
}

/* 都道府県の下 */

div.listNav.js_SecondCategoryAction {
  border-top: #eee 1px solid !important;
}

/* 在庫一覧の最後のレコードの下を開ける */

.storeList:last-child {
  padding-bottom: 20px;
}

div.iconArea {
  width: 10px;
}

div.spdt {
  display: table-cell;
  vertical-align: middle;
}

.iconRegular.iconArw01dbl {
  background-position: -44px 0;
}

.iconRegular.iconArw01ubl {
  background-position: -28px 0;
}

.invisible {
  display: none;
}

/* 全体的にフォントを大きめにする */

div#contents,
div.shopInfoUnit {
  font-size: 14px;
}

/* 営業中アイコン */

.available {
  background-color: #f90;
}

/* 展示ありの協調 */

div.exhibit.hit {
  background-color: #f90;
  color: #fff;
  padding: 2px 2px;
  border-radius: 3px;
  font-weight: bold;
}

/* 都道府県のタブ */

.listNav,
div.listNav.js_SecondCategoryAction {
  background-color: #fff;
  /* border-color: #fff; */
}

/******************************************/

.toggle-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;  /* justify-content: space-around; */
    /*height: 110px;*/
  /* padding: 0 0 10px 0; */
}

.toggle-buttons.single-line {
  height: 40px;
}

.toggle-buttons .prefTag {
  margin: 1px 12px;
  /* margin: 1px 10px; */
  padding: 5px 0;
  width: 70px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #fe8585;
}

.toggle-buttons .prefTag.checked {
  background-color: #f66;
  border: 1px solid #f66;
}

.toggle-buttons .prefTag.checked:hover {
  background-color: #fe8585;
}

.toggle-buttons .prefTag:hover {
  background-color: #fe8585;
  border: 1px solid #fe8585;
}

.toggle-buttons .prefTag .button2 {
  color: #fe8585;
}

.toggle-buttons .prefTag.checked .button2 {
  color: #fff;
}

.toggle-buttons .prefTag:hover .button2 {
  color: #fff;
}

.subareaTagHeader2 {
  margin: 1px 12px;
  padding: 5px 0;
  width: 70px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background-color: #f66;
  border: 1px solid #f66;
}

.areaTag.inactive {
  border: 1px solid #ddd !important;
  background-color: #ddd !important;
  color: #666 !important;
}

.areaTag.inactive .button2 {
  color: #666 !important;
}

.areaTag.inactive:hover {
  background-color: #ddd !important;
  color: #666 !important;
}

#js_prefSelectable .hasNoStore,
.js_subAreaSelectable .hasNoStore {
  display: none;
}

.subareaTagHeader {
  font-size: 15px;
  padding: 3px 0 0 0;
}

.toggle-buttons-subarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 10px;
  /*      align-content: space-around;*/
  /*      justify-content: space-around;*/
  /* height: 20px; */
  padding: 0 0 20px 15px;
}

.toggle-buttons-subarea .subareaTag {
  margin: 1px 10px;
  padding: 5px 20px;
  color: #fe8585;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #fe8585;
}

.toggle-buttons-subarea .subareaTag.checked {
  background-color: #f66;
  border: 1px solid #f66;
  color: #fff;
}

.toggle-buttons-subarea .subareaTag.checked:hover {
  background-color: #fe8585;
  color: #fff;
}

.toggle-buttons-subarea .subareaTag:hover {
  background-color: #fe8585;
  border: 1px solid #fe8585;
  color: #fff;
}

.subareaTagWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*
.toggle-buttons-subarea .subareaTag .button2{
  color: #fe8585;
}
.toggle-buttons-subarea .subareaTag.checked .button2{
  color: #fff;
}
.toggle-buttons-subarea .subareaTag:hover .button2{
  color: #fff;
}
*/

span.button2 {
  padding: 5px 10px;
  font-size: 11px;
}

.buttonLabel {
  padding-bottom: 3px;
}

/* 絞り込み条件で０件となった時のメッセージ
ヨドバシドットコムなら～のメッセージ強調 */

.notFoundMessage {
  margin: 20px;
  /* font-size: 1.2em; */
  /*padding: 5px 20px;*/
  color: #666;
}

.notFoundMessage.invisible {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}

.notFoundMessage:not(.invisible) {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s, visibility 1s;
}

.notFoundMessageHead {
  margin: 40px 0;
  /* font-weight: bold; */
  font-size: 1.2em;
  /* border: 1px solid lightblue; */
}

.notFoundMessageHead span {
  margin: 0 10px;
}

.notFoundMessageBody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 31px;
  /* border:1px solid gray; */
}

.notFoundMessageBody .title {
  width: 120px;
}

.notFoundMessageBody .body {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex: 1;
}

.notFoundMessageBody .body li {
  margin: 0 0 10px 0;
}




/* 都道府県　リンクの色 */

label.buttonLabel {
  color: rgb(13, 98, 149);
  text-decoration: none;
}

.prefTag.checked span.button2 {
  color: black;
}

.subareaTag.checked span.button2 {
  color: black;
}

.toggle-buttons :checked+.button2,
div.toggle-buttons label.checked span {
  text-decoration: underline;
}

/* ヘッダ部分の背景色を白にする（重なった時にしたが見えないように） */

div.contentsHead,
div.contentsHead2 {
  background-color: #fff;
}

div.contentsHead2 {
  padding-bottom: 10px;
}

/* 在庫一覧のヘッダ（全体パネル部分） */

div.contentsHead.sticky3 {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 210px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  z-index: 2 !important;
  display: table;
  padding-left: 0 !important;
}

div.contentsHead.sticky3>table {
  display: table-cell;
}

div.contentsHead.sticky3 th {
  /* line-height: 20px; */
  vertical-align: middle;
  top: 127px;
}

/* .storeInfoListHead .subArea span {
  display: inline-flex;
  flex-wrap: wrap;
  width: 380px;
  max-width: 380px;
}
.storeInfoListHead .subArea span label {
  margin: 3px 8px;
  padding: 0 8px;
  background-color: white;
  color: rgb(12,98,149);
}
.storeInfoListHead .subArea span label.checked {
  text-decoration: underline;
} */


/******** 全国インデックス部分 */

.colBase .colLeft {
  margin: 0 10px 0 0;
}

.colBase .colLeft .index {
  position: -webkit-sticky !important;
  position: sticky;
  /* display: none; */
  margin-left: 2px;
  width: 36px;
  /* top: 162px; */
  top: 368px;
  padding-top: 15px;
}

.colBase .colLeft .index div {
  font-size: 80%;
  color: rgb(13, 98, 149);
  margin: 10px 0 10px 0;
  text-align-last: justify;
}

.colBase .colLeft .index div:hover {
  background-color: #eee;
  color: #f00;
  /* font-size: 100%; */
}

/******** ↑↑　全国インデックス部分（ここまで） */

/* 表ヘッダの左側 */

div.scndCate.js_SecondCategory {
  margin-left: 5;
}

/* 都道府県 */

div.prefSelectable {
  margin: 5px 0 0 0;
}

/* サブエリア */

div.prefSelectable2 span.button2,
div.prefSelectable3 span.button2 {
  /* padding: .2em .55em; */
  border-radius: 7px;
  margin-left: 0px;
  /* margin-right: 2px; */
  margin-top: 3px;
  background-color: #eee;
  vertical-align: middle;
  font-size: 12px;
}

div.prefSelectable2.toggle-buttons :checked+.button2,
div.prefSelectable2.toggle-buttons label.checked span,
div.prefSelectable3.toggle-buttons :checked+.button2,
div.prefSelectable3.toggle-buttons label.checked span {
  background-color: #fff;
}

/* .storeInfoListHead.sticky3.contentsHead {
  height: 31px;
} */

div.prefSelectable2 .buttonLabel,
div.prefSelectable3 .buttonLabel {
  padding-bottom: 0px;
}

div.prefSelectable3 {
  display: none;
}

div.prefSelectable2,
div.prefSelectable3 {
  padding-left: 10px;
}

/* 在庫店舗一覧のテーブル */

.rowData>td {
  padding: 0px 5px;
}

.infoArea tr th.icon {
  width: 20px;
}

div.storeInfoStock_storeNameIconTxtS,
.storeInfoStock_storeNameIconTxtS>div {
  vertical-align: middle;
  height: 20px;
}

div.storeInfoStock_storeNameIconTxtS {
  margin: 0 10px 0 0;
}

div.storeInfoStock_storeNameIconTxtS>div {
  margin-top: 0px;
}

/* .storeInfoStock_storeNameIconTxtS.store {
  padding-left: 0px;
} */

.infoArea tr .storeInfoStock_storeNameIconTxtS {
  padding: 0 0 0 20px;
}

/* 営業時間ラベルの幅*/

.infoArea .inner-th {
  width: 60px !important;
}

div.storeInfoListHead {
  background-color: #eee;
}

.toggle-buttons label span i {
  padding-right: 8px;
  font-size: 80%;
  opacity: 0.6;
}

.storeHeader {
  font-size: 11px;
}

.shopInfoUnit {
  padding: 10px 0;
}

.shopInfoUnit td {
  vertical-align: top;
}

.shopInfoUnit th.icon {
  padding: 0 10px 0 0;
}

.storeInfoListHead th.infoArea {
  width: 460px;
  max-width: 460px;
  min-width: 460px;
}

.storeInfoListHead th.priceArea {
  width: 120px;
}

.storeInfoListHead th.stockArea {
  width: 78px;
}

.storeInfoListHead th.exhibitArea {
  width: 26px;
}

.storeInfoListHead th.listHeadReceiveInfoArea {
  width: 206px;
}

/* index表示時のヘッダ幅 */
.storeInfoListHead.showIndex th.infoArea {
  padding: 0 0 0 46px;
  width: 476px;
  max-width: 476px;
  min-width: 476px;
}

.storeInfoListHead.showIndex th.priceArea {
  width: 120px;
}

.storeInfoListHead.showIndex th.stockArea {
  width: 78px;
}

.storeInfoListHead.showIndex th.exhibitArea {
  width: 26px;
}

.storeInfoListHead.showIndex th.listHeadReceiveInfoArea {
  width: 164px;
}

.shopInfoUnit tr.rowData>td.infoArea {
  width: 475px;
  max-width: 475px;
  min-width: 475px;
}

.shopInfoUnit tr.rowData>td.priceArea {
  width: 128px;
  max-width: 128px;
  min-width: 128px;
}

.shopInfoUnit tr.rowData>td.stockArea {
  width: 90px;
  max-width: 90px;
  min-width: 90px;
}

.shopInfoUnit tr.rowData>td.exhibitArea {
  width: 33px;
  max-width: 33px;
  min-width: 33px;
}

a.address {
  color: rgb(51, 52, 53);
  text-decoration: none;
}

a.address i {
  margin: 0 0 0 7px;
}

a.address:hover {
  color: #0D6295;
  text-decoration: underline;
}

.mu5:hover .address_switch.address.js_address.active{
  color: #0D6295;
  text-decoration: underline;
}

.mu5:hover .address_switch{
  color: rgb(51, 52, 53);
  text-decoration: none;
}

span.address {
  color: rgb(51, 52, 53);
  text-decoration: none;
}

span.address i {
  margin: 0 0 0 7px;
}

span.address:hover {
  color: rgb(51, 52, 53);
  text-decoration: none;
}

.mu5:hover span.address.address_switch.address.js_address{
  color: rgb(51, 52, 53);
  text-decoration: none;
}

a.tel {
  color: rgb(51, 52, 53);
  text-decoration: none;
}

a.tel i {
  margin: 0 0 0 5px;
}

a.tel:hover {
  color: #0D6295;
  text-decoration: underline;
}

.shopInfoUnit .infoArea .mu5 {
  margin: 3px 0 0 0;
}

.filterItem {
  color: #0D6295;
}

label.storeCheckbox .store {
  color: #0D6295;
}


body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

html {
  /* ビヨヨン効果を無効化する */
  overscroll-behavior: none;
}

.storeIcon {
  display: inline-block;
  position: relative;
  line-height: 16px;
  height: 16px;
}
.storeName .storeIcon {
  margin-right: 24px;
}

.allStoreSelect {
  display: inline;
  color: #0D6295;
}

/* #header {
  position: sticky;
  top: 0;
} */

/* #contents {
  padding: 0 0 0 0!important;
} */

/* スクロール位置調整用に最後の要素はbottomがある程度あったほうがいい */
/* .entryBlock:last-child {
  padding-bottom: 600px;
} */
#footer {
  display: none;
  /* TODO 邪魔なので消す この画面ならなくてもいいんじゃない？ */
}

.mapBase {
  margin: 0 0 0 40px;
  padding: 0 0 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
}

.mapBase2 {
  padding: 0 0 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
}

.mapBase .iconBase,
.mapBase2 .iconBase {
  position: relative;
}

.mapBase i.closeIcon,
.mapBase2 i.closeIcon {
  background: url(../img/storestock/iconClose.png) no-repeat 0 0px;
  background-size: 15px 15px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 5px;
}

/* 営業時間とアコーディオン */
a.saletime {
  position: relative;
  color: rgb(51, 52, 53);
  text-decoration: none;
}

a.saletime:hover {
  color: #0D6295;
  text-decoration: underline;
}

a.saletime.fa-clock:before {
  position: absolute;
  top: -1px;
  left: 4px;
  color: #1a73e8;
  font-size: 1.15em;
  text-decoration: none;
}

a.saletime.fa-clock:after {
  position: absolute;
  top: 0;
  text-decoration: none;
}

.saletime_list li {
  margin-bottom: 10px;
}

.saletime_list li.active {
  font-weight: bold;
}

.saletime_list li>dl dt,
.saletime_list li>dl dd {
  display: inline-block;
}

.saletime_list li>dl dt {
  margin-right: 10px;
}

a.saletime i {
  margin: 2px 0 0 5px;
  color: #1a73e8;
}

a.saletime .saletime_switch:hover {
  color: rgb(51, 52, 53);
}

a.saletime .saletime_switch.saletime_link_pat01:hover {
	color: #1a73e8;
	text-decoration: underline;
}

a.saletime .cap:hover .saletime_switch.saletime_link_pat01.active {
	color: #1a73e8;
	text-decoration: underline;
}

a.saletime .saletime_switch.saletime_link_pat01.active {
	color: rgb(51, 52, 53);
	text-decoration: none;
}

a.saletime .saletime_list {
	color: rgb(51, 52, 53);
	text-decoration: none;
}

a.route {
  position: relative;
  color: rgb(51, 52, 53);
  text-decoration: none;
}

.route .fa-external-link-alt {
  margin-left: 5px;
  color: rgb(51, 52, 53);
}

a.route span {
  display: inline-block;
  padding-left: 30px;
}

a.route span:before {
  position: absolute;
  content: "";
  background-image: url("../img/storestock/icon_route.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 3px;
  width: 17px;
  height: 17px;
}

a.route:hover {
  color: #0D6295;
  text-decoration: underline;
}

.infoArea .cap {
  margin: 0;
  padding-left: 11px;
}

a.tel i {
  padding-right: 10px;
  color: #1a73e8;
}

a.address i {
  padding-right: 10px;
  color: #1a73e8;
}

span.address i {
  padding-right: 10px;
  color: #1a73e8;
}

i.fas.fa-chevron-down {
  color: rgb(51, 52, 53);
}

i.fas.fa-chevron-up {
  color: rgb(51, 52, 53);
}

.saletime_switch {
  display: none;
}

.saletime_switch.active {
  display: inline-block;
}

.address_switch {
  display: none;
}

.address_switch.active {
  display: inline-block;
}


i.rt {
  background: url(../img/storestock/icon_art_20.png) no-repeat 0 0px;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
}

.top130 {
  top: 130px !important;
}

.storeInfoCell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.storeInfoCell .storeName {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 6px 0;
}
.storeInfoCell .storeName .storeNameText {
  -ms-flex: 0 1 auto;
}
.storeInfoCellRight {
  min-width: 140px;
  /* border: 1px solid red; */
}

.storeInfoCellLeft {
  min-width: 300px;
  max-width: 300px;
  /* border: 1px solid blue; */
}

.storeDetailInfo {
  margin-left: 28px;
}

.telWrapper {
  margin: 0 0 6px 0;
}

div.checked.inactive {
  background-color: #faa !important;
}
div.checked.inactive:hover {
  background-color: #faa !important;
}

.businessHoursRemarks {
	margin-left: 30px;
	margin-bottom: 2px;
}

.saletime_receive {	/* 24時間受取可能ラベル */
	display: inline-block;
	border: 1px solid #f00;
	margin-top: 4px;
	padding: 0 4px;
	color: #f00;
	font-size: 10px;
	vertical-align: top;
}

.openCloseStatus {
	font-weight: bold;
}

.openCloseStatus.outsideHours {
	color: #d93025;
}


/* タッチパネル対応 */
.toggle-buttons .prefTag.touchscreen {
  margin: 1px 12px;
  /* margin: 1px 10px; */
  padding: 5px 0;
  width: 70px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #fe8585;
}

.toggle-buttons .prefTag.touchscreen.checked {
  background-color: #f66;
  border: 1px solid #f66;
}

.toggle-buttons .prefTag.touchscreen.checked:hover {
  background-color: #fe8585;
}

.toggle-buttons .prefTag.touchscreen:hover {
  margin: 1px 12px;
  /* margin: 1px 10px; */
  padding: 5px 0;
  width: 70px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #fe8585;
  background-color: #fff;
}

.toggle-buttons .prefTag.touchscreen .button2 {
  color: #fe8585;
}

.toggle-buttons .prefTag.touchscreen.checked .button2 {
  color: #fff;
}

.toggle-buttons .prefTag.touchscreen:hover .button2 {
  color: #fe8585;
}

.toggle-buttons .prefTag.touchscreen.checked:hover .button2 {
  color: #fff;
}

.toggle-buttons-subarea .subareaTag.touchscreen {
  margin: 1px 10px;
  padding: 5px 20px;
  color: #fe8585;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #fe8585;
  background-color: #fff;
}

.toggle-buttons-subarea .subareaTag.touchscreen.checked {
  background-color: #f66;
  border: 1px solid #f66;
  color: #fff;
}

.toggle-buttons-subarea .subareaTag.touchscreen.checked:hover {
  background-color: #f66;
  border: 1px solid #f66;
  color: #fff;
}

.toggle-buttons-subarea .subareaTag.touchscreen:hover {
  margin: 1px 10px;
  padding: 5px 20px;
  color: #fe8585;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #fe8585;
  background-color: #fff;
}
