﻿@charset "utf-8";

#handdisease_title {
  background-image: url(bg_title.jpg);
}

#column_main #handdisease_title h2 {
  background-image: url(title01.png);
  padding-bottom: 14.5%;
}

@media screen and (max-width: 768px) {
  #handdisease_title {
    background-position: right 40% center;
  }

  #column_main #handdisease_title h2 {
    padding-bottom: 17%;
  }
}

.aside > table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.4;
  width: 100%;
  margin: 0 0 14px 0;
}

.aside > table th {
  width: 42%;
  background: #80add5;
  text-align: center;
  border: 1px solid #6292c3;
  padding: 6px 2px;
  color: #fff;
}

.aside > table th.tbl_name {
  width: 16%;
}

.aside > table th strong {
  font-weight: normal;
  color: #ffff00;
}

.aside > table td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #6292c3;
}

#clm_cont section .aside > table td p {
  line-height: 1.4;
  margin: 0;
}

.aside > table td.tbl_name {
  background: #f1f7f9;
  text-align: center;
  vertical-align: middle;
  color: #4085c1;
  white-space: nowrap;
}

#clm_cont .aside > table td img.img_center {
  margin-bottom: 0.25em;
}

@media screen and (max-width: 480px) {
  #clm_cont .img_right#img01 {
    float: right;
    max-width: 35%;
    margin: 0 0 0.5em 0.5em;
  }

  .aside > table {
    table-layout: fixed;
    font-size: 1.3rem;
  }

  .aside > table th {
    width: auto;
    padding: 2px;
    font-size: 1.2rem;
  }

  .aside > table th.tbl_name {
    width: 2.5em;
  }

  .aside > table td {
    padding: 4px;
  }

  .aside > table td.tbl_name {
    font-size: 1.2rem;
  }
}
