@charset "UTF-8";

/*-------------------------------------------------------------------
  スタイルシート
  SCHEDULE編
  Designed and Copyright by Property Designers Inc.
  ------------------------------------------------------------------- */

#WcsScheduleBox {
    padding-left:25px;
    padding-right:25px;
    line-height:1.5em;
  }

#WcsScheduleFrame {
    padding-bottom:30px;
    width:525px;
    background-color:#fff;
    font-size:12px;
    color:#333;
  }

#WcsScheduleHeaderTypeseminar {
    float:left;
    width:70px;
    height:15px;
    background-image:url("/image/icon_seminar.gif");
    background-repeat:no-repeat;
  }

#WcsScheduleHeaderTypeevent {
    float:left;
    width:70px;
    height:15px;
    background-image:url("/image/icon_event.gif");
    background-repeat:no-repeat;
  }

#WcsScheduleHeaderTypeworkshop {
    float:left;
    width:70px;
    height:15px;
    background-image:url("/image/icon_workshop.gif");
    background-repeat:no-repeat;
  }

#WcsScheduleHeaderRight {
    float:right;
    font-weight:bold;
  }

.WcsScheduleClear {
    clear:both;
  }

.WcsScheduleTitle {
    width:525px;
    height:31px;
    vertical-align:center;
    background-image:url("/image/back_sec_title.jpg");
    background-repeat:no-repeat;
  }

#WcsScheduleFrame h4 {
    margin:0;
    padding-left:20px;
    font-size:18px;
    font-weight:bold;
  }

#WcsScheduleFrame p {
    margin:0;
    padding-bottom:0.5em;
  }

/* ICON */
.icon_pdf {
    padding-left:22px;
    padding-bottom:5px;
    background-image:url("/image/icon_pdf.gif");
    background-repeat:no-repeat;
    background-position:top left;
  }

.icon_doc {
    padding-left:22px;
    padding-bottom:5px;
    background-image:url("/image/icon_doc.gif");
    background-repeat:no-repeat;
    background-position:top left;
  }

.icon_xls {
    padding-left:22px;
    padding-bottom:5px;
    background-image:url("/image/icon_xls.gif");
    background-repeat:no-repeat;
    background-position:top left;
  }