@charset "UTF-8";

:root {
  --main-color: #000;
}

#tokushu.dialects a {
text-decoration: underline;
}

#tokushu.dialects a:hover {
text-decoration: none;
}

#tokushu h1 span,
#tokushu h2 span,
#tokushu h4 span {
    font-size: 50%;
    display: block;
	margin-bottom: 10px;
}

#tokushu.dialects h1 {
font-size: 40px;
line-height: 1.2;
margin: 0 0 20px 0;
}
/*
#tokushu h1 span {
background: #666;
color: #fff;
display: inline-block;
padding: 5px 15px;
margin: 5px 0 10px 0;
}
*/

#tokushu h1 span {
margin: 10px 0;
font-size: 70%;
padding: 0;
background: none;
color: #333;
}

#tokushu div.index ol li a {
border: none;
}


#tokushu.dialects h2 {
font-size:1.6em;
line-height: 1.4;
margin: 60px 0 20px 0;
padding: 10px 20px;
border: none;
background: #333;
color: #fff;
}

#tokushu.dialects h2 span {
font-size:60%;
margin: 0 0 5px 0;
padding: 0;
border: none;
}

#tokushu.dialects h3 {
 font-size: 1.4em;
  line-height: 1.4;
  margin: 60px 0 25px 0;
  border: none;
  padding: 0;
}

#tokushu.dialects h3 span {
font-size: 70%;
display: inline-block;
background: #666;
color: #fff;
padding:5px 10px;
line-height: 1;
margin-bottom: 5px;
}

#tokushu.dialects h4 small {
font-size: 1.4em;
line-height: 1;
display: inline-block;
width: 30px;
margin: 4px 15px 15px 0;
float: left;
padding: 0;
}

#tokushu.dialects h4 {
margin: 60px 0 10px 0;
font-size:1.4em;
padding: 0;
border:none;
line-height: 1.4;
}

#tokushu.dialects ul {
margin: 10px 0 20px 0;
}

#tokushu.dialects ul li {
margin: 0 0 10px 20px;
list-style: disc;
line-height: 1.4;
}

#tokushu.dialects .label {
background: #666;
color: #fff;
padding: 8px;
line-height: 1;
display: inline-block;
margin: 20px 0 15px 0;
font-size: 80%;
}


#tokushu.dialects .underline {
text-decoration-line: underline;
text-decoration-color: #999;
text-decoration-style: solid;
text-decoration-thickness: 2px;
text-underline-offset: 6px;
}


#tokushu.dialects .kakomi {
padding: 30px;
margin: 60px 0 30px 0;
border: none;
background: #EAEAEA
}

#tokushu.dialects .kakomi h5 {
font-size: 1.15em;
margin: 0 0 10px 0;
padding: 0;
}

#tokushu.dialects .kakomi p {
font-size: 0.9em;
margin: 15px 0;
padding: 0;
}

#tokushu.dialects .kakomi ul {
margin: 20px 0
}


#tokushu.dialects .kakomi img {
width: 100%
}


/*  For Responsivizer  */

@media only screen and (max-width: 480px) {
body.white .site #tokushu.dialects #table th,
body.white .site #tokushu.dialects #table td {
    width: 100%;
    display: block;
  }
  }

body.white .site #tokushu.dialects h1 {
line-height: 1.2;
font-size: 2em;
font-weight: bold;
}

body.white .site #tokushu.dialects h1 span {
font-size: 70%;
margin: 5px 0 8px 0;
line-height: 1.2;
}


body.white .site #tokushu.dialects h2 span {
font-size: 80%
}


body.white .site #tokushu p.first-title + h1 {
  margin: 16px 0 20px 0;
}

body.white .site .photo img {
  width: 100%;
  height: auto;
}

body.white .site #tokushu.dialects h3 {
padding: 0;
font-size: 1.4em;
}

body.white .site #tokushu.dialects .kakomi h5 {
font-size: 1em;
margin: 0 0 15px 0;
padding: 0;
}

body.white .site #tokushu.dialects h4 small {
font-size: 1.35em;
line-height: 1;
display: inline-block;
width: 30px;
margin:3px 15px 15px 0;
float: left;
padding: 0;
}

body.white .site #tokushu.dialects h4 {
margin: 60px 0 10px 0;
font-size:1.55em;
padding: 0;
border:none;
line-height: 1.4;
}


