/* サムネイルリストのCSS */
    #content {
        width: 1000px;
        margin: 150px auto 0;
    }
     
    #content .delcollection_list {
        width: 1000px;
        margin: 0 auto 15px;
    }
     
    #content .delcollection_list li {
        float: left;
        padding-right: 15px;
		display: inline;
		margin-right: 20px;
    }
     
    #content li.lc {
        padding: 0;
    }
     
    /* 隠しコンテンツのCSS */
    .delcollections {
        position: relative;
        display: none;/* ライトボックス表示するコンテンツは消しておきます */
        width: 700px;/* 隠しコンテンツの横幅 */
        height: 500px;/* 隠しコンテンツの高さ */
    }
     
    .delcollections img {
        position: absolute;
        top: 16px;
        left:15px;
    }
     
    .delcollections h3 {
        position: absolute;
        width: 205px;
        top: 10px;
        left: 343px;
        border-bottom: 1px dotted #666666;
        padding-bottom: 7px;
        text-align: center;
    }
     
    .delcollections p {
        position: absolute;
        width: 205px;
        top: 45px;
        left: 343px;
        line-height: 1.6;
    }
     
    .delcollections table {
        position: absolute;
        width: 205px;
        top: 105px;
        left: 343px;
        font-size: 86%;
        border: 1px solid #d1c9bd;
    }
     
    .delcollections table th {
        width: 34%;
        background-color: #f0e0c8;
        border-right: 1px solid #d1c9bd;
        border-bottom: 1px solid #d1c9bd;
        padding: 5px;
        vertical-align: middle;
    }
     
    .delcollections table td {
        width: 64%;
        background-color: #ffffff;
        border-right: 1px solid #d1c9bd;
        border-bottom: 1px solid #d1c9bd;
        padding: 5px;
    }