@charset "UTF-8";

/* content
----------------------------------------------------*/

.length_area {
  font-size: 18px;
  margin-bottom: 20px;
}

.products_area {
  width: 950px;
}
.product_img {
  width: 400px;
  margin: 0 20px 20px 0;
  float: left;
}
.product_txt {
  width: 530px;
  margin: 0 0 20px 0;
  float: left;
}
.item_name {
  font-size: 16px;
  font-weight: bold;
}
.list_price {
    text-align: left;
  margin-bottom: 15px;
}
.list_price li {
    display: inline-block;
}
.item_price_l {
  font-size: 16px;
  font-weight: bold;
}
.item_price_s {
  font-size: 12px;
  font-weight: bold;
  padding-top: 4px;
}

.caution_area {
  font-size: 12px;
  margin-bottom: 20px;
}

.move_img {
  width: 300px;
  margin: 0 20px 20px 0;
  float: left;
}
.move_txt {
  width: 630px;
  margin: 0 0 20px 0;
  float: left;
}



#frappe_rtArea {
	color: #221f20;
}
#frappe_rtArea a {
    color: #5ab1f3;
    text-decoration: underline;
}
.mod_title{
  margin: 0 auto 10px;
  padding: 5px 0;
  text-indent: 1.0em;
  background: #d8dde3;
  color: #221f20;
  font-size: 14px;
}
.mod_txt{
  width: 950px;
  margin: 0 auto 15px;
}
.step_content950{
  width: 950px;
  margin: 0 auto;
}
.step_area {
  width: 300px;
  float: left;
}
.step_body {
  background-color: #FFFFFF;
  border-left: 5px solid #e4e7eb;
  border-right: 5px solid #e4e7eb;
  padding: 10px 10px 0;
}
.step_foot {
  background: url(../img/step_foot.png) no-repeat bottom center;
  padding-bottom: 15px;
}
.step_foot_arrow {
  background: url(../img/step_arrow.png) no-repeat 308px 130px;
}
.is_hover {
  margin: 0 auto;
  background-color: #ffffff;
  display: block;
}
.is_hover:hover img {
  opacity: .75;
}
.list_horizontal {
    margin: 20px 0 20px;
    text-align: left;
}

.list_horizontal li {
    font-size: 12px;
    display: inline-block;
    margin-right: 1em;
}
.bnr_area{
  margin-top: 30px;
}