@charset "utf-8";
/*------------------------------------------------------------------*/
/*     index用CSS                                            */
/*------------------------------------------------------------------*/

  #section01 {
    margin-bottom:30px;
  }
    #section01 .entryFrame {
      width:710px;
      margin:0 auto 15px;
      padding:0 0 15px;
      border-bottom:1px solid #dddddd;
    }
    #section01 .entryFrame:last-child {
      border-bottom:0;
    }
      #section01 .entryFrame .photoBox {
        width:120px;
        height:auto;
        float:right;
        position:relative;
        margin-left:10px;
      }
      #section01 .entryFrame .txtBox {
      }
        #section01 .entryFrame .date {
          color:#28517a;
          padding-left:20px;
          margin-bottom:5px;
          line-height:20px;
          background:url("../../../common/images/icon_arrow.png") no-repeat left center;
        }
        #section01 .entryFrame .txt {
          line-height:20px;
        }
        #section01 .entryFrame .txt a {
          line-height:20px;
          display:block;
        }
        #section01 .entryFrame .txt a[href$='pdf'] {
          background:url("../../../common/images/icon_pdf.gif") no-repeat left 3px;
          padding-left:20px;
        }
      #section01 .entryFrame .photoBox img.thum {
        border:1px solid #eaeaea;
      }
      #section01 .entryFrame .photoBox img.lupe {
        position:absolute;
        bottom:10px;
        left:10px;
      }