@charset "UTF-8";

/* イーブー社 テルミー・ア・ストーリーシリーズ */


/* ■ 共通 ------------------------------------------------------------------------------- */

#ItemDetailEeboo .SP {
display: none;
}

#ItemDetailEeboo img {
width: 100%;
height: auto;
}

#ItemDetailEeboo .ListKomeS {
margin-top: 5px;
}

#ItemDetailEeboo .Photo {
margin-top: 20px !important;
}

#ItemDetailEeboo .LeadUnit .SubUnit {
margin-top: 20px;
}

#ItemDetailEeboo .EachUnit {
margin-top: 20px;
padding: 25px 30px 30px 30px;
box-sizing: border-box;
border: 1px solid #d0c6c6;
background: #fff;
}

#ItemDetailEeboo .EachUnit h3.Mds {
margin-bottom: 12px !important;
}

#ItemDetailEeboo .EachUnit h3.Mds span {
line-height: 1.0em;
}

#ItemDetailEeboo .EachUnit h3.Mds .Sub {
display: inline-block;
margin-bottom: 8px;
padding: 5px 15px;
box-sizing: border-box;
border-radius: 15px;
background: #23b3d3;
font-size: 18px;
color: #fff;
text-align: center;
}

#ItemDetailEeboo .EachUnit h3.Mds .Main {
display: block;
font-size: 22px;
color: #23b3d3;
}

#ItemDetailEeboo .EachUnit .SubUnit {
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px solid #d9d9d9;
}

#ItemDetailEeboo .EachUnit .SubUnit:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}

#ItemDetailEeboo .EachUnit .NoteBox {
margin-top: 20px;
}

#ItemDetailEeboo .EachUnit .NoteBox h4.Mds {
display: inline-block;
margin-bottom: 8px;
padding: 5px 10px;
box-sizing: border-box;
border-radius: 15px;
border: 1px solid #23b3d3;
font-size: 16px !important;
color: #23b3d3;
text-align: center;
line-height: 1.0em;
}

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

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

}


