@charset "UTF-8";
/* -----------------------------------------------------------------------

    ARTDIVE WEB　出展アーティストのご紹介 CSS

-----------------------------------------------------------------------*/
#ArtistListTitle,
#ArtistListTitleGallery,
#ArtistListTitleFree,
#ArtistListTitlePaint,
#ArtistListTitlePromotion,
#ArtistListTitleProject,
#ArtistListTitlePerformer{
    clear:both;
    background:url(/images/artists/SubTitleArtistList.png) no-repeat;
    margin-top:20px;
    clear:both;
}
#ArtistListTitleGallery{
    background:url(/images/artists/SubTitleArtistListGallery.png) no-repeat;
}
#ArtistListTitleFree{
    background:url(/images/artists/SubTitleArtistListFree.png) no-repeat;
}
#ArtistListTitlePaint{
    background:url(/images/artists/SubTitleArtistListPaint.png) no-repeat;
}
#ArtistListTitlePromotion{
    background:url(/images/artists/SubTitleArtistListPromotion.png) no-repeat;
}
#ArtistListTitleProject{
    background:url(/images/artists/SubTitleArtistListProject.png) no-repeat;
}
#ArtistListTitlePerformer{
    background:url(/images/artists/SubTitleArtistListPerformer.png) no-repeat;
}
#BoothList {
    list-style:none;
}
#BoothList h4 {
    background:url(/images/information/ListIcon.png) no-repeat;
    background-position:left 5px;
    border-bottom:1px dotted #CCCCCC;
    clear:left;
    font-size: 12px;
    font-weight:bold;
    margin:3px 5px 0 5px;
    padding-left:13px;
}
#BoothList li {
    float: left;
    height: 240px;
    width: 155px;
}
#BoothList li .MainImage a {
    background-position: center center;
    background-repeat: no-repeat;
    border:1px solid #DDD;
    display: block;
    height: 145px;
    margin:0 5px;
    width: 143px;
}
#BoothList li .MainImage a span {
    display: none;
}
#BoothList li .ParticipationDay {
    font-size: 10px;
    margin:0 5px 10px 5px;
}
