@charset "UTF-8";

:root {
  --main-color: #000;
}

#tokushu.incident a {
text-decoration: underline;
}

#tokushu.incident a:hover {
text-decoration: none;
}

#tokushu.incident h1 {
font-size: 3em;
line-height: 1.2;
margin: 0 0 20px 0;
}

#tokushu h1 span {
font-size: 70%;
margin: 0;
display: block;
font-weight: bold;
}

#tokushu h1 small {
font-size: 45%;
margin: 0 0 15px 0;
display: block;
color: #666;
}

#tokushu div.index ol li a {
border: none;
}


#tokushu.incident h2 {
font-size:1.7em;
line-height: 1.1;
margin: 60px 0 20px 0;
padding: 15px 20px;
border: none;
background: #666;
color: #fff;
}

#tokushu.incident h2 span {
font-size:70%;
line-height: 1;
padding: 0;
}

#tokushu.incident h3 {
margin: 40px 0 25px 0;
line-height: 1.4;
border: none;
font-size: 1.7em;
padding: 0;
font-weight: bold;
}

#tokushu.incident h3 span {
border: none;
font-size: 1.4em;
display: block;
margin: 0 0 18px 0;
width: 30%;
padding: 0 0 5px 0;
border-bottom: 2px solid #ccc;
color: #666;
font-weight: bold;
}

#tokushu.incident h3 span small {
border: none;
font-size:50%;
margin: 10px 0 0 10px;
font-weight: normal;
}

#tokushu.incident h3 span small img {
  width: 30px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
}


/*  For Responsivizer  */

@media only screen and (max-width: 480px) {
body.white .site #tokushu.incident #table th,
body.white .site #tokushu.incident #table td {
    width: 100%;
    display: block;
  }
  }

body.white .site #tokushu.incident h1 {
font-size: 3em;
line-height: 1.2;
margin: 10px 0 20px 0;
}

body.white .site #tokushu h1 span {
font-size: 70%;
margin: 0;
display: block;
font-weight: bold;
}

body.white .site #tokushu h1 small {
font-size: 45%;
margin: 0 0 15px 0;
display: block;
color: #666;
}

body.white .site .photo img {
  width: 100%;
  height: auto;
}

body.white .site #tokushu.incident h3 {
margin: 40px 0 25px 0;
line-height: 1.4;
border: none;
font-size: 1.7em;
padding: 0;
font-weight: bold;
}

body.white .site #tokushu.incident h3 span {
border: none;
font-size: 1.4em;
display: block;
margin: 0 0 18px 0;
width: 60%;
padding: 0 0 5px 0;
border-bottom: 2px solid #ccc;
color: #666;
font-weight: bold;
}

body.white .site #tokushu.incident h3 span small {
border: none;
font-size:50%;
margin: 10px 0 0 10px;
font-weight: normal;
display: inline-block;
}



