@charset "UTF-8";
/**
* ヘッダ・フッタ リニューアル 2022
*/
#wrap-container {
  width: 1200px;
  margin: 10px auto 0;
  padding: 0 10px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#contents {
  display: flex;
}

/*--------------------------------
    contents
--------------------------------*/
#container_n {
  width: 980px;
  margin-right: 0;
  margin-left: 0;
}

#main-contents {
  width: 980px;
  margin: 0 0 30px;
}

/*--------------------------------
    header
--------------------------------*/
h1 {
  margin: 0 0 15px;
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
}

header {
  margin-bottom: 15px;
}

header #header-area {
  position: relative;
}

header #header-area .header-ttl {
  position: absolute;
  top: 40px;
  left: 4%;
}

header #header-area .header-ttl h2 {
  font-size: 2.5em;
  line-height: 1.4;
}

header #header-area .header-ttl .header-text {
  line-height: 1.5;
  margin-top: 3px;
  font-size: 1.1em;
  font-weight: bold;
}

/*--------------------------------
    menu
--------------------------------*/
#menu-link {
  margin: 0 0 10px;
}

#menu-link ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#menu-link ul li {
  width: 16%;
  margin: 0;
  height: 40px;
}

#menu-link ul li:first-child {
  margin-left: 0;
}

#menu-link ul li.ergo {
  width: 20%;
}

#menu-link ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ededed;
  color: #194da1;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
  position: relative;
}

#menu-link ul li a span {
  text-align: center;
  line-height: 1.4;
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#menu-link ul li a span:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("/static/images/product/input/mouse/yaji_bl.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 8px;
}

#menu-link ul li a:hover {
  background-color: #1b4da2;
  color: #fff;
  text-decoration: none;
}

#menu-link ul li a:hover span:before {
  background-image: url("/static/images/product/input/mouse/yaji_wt.png");
}

#menu-link ul li.now a {
  background-color: #1b4da2;
  color: #fff;
  text-decoration: none;
}

#menu-link ul li.now a span:before {
  background-image: url("/static/images/product/input/mouse/yaji_wt.png");
}

/*--------------------------------
    おすすめの検索条件
--------------------------------*/
#search-recommend-area {
  margin-top: 20px;
}

#search-recommend-area #search-recommend-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

#search-recommend-area #search-recommend-link {
  display: inline-block;
  vertical-align: middle;
}

#search-recommend-area #search-recommend-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

#search-recommend-area #search-recommend-link ul li {
  width: 230px;
  height: 50px;
  margin: 0 5px;
}

#search-recommend-area #search-recommend-link ul a {
  background-color: #eff5fc;
  color: #194da1;
  border-radius: 6px;
  font-weight: bold;
  border: 1px solid;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}

#search-recommend-area #search-recommend-link ul a:hover {
  opacity: 0.6;
}

#search-recommend-area #search-recommend-link ul a:after {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("/static/images/product/input/mouse/yaji_bl.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 50%;
  right: 8%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#search-recommend-area #search-recommend-link ul a span {
  text-align: left;
  font-size: 1.2em;
  line-height: 1.4;
  width: 92%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 8%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------
    マウスリスト
--------------------------------*/
.mouseListArea {
  zoom: 100%;
}

.mouseListArea:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.mouseListAreaInner {
  float: left;
  padding: 10px 0 15px;
  width: 325px;
  position: relative;
  height: 260px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.mouseListAreaInner:nth-of-type(1), .mouseListAreaInner:nth-of-type(2), .mouseListAreaInner:nth-of-type(3) {
  border-top: 0;
}

.mouseListAreaInner:nth-of-type(3n + 1) {
  border-left: 1px solid #ccc;
}

.mouseListAreaInnerSku {
  margin: 0 12px;
}

.summary {
  padding: 0;
  font-size: 0.85em;
  line-height: 1.3;
  margin: 4px 0 12px;
  height: 32px;
}

.summary img {
  float: right;
  padding: 2px 8px 0 0;
}

.summary a {
  font-weight: bold;
}

.icon-area .icon-area-kind {
  margin: 5px 0 0;
}

#result-area h3 {
  font-size: 1.5em;
  line-height: 1.4;
  margin: 40px 5px 5px;
}

