    div.main-background{
        padding:8px;
        max-width:720px;
      width:90%;
      margin-right: auto;
      margin-left: auto;
        
    }
    
    /* */
    #title-main{
        margin:0 auto;
        padding-left:32px;
        text-align:center;
        color:#FFF;
        font-size:1.2em;
        font-weight:500;
               border-radius: 14px 14px 14px 14px;

    }
    
    /*  */
    div.cell{
        /*
        border: 1px solid rgb(240,240,240);
        */
        margin:32px;
        
        /*
        border-radius:4px;
        box-shadow: 2px 1px rgba(200, 200, 200, 0.7);
        */
    }
    
    
    /* サムネイル表示用セル */
    div.cell-image{
        display:inline-block;
        width:280px;
        height: auto;
        
        box-sizing:content-box;
        padding:1%;

    }
    
    /* サムネイル画像セル */
    .cell-thumb{
        width:100%;
        height:auto;
    }
    
    
    /* テキスト表示用セル */
    .cell-text{
        display:inline-block;
        
        width:320px;
        vertical-align:top;

    }
    
    /* テキスト　タイトル */
    /*
    .cell-title{
       font-weight:600;
       text-align:center;
       padding:1px;
       border-radius: 0px 14px 14px 0px;

       background-color:#F00;

    }
    */


    /* テキスト　説明文 */
    .cell-text-description{
        font-size:0.8em;
       font-weight:500;
       word-wrap:break-word;
       float:right;
       width:100%;
       }

    .cell-thumb-text{
        font-size:0.8em;
        margin-top:0px;
        margin-bottom:0px;
    }


    .cell-block {
        border-bottom: 4px dotted #AAA;
        padding-top:16px;
        padding-bottom:16px;
    }

    .cell-space{
        height:0px;
        border-bottom: 4px dotted #AAA;
    }