@charset "utf-8";

/*-------------------------------------------------IndexList*/
#IndexList { background-image:url(/kaigai/business/asset/images/common/opacity_white70.png); width: 1020px; margin: 0 auto; padding: 50px 15px; }
#IndexList .linkBox { display: flex; flex-wrap: wrap; }
#IndexList .Entry { width: 28%; margin-left: 4%; margin-bottom: 40px; }
#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: 16px;padding-bottom: 6px;}