#result-area h4 {
  background-color: #343434;
  color: #fff;
  padding: 5px 15px;
  font-size: 1.4em;
  line-height: 1.4;
}

#result-area #index-result h2 {
  background-color: #1b4da2;
  color: #fff;
  padding: 15px 17px;
  font-size: 1.6em;
  line-height: 1.4;
  margin-top: 80px;
}

#result-area #index-result h2 + h3 {
  margin-top: 30px;
}

#result-area #index-result h4 {
  background-color: #ccc;
  color: #333;
  padding: 8px 15px;
  font-size: 1.4em;
  line-height: 1.4;
}

.mouseListArea {
  position: relative;
}

.mouseListAreaInner .left {
  float: left;
  padding: 0 15px 0 10px;
  width: 120px;
}

.mouseListAreaInner .left > a img {
  width: 100%;
  height: auto;
}

.mouseListAreaInner .left > a:hover img {
  opacity: 0.6;
}

.mouseListAreaInner .right {
  float: left;
  width: 170px;
}

.right img {
  margin: 0 0 3px 0;
}

.right div.cable-length {
  margin: 5px 0 2px 0;
  padding: 0 0 3px 0;
  text-align: left;
}

.right div.cable-length span {
  font-size: 0.8em;
}

.compatible {
  margin-bottom: 5px;
}

.icon {
  margin-bottom: 10px;
}

.compatible img,
.icon img {
  margin-right: 1px;
}

.mouseListAreaInner .right ul {
  margin-bottom: 10px;
}

.mouseListAreaInner .right ul li {
  margin-bottom: 3px;
}

.mouseListAreaInner .right ul li img {
  vertical-align: -1px;
  margin-right: 6px;
}

.mouseListAreaInner .right ul li a {
  font-weight: bold;
  font-size: 0.9em;
}

.price {
  font-size: 0.9em;
  margin-bottom: 12px;
}

.no-line {
  border-bottom: none;
}

.no-line_r {
  border-bottom: 1px dotted #fff;
}

/*--------------------------------
    マウスシリーズ
--------------------------------*/
.colorVariationArea {
  width: 120px;
  margin: 0 0 2px 0;
  clear: both;
}

.colorVariationArea:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.colorVariationArea li {
  float: left;
}

.colorVariationArea li a img:hover {
  opacity: 0.6;
}

div.kind-icon {
  position: absolute;
  bottom: 5px;
  right: 0;
  text-align: right;
  padding: 0 3% 0 0;
  width: 96%;
}

div.kind-icon:before {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

div.kind-icon img {
  margin-left: 2%;
}

.mainPhoto {
  margin: 0 3px 0 4px;
}

.mainPhoto .left img:hover {
  opacity: 0.6;
}

div.mark-area {
  text-align: right;
  padding-right: 10px;
}

/*--------------------------------
    チェックボックス
--------------------------------*/
.mouseListAreaInner .checkbox {
  display: none;
}

.mouseListAreaInner .checkbox .m-checkbox {
  display: none;
}

.mouseListAreaInner .checkbox .m-checkbox + span {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 26px;
  height: 26px;
  background-image: url("/static/images/product/input/mouse/index/check_box.gif");
}

.mouseListAreaInner .checkbox .m-checkbox + span:hover {
  cursor: pointer;
}

.mouseListAreaInner .checkbox .m-checkbox:checked + span {
  background-image: url("/static/images/product/input/mouse/index/check_box_ov.gif");
}

.mouseListAreaInner .checkbox .tooltip-disp {
  display: none;
}

.mouseListAreaInner .checkbox .check-btn:hover + .tooltip-disp {
  display: block;
  position: absolute;
  top: -55px;
  right: -50px;
}

#index-result .mouseListAreaInner .checkbox {
  display: block;
}

