@charset "utf-8";

/* ==================================
howto.css
================================== */
.common .main{
  width: 777px;
  font-family: 'NotoSansJP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.side{
  margin-top: 30px;
}
#diorBrandname{
  font-size: 0;
  line-height: 0;
  text-align: center;
}
#diorBrandname a{
  display: block;
  background-color: #000000;
}
.diorMovieArea{
  font-size: 0;
  line-height: 0;
  margin-top: 40px;
}
.diorMovieArea iframe{
  width: 100%;
  height: 380px;
}
.imgTxt{
  font-size: 0;
  line-height: 0;
}
.imageBox{
  font-size: 0;
  line-height: 0;
}
.imageBox img{
  width: 100%;
  height: auto;
}
#diorContent a img{
  opacity:1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";
  transition-property: all;
  transition: 0.2s linear;
}
#diorContent a:hover img{
  opacity:.6;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";
}
/* =======================
.diorHowtoContentWrap
======================= */
.diorHowtoContentWrap{
  margin: 0 50px 0;
  padding-top: 60px;
}
.diorHowtoContentWrap{
  text-align: center;
}
.diorHowtoContentInner{
  margin-top: 40px;
}
.diorHowtoContentInner:after{
content:".";
clear:both;
display:block;
line-height:0;
height:0;
visibility:hidden;
}
.diorHowtoContentInner > div:first-child{
  float: left;
}
.diorHowtoContentInner > div:last-child{
  float: right;
}
.diorHowtoContentInner > .imageBox{
  font-size: 0;
  line-height: 0;
}
.diorHowtoContentInnerBox{
  text-align: center;
  width: 332px;
}
.diorHowtoContentInnerBox p{
  margin: 0;
}
.diorHowtoContentInnerBox .name{
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
}
.diorHowtoContentInnerBox .caption{
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0 0;
}
.diorHowtoContentInnerBox .imageBox{
  font-size: 0;
  line-height: 0;
  margin-top: 30px;
}
.diorHowtoContentInnerBox .imageBox a{
  display: inline-block;
  margin: 0 auto;
}
.diorHowtoContentInnerBox .imageBox a img{
  width: auto;
  height: auto;
}
.diorHowtoContentInnerBox  > a{
  display: inline-block;
  margin: 30px auto 0;
}