@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:14px;
  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: 600px;
  background: #f0f2f3;
}
table th,
table td{
  background: #fff;
  padding:5px 10px;
  box-sizing: border-box;
}
table th{
  width:25%;
}
table td{
  width:75%;
  word-wrap: break-word; 
}
@media only screen and (max-width:640px) {
  table{
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }
}



/*sttl*/
.sttl {
  padding: 10px;
  background-color: #ccc;
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
}
@media only screen and (max-width:640px) {
  .sttl  {
    font-size: 15px;
  }
}