/*
Theme Name: HC
Author: Katsutoshi Matsunaga
Author URI: https://www.greyheron.org/
Description: A theme for HeronConservation.
Version: 1.0
License: GNU General Public License
*/



/* --------------------------------------------------------------
	Google Web Fonts
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Marcellus|Roboto+Slab:700&display=swap&subset=latin-ext');


/* --------------------------------------------------------------
	Reset Default Browser CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	background: #fff;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

table {
	border-collapse: collapse;
}

sup,
sub {
	z-index: -1;
}



/* --------------------------------------------------------------
	Structure
-------------------------------------------------------------- */

html {
	font-size: 100%;
}

body > div:has(> header) {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#main,
#JHBC,
#symposium,
#HSGVM,
#content,
#main-wide,
#content-wide,
article {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-size: 1rem;
	color: #333;
	text-align: justify;
}

#content {
	max-width: 100%;
}

#main-wide,
#content-wide,
#main-wide article,
#content-wide article {
	max-width: 1600px;
}

img{
	max-width: 100%;
	max-height: 100%;
}


/* --------------------------------------------------------------
	Contents
-------------------------------------------------------------- */

p {
	margin: 1.7em auto;
	font-size: 1rem;
}

blockquote {
	margin: 1rem 0;
	padding: 0 30px;
	border: 1px solid #ddd;
	color: #555;
	background: #fcfcfc;
}

hr {
	margin: 1.5rem 0;
	border: none;
	border-top: 1px solid #bbb;
	clear: both;
}

pre {
	padding: 10px 20px;
	border-left: 6px solid #ddd;
	background-color: #f5f5f5;
	overflow: auto;
	width: 90%;
}

span.italic,
em {
	font-style: italic;
}

span.bold,
strong {
	font-weight: bold;
}

sup {
	font-size: 0.7em;
	vertical-align: top;
	top: 0;
}

sub {
	font-size: 0.7em;
	vertical-align: bottom;
	top: -0.3rem;
}

b {
	font-weight: 600;
}

body {
	-webkit-text-size-adjust: 100%;
}

h1 {
	margin: 4.5rem 0 4rem;
	font-family: Palatino, 'Times New Roman', serif;
	font-weight: 400;
	color: #444;
	font-size: 2.3rem;
	text-align: center;
}

h2 {
	margin: 1.2rem 0 1.2rem;
	font-weight: bold;
	color: #444;
	font-size: 1.3rem;
	text-align: left;
}

h3 {
	margin: 1.2rem 0 1.2rem;
	font-weight: bold;
	color: #444;
	font-size: 1.1rem;
	text-align: left;
}

h2.h2-heading {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 2.8rem 0 -1rem;
}

h2.h2-heading-with-ul {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 2.8rem 0 0;
}

img.alignleft {
	display: inline-block;
	max-width: 350px;
	max-height: 350px;
	float: left;
	margin: 5px 25px 20px 5px;
}

img.alignright {
	display: inline-block;
	max-width: 350px;
	max-height: 350px;
	float: right;
	margin: 5px 5px 20px 25px;
}

li {
	margin: 0.5rem 0 0.5rem 2rem;
}

span.url-break {
	word-break: break-all;
}



/* --------------------------------------------------------------
	Link
-------------------------------------------------------------- */

a {
	text-decoration: none;
	box-shadow: none;
}

a:focus,
a.hover {
	outline: none;
	border: none;
}

a:link, a:visited {
	color: #3b87d9;
}

a:hover, a:active {
	color: #0000ff;
}

#site-title a:link,
#site-title a:visited,
#top-menu a:link,
#top-menu a:visited {
	color: #333;
}

#site-title a:hover,
#site-title a:active,
#site-info a:hover,
#site-info a:active,
#top-menu a:hover,
#top-menu a:active {
	color: #aaa;
}



/* --------------------------------------------------------------
	Header
-------------------------------------------------------------- */

header {
	margin: auto;
	padding: 0;
}

#branding {
	width: 100%;
	margin: 0 auto;
}

#header-content {
	width: 1000px;
	margin: 0;
	padding: 3rem 0;
	margin: 0 auto;
}

#logo-group {
	position: relative;
	display: flex;
	margin: 0 auto;
	text-align: center;
}

#header-logo {
	position: relative;
	display: flex;
	width: 284px;
	height: 200px;	
}

div#site-title {
	margin: 2rem 0;
	font-size: 4.1rem;
	font-weight: 400;
	font-family: Optima, Marcellus, Palatino, 'Times New Roman', serif;
	line-height: 1;
}

div#site-description {
	margin: 2rem 0 2rem 0.1rem;
	font-size: 1.2rem;
	font-family: 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	color: #666;
	text-align: left;
	line-height: 1;
	font-weight: normal;
}

#header-text {
	margin-left: 4rem;
	height: 200px;
}

#header-social-icons {
    margin: -1.1rem auto 0;
	display: flex;
	float: right;
}

.social-icon-box img {
	opacity: 0.7;
}

.social-icon {
	width: 30px;
	height: 30px;
	margin-left: 1.2rem;
}



/* --------------------------------------------------------------
	Navigation
-------------------------------------------------------------- */

#menu-desktop,
#menu-medium,
#menu-phone {
	width: 100%;
	height: 54px;
	background: #c9e5b7;
	border: none;
}
nav.navi {
	margin: 0 auto;
	width: 1000px;
}

#menu-desktop > nav > ul,
#menu-medium > nav > ul {
	padding: 0;
	list-style: none;
 	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
 	text-align: center;
	font-family: 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
}

#menu-desktop > nav > ul li,
#menu-medium > nav > ul li {
 	display: block;
 	height: 54px;
 	line-height: 54px;
}

#menu-desktop > nav > ul li.re-special,
#menu-medium > nav > ul li.re-special {
 	height: 78px;
}

.navi ul {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.navi ul a {
	display: block;
	color: #333;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1;
	padding: 19px 1rem;
}

.navi ul li {
	position: relative;
	margin: 0;
	padding: 0;
}

.navi ul li.no-link-item {
	background: #c9e5b7;
}

.navi ul li:hover {
	background: #f6f6f6;
}

.navi ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #eaf7ec;
	padding: 0;
	z-index: 4000;
}

.navi ul ul li {
	float: none;
	width: 200px;
	border: 1px #c9e3cd solid;
	text-align: left;
}

.navi ul ul li.re-special {
	height: 81px;
}

.navi ul ul a {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
	font-weight: 400;
	padding: 0 1rem;
	text-align: left;
	width: 168px;
	height: 100%;
}

.navi ul ul a.one-row {
	padding-top: 17px;
}

.navi ul ul a.two-row {
	padding-top: 8px;
}

.navi ul li:hover > ul {
	display: block;
}

#menu-desktop,
#menu-medium {
	background: linear-gradient(#85d389, #438b47);
}

#menu-desktop .navi ul a,
#menu-medium .navi ul a {
	color: #fff;
	text-shadow: 1px 1px #000;
}

#menu-desktop .navi ul li.no-link-item ul li a,
#menu-medium .navi ul li.no-link-item ul li a {
	color: #333;
	text-shadow: none;
}

#menu-desktop .navi ul li.no-link-item ul li a:hover,
#menu-medium .navi ul li.no-link-item ul li a:hover {
	color: #fff;
	text-shadow: 1px 1px #000;
}

#menu-desktop .navi ul li.no-link-item,
#menu-medium .navi ul li.no-link-item {
	background: linear-gradient(#85d389, #438b47);
}

#menu-desktop .navi ul li:hover,
#menu-medium .navi ul li:hover {
	background: linear-gradient(#85d389, #438b47);
}



/* --------------------------------------------------------------
	Footer
-------------------------------------------------------------- */

#colophon {
    margin-top: auto;
	padding: 1.6rem 0;
	background: linear-gradient(#85d389, #438b47);
    border-top: 1px solid #ccc;
}

#site-info {
	width: 100%;
	margin: 0;
	text-align: center;
	font-size: 0.9rem;
}

#colophon,
#site-info a:link,
#site-info a:visited {
	color: #fff;
	font-family: serif;
}

#colophon p span {
	padding: 0 0.7rem;
}



/* --------------------------------------------------------------
	Page contents
-------------------------------------------------------------- */

article header {
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
}

article p {
	line-height: 1.4;
	font-size: 1rem;
}

#content {
	margin-bottom: 4.5rem;
}

#content article {
	word-wrap: normal;
	overflow-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	text-align: justify;
	font-family: 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #444;
}

h1.entry-title,
h2.entry-title {
	font-size: 2.3rem;
	text-align: center;
	letter-spacing: 0.05rem;
	text-transform: none;
	color: #444;
	font-weight: 400;
	margin: 4.5rem 0 4rem;
	padding: 0;
}

a.post-edit-link {
	display: none;
}


/* --------------------------------------------------------------
	Table
-------------------------------------------------------------- */

