@charset "SHIFT-JIS";

/*---------------------------------------------------------
共通
---------------------------------------------------------*/


html {
    font-size: 62.5%;
}

body {
  font-size: 10px;
  font-size: 1.0rem;
}

#mainContents {
  font-size: 16px;
  font-size: 1.6rem;
  /* カートから商品がない状態 */
}

.linkIcon {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  margin-top: 0;
  display: inline-block;
}

a.linkIconA,
a.arrowRLink {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 25px;
  background-image: url(/com/images/common/common-img-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -3321px;
  color: #333;
}

a.linkIconA:hover,
a.arrowRLink:hover {
  color: #333;
  filter: alpha(opacity=50);
  -moz-opacity:0.80;
  opacity:0.80;
}

#pageTitle h2 {
    font-weight: bold;
    font-size: 24px;
     font-size: 2.4rem;
    line-height: 24px;
    margin: 0 0 40px 0;
}

.textbox-group input[type='text'],
.textbox-group input[type='password'] {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 10px;
    color: #333;
    border: 0;
    border: solid 1px #a0a0a0;
    margin: 0;
    border-radius: 5px;
    line-height: 38px;
    height: 40px;
}

.required-field.empty {
    background-color: #fdecf6 !important;
    color: #666 !important;
}

.error,
.errorTxt03,
.errorTxt04,
.errorTxt05 {
  color: #f60;
  font-weight: bold;
}