/*--------------------------------
    検索結果なし
--------------------------------*/
#no-result {
  margin: 50px 0;
  text-align: center;
}

#no-result .no-count {
  margin: 0;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}

/*--------------------------------
    絞り込み検索 タイトル
--------------------------------*/
#search-area {
  margin: 50px 0 0;
  padding: 0;
}

#search-area h3 {
  margin: 0;
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 1px;
  text-align: left;
  background-color: #1b4da2;
  padding: 10px 15px;
  line-height: 1.4;
}

#search-area h3 img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

#search-area .refine-disp {
  margin: 0;
  padding: 20px 0 20px 0;
  background-color: #079389;
  display: none;
}

#search-area .refine-disp a {
  margin: 0 auto;
  padding: 7px 5px;
  width: 400px;
  display: block;
  border-radius: 20px;
  color: #079389;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
}

#search-area .refine-disp a#menu-open-btn {
  background: #fff url(/static/images/product/input/mouse/img_open.png) no-repeat 3% center;
}

#search-area .refine-disp a#menu-close-btn {
  display: none;
  background: #fff url(/static/images/product/input/mouse/img_close.png) no-repeat 3% center;
}

.count-area {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 15px 0 0;
}

.count-area #result-ttl {
  margin-right: 5px;
  vertical-align: -1px;
}

.count-area .result-count {
  display: inline-block;
  font-size: 1.7em;
  font-weight: bold;
  color: #ff3100;
  margin: -5px 0.2% 0;
  vertical-align: middle;
}

.check-area {
  border: 1px solid #1b4da2;
  background-color: #fff;
  margin: 0;
  padding: 20px 3%;
  text-align: left;
}

.check-area dd label {
  white-space: nowrap;
  margin-right: 2%;
  display: inline-block;
}

.check-area dd label:hover {
  cursor: pointer;
}

.check-area .title h4 {
  font-size: 1.2em;
  line-height: 1.4;
  color: #666;
  letter-spacing: 1px;
}

.check-area dl {
  padding-bottom: 20px;
  border-top: 1px solid #ededed;
}

.check-area > dl:nth-of-type(1) {
  border-top: 0;
}

.check-area dt.select-title {
  display: block;
  width: 120px;
  margin: 20px 0 0 3px;
  color: #004da2;
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: top;
  float: left;
}

.check-area .dd-area {
  display: block;
  width: 780px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  float: left;
}

.check-area #select-menu-toggle {
  display: none;
}

.check-area dl dd {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  margin: 20px 0 0;
  line-height: 20px;
  font-size: 0.9em;
  font-weight: bold;
}

.check-area dl.select-connector.index {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 1em 0 0;
  padding: 1% 0 1% 2%;
  background-color: #e8e8e8;
  box-sizing: border-box;
}

.check-area dl.select-category dd {
  width: 210px;
}

.check-area dl.select-category.long-index dd {
  width: 385px;
}

.check-area dl.select-connector dd {
  width: 240px;
}

.check-area dl.select-connector.long dd {
  width: 300px;
}

.check-area dl.select-connector.index dd {
  width: 190px;
  margin: 10px 0;
}

.check-area dl.select-reading dd {
  width: 190px;
}

.check-area dl.select-button dd {
  width: 190px;
}

.check-area dl.select-size dd {
  width: 190px;
}

.check-area dl.select-feature dd {
  width: 190px;
}

.check-area dl.select-feature dd.long {
  width: auto !important;
  min-width: 190px;
  margin-right: 5px;
}

.check-area dl.select-soft dd {
  width: 270px;
}

.check-area dl.select-color dd {
  width: 190px;
}

.check-area .input-outer {
  display: inline-block;
}

.check-area dd label.no-check {
  cursor: default;
  color: #cbcbcb;
  pointer-events: none;
}