table {
	margin: 1em 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

th,
td {
	padding: 0.3em 10px;
	font-size: 0.9em;
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #ddd;
	color: #444;
}

th {
	color: #888;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

td {
	color: #444;
	font-weight: normal;
}


/* -----------------------------------------------
   Special for JHBC
----------------------------------------------- */

.vol-box {
	display: flex;
	flex-wrap: wrap;
}

.vol-box h2.vol-number {
	margin: 0.5rem 1rem;
	width: calc(100%/5 - 2rem);
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
}

.vol-box h2.vol-number a {
	color: #72a8e0;
}

ul.list-box-disc li,
ul.list-box-decimal li {
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 1.4;
}

ul.list-box-disc li {
	list-style: disc;
}

ul.list-box-decimal li {
	list-style: decimal;
}

ul.list-box-disc li:first-child,
ul.list-box-decimal li:first-child {
	margin-top: 1.7rem;
}

ul.list-box-disc li:last-child,
ul.list-box-decimal li:last-child {
	margin-bottom: 0;
}

/* JHBC-list
----------------------------------------------- */

h2.vol-number {
	font-family: Palatino, 'Times New Roman', serif;
	font-size: 1.6rem;
	font-weight: 400;
	margin: -1.2rem auto 2.5rem;
	text-align: center;
}

hr.art-header-upper-line {
	margin: 2.5rem 0 1.8rem 0;
	line-height: 1;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
}

div.art-box-wrap {
	margin-top: 2.5rem;
}

div.art-box {
	margin: 0 0 2rem;
}

p.art-title {
	margin: 0 0 0.6rem;
	line-height: 1.4;
	font-weight: 500;
	font-size: 1.1rem;
	font-family: 'Roboto Slab', 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	text-align: left;
}

p.art-authors {
	margin: 0 0 0.4rem;
	line-height: 1.4;
	padding-left: 4%;
	font-family: Optima, Marcellus, 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	font-size: 1rem;
}

p.art-tools {
	margin: 0 0 0.8rem;
	line-height: 1.4;
	padding-left: 4%;
	font-size: 1rem;
}

span.vol-art {
	padding-right: 30px;
}

span.html-link {
	padding-right: 30px;
}

span.pdf-link {
}

.note-section {
	margin: 0 0 2rem 0;
	text-align: left;
	font-size: 1.2rem;
	font-family: Palatino, 'Times New Roman', serif;
	font-weight: 600;
}


/* JHBC-paper
----------------------------------------------- */

#jhbc-title {
	font-family: Palatino, 'Times New Roman', serif;
	font-size: 2rem;
	font-weight: 400;
	margin: 3.5rem auto 1.5rem;
	text-align: center;
}

#jhbc-vol-art-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 2.5rem auto 3rem;
}

#empty-box {
	width: 15%;
}

#jhbc-vol-art-no {
	font-family: Palatino, 'Times New Roman', serif;
	font-size: 1.5rem;
	font-weight: 400;
	margin: auto;
	text-align: center;
}

#pdf-link {
	width: 15%;
	text-align: right;
	font-family: 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

h1.art-title {
	margin: 3.5rem 0 2.5rem;
	font-family: 'Roboto Slab', 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 500;
	color: #444;
	text-align: center;
}

div.art-author {
	width: 100%;
	margin: 0rem auto 1rem;
	display: inline-block;
	font-family: Optima, Marcellus, 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	text-align: center;
	line-height: 1.6;
	font-size: 1.2rem;
}

h2.art-heading-2,
h2.art-heading-2-sub,
h3.art-heading-3,
h3.art-heading-3-first,
h3.art-heading-3-L1,
h3.art-heading-3-L2 {
	font-weight: 600;
	color: #444;
	text-align: left;
}

h2.art-heading-2 {
	margin: 3rem auto 1.3rem;
	font-family: 'Roboto Slab', 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	font-size: 1.25rem;
}

h2.art-heading-2-sub {
	margin: 3rem auto 1.3rem;
	font-size: 1.15rem;
	font-style: italic;
}

h3.art-heading-3 {
	margin: 2rem auto -1rem;
	font-size: 1.05rem;
	line-height: 1.2;
}

h3.art-heading-3-first {
	margin: 1.3rem auto -1rem;
	font-size: 1.05rem;
	line-height: 1.2;
}

h3.art-heading-3-L1 {
	margin: 2rem auto 0.8rem;
	font-size: 1.05rem;
	line-height: 1.2;
}

h3.art-heading-3-L2 {
	margin: 0.8rem auto -1rem;
	font-size: 1.05rem;
	line-height: 1.2;
}

p.art-note {
	font-size: 0.9rem;
}

figure.img-pack {
	display: inline-flex;
	width: 100%;
	min-height: 100px;
	margin: 0.8rem auto;
	border: 1px solid #999;
	align-items: stretch;
}

div.img-box {
	display: flex;
	width: 120px;
	justify-content: center;
	align-items: center;
	flex: none;
}

figure.img-pack img.img-h {
	width: 120px;
	height: auto;
	max-height: 120px;
}

figure.img-pack img.img-v {
	height: 100px;
	width: auto;
	max-width: 120px;
}

figure.img-pack figcaption {
	display: inline;
	width: 100%;
	padding: 1rem 1.5rem;
	text-align: justify;
	line-height: 1.4;
	color: #444;
	font-size: 0.9rem;
	border-left: 1px solid #999;
	box-sizing: border-box;
	background-color: #f9f9f9;
}

figure.img-pack figcaption span {
	font-weight: 500;
}

figure.img-pack figcaption span.tt-ref {
	font-weight: 400;
}

hr.hr-top {
	margin-top: 3rem;
	margin-bottom: 2rem;
}

hr.hr-bottom {
	margin-top: -0.5rem;
}

.contact-note {
	margin-top: 0.3rem;
	font-family: 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	text-align: right;
}

.lit-cited p {
	margin: 1rem 0;
}

.lit-cited p:first-child {
	margin: 1.7rem 0 1rem;
}

.lit-cited p:last-child {
	margin: 1rem 0 1.7rem;
}


/* Special for 400-word paper
----------------------------------------------- */

#v3a5-special .art-title {
	margin-bottom: 1.3rem;
	font-size: 1.4rem;
}

#v3a5-special .art-heading-2 {
	margin-top: 1.2rem;
	margin-bottom: 0.7rem;
	font-size: 1.2rem;
}

#v3a5-special .art-author {
	margin-bottom: 1.7rem;
	font-size: 1.3rem;
}

#v3a5-special hr {
	margin: 3rem auto;
	color: #666;
	width: 100%;
}

#v3a5-special .region {
	margin: 5rem auto 3rem;
	padding: 1rem 0.5rem;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	font-size: 1.5rem;
	font-weight: bold;
	color: #444;
	font-family: Verdana, 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	text-align: center;
}



/* JHBC-paper tooltip-for-authors
----------------------------------------------- */

div.tt-aut {
	margin: 0;
	color: #333;
	font-family: Optima, Marcellus, 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	font-size: 1.3rem;
	font-weight: 500;
	display: inline-block;
	padding-bottom: 0.1rem;
	border-bottom: dotted 1px #999;
}

div.ttp {
	margin: 0;
	color: #333;
	font-size: 1.2rem;
	display: inline-block;
	border-bottom: none;
}

div.tt-aut span.tt {
	display: none;
	font-weight: 400;
}

div.tt-aut:hover {
	position: relative;
	color: #000;
	border-bottom: dotted 1px #fff;
}

div.tt-aut:hover span.tt {
	display: block;
	position: absolute;
	top: 32px;
	left: -50px;
	font-size: 0.8rem;
	font-family: 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	color: #333;
	line-height: 1.4;
	background-color: #fff;
	border: 1px solid #bbb;
	box-shadow: 0 1px 6px #aaa;
	width: 400px;
	padding: 14px 24px;
	z-index: 101;
	text-align: left;
}

div.tt-aut:hover span.tt a {
	font-size: 0.8rem;
}

div.tt-aut span.tt:before{
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: -11px;
	left: 95px;
	border: 7px transparent solid;
	border-right-width: 0;
	border-left-color: #bbb;
	transform: rotate(270deg);
	z-index: 100;
}

span.break:before {
    content: "\A";
	white-space: pre;
}


/* JHBC-paper tooltip-for-references
----------------------------------------------- */

span.tt-ref {
	position: relative;
}

span.tt-ref span.tt {
	display: none;
	position: absolute;
	top: 25px;
	left: -90px;
	font-size: 0.8rem;
	font-family: 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	color: #333;
	background-color: #fff;
	border: 1px solid #bbb !important;
	box-shadow: 0 1px 7px #bbb; 
	width: 400px;
	padding: 12px 18px;
	z-index: 1001;
	text-align: left;
}

span.tt-ref span.tt a {
	font-size: 0.8rem;
}

span.tt-ref span.tt:before {
	content: '';
	display: inline-block;
	position: absolute;
	height: 0;
	width: 0;
	top: -11px;
	left: 110px;
	border: 7px transparent solid;
	border-right-width: 0;
	border-left-color: #bbb;
	transform: rotate(270deg);
	z-index: 1000;
}

span.tt-ref span.tt:after {
	content: '';
	display: inline-block;
	position: absolute;
	height: 11px;
	width: 100%;
	top: -11px;
	left: 0;
	z-index: 2000;
}

span.tt-ref:hover > span.tt {
	display: inline;
}


/* JHBC-paper tooltip-for-symbol
----------------------------------------------- */

span.tt-ref span.symbol {
    top: 30px;
	left: -110px;
}


/* JHBC Instructions to Authors
----------------------------------------------- */

span.ita {
    font-weight: 600;
	padding-right: 1.2rem;
}
	

/* -------------------------------------------------
   Special for HWS (Heron of the World Symposium)
------------------------------------------------- */

#symposium-title {
	font-family: Palatino, 'Times New Roman', serif;
	font-size: 2rem;
	font-weight: 400;
	margin: 3.5rem auto 1.5rem;
	text-align: center;
}

