@charset "utf-8";

  
  body #mainContent .sTitle {
    font-size:23px;
  }
  body #mainContent .user {
      color: #4e6a89;
  }

  .text {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.5;
  }

  .logo{
  }


  .mb0{ margin-bottom: 0 !important;}
  .mb05{ margin-bottom: 5px !important;}
  .mb10{ margin-bottom: 10px !important;}
  .mb20{ margin-bottom: 20px !important;}
  .mb30{ margin-bottom: 30px !important;}
  .mb40{ margin-bottom: 40px !important;}
  .mb50{ margin-bottom: 50px !important;}
  .mb60{ margin-bottom: 60px !important;}

  .mt10{ margin-top: 10px !important;}
  .mt20{ margin-top: 20px !important;}
  .mt30{ margin-top: 30px !important;}
  .mt40{ margin-top: 40px !important;}
  .mt50{ margin-top: 50px !important;}
    .mt60{ margin-top: 60px !important;}

    .pt0{ padding-top: 0 !important;}
  .pt10{ padding-top: 10px !important;}
  .pt30{ padding-top: 20px !important;}
  .pt30{ padding-top: 30px !important;}
  .pt40{ padding-top: 40px !important;}
    .pt50{ padding-top: 50px !important;}

/* section-01 */
  .section-01 {
    margin-bottom: 30px;
  }

  .block{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .block .left {
    float: left;
    width: 70.89595375722543%;
}
  .block .right {
    float: right;
    width: 26.79190751445087%;
}
  .block .left02 {
    float: left;
    width: 26.79190751445087%;
  }
  .block .right02 {
    float: right;
    width: 70.89595375722543%;
    /*padding-top: 27px;*/
  }
/* section-05 */
  .section-05 {
    margin-bottom: 30px;
  }
  .section-05 .left {
    float: left;
    width: 46.06976744%;
  }
  .section-05 .right {
    float: right;
    width: 50.18604651%;
  }

@media only screen and (max-width: 480px) {

  .block .left,
  .block .right,
  .block .left02,
  .block .right02 {
    float: none!important;
    width: 100%!important;
  }

}
