@charset "UTF-8";

.intro .image img{
    width: 100%;
}

.table.b_ress  {
    border-bottom: 1px solid #666666;
}
.table.b_ress tr    {
    border-top: 1px solid #666666;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.table.b_ress tr td {
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
}
.table.b_ress tr .year {
    color: #727171;
    font-size: 30px;
    font-style: italic;
    width: 200px;
    padding-left: 30px;
    font-weight: bold;
}
.table.b_ress tr .gengo {
    font-size: 13px;
    color: #727171;
    text-align: left;
    font-style: normal;
}
.table.b_ress tr .month {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    width: 40px;
    padding-right: 70px;
}
.table.b_ress tr td .clm {
    width: 680px;
}
.table.b_ress tr td .body {
    float: left;
}
.table.b_ress tr td .photo {
    float: right;
    display: inline;
}
.table.b_ress tr td .photo li {
    display: inline-block;
}
.table.b_ress tr .month.tx_center {
	text-align: center;
}

@media only screen and (max-width: 768px) {
  .table.b_ress tr .year {
    width: 80px;
    padding-left: 0;
  }
  .table.b_ress tr .month {
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  .table.b_ress tr td {
    padding-right: 0;
  }
  .table.b_ress tr td .body {
    float: none;
  }
  .table.b_ress tr td .photo {
    float: none;
    display: block;
  }
  .table.b_ress tr td .photo li + li {
    margin-top: 10px;
  }
}