#symposium-middle-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 2rem auto 1rem;
}

#symposium-lower-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 1rem auto 2rem;
}

#empty-box {
	width: 15%;
}

#symposium-date {
	font-family: Palatino, 'Times New Roman', serif;
	font-size: 1.4rem;
	font-weight: 400;
	margin: auto;
	text-align: center;
}

#symposium-place {
	font-family: Palatino, 'Times New Roman', serif;
	font-size: 1.4rem;
	font-weight: 400;
	margin: auto;
	text-align: center;
}

#symposium-title-note {
	font-family: Palatino, 'Times New Roman', serif;
	font-size: 1.4rem;
	font-weight: 400;
	margin: -20px auto 50px;
	text-align: center;
}

#pdf-link {
	width: 15%;
	text-align: right;
	font-family: 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

h1.page-title {
	margin: 3.5rem 0 2.5rem;
	font-family: 'Roboto Slab', 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 500;
	color: #444;
	text-align: center;
}

#symposium div.note-1 {
	margin-bottom: -1.5rem;
	text-align: right;
	font-weight: 400;
	font-size: 1.1rem;
}

#symposium div.note-2 {
	margin: 4rem auto 4rem;
	text-align: center;
	font-weight: 400;
	font-size: 1.3rem;
}

#symposium div.anchor {
	height: 0;
}

#symposium article.wrapper {
	margin: 3rem auto;
}

#symposium h2.article-title {
	margin: 3rem auto 2rem;
	text-align: left;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.4;
}

#symposium div.name {
	font-size: 1.1rem;
	line-height: 1.2;
}

#symposium span.presenter {
	font-weight: 600;
}

#symposium div.address {
	margin: 1.7rem 0 1.7rem 5rem;
	line-height: 1.4;
}

#symposium div.email {
	margin: -1rem 0 1.7rem 5rem;
	line-height: 1.4;
}

#symposium hr.upper-separator {
	margin: 2.5rem 0 1.8rem 0;
	line-height: 1;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
}

#symposium hr.lower-separator {
	margin: 1.8rem 0 2.5rem 0;
	line-height: 1;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
}

#symposium table.list-table {
	margin-top: 1rem;
}

#symposium table.list-table tr.program-row:first-child td {
	border-top: 1px #444 solid;
}

#symposium table.list-table tr.program-row:last-child td {
	border-bottom: 1px #444 solid;
}

#symposium table.list-table tr.program-row td {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	vertical-align: middle;
	font-size: 1rem;
}

#symposium div.date {
	margin: 2rem 0 1rem 0;
	font-weight: 600;
	font-size: 1.1rem;
}

#symposium div.category-name {
	margin: 1rem 0 1rem 0;
	font-size: 1.1rem;
}

#symposium td.time {
	text-align: justify;
}

#symposium td.name {
	min-width: 11rem;
	padding-left: 1.5rem;
}

#symposium td.title {
	padding-left: 1.5rem;
	text-align: justify;
}

#HsymposiumWS td.video {
	padding-left: 1.5rem;
}

#symposium td.video div.video-button {
	padding: 5px 8px;
	border: 1px #ccc solid;
	border-radius: 4px;
}

#symposium tr.lunch-row td {
	border-top: 1px #bbb solid;
	border-bottom: 1px #bbb solid;
}

#symposium td.lunch {
	padding-left: 2rem;
}

#symposium table#workshop {
	width: 100%;
}

#symposium table#workshop tr.program-row td {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 2rem;
	vertical-align: middle;
	font-size: 1rem;
	border: none;
}

#symposium table#workshop {
	border-top: 1px #444 solid !important;
	border-bottom: 1px #444 solid !important;
}

#symposium table#workshop tr.lunch-row {
	border-top: 1px #bbb solid !important;
	border-bottom: 1px #bbb solid !important;
}

#symposium table#workshop tr.program-row td.indent-1 {
	padding-left: 5rem;
}

#symposium table#workshop tr.program-row td.indent-2 {
	padding-left: 8rem;
}

#symposium table#workshop tr.program-row td.indent-3 {
	padding-left: 11rem;
}

#symposium table#workshop tr.program-row td.indent-4 {
	padding-left: 14rem;
}

#symposium div.space_for_future {
	height: 1px;
	margin: -1rem 0 -1rem 5rem;
}

#symposium .table-wrapper {
	margin-top: 1rem;
}

#symposium .list-table {
	margin: 0;
}

#symposium .list-table ul.program-row:first-child {
	border-top: 1px #444 solid;
}

#symposium .list-table ul.program-row:last-child {
	border-bottom: 1px #444 solid;
}

#symposium .list-table ul.program-row:not(last-child) {
	border-bottom: 1px #ddd solid;
}

#symposium .lunch-table ul.program-row:first-child,
#symposium .lunch-table ul.program-row:last-child {
	border: none;
}

#symposium .list-table ul.program-row li {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1rem;
}

#symposium ul.program-row {
	display: flex;
	align-items: center;
}

#symposium ul.program-row li {
    margin: 0.5rem 2%;
}

#symposium li.time {
	width: 5%;
	text-align: left;
}

#symposium li.name {
	width: 17%;
	min-width: 0;
	text-align: left;
}

#symposium li.title {
	width: 70%;
	text-align: left;
}

#symposium li.video {
	width: 8%;
}

#symposium li.video div.video-button {
	padding: 0.3rem 1%;
	border: 1px #ccc solid;
	border-radius: 4px;
	text-align: center;
}

@media screen and (max-width:600px) {
	#symposium ul.program-row {
	flex-wrap: wrap;
	}
	#symposium ul.program-row .time {
	width: 15%;
	margin-bottom: 0;
	order: 1;
	}
	#symposium ul.program-row .name {
	width: 60%;
	margin-bottom: 0;
	order: 2;
	}
	#symposium ul.program-row .title {
	width: 100%;
	margin-top: 0;
	order: 4;
	}
	#symposium ul.program-row .video {
	width: 10%;
	margin-bottom: 0;
	order: 3;
	}
}

#symposium h1.presentation-title {
	margin: 2.5rem auto;
    font-family: 'Roboto Slab', 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
    color: #444;
    text-align: center;
}
	
#symposium div.presenter-name {
	width: 100%;
	margin: 0rem auto 3rem;
	display: inline-block;
	font-family: Optima, Marcellus, 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	text-align: center;
	line-height: 1.6;
	font-size: 1.6rem;
}

#symposium div.video-wrapper {
	position: relative;
	width: 1000px;
	height: 0;
	padding-top: 56.25%;
}

#symposium iframe.youtube-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#symposium div.video-wrapper iframe,
#symposium div.video-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* --------------------------------------------------------------
	Page jump
-------------------------------------------------------------- */

#symposium a.anchor-space {
	display: block;
    padding-top: 20px;
    margin-top: -20px;
}


/* --------------------------------------------------------------
	Width of video files
-------------------------------------------------------------- */

.hentry {
	max-width:1000 !important;
}


/* --------------------------------------------------------------
	Table for List
-------------------------------------------------------------- */

table.list-table,
table.list-table tr,
table.list-table tr th,
table.list-table tr td {
	border: none;
	border-spacing: 0;
}

table.list-table tr th,
table.list-table tr td {
	padding: 0.3rem 0.7rem;
}

table.list-table tr td span,
table.list-table tr td {
	font-weight: 400;
}

table.list-table tr th span,
table.list-table tr th {
	font-weight : 600;
	color: #444;
}

table.list-table {
	margin: 2.7rem auto 0;
}

table.list-table tr td {
	border-top: 1px #eee solid;
}

table.list-table tr th {
	border-top: 1px #444 solid;
	border-bottom: 1px #444 solid;
}

table.list-table tr:last-child td {
	border-bottom: 1px #444 solid;
}

table.list-table tr th {
	text-align: left;
	height: 2rem;
}

table#HOTW {
	width: 90%;
}

table#HOTW tr td:first-child {
	width: 25%;
}

table#HOTW tr td:nth-child(2) {
	width: 25%;
}

table#HOTW tr td:nth-child(3) {
	width: 50%;
}

table#HOTW tr td {
	border-bottom: 1px #ddd solid;
}

table#HOTW tr.FST-F td,
table#HOTW tr.FST-S td,
table#HOTW tr.FST-T td {
	border-top: 2px #bbb solid;
	border-bottom: 2px #bbb solid;
	font-weight: 600;
	font-size: 0.9rem;
	padding-top: 0.6rem;
	padding-bottom: 0.4rem;
}

table#HOTW tr.FST-F td {
	padding-left: 1rem;
}

table#HOTW tr.FST-S td {
	padding-left: 2.3rem;
}

table#HOTW tr.FST-T td {
	padding-left: 3.6rem;
}

table#HOTW tr.species-div:last-child td {
	border-bottom: 2px #bbb solid;
}


table#HOTW-IOC {
	width: 100%;
}

table#HOTW-IOC tr td:first-child,
table#HOTW-IOC tr th:first-child {
	width: 20%;
}

table#HOTW-IOC tr td:nth-child(2),
table#HOTW-IOC tr th:nth-child(2) {
	width: 0%;
}

table#HOTW-IOC tr td:nth-child(3),
table#HOTW-IOC tr th:nth-child(3) {
	width: 22%;
}

table#HOTW-IOC tr td:nth-child(4),
table#HOTW-IOC tr th:nth-child(4) {
	width: 58%;
}

