<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 */


@media(max-width: 780px) {
.div_h1 .backimg{
background: url("../img/skincare/h1_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
}
@media(min-width: 781px) {
.div_h1 .backimg{
background: url("../img/skincare/h1_img.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dl01 dt{
width: 200px;
}
.dl01 dd{
width: calc(100% - 200px);
}
#art_atopy-bog h3,#art_atopy-cat h3{
width: 100%;
}
#art_atopy-bog .img_con,#art_atopy-cat .img_con{
width: 300px;
overflow: hidden;
margin-right:30px;
}
#art_atopy-bog .img_con img,#art_atopy-cat .img_con img{
width: 100%;
height: 100%;
object-fit: cover;
}
#art_atopy-bog .div_con,#art_atopy-cat .div_con{
width: calc(100% - 330px);

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