@charset "UTF-8";

/* lightning style reset */
body,
html {
  /* overflow-x: visible; */
}

body #contents.smp_view {
  padding-top: 24px !important;
}

.searchandfilter input {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#contents {
  overflow: visible;
  width: 100%;
  margin: 0;
  padding-top: 0;
}

.smp_view .container {
  margin: 0;
  padding: 0;
}

.smp_view #order_form h2 {
  border-top: none;
  background-color: transparent;
}

#order_form h3,
#order_form dt,
#order_form dd {
  margin-bottom: 0;
  border: none;
}

#order_form h3:after {
  content: none !important;
}


#order_form dt,
#order_form label {
  font-weight: normal;
}

.smp_view #order_form dl,
.smp_view #order_form dd {
  margin: 0;
}

#order_form dt,
#order_form dd {
  padding-left: 0;
}

.smp_view #order_form input[type="text"] {
  display: block;
}


#order_form .form-control {
  display: inline;
  /* width: auto; selectが枠を押し広げてしまう問題の解消のためコメントアウト */
  height: auto;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: black;
  line-height: normal;
  -webkit-transition: none;
  transition: none;
}

.smp_view #order_form .form-control {
  height: 40px;
}

.pc_view .ui-tabs-nav a span,
.smp_view .menuheader,
.smp_view .menuheader img,
.smp_view #basic_size table tr td:first-child,
.smp_view #option table td span {
  /* -webkit-box-sizing: initial; */
  box-sizing: initial;
}

.section dl {
  margin-top: 1.5em;
  margin-bottom: 1.2em;
}

.section dt {
  font-weight: bold;
}

.section dt,
.section dd {
  /* margin-bottom: 10px;
  padding-left: 10px;
  border-left-width: 2px;
  border-left-style: solid; */
  font-weight: bold;
}

/* .section a,
footer a {
  color: #686868;
} */

footer p,
footer a {
  font-weight: bold;
}
