

/* import common.css */

* {
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

html {
    height: 100%;
    width: 100%;
}

body {
    /*color: #333;?:
    font-size: 12px;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    height: 100%;
    width: 100%;
    letter-spacing: -0.001em;
    -webkit-text-size-adjust: 100%;
    padding: 0;*/
}

/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
    overflow: hidden;
}


/* Override vcsCommon.css */

.hcw_breadcrumbs {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10px 1%;
    border-bottom: 1px dotted #666;
    font-size: 0.7rem;
    line-height: 1.5em;
    color: #333;
}
@media screen and (min-width: 641px) {
    .hcw_breadcrumbs {
        padding: 40px 1% 10px 1%;
    }
}

.hcw_breadcrumbs a {
    font-size: 0.7rem;
    color: #666;
    text-decoration: none;
}

.hcw_breadcrumbs a:hover {
    color: #000;
    text-decoration: none;
}

.hc_topSection {
    width: 100%;
    max-width: 1200px;
    padding: 25px 0 0 0;
}

.hc_snsButtons {
    width: auto;
}

.hc_snsButtons .sns_facebook,
.hc_snsButtons .sns_mixi,
.hc_snsButtons .sns_twitter,
.hc_snsButtons .sns_plus1 {
    width: auto;
    padding: 0;
}


/* pagenavi and compare - Override content.css */

.shop-stocklist .shipListNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 5px 0;
  font-size: 12px;
  background-color: #f1f1f1;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and  (min-width: 769px) {
  .shop-stocklist .shipListNav {
    justify-content: flex-start;
    align-items: center;
  }
}

.shop-stocklist .shipListNav div.sortForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 5px;
}
@media screen and  (min-width: 769px) {
  .shop-stocklist .shipListNav div.sortForm {
    display: inline-block;
    width: 200px;
  }
}

.shop-stocklist .shipListNav div.sortForm select {
  font-size: 11px;
  line-height: 22px;
}

.shop-stocklist .shipListNav div.shipCount {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #c66;
  float: none;
}
@media screen and  (min-width: 769px) {
  .shop-stocklist .shipListNav div.shipCount {
    width: auto;
    margin: 0 4px;
  }
}

.shop-stocklist.shop-stocklist .shipListNav div.sortForm select#selSort {
  border-style: revert;
}

.shop-stocklist .fl {
  float: left !important;
}

.shop-stocklist .pagenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 5px;
}
@media screen and  (min-width: 769px) {
  .shop-stocklist .pagenav {
    display: inline-block;
    width: auto;
    margin: 0 0 0 auto;
  }
}

.shop-stocklist .pagenav ul.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.shop-stocklist .pagenav ul.pagination li:first-child.disabled {
  display: none;
}

.shop-stocklist .pagenav ul.pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 1px;
  font-size: 11px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  color: #039;
  float: none;
}

.shop-stocklist .pagenav ul.pagination li.active {
  background-color: #ddd;
}

.shop-stocklist .pagenav ul.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 4px;
  margin: 0;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: -0.1em;
  text-align: center;
  text-decoration: none !important;
  color: #369;
  background-color: transparent;
  float: none;
}

.shop-stocklist .pagenav ul.pagination li a:hover {
  color: #fff;
  background-color: #369;
}

.shop-stocklist .pagenav ul.pagination li:first-child a::before {
  content: none;
}

.shop-stocklist .pagenav ul.pagination li:last-child a::before {
  content: none;
}

.shop-stocklist .compareDiv {
  display: none;
}
@media screen and  (min-width: 769px) {
  .shop-stocklist .compareDiv {
    display: block;
    padding: 25px 0;
    text-align: left;
  }
}

.shop-stocklist .compareDiv button {
  background: #f5f5f5;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  margin: 0 auto;
  border: 1px solid #ccc;
}
@media screen and  (min-width: 769px) {
  .shop-stocklist .compareDiv button {
    margin: 0 auto 0 0;
  }
}

