@charset "utf-8";

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

.text {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
}
.b-ttl{
  font-size:16px;
  font-weight:bold;
  margin-bottom:20px;
}
.b-ttl.color{
  color:#6e7d90;
}
.image{
  margin-top:20px;
}
@media only screen and (max-width: 640px) {
  .b-ttl{
    font-size:15px;
  }

}

/* 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%;
}

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

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

}

table{
  width:100%;
  background-color:#aeaeae;
  font-size:13px;
}
table th{
  background-color:#FFF;
  padding:2px 10px;
  font-weight:normal;
}
table td{
  background-color:#FFF;
  padding:2px 10px;
}
table td a{
  color:#000000;
  text-decoration:none;
}
table td a:hover{
  color:#aeaeae;
}
@media only screen and (max-width:640px) {
  table{
  }
  table th{
    width:100%;
    display:block;
    font-weight:bold;
    box-sizing:border-box;
  }
  table td{
    width:100%;
    display:block;
     box-sizing:border-box;
  }
}
