@charset "UTF-8";

/* スリーパー */

#ItemDetailSleeper .Photo img {
width: 100%;
height: auto;
}

#ItemDetailSleeper .Movie iframe {
width: 600px !important;
height: 338px !important;
}

#ItemDetailSleeper .LeadUnit {
margin-bottom: 30px;
}

#ItemDetailSleeper .LeadUnit .Lead {
margin-top: 20px;
}

#ItemDetailSleeper .EachUnit {
margin-top: 20px;
padding: 20px 30px;
border: 1px solid #d9d9d9;
background: #fff;
}

#ItemDetailSleeper .EachUnit h3.Mds {
margin-bottom: 10px;
font-size: 20px;
line-height: 1.7;
color: #fa7d8a;
}

#ItemDetailSleeper .EachUnit h4.Mds {
margin-bottom: 8px;
font-size: 18px;
}

#ItemDetailSleeper .EachList > li {
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 1px solid #c7c7c7;
}

#ItemDetailSleeper .EachList > li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}

/* Unit2 */
#ItemDetailSleeper .Unit2 h4.Mds {
margin-bottom: 10px;
font-size: 16px;
}

#ItemDetailSleeper .Unit2 h4.Mds span {
display: block;
}

#ItemDetailSleeper .Unit2 h4.Mds .Cap {
font-size: 14px;
}


@media print, screen and (min-width: 768px) {

	#ItemDetailSleeper {
	max-width: var(--item-detail-width);
	}

}