.shop-stocklist .compareDiv button:hover {
  background: #000;
  color: #fff;
}




/* =======================================
    アイコン用webフォント設定
======================================= */

@font-face {
    font-family: 'vcs-icons';
    src: url('../fonts/vcs-icons.eot?p68t49');
    src: url('../fonts/vcs-icons.eot?p68t49#iefix') format('embedded-opentype'),  url('../fonts/vcs-icons.ttf?p68t49') format('truetype'),  url('../fonts/vcs-icons.woff?p68t49') format('woff'),  url('../fonts/vcs-icons.svg?p68t49#vcs-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Firefox, Opera, Safari */
@font-face {
    font-family: 'vcs-icons';
    src: url('../fonts/vcs-icons.ttf') format('truetype');
}

[class^="im-"],
[class*=" im-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'vcs-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.im-line:before {
    content: "\e900";
}

.im-line-square:before {
    content: "\e800";
}

.im-envelope-o:before {
    content: "\f003";
}

.im-home:before {
    content: "\f015";
}

.im-print:before {
    content: "\f02f";
}

.im-camera:before {
    content: "\f030";
}

.im-map-marker:before {
    content: "\f041";
}

.im-twitter-square:before {
    content: "\f081";
}

.im-facebook-square:before {
    content: "\f082";
}

.im-phone:before {
    content: "\f095";
}

.im-phone-square:before {
    content: "\f098";
}

.im-twitter:before {
    content: "\f099";
}

.im-facebook:before {
    content: "\f09a";
}

.im-facebook-f:before {
    content: "\f09a";
}

.im-envelope:before {
    content: "\f0e0";
}

.im-building-o:before {
    content: "\f0f7";
}

.im-youtube-square:before {
    content: "\f166";
}

.im-youtube:before {
    content: "\f167";
}

.im-instagram:before {
    content: "\f16d";
}

.im-tumblr:before {
    content: "\f173";
}

.im-tumblr-square:before {
    content: "\f174";
}

.im-envelope-square:before {
    content: "\f199";
}

.im-fax:before {
    content: "\f1ac";
}

.im-building:before {
    content: "\f1ad";
}

.im-automobile:before {
    content: "\f1b9";
}

.im-car:before {
    content: "\f1b9";
}

.im-car-solid:before {
    content: "\e910";
}

.im-ship:before {
    content: "\f21a";
}

.im-anchor:before {
    content: "\f13d";
}

.im-mobile:before {
    content: "\e958";
}

.im-laptop:before {
    content: "\e957";
}

.im-laptop2:before {
    content: "\e912";
}

.im-laptop3:before {
    content: "\e913";
}

.im-tire-wheel:before {
    content: "\e902";
}

.im-rudder-wheel:before {
    content: "\e901";
}



img {
  vertical-align: bottom
}

/*a {
  color: #3f4c6b;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: none;
}*/

p.no-item {
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  margin: 5em 0;
}
@media screen and  (min-width: 769px) {
  p.no-item {
    margin: 10em 0;
  }
}


/* バナー */
.bannermm {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 40px 2% 40px 2%;
  text-align: center;
}
@media screen and  (min-width: 641px) {
  .bannermm {
    padding: 40px 2% 0 2%;
  }
}
.bannermm img {
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto;
}


/* Credit Card Display */
.cc-disp {
  display: block;
  width: 100%;
  max-width: 480px;
  padding: 0 2%;
  margin: 25px auto 0 auto ;
}
@media screen and  (min-width: 641px) {
  .cc-disp {
    width: calc( 100% - 8px ) !important;
    max-width: 480px;
    padding: 0;
    margin: 40px auto 15px auto;
  }
}
@media screen and  (min-width: 769px) {
  .cc-disp {
    /*width: 972px !important;*/
    width: 480px !important;
  }
}
.cc-disp table {
  /*width: 100%;*/
  width: auto;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #214870;
}
@media screen and  (min-width: 641px) {
  .cc-disp table {
    width: 100%;
  }
}
.cc-disp table th {
  /*display: block;
  width: 100%;*/
  width: 50%;
  min-width: 200px;
  padding: 5px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  background-color: #214870;
}
@media screen and  (min-width: 641px) {
  .cc-disp table th {
    display: table-cell;
    width: 240px;
    padding: 10px;
    font-size: 14px;
    vertical-align: middle;
  }
}
.cc-disp table td {
  /*display: block;
  width: 100%;*/
  width: 50%;
  padding: 1px;
  text-align: center;
}
@media screen and  (min-width: 641px) {
  .cc-disp table td {
    display: table-cell;
    width: auto;
    vertical-align: middle;
  }
}
.cc-disp table td span {
  display: inline-block;
  width: auto;
}
.cc-disp table td span img {
  width: auto;
  height: 40px;
}
@media screen and  (min-width: 641px) {
  .cc-disp table td span img {
    height: 60px;
  }
}


/* 見出し */
@media screen and  (min-width: 641px) {
  .boatStockList .content {
    min-height: 80px;
    padding: 40px 0 0 0;
  }
}
@media screen and  (max-width: 640px) {
  .boatStockList .content {
    min-height: 20px;
  }
  .boatStockList .content h3 {
    line-height: 20px;
    color: #214870;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 16px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    width: 310px;
    font-weight: normal;
    text-shadow: 1px 1p 0px #fff;
    border-left: 5px solid #32337F;
    margin-bottom: 3px;
  }
}


.hc_topSection {
  width: 100%;
  max-width: 1200px;
  padding: 0;
}

@media screen and (max-width: 1299px) {
  .hcw_breadcrumbs {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#msp.shop-stocklist {
  width: 100%;
  height: auto;
  padding: 25px 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #msp.shop-stocklist {
    padding: 25px 3%;
  }
}
@media screen and (min-width: 1300px) {
  #msp.shop-stocklist {
    max-width: 1200px;
    padding: 25px 0;
  }
}

.shop-stocklist * {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}

.shop-cap {
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 481px) {
  .shop-cap {
    padding: 15px;
  }
}
@media screen and (min-width: 769px) {
  .shop-cap {
    padding: 20px;
  }
}

.shop-cap h3 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
  color: #214870;
  margin-bottom: 0;
}
@media screen and (min-width: 481px) {
  .shop-cap h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .shop-cap h3 {
    font-size: 24px;
  }
}

