:root {
  --theme-color: #637184;
}

div {
	padding-bottom: 0em;
	border-top: solid;
	border-color: #DDD;
	border-width: 1px;
	border-top-style: dotted;
}

p,ul,h3 {
	text-align: center;
    font-family: Vollkorn,serif;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

h3 {
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
}

p.image {
    margin-top: 0;
	margin-bottom: 0;
}

p.copyright {
    margin-top: 0;
    padding: 0.5em;
    font-size: 1em;
    color: white;
/*	color: var(--theme-color); */
	background-color: #2A3039;
}

p.trackname {
    font-size: 0.8em;
    margin-bottom: 0;
}

ul.events, ul.events_tour, ul.events_multi {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.events_tour, ul.events_multi {
    font-size: 0.8em;
	margin-bottom: 0.5em;
}

li.event {
	padding-bottom: 0.5em;
}

li.separator {
	color: var(--theme-color);
	border-top: dotted;
	border-width: 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 5px;
	width: 1%;
}

.loc {
	font-weight: bold;
	color: var(--theme-color);
}

.note {
	font-size: 0.8em;
}

.bio {
	font-size: 1em;
}

.name {
	margin-top: 0em;
	margin-bottom: 1em;
	font-size: 1em;
	letter-spacing: 0.1em;
}

.jp {
	font-family: "Sawarabi Mincho";
}

a {
	color: var(--theme-color);
}

input[type='button'] {
	border: none;
    font-family: Vollkorn,serif;
	font-size: 1.5em;
	letter-spacing: 0.1em;
    display: block;
    margin: 0 auto;
    background-color: white;
    padding-top: 0.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.box_evu, .box_bio, .box_rec, .box_evr, .box_con {
	width: 100%;
	max-height: 1em;
	color: black;
	overflow: hidden;
	opacity: 0;
	background-color: white;
	transition: opacity 1s, max-height 1s ease;
	border: none;
	margin-bottom: 1em;
}

.box-change {
	width: 100%;
	max-height: 10000em; /* arbitrarily high value */
	opacity: 1;
}

div.bio {
	padding: 1em;
	margin-left: 10%;
	margin-right: 10%;
	border-width: 0px;
	text-align: left;
}
