@charset "utf-8";
/* ---------------------------------------------------------------------------------
© Ruttu. ALL RIGHTS RESERVED.

HTML CSS Selectors products

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
article {
  width: 1000px; 
  margin: 0 auto;
  overflow:hidden;
}
#contents-column {
  width: 640px;
  float: right;
}

.stylist-block {
  min-height: 135px;
  padding-bottom: 55px;
  position: relative;
}
.stylist-block .commnet-box {
  width: 350px;
  padding: 25px 30px;
  margin-left: 180px;
	position: relative;
	background: #F5F5F5;
  border-radius: 14px;
}
.stylist-block .commnet-box:after {
	right: 100%;
	top: 33px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(245, 245, 245, 0);
	border-right-color: #F5F5F5;
	border-width: 27px;
}
.stylist-block .commnet-box dl {
  overflow:hidden;
}
.stylist-block .commnet-box dt {
  width: 64px;
  float: left;
  font-family: 'Josefin Slab', serif;
  font-size: 14px;
  font-weight: 700;
  color: #545454;
  clear: left;
}
.stylist-block .commnet-box dd {
  width: 286px;
  float: left;
  font-size: 14px;
}
.stylist-block .commnet-box dd a {
  text-decoration: underline;
  color: #545454;
}

.stylist-block .photo {
  width: 134px;
  height: 134px;
  overflow:hidden;
  border-radius: 67px;
  position: absolute;
  top: 0;
  left: 0;
}
.stylist-block .photo a {
  display: block;
}
.stylist-block .photo img {
  width: 134px;
  height: auto;
  border-radius: 67px;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 90px;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#products-detail {
  padding-bottom: 100px;
}
#products-detail h3 {
  padding-bottom: 35px;
  font-size: 22px;
  line-height: 2;
}
#products-detail h3 .category {
  display: block;
  font-weight: bold;
}
#products-detail .data-box {
  width: 280px;
  float: right;
}
#products-detail .data-box h4 {
  padding-top: 55px;
  padding-bottom: 35px;
  font-family: 'Lato', sans-serif;
  font-size: 46px;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
  color: #777;
}
#products-detail .data-box dl {
  overflow:hidden;
}
#products-detail .data-box dt {
  width: 78px;
  float: left;
  padding-bottom: 10px;
  font-family: 'Josefin Slab', serif;
  font-size: 14px;
  font-weight: 700;
  color: #545454;
  clear: left;
}
#products-detail .data-box dd {
  width: 200px;
  font-size: 14px;
  padding-bottom: 10px;
  float: left;
}

#products-detail .image {
  width: 355px;
  float: left;
  position: relative;
  top: 0;
  left: -25px;
}
#products-detail .comment {
  padding-top: 45px;
  clear: both;
  font-size: 14px;
}

#pickup {}
#pickup h3 {
  font-family: 'Lato', sans-serif;
  font-size: 46px;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
  color: #777;
  text-align: center;
  padding-bottom: 53px;
}
#pickup ul {
  padding: 0px 105px;
  position: relative;
}
#pickup ul:after {
  width: 87px;
  height: 87px;
  background-image: url(../img/products/icon_pickup.png);
  position: absolute;
  top: -23px;
  left: 107px;
  content:"";
}
#pickup li {
  width: 430px;
}

#pickup li .img {
  width: 287px;
  margin: 0 auto;
}
#pickup li h4 {
  padding-top: 10px 0px 18px;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
}
#pickup li h4 .category {
  display: block;
  font-weight: bold;
}
#pickup li p {}

.slick-prev {
	left: 17px;
	background-position: left top;
}
.slick-next {
	right: 17px;
	background-position: right top;
}
.slick-prev,
.slick-next {
	width: 35px;
	height: 94px;
	background-image: url(../img/products/btn_slider.png);
	background-color: transparent !important;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

aside {
  width: 260px;
  float: left;
}
aside h3 {
  margin-top: 43px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}
aside .category {
  padding-bottom: 45px;
}
aside .category li {
  padding: 5px 20px 5px 37px;
  background-image: url(../img/products/icon_list.png);
  background-repeat: no-repeat;
  background-position: 10px 0px;
}
aside .category li ul {
}
aside .category li .accordion_head:after {
  right: -20px;
}


.accordion_head {
  display: block;
  position: relative;
  cursor: pointer;
}
.accordion_head:after {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../img/products/icon_accordion.png);
  background-position: left top;
  content:"";
  position: absolute;
  top: 0;
  right: 0;
}
.accordion_head.selected:after {
  background-position: left bottom;
}


