@charset "UTF-8";

:root {
  --main-color: #000;
}

#tokushu.merz a {
text-decoration: underline;
}

#tokushu.merz a:hover {
text-decoration: none;
}

#tokushu h1 span,
#tokushu h2 span,
#tokushu h3 span,
#tokushu h4 span {
    font-size: 60%;
    display: block;
	margin-bottom: 10px;
}

#tokushu.merz h1 {
font-size: 38px;
line-height: 1.2;
margin: 0 0 20px 0;
}


#tokushu div.index ol li a {
border: none;
}


#tokushu.merz h2 {
font-size:1.7em;
line-height: 1.1;
margin: 60px 0 20px 0;
padding:0 0 7px 0;
border-bottom: #666 solid 3px;
}

#tokushu.merz h2 span {
font-size:70%;
line-height: 1;
padding: 0;
}


#tokushu.merz h3 {
margin: 50px 0 20px 0;
line-height: 1.4;
border: none;
font-size: 1.4em;
padding: 0;
}

#tokushu.merz h3 span {
background: #333;
color: #FFF;
padding: 6px 10px;
margin: 0 0 10px 0;
display: inline-block;
font-size: 0.8em;
}


#tokushu.merz .kakomi {
padding: 30px;
border: 1px solid #666;
margin: 40px 0;
font-size: 90%
}

#tokushu.merz ul li {
margin: 0 0 0 30px;
list-style: disc;
}

#tokushu.merz .profile-merz {
background: #eaeaea;
padding: 25px;
margin: 20px 0 40px 0;
}

#tokushu.merz .profile-merz h3 {
margin: 0 0 15px 0;
}

#tokushu.merz .profile-merz h3 span {
padding: 7px 10px;
display: inline-block;
font-size:70%;
margin: 0 0 15px 0;
background: #666;
color: #FFF;
}

#tokushu.merz .profile-merz h3 small {
color: #666;
margin-top: 7px;
display: block;
}

#tokushu.merz .profile-merz img {
margin: 20px 0 0 0;
width:100%
}


/*  For Responsivizer  */

@media only screen and (max-width: 480px) {
body.white .site #tokushu.merz #table th,
body.white .site #tokushu.merz #table td {
    width: 100%;
    display: block;
  }
  }

body.white .site #tokushu.merz h1 {
line-height: 1.2;
font-size: 2em;
font-weight: bold;
}

body.white .site #tokushu.merz h1 span {
font-size: 70%;
margin: 5px 0 8px 0;
line-height: 1.2;
}


body.white .site #tokushu.merz 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.merz .profile-merz h3 {
margin: 0 0 15px 0;
}

body.white .site #tokushu.merz .profile-merz h3 span {
padding: 7px 10px;
display: inline-block;
font-size:70%;
margin: 0 0 15px 0;
background: #666;
color: #FFF;
}

body.white .site #tokushu.merz .profile-merz h3 small {
color: #666;
margin-top: 7px;
display: block;
}