.check-area dd label.loading {
  pointer-events: none;
}

.check-area dd label input[type="checkbox"] {
  display: none;
}

.check-area dd label input[type="checkbox"]:checked + .checkbox-icon::before {
  opacity: 1;
  z-index: 2;
}

.check-area dd label input[type="checkbox"]:checked + .checkbox-icon::after {
  z-index: 1;
}

.check-area dd label input + .checkbox-icon {
  position: relative;
  vertical-align: 1px;
  padding: 0 0 0 25px;
}

.check-area dd label input + .checkbox-icon::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}

.check-area dd label input + .checkbox-icon::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 6px;
  margin-top: -8px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #ff8900;
  border-bottom: 3px solid #ff8900;
  transform: rotate(45deg);
  opacity: 0;
}

.check-area dd label input + .checkbox-icon.two-line::before {
  margin-top: 2px;
}

.check-area dd label input + .checkbox-icon::after {
  left: 0;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background-color: #fff;
}

.check-area dd label input + .checkbox-icon.two-line::after {
  margin: 0;
}

.check-area dd label span.checkbox-text img {
  display: inline;
  vertical-align: -2px;
  margin-right: 3px;
}

.check-area dd label span.checkbox-text span.icn-cl {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid #a0a0a0;
  box-sizing: border-box;
  background-color: #000;
  vertical-align: -2px;
  margin-right: 3px;
}

.check-area dd label span.checkbox-text span.icn-cl.black {
  background-color: #000;
}

.check-area dd label span.checkbox-text span.icn-cl.white {
  background-color: #fff;
}

.check-area dd label span.checkbox-text span.icn-cl.red {
  background-color: #ad0132;
}

.check-area dd label span.checkbox-text span.icn-cl.blue {
  background-color: #41689e;
}

.check-area dd label span.checkbox-text span.icn-cl.silver {
  background-color: #d7d7de;
}

.check-area dd label span.checkbox-text span.icn-cl.gunmetallic {
  background-color: #82858a;
}

.check-area dd label span.checkbox-text span.icn-cl.ivory {
  background-color: #fffdeb;
}

.check-area dd label span.checkbox-text span.icn-cl.beige {
  background-color: #eae1d8;
}

.check-area dd label span.checkbox-text span.icn-cl.gray {
  background-color: #b2b2b2;
}

.check-area dd label span.checkbox-text span.icn-cl.purple {
  background-color: #e2dcf2;
}

.check-area dd label span.checkbox-text span.icn-cl.pink {
  background-color: #f8e2e4;
}

.check-area dd label span.checkbox-text span.icn-cl.green {
  background-color: #dbecea;
}

.check-area dd label span.checkbox-image {
  display: block;
  margin: 10px 0 0;
  position: relative;
  top: 0;
  left: -10px;
}

.check-area dd label span.button_about {
  margin: 0 0 0 1.9em;
  display: block;
}

#select-connector-index {
  display: none;
}

/*--------------------------------
    開閉ボタン
--------------------------------*/
#menu-toggle {
  margin: 10px 0 0;
  text-align: center;
  position: relative;
}

#menu-toggle #menu-open-btn {
  width: 180px;
}

#menu-toggle #menu-close-btn {
  width: 180px;
  display: none;
}

#menu-toggle .menu-toggle-btn {
  margin: 0 auto;
}

#menu-toggle .menu-toggle-btn a img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

#menu-toggle #reset-area {
  position: absolute;
  bottom: 0;
  right: 0;
}

#menu-toggle #reset-area img {
  width: 130px;
  image-rendering: -webkit-optimize-contrast;
}

/*--------------------------------
    リセット
--------------------------------*/
#reset-area {
  margin: 15px 0 0;
  text-align: right;
}

#reset-area .reset a {
  width: 14%;
  background-color: #a0a0a0;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0 auto;
  padding: 8px 10px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}

#reset-area .reset a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

