@charset "UTF-8";

/* ハマビーズJr. */

/* ■ 共通 ------------------------------------------------------------------------------- */

#ItemDetailHamaJr .Photo {
margin-bottom: 12px !important;
border-radius: 6px;
overflow: hidden;
}

#ItemDetailHamaJr .Photo img {
width: 100%;
height: auto;
}

/* 2カラム */
#ItemDetailHamaJr .Col2 li {
width: 48%;
margin-right: 4%;
}

#ItemDetailHamaJr .Col2 li:nth-child(2n) {
margin-right: 0;
}

/* 3カラム */
#ItemDetailHamaJr .Col3 li {
width: 30%;
margin-right: 5%;
}

#ItemDetailHamaJr .Col3 li:nth-child(3n) {
margin-right: 0;
}

#ItemDetailHamaJr .EachUnitWrap {
margin-bottom: 30px;
}

#ItemDetailHamaJr .EachUnit {
margin-top: 20px;
padding: 30px 30px;
border: 1px solid #d0c6c6;
background: #fff;
}

#ItemDetailHamaJr .EachUnit h3.Mds {
margin-bottom: 20px;
padding: 8px 0;
background: #e60012;
border-radius: 6px;
font-size: 18px;
color: #fff;
text-align: center;
line-height: 1em;
}

#ItemDetailHamaJr .EachUnit h4.Mds {
margin-bottom: 8px;
font-size: 17px;
line-height: 1em;
}

#ItemDetailHamaJr .EachUnit .DLVert dt {
position: relative;
margin-bottom: 10px;
padding-left: 20px;
font-size: 17px;
line-height: 1em;
}

#ItemDetailHamaJr .EachUnit .DLVert dt:before {
display: inline-block;
position: absolute;
top: 3px;
left: 2px;
width: 12px;
height: 12px;
border-radius: 100%;
background: #000;
content: '';
}

#ItemDetailHamaJr .EachUnit .DLVert dl {
margin-bottom: 20px;
}

#ItemDetailHamaJr .EachUnit .DLVert dl:last-child {
margin-bottom: 0;
}

/* Point1 */
#ItemDetailHamaJr .EachUnit #Point1 {
margin-bottom: 35px;
}

@media print, screen and (min-width: 768px) {

	#ItemDetailHamaJr {
	max-width: var(--item-detail-width);
	}

}