table#HOTW-IOC tr td {
	border-bottom: 1px #ddd solid;
	line-height: 1.4;
}

table#HOTW-IOC tr td ul {
	width: 0px;
}

table#HOTW-IOC tr.species-div:last-child td {
	border-bottom: 2px #bbb solid;
}

table#HOTW-IOC tr.species-div td.RP ul li {
	display: inline-block;
	white-space: nowrap;
	color: #999;
}

table#HOTW-IOC tr.species-div td.RP ul li i {
	padding-right: 1.5rem;
}

table#HOTW-IOC .extinct-species {
	color: red;
}


table#HRL {
	width: 100%;
}

table#HRL tr th:first-child,
table#HRL tr td:first-child {
	width: 22%;
}

table#HRL tr th:nth-child(2),
table#HRL tr td:nth-child(2) {
	width: 10%;
}

table#HRL tr th:nth-child(3),
table#HRL tr td:nth-child(3) {
	width: 24%;
}

table#HRL tr th:nth-child(4),
table#HRL tr td:nth-child(4) {
	width: 28%;
}

table#HRL tr th:nth-child(5),
table#HRL tr td:nth-child(5) {
	width: 16%;
}

table#HRL tr th {
	text-align: center;
}

table#HRL tr td {
	text-indent: 2rem;
}

table#HRL tr td:nth-child(2) {
	text-indent: 0.5rem;
}

table#HRL tr td:nth-child(4) {
	text-indent: 4rem;
}

table#HRL tr td:first-child,
table#HRL tr td:nth-child(2) {
	border-top: none;
}

table#HRL tr td.hrl-status,
table#HRL tr td.hrl-trend,
table#HRL tr td.hrl-trend ~ td {
	border-top: solid 1px #ccc;
}

table#HRL tr:last-child {
	border-bottom: solid 1px #444;
}


table#IBA {
	width: 100%;
}

table#IBA tr td:first-child,
table#IBA tr th:first-child {
	width: 10%;
}

table#IBA tr td:nth-child(2),
table#IBA tr th:nth-child(2) {
	width: 20%;
}

table#IBA tr td:nth-child(3),
table#IBA tr th:nth-child(3) {
	width: 45%;
}

table#IBA tr td:nth-child(4),
table#IBA tr th:nth-child(4) {
	width: 25%;
}

table#IBA tr td:first-child,
table#IBA tr td:nth-child(2) {
	border-top: none;
}

table#IBA tr.iba-region td:first-child,
table#IBA tr.iba-region td:nth-child(2) {
	border-top: 1px #bbb solid;
}

table#IBA tr.iba-country td:nth-child(2) {
	border-top: 1px #bbb solid;
}

table#IBA tr td {
	border-top: 1px #bbb solid;
}

table#CSHP {
	width: 100%;
}

table#CSHP tr td:first-child,
table#ICSHPBA tr th:first-child {
	width: 33%;
}

table#CSHP tr td:nth-child(2),
table#CSHP tr th:nth-child(2) {
	width: 20%;
}

table#CSHP tr td:nth-child(3),
table#CSHP tr th:nth-child(3) {
	width: 40%;
}

table#CSHP tr td:nth-child(4),
table#CSHP tr th:nth-child(4) {
	width: 7%;
}


table#WPEH {
	width: 120%;
	table-layout: fixed;
	margin: 1rem auto 0;
}

table#WPEH tr {
	height: 44px;
}

table#WPEH tr th {
	vertical-align: middle;
}

table#WPEH tr td:first-child,
table#WPEH tr th:first-child {
	width: 11%;
}

table#WPEH tr td:nth-child(2),
table#WPEH tr th:nth-child(2) {
	width: 11%;
}

table#WPEH tr td:nth-child(3),
table#WPEH tr th:nth-child(3) {
	width: 12%;
}

table#WPEH tr td:nth-child(4),
table#WPEH tr th:nth-child(4) {
	width: 25%;
}

table#WPEH tr td:nth-child(5),
table#WPEH tr th:nth-child(5) {
	width: 7%;
}

table#WPEH tr td:nth-child(6),
table#WPEH tr th:nth-child(6) {
	width: 9%;
}

table#WPEH tr td:nth-child(7),
table#WPEH tr th:nth-child(7) {
	width: 7%;
}

table#WPEH tr td:nth-child(8),
table#WPEH tr th:nth-child(8) {
	width: 8%;
}

table#WPEH tr td:nth-child(9),
table#WPEH tr th:nth-child(9) {
	width: 5%;
}

table#WPEH tr td:nth-child(10),
table#WPEH tr th:nth-child(10) {
	width: 5%;
}

table#WPEH tr.species-div:not(:first-child) td {
	border-top: 1px #888 solid;
}

table#WPEH tr td:first-child,
table#WPEH tr td:nth-child(3) {
	font-style: italic;
}

table#WPEH tr.csr7-list td:nth-child(4),
table#WPEH tr.csr7-list td:nth-child(5),
table#WPEH tr.csr7-list td:nth-child(6),
table#WPEH tr.csr7-list td:nth-child(7),
table#WPEH tr.csr7-list td:nth-child(8) {
	color: #3cb371;
}


/* --------------------------------------------------------------
	Accordion for WPEH
-------------------------------------------------------------- */

.RP-WPEH {
	max-width: 400px;
	margin: 0 auto;
	padding: 0;
}

.RP-WPEH label {
	display: block;
  	color: #3b87d9;
	cursor :pointer;
}

.RP-WPEH input {
	display: none;
}

.RP-WPEH ul {
	display: none;
	margin: 0;
	padding: 0;
	background-color: #f2f2ff;
	border: 1px solid #ccc;
}

.RP-WPEH li {
	margin: 0.45rem 0;
}

.RP-WPEH li.reno {
	font-weight: 600;
	margin-top: 1rem;
}

.RP-WPEH-input:checked ~ ul {
	display: block;
	margin: 1.5rem 0 0.5rem  -35rem;
	padding: 0.2rem 1.8rem 0.8rem;
}

.RP-WPEH p {
	margin: 0 auto;
}


/* --------------------------------------------------------------
	Special Pages
-------------------------------------------------------------- */

.partner-box {
	flex-wrap: wrap;
}

.partner-img {
	display: inline-block;
	margin: 3%;
	width: 25%;
	vertical-align: middle;
}

#grant-p {
	margin: 3rem 4rem 0;
}

#grant-p p {
	margin: 0.8rem auto;
	padding-left: 3rem;
	text-indent: -3rem;
}

.no-page-h1 {
	font-size: 250%;
	font-family: Palatino, 'Times New Roman', serif;
}

.no-page-p {
	font-size: 130%;
	font-family: Palatino, 'Times New Roman', serif;
	line-height: 1.6;
	font-weight: 400;
	width: 80%;
	margin: 0 auto;
}


/* --------------------------------------------------------------
	General Chapter in The Herons
-------------------------------------------------------------- */

#general-chapter #header {
	margin: 3.5rem auto 2rem;
	padding: 1.8rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #a5a5a5;
	background: linear-gradient(#fafafa, #dedede);
	font-family: 'Times New Roman', serif;
	font-size: 1.5rem;
	text-align: center;
}

#general-chapter #header span {
	font-size: 3rem;
	padding-right: 1.8rem;
}

#general-chapter h2 {
	margin: 2.5rem 0 -1rem;
	font-family: Palatino, 'Times New Roman', serif;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 700;
}

#general-chapter #citation {
	background-color: #f4f4f4;
	margin: 3rem auto 1rem;
	padding: 1rem 2rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	line-height: 1.6;
	font-family: "Times New Roman";
}

#general-chapter #citation #recommended_citation {
	font-weight: 600;
}

#general-chapter #citation #book {
	font-style: italic;
}

#general-chapter p b {
	font-weight: 500;
	color: #222;
}

#general-chapter figure.vertical-right {
	float: right;
	margin: 0.6rem 0 1.5rem 5%;
	width: 40%;
}

#general-chapter figure.vertical-left {
	float: left;
	margin: 0.6rem 5% 1.5rem 0;
	width: 40%;
}

#general-chapter figure.vertical-left {
	float: left;
	margin: 0.6rem 5% 1.5rem 0;
	width: 40%;
}

#general-chapter figure.horizontal-right {
	float: right;
	margin: 0.6rem 0 1.5rem 5%;
	width: 40%;
}

#general-chapter figure.horizontal-left {
	float: left;
	margin: 0.6rem 5% 1.5rem 0;
	width: 40%;
}

#general-chapter figure.broad-center {
	margin: 0.6rem auto 1.5rem;
	width: 80%;
}

#general-chapter figure figcaption {
	margin: 0.4rem auto 0.4rem;
	line-height: 1.3;
}

#general-chapter figure figcaption b::after {
	content: "  ";
	white-space: pre-wrap;
}


/* --------------------------------------------------------------
	Conserving Herons
-------------------------------------------------------------- */

#conserving-herons #header {
	background-color: #eee;
	margin: 3.5rem auto 2rem;
	padding: 2rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
}

#conserving-herons div#pdf-link-box {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 4rem;
}

#conserving-herons h1 {
	margin: 0 auto 1rem;
	font-family: Palatino, 'Times New Roman', serif;
	font-weight: 400;
	color: #444;
	font-size: 2.3rem;
	text-align: center;
}

