<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */



.product .content {
  text-align: left;
  background-image: url(../images/lavieenrose/img_base1.jpg);
    background-position: center;
    background-repeat: repeat;
}

.product .lineup_top {
  text-align: center;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-bottom: 0px;
  margin-bottom: -3px;
}


.product .lineup_inner .introduction {
  background: #ffffff;
  width: 900px;
  padding-top: 40px;
  padding-bottom: 40px;

}

.product .lineup_inner .introduction .text {
  font-family: "Yu Mincho","ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro","Noto Serif JP","ＭＳ Ｐ明朝","MS PMincho",serif;
	color:#333333;
	width: 90%;
    padding-bottom: 20px;
	margin:15px auto 0;
	line-height: 1.5;
  text-align: left;
  font-size:15px;
}

.product .lineup_inner .info .product_title {
    color: #000;
    display: block;
    margin: 10px auto 7px auto;
    padding: 6px;
    font-weight: 300;
    border-top: #999 solid 1px;
    border-bottom: #999 solid 1px;
  text-align: center;
}




.product .lineup_inner .info .label {
	width: 75%;
}


.product .lineup_inner .info .text {
	color:#333333;
	margin:15px auto;
	padding-bottom: 30px;
	line-height: 1.5;
  text-align: left;
  font-size:15px;
}


.product form#mailformpro {
	background: #ffffff;
	width: 95%;
}


@media screen and (max-width: 767px) {
  main .main_wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

.product .lineup_inner .introduction {
  width: 100%;
  margin:0 auto;
}

.product .lineup_inner .info .product_title {
  line-height: 1.8;
}

.product .lineup_inner .introduction {
  padding-top: 0px;
  padding-bottom: 0px;

}

}
</pre></body></html>