ul.stock-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

ul.stock-wrap li.stock-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 10px 5px;
  margin: 10px 0;
  background-color: #f6f6f6;
  border: 1px solid #d5d5d5;
}
@media screen and (min-width: 481px) {
  ul.stock-wrap li.stock-content {
    padding: 15px;
  }
}
@media screen and (min-width: 769px) {
  ul.stock-wrap li.stock-content {
    padding: 20px;
  }
}

.stock-compare {
  display: none;
}
@media screen and (min-width: 481px) {
  .stock-compare {
    display: block;
    width: 100%;
    padding: 0 0 10px 5px;
  }
}

.stock-compare label {
  font-size: 14px;
  line-height: 1em;
  color: #333;
  cursor: pointer;
}

.stock-compare label input[type="checkbox"] {
  margin: 0 5px 0 0;
  cursor: pointer;
}

.stock-col-img {
  display: none;
}
@media screen and (min-width: 769px) {
  .stock-col-img {
    display: block;
    width: 210px;
    height: auto;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
  }
}
@media screen and (min-width: 1025px) {
  .stock-col-img {
    width: 330px;
  }
}

.stock-col-img a {
  display: block;
  position: relative;
}

.stock-col-img a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.card-ok-disp {
  display: block;
  width: 30%;
  max-width: 45px;
  height: auto;
  position: absolute;
  top: 5px;
  left: 5px;
}
@media screen and (min-width: 481px) {
  .card-ok-disp {
    width: 25%;
    max-width: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .card-ok-disp {
    top: 10px;
    left: 10px;
  }
}

.stock-col-tx {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .stock-col-tx {
    width: calc( 100% - 230px );
  }
}
@media screen and (min-width: 1025px) {
  .stock-col-tx {
    width: calc( 100% - 350px );
  }
}

.stock-col-tx h2 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 640px) {
  .stock-col-tx h2 {
    font-size: 20px;
  }
}