#conserving-herons div.sub-title {
	font-family: Palatino, 'Times New Roman', serif;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 1.5rem auto 1rem;
	text-align: center;
}

#conserving-herons div.author-name {
	font-family: Palatino, 'Times New Roman', serif;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 2rem auto 0;
	text-align: center;
}

#conserving-herons div.note {
	font-family: Palatino, 'Times New Roman', serif;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.4;
	width: 70%;
	margin: 2rem auto 0;
	text-align: center;
}

#conserving-herons div.clearbox {
	overflow: hidden;
}

#conserving-herons div#content-box::before,
#conserving-herons h2::before,
#conserving-herons h3::before,
#conserving-herons h4::before {
	display: block;
	height: 5rem;
	margin-top: -5rem;
	content: "";
}

#conserving-herons h2 {
	font-family: 'Roboto Slab', 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	margin: 6rem auto 1.5rem;
	text-align: left;
}

#conserving-herons h2#h2-content {
	margin: 0.5rem 0 3rem 71%;
}

#conserving-herons div#dedication-note {
	font-size: 110%;
	margin-top: 5.5rem;
	text-align: right;
	line-height: 1.4;
}

#conserving-herons h3 {
	font-family: 'Roboto Slab', 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	margin: 5rem auto 1rem;
	text-align: left;
}
#conserving-herons h4 {
	font-family: 'Roboto Slab', 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	margin: 3.5rem auto 0.5rem;
	text-align: left;
}

#conserving-herons ul {
	line-height: 1.3;
}

#conserving-herons ul li a:link,
#conserving-herons ul li a:visited {
	color: #444;
}

#conserving-herons ul li.chapter {
	font-size: 120%;
	text-indent: 5rem;
}

#conserving-herons ul li.section {
	font-size: 100%;
	text-indent: 8rem;
}

#conserving-herons ul.list {
	margin-top: 2rem;
}

#conserving-herons ul li.items {
	font-size: 100%;
	text-indent: 8rem;
}

#conserving-herons strong {
	font-weight: 600;
	color: #444;
}

#conserving-herons figure.vertical-right {
	float: right;
	margin: 0.6rem 0 2rem 5%;
}

#conserving-herons figure.vertical-left {
	float: left;
	margin: 0.6rem 5% 2rem 0;
}

#conserving-herons figure.horizontal-right {
	float: right;
	margin: 0.6rem 0 2rem 5%;
}

#conserving-herons figure.horizontal-left {
	float: left;
	margin: 0.6rem 5% 2rem 0;
}

#conserving-herons figure.width-525 {
	width: 52.5%;
}

#conserving-herons figure.width-475 {
	width: 47.5%;
}

#conserving-herons figure.width-190 {
	width: 19.0%;
}

#conserving-herons figure.width-265 {
	width: 26.5%;
}

#conserving-herons figure.width-425 {
	width: 42.5%;
}

#conserving-herons figcaption {
	margin-top: 0.5rem;
	font-size: 80%;
	line-height: 1.3;
}

#conserving-herons section::after{
    content: "";
    display: block;
    clear: both;
}

#conserving-herons .section-margin {
	margin: 0 2rem;
}

#conserving-herons div#table-header {
	background-color: #eee;
	margin: 3.5rem auto 2rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	width: 1200px;
	padding: 2rem 0;
}

#conserving-herons h1 a.table-h1-color:link,
#conserving-herons h1 a.table-h1-color:visited {
	color: #444
}

#conserving-herons figure.table-figure-width {
	width: 1200px;
	margin: 4rem 0;
}

#conserving-herons table tr th:first-child,
#conserving-herons table tr td:first-child {
	width: 15%;
}

#conserving-herons table tr th:nth-child(2),
#conserving-herons table tr td:nth-child(2) {
	width: 15%;
}

#conserving-herons table tr th:nth-child(3),
#conserving-herons table tr td:nth-child(3) {
	width: 5%;
}

#conserving-herons table tr th:nth-child(4),
#conserving-herons table tr td:nth-child(4) {
	width: 13%;
}

#conserving-herons table tr th:nth-child(5),
#conserving-herons table tr td:nth-child(5) {
	width: 30%;
}

#conserving-herons table tr th:nth-child(6),
#conserving-herons table tr td:nth-child(6) {
	width: 5%;
}

#conserving-herons table tr th:nth-child(7),
#conserving-herons table tr td:nth-child(7) {
	width: 5%;
}

#conserving-herons table tr th:nth-child(8),
#conserving-herons table tr td:nth-child(8) {
	width: 12%;
}

#conserving-herons table tr td:nth-child(2),
#conserving-herons table tr td:nth-child(4) {
	font-style: italic;
}

@media screen and (max-width:898px) {
	#conserving-herons div#header {
		margin: 2.5rem auto 2rem;
		padding: 1rem 2rem;
	}
	#conserving-herons h1 {
		font-size: 1.9rem;
		margin: 0rem auto 0.5rem;
	}
	#conserving-herons div.sub-title {
		font-size: 1.2rem;
		margin: 0rem auto 1.5rem;
	}
	#conserving-herons div.author-name {
		font-size: 1.4rem;
		margin: 0rem auto 1rem;
	}
	#conserving-herons h2#h2-content {
		margin: 2rem auto;
		text-align: center;
	}
	#conserving-herons h3 {
		margin-top: 3.5rem;
	}
	#conserving-herons figure.width-525,
	#conserving-herons figure.width-475,
	#conserving-herons figure.width-265,
	#conserving-herons figure.width-425,
	#conserving-herons figure.width-190 {
		width: 100%;
		margin: 0rem auto 1rem;
	}
	#conserving-herons figure.vertical-right,
	#conserving-herons figure.vertical-left,
	#conserving-herons figure.horizontal-right,
	#conserving-herons figure.horizontal-left {
		float: none;
		margin: 0.6rem auto;
	}
}

@media screen and (max-width:640px) {
	#conserving-herons ul li.chapter {
		text-indent: 10%;
		margin: 0.5rem 0;
	}
	#conserving-herons ul li.section {
		text-indent: 25%;
		margin: 0.5rem 0;
	}
	#conserving-herons ul li.items {
		text-indent: 0;
		margin: 0.5rem 0;
	}
}
	

/* -------------------------------------------------------------
   Special for HSGVM (Heron Specialist Group Virtual Meeting)
------------------------------------------------------------- */

h1.vm-h1 {
	font-size: 1.6rem;
	margin-bottom: 3rem;
}

h2.vm-h2-header {
	margin: 2.2rem auto -1rem;
	font-size: 1.1rem;
	font-variant: small-caps;
	font-family: 'Roboto Slab', 'Open Sans', Roboto, 'Avenir Next', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
}

div.vm-flex-container {
	display: flex;
	margin-top: 2rem;
	justify-content: center;
	gap: 4%;
	width: 100%;
}

div.vm-flex-container > a {
	width: calc(50% - 2.5%);
	box-sizing: border-box;
}

img.vm-video {
	width: 100%;
	border: solid 1px #aaa;
	height: auto;
	display: block;
}

.vm-flex-container figure {
	margin: 0;
}

.vm-flex-container figcaption {
	margin-top: 0.8rem;
	text-align: center;
}



/* --------------------------------------------------------------
	Heron Lists
-------------------------------------------------------------- */

h1.HL-name {
	font-family: Palatino, 'Times New Roman', serif;
	font-size: 2.3rem;
	text-align: left;
	font-weight: 600;
	margin-bottom: 0;
}

p.HL-s-name {
	font-family: Palatino, 'Times New Roman', serif;
	font-size: 1.5rem;
	text-align: left;
	font-weight: 700;
	margin-top: 1rem;
}

h2.HL-heading {
	font-family: 'Roboto Slab', 'Open Sans', Roboto, 'Avenir Next', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 2.8rem 0 -1rem;
	text-transform: uppercase;
}

span.HL-subhead {
	font-family: 'Open Sans', Roboto, 'Avenir Next', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #378734;
	padding-right: 1rem;
}

div.HL-img-h img {
	display: block;
	margin: 2.5rem auto;
	border: 1px #aaa solid;
	max-width: 40rem;
	height: auto;
}

div.HL-img-v img {
	display: block;
	margin: 2.5rem auto;
	border: 1px #aaa solid;
	max-height: 40rem;
	width: auto;
}

hr.HOTW-separator {
    margin: 2.5rem 0 2.5rem 0;
    line-height: 1;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}


/* --------------------------------------------------------------
	Accordion for Heron Lists
-------------------------------------------------------------- */

.RP {
	max-width: 400px;
	margin: 0 auto;
	padding: 0;
}

.RP label {
	display: block;
  	color: #3b87d9;
	cursor :pointer;
}

.RP input {
	display: none;
}

.RP ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.RP li {
	margin: 0.35rem 0;
}

.RP li:first-child {
	margin-top: 0.7rem;
}

.RP input:checked ~ ul {
	display: block;
}

.RP p {
	margin: 0 auto;
}




/* --------------------------------------------------------------
    Search Window
-------------------------------------------------------------- */

body.search article p a {
    font-size: 1.3rem;
}

#search-wrap * {
    box-sizing: border-box;
}

div#search-wrap {
    width: 30px;
    height: 30px;
    margin-left: auto;
    align-self: flex-end;
}

.search-form {
    display: block;
    position: relative;
}

.search-form:before,
.search-field {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    content: "";
    opacity: 0.5;
    background-image: url(../images/search.png);
    background-size: contain;
}

