@charset "utf-8";


/*-------------------------------------------------IndexList*/
#IndexList { width: 92.6%; margin: 0 auto; padding-bottom:30px;}
#IndexList .linkBox { }
#IndexList .Entry { }
#IndexList .Entry + .Entry { margin-top: 20px; padding-top: 20px; border-top: 1px solid #ccc; }
#IndexList .box .Entry .photo { margin-bottom: 8px; }
#IndexList .box .Entry dl { }
#IndexList .box .Entry dt { display:flex; display: -ms-flexbox; justify-content: space-between; align-items: baseline; padding-bottom: 5px; }
#IndexList .box .Entry dt p { background-color: #242424; color: #fff; padding: 0 10px; font-size: 12px; }
#IndexList .box .Entry dt p + p { background-color: inherit; color: #242424; padding: 0; font-size: 12px; letter-spacing:1px; }
#IndexList .box .Entry dd.ttl { font-weight: bold; font-size: 1.4rem; padding-bottom: 3px; text-decoration: underline; }
