@charset "utf-8";
/* CSS Document */



/* **************Index.html CSS*************** */

/* MainImage */

.m_facial {
  background-image: url(../images/mainimg_facial.gif);
  width: 183px;
}

.m_hair {
  background-image: url(../images/mainimg_hair.gif);
  width: 214px;
}

.m_health {
  background-image: url(../images/mainimg_health.gif);
  width: 126px;
}

.m_makeup {
  background-image: url(../images/mainimg_makeup.gif);
  width: 94px;
}

.m_special {
  background-image: url(../images/mainimg_special.gif);
  width: 204px;
}

/* Body */
#left {
  padding: 0 0 50px;
}

h3 {
  border-left: 7px solid #5fb42b;
  color: #6d635e;
  padding: 7px;
  font-size: 1em;
  margin: 0 0 20px;
}

h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 8px;
}

.box {
  width: 740px;
  height: 100%;
  margin: 0 auto 30px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #c8beae;
}

.box div {
  width: 500px;
  float: right;
}

.box div p {
  font-size: 0.8em;
}

.photo_item {
  float: left;
  width: 220px;
  text-align: center;
}

.item_img {}

.price {
  border: 1px dotted #c8beae;
  padding: 5px;
  font-size: 0.85em;
  margin: 10px 0 5px;
}

.price span {
  font-weight: bold;
  color: #f9996f;
  font-size: 1.2em;
}

.text01 {
  font-size: 0.7em;
  color: #c00;
}

.text02 {
  font-size: 0.85em;
  text-indent: 0;
  padding: 5px 0;
}

.seibun {
  padding: 0 0 3px;
  margin: 5px 0 0;
  text-indent: -9999px;
  background: url(../images/btn_seibun.gif) no-repeat 0 0;
}

.d_none {
  display: none;
  font-size: 0.85em;
  margin: 0 0 10px;
}

#step dd {
  display: none;

  font-size: 0.85em;
  margin: 0 0 10px;
}

.voice a {
  width: 75px;
  height: 17px;
  display: block;
  text-indent: -9999px;
  font-size: 0;
  background: url(../images/btn_voice.gif) no-repeat 0 0;
  float: right;
  margin: 0 0 0 5px;
}

.detail a {
  width: 65px;
  height: 17px;
  display: block;
  text-indent: -9999px;
  font-size: 0;
  background: url(../images/btn_detail.gif) no-repeat 0 0;
  float: right;
  margin: 0 0 0 5px;
}

.tsuhan a {
  width: 174px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  font-size: 0;
  background: url(../images/btn_tsuhan.gif) no-repeat 0 0;
  float: right;
  margin: 5px 0 0;
}

table.component {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

table.component,
table.component th,
table.component td {
  border: 1px solid #ccc;
}

table.component th {
  font-weight: 700;
  background: #f4f0e9;
  font-weight: normal;
}

table.component td {
  background: #fff;
}