.search-form:before {
    z-index: 100;
}

.search-field {
    appearance: none;
    border-radius: 4px;
    opacity: 0;
    z-index: 200;
    cursor: pointer;
    transition: all 0.3s ease-in;
    background-image: none;
    font-size: 1.2rem;
    color: #333;
    padding: 1rem;
}

.search-field:focus {
    opacity: 1;
    width: 16rem;
    cursor: text;
}

.search-form input[type="submit"] {
    display: none;
}

.search-form input::placeholder {
	color: #bbbbbb;
}




/* --------------------------------------------------------------
    Search Results Page
-------------------------------------------------------------- */

#search-results-page form input,
form.pagefind-ui__form::before,
button.pagefind-ui__search-clear {
    display: none !important;
}

#search-results-page form {
    width: 1080px;
}

p.pagefind-ui__message {
    display: block !important;
    font-weight: 400 !important;
    font-family: Palatino, 'Times New Roman', serif !important;
    color: #333 !important;
    margin: 2.5rem auto 4.5rem !important;
    font-size: 2.2rem !important;
    text-align: center !important;
    letter-spacing: 0.1rem !important;
}

li.pagefind-ui__result {
    display: block !important;
    margin: 0.5rem 0 !important;
    padding: 0.5rem 4rem !important;
    border-color: #bbb !important;
}

div.pagefind-ui__result-thumb {
    display: none;
}

p.pagefind-ui__result-title {
    font-family: Palatino, 'Times New Roman', serif !important;
    font-size: 1.4rem !important;
    margin-bottom: 1rem !important;
}

p.pagefind-ui__result-excerpt {
	font-family: 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", 'Open Sans', Roboto, 'Helvetica Neue', sans-serif;
    font-size: 1rem !important;
    line-height: 1.4 !important;
    color: #333 !important;
}

a.pagefind-ui__result-link {
    text-decoration: none !important;
    color: #458 !important;
}

#search-results-page mark {
    background: none !important;
    font-weight: 600 !important;
    color: #458 !important;
}

button.pagefind-ui__button {
    font-size: 1rem !important;
    font-weight: 600 !important;
    background: linear-gradient(180deg, #f0f0f0 0%, #dddddd 60%, #cccccc 100%) !important;
    border: 1px solid #999 !important;
    height: 3rem !important;
    display: block !important;
    margin: 2rem auto !important;
    width: calc(100% - 8rem) !important;
}




/* --------------------------------------------------------------
	Glightbox
-------------------------------------------------------------- */

.goverlay {
    background: rgba(3, 3, 3, 0.9) !important;
}

@keyframes customZoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.gzoomIn {
    animation: customZoomIn 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards !important;
}

@keyframes customZoomOut {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

.gzoomOut {
    animation: customZoomOut 0.3s ease forwards !important;
}

.glightbox-container {
    transition: opacity 0.3s ease !important;
}

.glightbox-container.glightbox-closing {
    opacity: 0;
}

.gslide-image {
    border: 15px solid #ffffff;
    box-sizing: border-box;
}

.ginner-container .gslide-image img,
.ginner-container .gslide-image img.dragging {
    cursor: default !important;
}

button.gclose {
	display: none;
}

button.gprev,
button.gnext {
	width: 120px;
	height: 400px;
	padding: 200px 50px 200px 100px;
	box-sizing: border-box;
	display: flex;
	align-item: center;
	justify-content: center;
}

button.gprev svg,
button.gnext svg {
	width: 40px;
	flex-shrink: 0;
}

@media (min-width: 769px) {
	.gslide-image img {
        max-width: 60vw !important;
        max-height: 92vh !important;
    }
	.glightbox-clean .gprev,
	.glightbox-clean .gnext {
		top: calc(50% - 200px) !important;
	}
    .glightbox-clean .gprev,
    .glightbox-clean .gnext {
        background-color: rgba(0, 0, 0, 0) !important;
    }
}



/* --------------------------------------------------------------
	Media Query (+ Navigation for mobile)
-------------------------------------------------------------- */

#menu-medium,
#menu-phone {
	display: none;
}

@media screen and (max-width:1580px) {
	div.tt-aut:hover span.tt {
		width: 350px;
	}
	span.tt-ref:hover span.tt {
		width: 350px;
	}
	div.HL-img-h img {
		max-height: 70%;
		max-width: 70%;
	}
	div.HL-img-v img {
		max-height: 70%;
		max-width: 70%;
	}
	#symposium div.note-1 {
		margin-bottom: -1.5rem;
		font-size: 1.1rem;
	}
	#symposium div.note-2 {
		margin: 4rem auto 1.5rem;
		font-size: 1.3rem;
	}
}

@media screen and (max-width:1490px) {
	span.tt-ref:hover span.tt {
		width: 300px;
	}
}

@media screen and (max-width:1390px) {
	div.tt-aut:hover span.tt {
		width: 300px;
	}
	span.tt-ref:hover > span.tt {
		display: none;
	}
}

@media screen and (max-width:1200px) {
	div.tt-aut:hover span.tt {
		width: 260px;
	}
}

@media screen and (max-width:1120px) {
	div.tt-aut:hover span.tt {
		width: 240px;
		left: -20px;
	}
	div.tt-aut span.tt:before {
		left: 50px;
	}
}

@media screen and (max-width:1024px) {	
	form.search-form {
		display: none;
	}
	#menu-desktop,
	#menu-phone {
		display: none;
	}
	#menu-medium {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	#menu-medium > nav > ul {
		padding: 0 3%;
	}
	nav.navi {
		width: 100%;
	}
	#header-content {
		margin: 0 auto;
		width: 860px;
	}
	#logo-group {
		margin: 0;
		width: 100%;
		text-align: center;
	}
	#header-text {
		height: 170px;
	}
	img#header-logo {
		width: 241px;
		height: 170px;
	}
	div#site-title {
		font-size: 3.7rem;
		padding: 0;
	}
	#main,
	#JHBC,
	#symposium,
	#HSGVM {
		width: 94%;
	}
	#symposium div.note-1 {
		margin-bottom: -1.5rem;
		font-size: 1.1rem;
	}
	#symposium div.note-2 {
		margin: 3rem auto 2rem;
		font-size: 1.3rem;
	}
	#header-social-icons {
		margin-top: -2.3rem;
	}
	h1,
	h1.journal-name,
	h1.entry-title {
		font-size: 2rem;
		padding: 1.5rem 0 1rem;
		margin: 2rem auto;
	}
	h2.vol-number {
		font-size: 1.3rem;
		margin: 0.8rem auto 1.5rem;		
	}
	h1.art-title,
	h1.page-title,
	h1.presentation-title {
		margin-top: 0.5rem;		
	}
	hr.art-header-upper-line {
		margin: 2.5rem 0 1.8rem 0;
	}
	hr.art-header-lower-line {
		margin: 1.8rem 0 2.5rem 0;
	}
	.vol-box h2.vol-number {
		font-size: 18px;
	}
	table#HOTW,
	table#HOTW-IOC,
	table#HRL,
	table#IBA,
	table#CSHP,
	table#WPEH {
		width: 100%;
		margin: 1.8rem auto 0;
	}
	table#HRL tr td:nth-child(1),
	table#HRL tr td:nth-child(2),
	table#HRL tr td:nth-child(3),
	table#HRL tr td:nth-child(4),
	table#HRL tr td:nth-child(5) {
		text-indent: 0;
	}
	#jhbc-title,
	#symposium-title,
	#title-2 {
		font-size: 2.0rem;
		margin: 3.5rem auto 2rem;
	}
	#jhbc-vol-art-header,
	#symposium-lower-header {
		margin: 2rem auto 2.5rem;
	}
	h2.vol-number,
	#jhbc-vol-art-no,
	#symposium-place,
	#symposium-date {
		font-size: 1.4rem;
		margin: 0 auto;
	}
	h1.art-title,
	h1.page-title,
	h1.presentation-title {
		margin: 1.6rem 0 0.5rem;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	div.art-author {
		margin: 0 auto 0.7rem;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	div.presenter-name {
		margin: 0 auto 2rem;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	div.tt-aut {
		font-size: 1.2rem;
	}
	h2.art-heading-2 {
		font-size: 1.15rem;
	}
	div.video-wrapper {
		width: 100%;
  		aspect-ratio: 16/9;
	}
	iframe.youtube-video {
		width: 100%;
  		height: 100%;
	}
	.nivo-lightbox-image img {
		border: 5px solid #fff !important;
		margin-left: -5px !important;
	}
}

@media screen and (max-width:898px) {
	#header-content {
		padding: 2.8rem 0;
		width: 700px;
	}
	#header-text {
		height: 140px;
	}
	img#header-logo {
		width: 199px;
		height: 140px;
	}
	div#site-title {
		font-size: 3rem;
		margin-top: 0;
		margin-bottom: 1.8rem;
	}
	div#site-description {
		font-size: 1.1rem;
		margin-top: 1.8rem;
	}
	form.search-form {
		display: none;
	}
	.social-menu {
		float: right;
	}
	.social-icon {
		width: 25px;
		height: 25px;
		margin-left: 1rem;
	}
	#header-social-icons {
		margin-top: -0.6rem;
	}
	h1,
	h1.journal-name,
	h1.entry-title {
		font-size: 1.7rem;
		margin: 1.7rem auto 1.3rem;
	}
	h2.vol-number {
		font-size: 1.2rem;
		margin: 0.8rem auto 1.5rem;		
	}
	h1.art-title,
	h1.page-title,
	h1.presentation-title {
		margin-bottom: 0.5rem;		
	}
	div.art-author {
		margin: 0 0 0.5rem;
	}
	div.presenter-name {
		margin: 0 0 2rem;
	}
	hr.art-header-upper-line {
		margin: 2.5rem 0 1.9rem 0;
	}
	hr.art-header-lower-line {
		margin: 1.9rem 0 2.5rem 0;
	}
	.vol-box h2.vol-number {
		font-size: 17px;
	}
	#jhbc-title,
	#symposium-title,
	#title-2 {
		font-size: 1.7rem;
		margin: 3.2rem auto 1.5rem;
	}
	#jhbc-vol-art-header,
	#symposium-lower-header {
		margin: 1.5rem auto 2.7rem;
	}
	h1.HL-name {
		font-size: 1.6rem;
	}
	p.HL-s-name {
		font-size: 1.2rem;
		margin-top: 0.8rem;
	}
	h2.HL-heading {
		font-size: 1.15rem;
	}
}