.stock-col-tx h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  color: #333;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 640px) {
  .stock-col-tx h3 {
    font-size: 18px;
  }
}

.stock-col-tx-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .stock-col-tx-inner {
    display: block;
  }
}

.stock-col-img-sp {
  display: block;
  width: calc( 40% - 3px );
  height: auto;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  position: relative;
}
@media screen and (min-width: 481px) {
  .stock-col-img-sp {
    width: calc( 45% - 5px );
  }
}
@media screen and (min-width: 769px) {
  .stock-col-img-sp {
    display: none;
  }
}

.stock-col-img-sp a {
  display: block;
}

.stock-col-img-sp a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.stock-col-tx-body {
  display: block;
  width: calc( 60% - 3px );
}
@media screen and (min-width: 481px) {
  .stock-col-tx-body {
    width: calc( 55% - 5px );
  }
}
@media screen and (min-width: 769px) {
  .stock-col-tx-body {
    width: 100%;
  }
}

.spec-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .spec-container {
    padding: 10px 0 5px 0;
  }
}

.spec-container dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc( 50% - 2px );
  height: auto;
  margin: 1px;
}
@media screen and (min-width: 481px) {
  .spec-container dl {
    width: calc( 50% - 4px );
    margin: 2px;
  }
}
@media screen and (min-width: 769px) {
  .spec-container dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: calc( 33.33% - 2px );
    height: 40px;
    margin: 1px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
  }
}

