@charset "UTF-8";

:root {
  --main-color: #000;
}

#tokushu.strauss a {
text-decoration: underline;
}

#tokushu.strauss 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.strauss h1 {
font-size: 36px;
line-height: 1.2;
margin: 0 0 20px 0;
}


#tokushu div.index ol li a {
border: none;
}

#tokushu.strauss .profbox {
padding: 30px;
margin: 50px 0;
border: #999 1px solid;
}

#tokushu.strauss .profbox h4 {
font-size: 1em;
margin: 0 0 15px 0;
padding: 0;
}

#tokushu.strauss .profbox p {
font-size: 0.9em;
margin: 0;
padding: 0;
}


#tokushu.strauss h2 {
font-size:1.7em;
line-height: 1.2;
margin: 60px 0 20px 0;
padding: 10px 13px;
border: none;
background: #333;
color: #fff;
}

#tokushu.strauss h2 span {
font-size:60%;
margin: 0 0 5px 0;
padding: 0;
border: none;
}

#tokushu.strauss h3 {
font-size:1.4em;
line-height: 1.1;
margin: 60px 0 20px 0;
border: none;
padding: 0;
}

#tokushu.strauss h3 span {
font-size:1.6em;
margin: 0 5px 0 0;
padding: 0;
border: none;
display: inline-block;
color: #999;
font-weight: bold;
}

#tokushu.strauss h4 {
margin: 40px 0 10px 0;
font-size:1.3em;
padding: 0;
border:none;
line-height: 1.4;
}


#tokushu.strauss .family {
border: #666 1px solid;
padding: 30px;
margin: 45px 0;
}

#tokushu.strauss .family span.person {
margin: 0;
display: block;
text-underline-offset: 5px;
text-decoration: underline;
text-decoration-color: #333;
text-decoration-thickness:1px;
}

#tokushu.strauss .family h5 {
font-size: 1.2em;
margin: 0;
padding: 0;
line-height: 1.7
}

#tokushu.strauss .family h5 span {
font-size: 1.6em;
text-decoration: none;
margin: 15px 15px 15px 0;
padding: 0;
display: inline-block;
}

#tokushu.strauss .family h5 small {
font-size: 80%;
text-decoration: none;
margin: 0 15px 0 0;
padding: 0;
display: block;
}

#tokushu.strauss .family p {
margin: 0;
padding: 0;
}

#tokushu.strauss .family img {
width: 100%;
height: auto;
margin: 20px 0
}

#tokushu.strauss .event h3 {
font-size: 1.4em;
margin: 40px 0 15px 0;
border:none;
}

#tokushu.strauss .event h3 span {
font-size: 60%;
margin: 0 0 10px 0;
border:none;
display: inline-block;
background: #666;
color: #fff;
padding: 5px;
}



/*  For Responsivizer  */

@media only screen and (max-width: 480px) {
body.white .site #tokushu.strauss #table th,
body.white .site #tokushu.strauss #table td {
    width: 100%;
    display: block;
  }
  }

body.white .site #tokushu.strauss h1 {
line-height: 1.2;
font-size: 2em;
font-weight: bold;
}

body.white .site #tokushu.strauss h1 span {
font-size: 70%;
margin: 5px 0 8px 0;
line-height: 1.2;
}


body.white .site #tokushu.strauss h2 span {
font-size: 80%
}


body.white .site #tokushu p.first-title + h1 {
  margin: 16px 0 20px 0;
}

body.white .site #tokushu.strauss h1 br {
display: none;
}


body.white .site .photo img {
  width: 100%;
  height: auto;
}

body.white .site #tokushu.strauss h3 {
padding: 0
}

body.white .site #tokushu.strauss .profbox h4 {
font-size: 1em;
margin: 0 0 15px 0;
padding: 0;
}