@media screen and (max-width:823px) {
	h1.art-title,
	h1.page-title,
	h1.presentation-title {
		margin: 1rem 0 0.5rem;
	}
	div.art-author {
		margin: 0.5rem auto 0;
	}
	div.presenter-name {
		margin: 0.5rem auto 2rem;
	}
	#jhbc-title,
	#symposium-title,
	#title-2 {
		font-size: 1.7rem;
		margin: 2.3rem auto 1.7rem;
	}
	#jhbc-vol-art-header,
	#symposium-lower-header {
		margin: 1.7rem auto 1.8rem;
	}
	h2.vol-number,
	#jhbc-vol-art-no,
	#symposium-place,
	#symposium-date {
		font-size: 1.3rem;
		margin: 0 auto;
	}
	h1.art-title,
	h1.page-title,
	h1.presentation-title {
		margin: 1.7rem 0 0.8rem;
		padding: 0;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	div.art-author {
		margin: 0.8rem auto 0;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	div.presenter-name {
		margin: 0.8rem auto 2rem;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	div.tt-aut {
		font-size: 1.2rem;
	}
	#symposium div.note-1 {
		margin-bottom: -1.5rem;
		font-size: 0.9rem;
	}
	#symposium div.note-2 {
		margin: 3rem auto 1.5rem;
		font-size: 1.2rem;
	}
	#symposium article.wrapper {
		margin: 0.5rem auto 2.5rem;
	}
	#symposium td.time {
		padding-left: 1rem;
	}
	#symposium td.name {
		min-width: 8rem;
		padding-left: 1rem;
	}
	#symposium td.lunch {
		padding-left: 1rem;
	}
	#symposium table#workshop tr.program-row td {
		padding-left: 1rem;
	}
	#symposium table#workshop tr.program-row td.indent-1 {
		padding-left: 3rem;
	}
	#symposium table#workshop tr.program-row td.indent-2 {
		padding-left: 5rem;
	}
	#symposium table#workshop tr.program-row td.indent-3 {
		padding-left: 7rem;
	}
	#symposium table#workshop tr.program-row td.indent-4 {
		padding-left: 9rem;
	}
}


@media screen and (max-width:768px) {
	#header-content {
		padding: 2.8rem 0;
		width: 679px;
	}
	#header-text {
		margin-left: 2.7rem;
	}
	#main,
	#JHBC,
	#symposium,
	#HSGVM {
		width: 92%;
	}
	#symposium div.address {
        margin: 1.7rem 0 1rem 3rem;
    }
	#symposium div.email {
        margin: 1rem 0 1.7rem 3rem;
    }
	figure.img-pack figcaption {
		margin-bottom: 0;
		font-size: 0.8rem;
		padding: 0.8rem 1.2rem;
	}
	#jhbc-title,
	#symposium-title,
	#title-2 {
		font-size: 1.7rem;
		margin: 3.2rem auto 1.5rem;
	}
	#jhbc-vol-art-header,
	#symposium-lower-header {
		margin: 1.5rem auto 2.7rem;
	}
	h2.vol-number,
	#jhbc-vol-art-no,
	#symposium-place,
	#symposium-date {
		font-size: 1.3rem;
		margin: 0 auto;
	}
	h1.art-title,
	h1.page-title,
	h1.presentation-title {
		margin: 2rem 0 0.5rem;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	div.art-author {
		margin: 0.5rem auto 0;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	div.presenter-name {
		margin: 0.5rem auto 2rem;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	div.tt-aut {
		font-size: 1.2rem;
	}
	#empty-box {
		width: 25%;
	}
	#pdf-link {
		width: 25%;
	}
}


@media screen and (max-width:702px) {
	#menu-medium > ul li a {
    	padding: 0 0.6rem;
	}
	#header-content {
		padding: 2.7rem 0;
		width: 600px;
	}
	#header-text {
		height: 120px;
	}
	img#header-logo {
		width: 170px;
		height: 120px;
	}
	div#site-title {
		font-size: 2.6rem;
		margin-top: 0;
		margin-bottom: 1.4rem;
	}
	h1 {
		font-size: 1.2rem;
	}
	div#site-description {
		font-size: 1rem;
		margin-top: 1.4rem;
	}
	h2.h2-heading {
		font-size: 1rem;
		font-weight: 500;
	}
	h1,
	h1.journal-name,
	h1.entry-title {
		font-size: 1.3rem;
		margin: 1.7rem auto 1.3rem;
	}
	h2.vol-number {
		font-size: 1.3rem;
		margin: 0.8rem auto 1.5rem;		
	}
	h1.art-title,
	h1.page-title,
	h1.presentation-title {
		margin-top: 0.1rem;
		font-size: 1.3rem;	
	}
	div.tt-aut,
	div.ttp {
		font-size: 1.15rem;
	}
	h2.art-heading-2,
	h2.art-heading-2-sub {
		font-size: 1.1rem;
	}
	h3.art-heading-3,
	h3.art-heading-3-first,
	h3.art-heading-3-L1,
	h3.art-heading-3-L2 {
		font-size: 1rem;
	}
	hr.art-header-upper-line {
		margin: 2.5rem 0 1.7rem 0;
	}
	hr.art-header-lower-line {
		margin: 1.7rem 0 2.5rem 0;
	}
	.vol-box h2.vol-number {
		font-size: 17px;
	}
	.contact-note {
		font-size: 0.9rem;
	}
	#symposium div.address {
        margin: 1.7rem 0 0.8rem 2rem;
    }
	#symposium div.email {
        margin: 0.8rem 0 1.7rem 2rem;
    }
		
}

@media screen and (max-width:662px) {
	.navi ul a {
		padding: 19px 0.6rem;
	}
}

@media screen and (max-width:644px) {
	#header-content {
		padding: 1.6rem 0;
		width: 500px;
	}
	#header-text {
		margin-left: 2.1rem;
		height: 100px;
	}
	img#header-logo {
		width: 142px;
		height: 100px;
	}
	div#site-title {
		font-size: 2.2rem;
		margin-top: 0.9rem;
		margin-bottom: 1.1rem;
	}
	div#site-description {
		font-size: 1rem;
		margin-top: 1.1rem;
	}	
	.social-and-search-wrap {
		display: none;
	}
	h1,
	h1.journal-name,
	h1.entry-title {
		font-size: 1.2rem;
		margin: 1.5rem auto 0.5rem;
	}
	h2.vol-number {
		font-size: 1.1rem;
		margin: 0.8rem auto 1.5rem;		
	}
	.img-box img {
		width: 85%;
		height: auto;
	}
	figure.img-pack {
		text-align: center;
	}
	figure.img-pack figcaption {
		font-size: 0.9rem;
	}
	#jhbc-title,
	#symposium-title,
	#title-2 {
		font-size: 1.6rem;
		margin: 2rem auto 1.2rem;
	}
	#jhbc-vol-art-header,
	#symposium-lower-header {
		margin: 1.2rem auto 1.2rem;
	}
	#symposium div.note-2 {
		margin: 3.5rem auto 1.5rem;
		font-size: 1.1rem;
	}
	#symposium td.name {
		min-width: 6rem;
	}
}