.spec-container dt {
  display: inline-block;
  width: 30px;
  height: 26px;
  padding: 3px 0;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #999;
}
@media screen and (min-width: 481px) {
  .spec-container dt {
    width: 45px;
    height: auto;
    font-size: 11px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .spec-container dt {
    display: inline-block;
    width: auto;
    padding: 0;
    font-size: 12px;
    line-height: 1.5em;
    color: #333;
    background-color: transparent;
  }
}
@media screen and (min-width: 1025px) {
  .spec-container dt {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
.spec-container dt.xs2row {
  line-height: 10px;
}
}

.spec-container dt.xs2row br.xsbreak {
  display: block;
}
@media screen and (min-width: 481px) {
  .spec-container dt.xs2row br.xsbreak {
    display: none;
  }
}

.dt-colon {
  display: none;
}
@media screen and (min-width: 769px) {
  .dt-colon {
    display: inline;
  }
}

.spec-container .dt-full {
  width: calc( 100% - 1px );
}

.spec-container dd {
  display: inline-block;
  width: calc( 100% - 30px );
  padding: 3px;
  font-size: 10px;
  line-height: 1.5em;
  text-align: left;
}
@media screen and (min-width: 481px) {
  .spec-container dd {
    width: calc( 100% - 45px );
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .spec-container dd {
    display: inline-block;
    width: auto;
    padding: 0;
    font-size: 12px;
    text-align: initial;
  }
}
@media screen and (min-width: 1025px) {
  .spec-container dd {
    font-size: 14px;
  }
}

.inquiry-container {
  width: 100%;
  padding: 10px 0 0 0;
}

.inquiry-container ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.inquiry-container ul li {
  display: block;
  flex: 1;
  margin: 2px;
}

.inquiry-container ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 32px 5px 5px 5px;
  font-size: 10px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  text-decoration: none !important;
  background-color: #333;
  /*border: 1px solid #d5d5d5;*/
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 481px) {
  .inquiry-container ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .inquiry-container ul li a {
    height: 40px;
    padding: initial;
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .inquiry-container ul li a {
    font-size: 16px;
  }
}

.inquiry-container ul li a.inq-tel {
  background-color: #c00;
}

.inquiry-container ul li a.inq-mail {
  background-color: #004097;
}

.inquiry-container ul li a.inq-line, 
.inquiry-container ul li .lineButton a {
  background-color: #00b900;
}

.inquiry-container ul li a:hover {
  background-color: #000;
}

.inquiry-container ul li a.inq-tel::before {
  width: auto;
  height: auto;
  content: "\f095";
  font-family: "vcs-icons";
  font-size: 24px;
  line-height: 1em;
  position: absolute;
  top: 5px;
  left: calc( 50% - 12px );
}
@media screen and (min-width: 769px) {
  .inquiry-container ul li a.inq-tel::before {
    font-size: 20px;
    top: 11px;
    left: 7px;
  }
}
@media screen and (min-width: 1025px) {
  .inquiry-container ul li a.inq-tel::before {
    font-size: 24px;
    top: 10px;
    left: 10px;
  }
}

.inquiry-container ul li a.inq-mail::before {
  width: auto;
  height: auto;
  content: "\f0e0";
  font-family: "vcs-icons";
  font-size: 24px;
  line-height: 1em;
  position: absolute;
  top: 5px;
  left: calc( 50% - 12px );
}
@media screen and (min-width: 769px) {
  .inquiry-container ul li a.inq-mail::before {
    font-size: 20px;
    top: 11px;
    left: 7px;
  }
}
@media screen and (min-width: 1025px) {
  .inquiry-container ul li a.inq-mail::before {
    font-size: 24px;
    top: 10px;
    left: 10px;
  }
}

.inquiry-container ul li a.inq-line::before, 
.inquiry-container ul li .lineButton a::before {
  width: auto;
  height: auto;
  content: "\e900";
  font-family: "vcs-icons";
  font-size: 24px;
  line-height: 1em;
  position: absolute;
  top: 5px;
  left: calc( 50% - 12px );
}
@media screen and (min-width: 769px) {
  .inquiry-container ul li a.inq-line::before, 
  .inquiry-container ul li .lineButton a::before  {
    font-size: 20px;
    top: 11px;
    left: 7px;
  }
}
@media screen and (min-width: 1025px) {
  .inquiry-container ul li a.inq-line::before, 
  .inquiry-container ul li .lineButton a::before  {
    font-size: 24px;
    top: 10px;
    left: 10px;
  }
}

.inquiry-container ul li .lineButton a::after {
  content: "LINEで問い合わせ";
}

.price-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 5px 0;
}

.stock-icon {
  margin-left: 2px;
}
@media screen and (min-width: 481px) {
  .stock-icon {
    margin-left: 5px;
  }
}

p.p-tax-tag {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1em;
  font-weight: normal;
  color: #333;
}
@media screen and (min-width: 769px) {
  p.p-tax-tag {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
    line-height: 1.5em;
  }
}

p.pprice {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 10px;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #c00;
}
@media screen and (min-width: 481px) {
  p.pprice {
    margin-right: 20px;
    font-size: 36px;
    line-height: 30px;
  }
}

p.pprice a, 
p.pprice a:hover {
  color: #c00;
}

p.pprice .price-tag {
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
  line-height: 26px;
  font-weight: normal;
  color: #333;
}
@media screen and (min-width: 481px) {
  p.pprice .price-tag {
    margin-left: 5px;
    font-size: 18px;
    line-height: 23px;
  }
}



/* search board */

.search-board {
  width: 100%;
  padding: 0;
  margin: 0 auto 25px auto;
}
@media screen and (min-width: 769px) {
  .search-board {
    padding: 0 3%;
  }
}
@media screen and (min-width: 1300px) {
  .search-board {
    max-width: 1200px;
    padding: 0;
  }
}

.search-board select {
  width: 100%;
  padding: 5px;
  font-size: 12px;
  line-height: 1.5em;
  color: #555;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.search-cap {
  width: 100%;
  padding: 20px;
}

.search-cap h3 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: normal;
  color: #214870;
  margin-bottom: 0;
}

.terms-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  background-color: #f6f6f6;
  border: 1px solid #d5d5d5;
}

