@charset "UTF-8";

/* Panda パッド・プレミアム */

#ItemDetailPanda .Photo img {
width: 100%;
height: auto;
}

#ItemDetailPanda .Movie iframe {
width: 600px !important;
height: 338px !important;
}

#ItemDetailPanda .LeadUnit {
margin-bottom: 30px;
}

#ItemDetailPanda .LeadUnit .Lead {
margin-top: 20px;
}

#ItemDetailPanda .EachUnit {
margin-top: 20px;
padding: 20px 30px;
border: 1px solid #d9d9d9;
background: #fff;
}

#ItemDetailPanda .EachUnit h3.Mds {
margin-bottom: 10px;
font-size: 20px;
line-height: 1.7;
color: #fa7d8a;
}

#ItemDetailPanda h4.Mds {
margin-bottom: 8px;
font-size: 18px;
}

/* Unit1 */
#ItemDetailPanda .Unit1 .EachList li {
width: 100%;
margin-bottom: 30px;
}

#ItemDetailPanda .Unit1 .EachList li:last-child {
margin-bottom: 0;
}

#ItemDetailPanda .Unit1 .EachList li:first-child .Photo {
border: 1px solid #e8e7e7;
box-sizing: border-box;
}

#ItemDetailPanda .Unit1 .EachList li .Photo {
margin-bottom: 20px;
border-radius: 10px;
overflow: hidden;
}

/* Unit2 */
#ItemDetailPanda .Unit2 .EachList > li:first-child {
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #e8e7e7;
}

#ItemDetailPanda .Unit2 .IndexMenu1 li {
width: 48%;
margin-right: 4%;
}

#ItemDetailPanda .Unit2 .IndexMenu1 li:nth-child(2n) {
margin-right: 0;
}

#ItemDetailPanda .Unit2 .IndexMenu1 h4.Mds {
line-height: 1.5em;
}

#ItemDetailPanda .Unit2 .IndexMenu1 h4.Mds span {
display: block;
}

#ItemDetailPanda .Unit2 .IndexMenu1 h4.Mds .Sub {
font-size: 15px;
}

#ItemDetailPanda .Unit2 .IndexMenu1 .Photo {
border: 1px solid #e8e7e7;
box-sizing: border-box;
border-radius: 10px;
overflow: hidden;
}


@media print, screen and (min-width: 768px) {

	#ItemDetailPanda {
	max-width: var(--item-detail-width);
	}

}