@media screen and (max-width:624px) {
	#menu-desktop,
	#menu-medium {
		display: none;
	}
	#menu-phone {
		display: block;
	}
	#menu-phone {
 		margin: 0 auto;
	}
	#mobile-menu,
	#mobile-menu ul,
	#mobile-menu ul li,
	#mobile-menu ul li a {
  		margin: 0 auto;
  		padding: 0;
  		border: 0;
  		list-style: none;
  		line-height: 1;
  		display: block;
  		position: relative;
  		box-sizing: border-box;
  		text-align: center;
	}
	#mobile-menu {
		width: 100%;
		font-family: 'Open Sans', Roboto, 'Avenir Next', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
		color: #333;
	}
	#mobile-menu ul ul li,
	#mobile-menu ul ul a {
  		line-height: 1;
		width: 360px;
	}
	#mobile-menu ul ul {
		display: none;
	}
	#mobile-menu > ul > li > a {
		padding: 19px 1rem;
		cursor: pointer;
		z-index: 2;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		color: #333;
		background: #ddd;
	}
	#mobile-menu > ul > li > a:hover,
	#mobile-menu > ul > li.menu-active > a,
	#mobile-menu > ul > li.m-menu-open > a {
		color: #444;
		background: #c9e5b7;
	}
	#mobile-menu > ul > li.m-menu-open > a {
		border-bottom: 1px solid #fff;
	}
	#mobile-menu > ul > li:last-child > a {
		border-bottom: 1px solid #fff;
	}
	.menu-holder {
		width: 0;
		height: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
	.menu-holder::after,
	.menu-holder::before {
		display: block;
		position: absolute;
		content: "";
		width: 6px;
		height: 6px;
		right: 20px;
		z-index: 10;
		transform: rotate(-135deg);
	}
	.menu-holder::after {
		top: 17px;
		border-top: 1px solid #444;
		border-left: 1px solid #444;
	}
	#mobile-menu > ul > li > a:hover > span::after,
	#mobile-menu > ul > li.menu-active > a > span::after,
	#mobile-menu > ul > li.m-menu-open > a > span::after {
		border-color: #fff;
	}
	.menu-holder::before {
		top: 18px;
		border-top: 1px solid;
		border-left: 1px solid;
		border-top-color: inherit;
		border-left-color: inherit;
	}
	#mobile-menu ul ul li a {
		cursor: pointer;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		padding: 19px 20px;
		z-index: 1;
		text-decoration: none;
		font-size: 16px;
		color: #444;
		background: #eff1f2;
	}
	#mobile-menu ul ul li:hover > a,
	#mobile-menu ul ul li.m-menu-open > a,
	#mobile-menu ul ul li.menu-active > a {
		background: #ddd;
		color: #444;
	}
	#mobile-menu ul ul ul li a {
		padding-left: 20px;
	}
	#mobile-menu > ul > li > ul > li:last-child > a {
		border-bottom: 0;
	}
	#mobile-menu > ul > li > ul > li.m-menu-open:last-child > a {
		border-bottom: 1px solid #fff;
	}
	#mobile-menu > ul > li > ul > li.m-menu-open:last-child > ul > li:last-child > a {
		border-bottom: 0;
	}
	#mobile-menu > ul > li > ul > li > a {
		font-weight: 500;
	}
	#mobile-menu ul ul li.has-sub > a::after {
		display: block;
		position: absolute;
		content: "";
		width: 6px;
		height: 6px;
		right: 27px;
		z-index: 10;
		top: 20px;
		border-top: 1px solid #444;
		border-left: 1px solid #444;
		transform: rotate(-135deg);
	}
	#mobile-menu ul ul li.menu-active > a::after,
	#mobile-menu ul ul li.m-menu-open > a::after,
	#mobile-menu ul ul li > a:hover::after {
		border-color: #fff;
	}
	#mobile-menu ul li:first-child .menu-holder::after,
	#mobile-menu ul li:first-child .menu-holder::before {
		display: none;
	}
	figure.img-pack figcaption {
    	font-size: 0.8rem;
	}
	hr.art-header-upper-line {
		margin: 2.5rem 0 1.5rem 0;
	}
	hr.art-header-lower-line {
		margin: 1.5rem 0 2.5rem 0;
	}
	.vol-box h2.vol-number {
		font-size: 16px;
	}
	#colophon {
		background: #c9e5b7;
		color: #666;
	}
	#site-info a:link,
	#site-info a:visited {
		color: #666;
	}
	img.alignleft,
	img.alignright {
		width: 100%;
		height: auto;
		max-width: 900px;
		max-height: 900px;
		float: none;
		margin: 20px 0;
	}
}


@media screen and (max-width:544px) {
	#jhbc-title,
	#symposium-title,
	#title-2 {
		font-size: 1.5rem;
	}
}


@media screen and (max-width:526px) {
	#header-content {
		padding: 1.6rem 0;
		width: 430px;
	}
	#header-text {
		margin-left: 1.6rem;
		height: 80px;
	}
	img#header-logo {
		width: 114px;
		height: 80px;
	}
	div#site-title {
		font-size: 1.8rem;
		margin: 0.8rem auto 0.9rem;
	}
	div#site-description {
		font-size: 0.9rem;
		margin-top: 0.9rem;
	}
	#main p,
	#JHBC p,
	#symposium p,
	#HSGVM p {
		text-align: left;
	}
	#symposium div.address {
        margin: 1.7rem 0 0.8rem 1rem;
		font-size: 0.9rem;
    }
	#symposium div.email {
        margin: 0.8rem 0 1.7rem 1rem;
		font-size: 0.9rem;
    }
	#pdf-link {
		font-size: 0.9rem;
	}
	h1.art-title,
	h1.page-title,
	h1.presentation-title {
		margin-top: 0;
		margin-bottom: 1.5rem;
		font-size: 1.2rem;	
	}
	div.art-author {
		margin: 0;
	}
	div.tt-aut,
	div.ttp {
		font-size: 1.1rem;
	}
	h2.art-heading-2,
	h2.art-heading-2-sub {
		font-size: 1.05rem;
	}
	div.tt-aut:hover span.tt {
		width: 135px;
		left: -15px;
		padding: 7px 12px;
	}
	div.tt-aut span.tt:before {
		left: 30px;
	}
	#mobile-menu ul ul li,
	#mobile-menu ul ul a {
		width: 100%;
	}
	#jhbc-title,
	#symposium-title,
	#title-2 {
		margin: 2rem auto 0.7rem;
	}
	#jhbc-vol-art-header,
	#symposium-lower-header {
		margin: 0.7rem auto 0.5rem;
	}
	h2.vol-number,
	#jhbc-vol-art-no,
	#symposium-place,
	#symposium-date {
		font-size: 1.1rem;
	}
	#symposium div.category-name {
    font-size: 1rem;
    }
}


@media screen and (max-width:500px) {
	#jhbc-title,
	#symposium-title,
	#title-2 {
		font-size: 1.3rem;
	}	
	#pdf-link {
		font-size: 0.8rem;
	}
}


@media screen and (max-width:480px) {
	#jhbc-vol-art-no,
	#symposium-place,
	#symposium-date {
		font-size: 1rem;
	}
}


@media screen and (max-width:466px) {
	#header-content {
		padding: 1.6rem 0;
		width: 285px;
	}
	#header-text {
		margin: 0 auto;
		height: 80px;
	}
	img#header-logo {
		display: none;
	}
	h2#site-description {
		text-align: center;
	}
	h1,
	h1.journal-name,
	h1.entry-title {
		font-size: 1.2rem;
		margin: 1.2rem auto 1rem;
		padding: 1.2rem 0 1rem;
	}
	h2.vol-number {
		font-size: 1rem;
		margin: 0.8rem auto 0;		
	}
	hr.art-header-lower-line {
		margin: 2rem 0 1.5rem 0;
	}
	h1.art-title,
	h1.page-title,
	h1.presentation-title {
		margin-top: 0;
		margin-bottom: 1.5rem;
		font-size: 1.15rem;	
	}
	div.tt-aut,
	div.ttp {
		font-size: 1.05rem;
	}
	h2.art-heading-2,
	h2.art-heading-2-sub,
	h3.art-heading-3,
	h3.art-heading-3-first,
	h3.art-heading-3-L1,
	h3.art-heading-3-L2 {
		font-size: 1rem;
		margin: 2.5rem 0 0;
	}
	h3.art-heading-3,
	h3.art-heading-3-first {
		margin: 2rem 0 0;
	}
	h3.art-heading-3-L1 {
		margin: 2rem auto 0.8rem;
	}
	h3.art-heading-3-L2 {
		margin: 0.6rem auto 0;
	}
	article p {
		margin-top: 1.3rem;
	}
	hr.hr-top,
	hr.hr-bottom {
		display: none;
	}
	#mobile-menu,
	#mobile-menu ul,
	#mobile-menu ul li,
	#mobile-menu ul li a {
  		line-height: 1;
	}
	figure.img-pack img {
    	width: 80px;
	}
	figure.img-pack figcaption {
    	padding: 0.5rem 0.9rem;
		text-align: left;
	}
	.vol-box h2.vol-number span {
		display: none;
	}
	#symposium td.time {
		padding-left: 0.5rem;
	}
	#symposium td.name {
		min-width: 5rem;
		padding-left: 0.5rem;
	}
	#symposium td.lunch {
		padding-left: 0.5rem;
	}
	#symposium table#workshop tr.program-row td {
		padding-left: 0.5rem;
	}
	#symposium table#workshop tr.program-row td,
	#symposium table#workshop tr.program-row td.indent-1,
	#symposium table#workshop tr.program-row td.indent-2,
	#symposium table#workshop tr.program-row td.indent-3,
	#symposium table#workshop tr.program-row td.indent-4 {
		padding-left: 0.5rem;
	}
}

@media screen and (max-width:380px) {
	h1,
	h1.journal-name,
	h1.entry-title {
		font-size: 1.1rem;
		margin: 1rem auto 0;
		padding: 1.2rem 0 0.4rem;
	}
	#symposium div.note-2 {
		font-size: 1rem;
	}
}

@media screen and (max-width:358px) {
	#mobile-menu ul ul li a.one-row {
		padding-top: 18px;
	}
	#mobile-menu ul ul li a.two-row {
		padding-top: 12px;
	}
}

@media screen and (max-width:346px) {
	hr.art-header-upper-line {
		margin: 2.5rem 0 1.5rem 0;
	}
	hr.art-header-lower-line {
		margin: 1.5rem 0 2.5rem 0;
	}
	.vol-box h2.vol-number {
		font-size: 16px;
		margin: 0 3%;
	}
}