/*--------------------------------
    選択中の条件
--------------------------------*/
#restrict-outer {
  text-align: center;
  max-width: 95%;
  margin: 60px auto 40px;
}

#restrict-outer .count-ya {
  width: 30px;
  margin: 0 auto;
}

#restrict-outer .count-ya img {
  max-width: 100%;
}

#restrict {
  margin: 3px auto;
  font-size: 1.1em;
  line-height: 1.4;
  display: block;
  text-align: center;
}

#restrict-inner {
  width: 100%;
  display: block;
  text-align: center;
}

#restrict-inner.two-line {
  width: calc(100% - 5.4em);
  display: block;
  text-align: left;
  padding-left: 5.4em;
  text-indent: -5.4em;
}

#restrict .title,
#restrict #sel-choice {
  display: inline;
  font-weight: bold;
}

/*--------------------------------
    バナー
--------------------------------*/
#search-area .reset-area a {
  display: block;
  margin: 0 0 0 auto;
  padding: 10px 0 10px 0;
  width: 130px;
  background-color: #777;
  border-radius: 20px;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#search-area .mouse-ichiran-banner {
  margin: 15px 15px 0 0;
  text-align: right;
}

/*--------------------------------
    menu
--------------------------------*/
#other-category {
  margin: 60px 0 0;
}

#other-category h3 {
  font-size: 1.5em;
  line-height: 1.4;
  margin: 40px 5px 15px;
}

#other-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  padding-left: 5px;
  box-sizing: border-box;
}

#other-category ul li {
  width: 180px;
  height: 42px;
  margin: 0 5px;
}

#other-category ul li.ergo {
  width: 200px;
}

#other-category ul a {
  background-color: #fff;
  color: #194da1;
  border-radius: 6px;
  border: 1px solid;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}

#other-category ul a:hover {
  opacity: 0.6;
}

#other-category ul a:after {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("/static/images/product/input/mouse/yaji_bl.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 50%;
  right: 8%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#other-category ul a span {
  text-align: left;
  font-size: 1em;
  line-height: 1.4;
  width: 92%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 8%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------
    animation
--------------------------------*/
@keyframes slideInResult {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#result-outer-area {
  min-height: 100px;
  padding: 1px 0;
}

#result-outer .list-box {
  display: none;
}

#result-outer.slideInResult .list-box {
  display: block;
  animation-name: slideInResult;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  position: relative;
  top: -10px;
  left: 0;
}

/*--------------------------------
    visible
--------------------------------*/
.sp {
  display: none;
}

/*--------------------------------
    clearfix
--------------------------------*/
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.count-area-gentei {
  display: inline-block;
  margin: 5px auto;
  line-height: 1.4;
  vertical-align: middle;
}

#genteicheck {
  font-size: 0.87em;
  font-weight: bold;
  color: #333;
  display: block;
  text-align: right;
  padding: 7px 20px;
  background-color: #efefef;
  line-height: 1.2;
}

#genteicheck:hover {
  cursor: pointer;
}

#genteicheck input[type="checkbox"] {
  display: none;
}

#genteicheck input[type="checkbox"]:checked + .checkbox-icon::before {
  opacity: 1;
  z-index: 2;
}

#genteicheck input[type="checkbox"]:checked + .checkbox-icon::after {
  z-index: 1;
}

#genteicheck input + .checkbox-icon {
  position: relative;
  vertical-align: -2px;
  padding: 0 0 0 22px;
}

#genteicheck input + .checkbox-icon::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}

#genteicheck input + .checkbox-icon::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 5px;
  margin-top: -9px;
  width: 3px;
  height: 7px;
  border-right: 3px solid #ff8900;
  border-bottom: 3px solid #ff8900;
  transform: rotate(45deg);
  opacity: 0;
}

#genteicheck input + .checkbox-icon::after {
  left: 0;
  margin-top: -10px;
  width: 12px;
  height: 12px;
  border: 2px solid #ccc;
  background-color: #fff;
}