.terms-type {
  width: calc( 100% - 10px );
  padding: 0;
  margin: 5px;
  background-color: transparent;
}
@media screen and (min-width: 481px) {
  .terms-type {
    width: calc( 100% - 20px );
    padding: 10px;
    margin: 10px;
    background-color: #fafafa;
  }
}

h4.terms-cap {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: bold;
  color: #333;
  padding: 5px;
  margin-bottom: 0;
}
@media screen and (min-width: 481px) {
  h4.terms-cap {
    font-size: 14px;
    font-weight: normal;
  }
}

.terms-type-items {
}

.terms-item {
  display: inline-block;
  width: auto;
  padding: 5px;
}

.terms-item label {
  font-size: 14px;
  line-height: 1em;
  color: #333;
  cursor: pointer;
}

.terms-item label input[type="checkbox"] {
  margin: 0 5px 0 0;
  cursor: pointer;
}

.terms-maker-model {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  background-color: #f6f6f6;
}

.terms-maker-model-col {
  width: calc( 100% - 10px );
  padding: 0 0 5px 0;
  margin: 5px;
  background-color: transparent;
}
@media screen and (min-width: 481px) {
  .terms-maker-model-col {
    width: calc( 50% - 20px );
    padding: 10px;
    margin: 10px;
    background-color: #fafafa;
  }
}
@media screen and (min-width: 769px) {
  .terms-maker-model-col {
    width: calc( 25% - 20px );
  }
}

.terms-maker-model-col:nth-of-type(n+2) {
  display: none;
}
@media screen and (min-width: 481px) {
  .terms-maker-model-col:nth-of-type(n+2) {
    display: block;
  }
}

.terms-maker-model-select select:nth-of-type(2) {
  margin-top: 10px;
}

.terms-other {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  background-color: #f6f6f6;
}

.terms-other-col {
  width: calc( 100% - 10px );
  padding: 0 0 5px 0;
  margin: 5px;
  background-color: transparent;
}
@media screen and (min-width: 481px) {
  .terms-other-col {
    width: calc( 50% - 20px );
    padding: 10px;
    margin: 10px;
    background-color: #fafafa;
  }
}
@media screen and (min-width: 769px) {
  .terms-other-col {
    width: calc( 25% - 20px );
  }
}

.selector-limit-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.limit-col-lower {
  width: calc( 50% - 10px );
}

.limit-col-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 20px;
  font-size: 12px;
  line-height: 1em;
  color: #333;
}

.limit-col-upper {
  width: calc( 50% - 10px );
}

.engine-col {
  display: none;
}
@media screen and (min-width: 481px) {
  .engine-col {
    display: block;
  }
}

.fuel-col {
  display: none;
}
@media screen and (min-width: 481px) {
  .fuel-col {
    display: block;
  }
}

.blank-col {
  display: none;
}
@media screen and (min-width: 481px) {
  .blank-col {
    display: block;
    padding: 10px;
    margin: 10px;
    background-color: transparent;
  }
}

.btn-col {
  display: flex;
  align-items: flex-end;
  padding: 10px 0;
  background-color: transparent;
}
@media screen and (min-width: 481px) {
  .btn-col {
    padding: 10px;
  }
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.btn-reset {
  width: calc( 50% - 5px );
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #ccc;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-reset:hover {
  background: #999;
}

.btn-search {
  width: calc( 50% - 5px );
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #77c2fd;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-search:hover {
  background: #0e8ef2;
}


