@charset "utf-8";

/*
     Fundamental tags
                        */
html {
   font-family: sans-serif;
   font-size: 90%
}

body {
   margin-left: auto;
   margin-right: auto;
   width: 90%;
   max-width: 1000px;
}

p {
   text-align: justify;
}

hr {
   border-top: solid #000;
}

li {
   text-align: justify;
}

/*
     Structure of the webpage in common
                                         */
aside {
   text-align: right;
}

header {
}

nav {
   text-align: center;
   padding-top: 2em;
   padding-bottom: 2em;
}

main {
}

footer {
   text-align: center;
   padding-top: 2em;
   padding-bottom: 2em;
}

/* Title of website  */
h1 {
   font-size: 1.6em;
}

/* Title of webpage */
h2 {
   font-size: 1.4em;
}

/* Section title */
h3 {
   font-size: 1.2em;
}

h6 {
   margin: -0.5em auto -0.5em auto;
   font-size: 1em;
}

/* Reference list*/
em {
   font-style: italic;
}

strong {
   text-decoration: underline;
   font-weight: normal;
}

.japanese {
}

/*
     Paper style
                  */
#lang_link {
   text-align: right;
   margin-bottom: 1em;
}

#research_term {
   text-align: left;
}

#research_number {
   margin-top: 1em;
   font-weight: bold;
}

#abstract {
   font-style: italic;
   font-weight: bold;
   text-align: justify;
}

#keywords {
   margin-top: 1em;
   font-style: italic;
}

#agenda {
}

/* \section */
h4 {
   font-size: 1.2em;
   font-variant-caps: small-caps;

}

/* \subsection */
h5 {
   font-size: 1em;
}

figure {
   float: right;
   margin: 20px;
   width: 30%;
   text-align: center;
}

figcaption {
   font-weight: bold;
}

abbr {
  background-color: #00FFFF;
}

mark {
  background-color: #EE82EE;
}

.references ol li {
   list-style-type: none;
   counter-increment: cnt;
}
 
.references ol li::before {
   margin-left: -1em;
   content: "[" counter(cnt)"] ";
}

.photo {
   list-style: none;
   display: flex;
   justify-content: center;
}

.photo2 {
   margin: 10px;
}