/*-*- coding:utf-8 -*-*/
@charset "utf-8";
body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 15px;
}

/* h1-6
-------------------------------------------------------------- */
h1 {
    font-size: 24px;
    font-weight: normal;
}
h2 {
    font-size: 22px;
    font-weight: normal;
}
h3 {
    font-size: 20px;
    font-weight: normal;
}
h4 {
    font-size: 18px;
    font-weight: normal;
}
h5 {
    font-size: 15px;
    font-weight: normal;
}
h6 {
    font-size: 15px;
    font-weight: normal;
}

/* menu
-------------------------------------------------------------- */
.w3-sidenav {
    font-size: 18px;
}
.w3-sidenav h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.w3-sidenav a, .w3-sidenav h3 {
    padding: 8px;
}
.w3-navbar li a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.w3-main {
/*    margin-left: 200px; */
}
div.menubox {
    margin: 8px;
    padding: 5px 0px 5px 0px;
}
div.menubox form {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* form
-------------------------------------------------------------- */
input,
select,
textarea,
button,
radio {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: #333;
}

/* footer
-------------------------------------------------------------- */
#myFooter a {
    color: #000;
}

/* container
-------------------------------------------------------------- */
#myContainer {
    padding-bottom: 16px;
}

/* anchor
-------------------------------------------------------------- */
.w3-main a {
    color: #1640b8;
    text-decoration: none;
}
.w3-main a:hover {
    text-decoration: underline;
}
.w3-main a:active {
    text-decoration: underline;
}

/* table
-------------------------------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
td {
    vertical-align: top;
}
table.center {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #A4A8B2;
    border-collapse: collapse;
    border-spacing: 0;
}
table.center th, table.center td {
    padding: 3px 5px;
    border-right: 1px solid #A4A8B2;
    border-bottom: 1px solid #A4A8B2;
    line-height: 1.5;
}
table.center th {
    background: #EBEDF0;
    text-align: center;
}
table.cool {
    margin: 10px 0px 10px 0px;
    border: 1px solid #A4A8B2;
    border-collapse: collapse;
    border-spacing: 0;
}
table.cool th, table.cool td {
    padding: 3px 5px;
    border-right: 1px solid #A4A8B2;
    border-bottom: 1px solid #A4A8B2;
    line-height: 1.5;
}
table.cool th {
    background: #EBEDF0;
    text-align: center;
}
table.cool td ul li {
    line-height: 1;
}
table.itemize th {
    text-align: right;
    font-weight: bold;
    word-break: keep-all;
    word-warp: normal;
}
tr.select {
    background-color: #ffeeee;
}
tr.highlight {
    background-color: #eeffee;
}
table.center {
    margin-left: auto;
    margin-right: auto;
}
table.link tr {
  vertical-align: middle;
}
table.link td {
  padding: 0;
  border: 1px solid #A4A8B2;
  width: 2em;
  text-align: center;
}
table.link a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000000;
}
table.link a.select {
  background-color: #ffcccc;
}
table.link a:hover {
  background-color: #ffcccc;
}
table.calendar td.special {
    text-align: center;
    background-color: #f44336;
    color: #ffffff;
}
table.calendar td.special a {
    text-decoration: none;
    color: #ffffff;
}
table.calendar td.special a:hover {
    color: #1640b8;
}
table.acm td, table.acm th {
    vertical-align: middle;
}
/* itemize
-------------------------------------------------------------- */
ul.cool {
    margin: 0px;
    padding: 5px 0px 5px 20px;
}
ul.cool > li {
    margin: 0px;
    padding: 0px;
    list-style-type: square;
    list-style-image: url(square-yellow.gif);
    list-style-position: outside;
}
ul.cool > li img {
    vertical-align: top;
}
ol.cool {
    margin: 0px;
    padding: 0px 0px 0px 3em;
}
ol.cool > li {
    margin: 0px;
    padding: 0px;
    list-style-type: decimal;
    list-style-position: outside;
}
a.button {
    border-radius: 4px;
    background-color: #009688;
    color: #ffffff;
    font-size: small;
    padding: 2px;
    margin-left: 1px;
    margin-right: 1pt;
}
a.button:link {
    background-color: #009688;
    color: #ffffff;
    text-decoration: none;
    font-size: small;
}
a.button:hover {
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: #009688;
    color: #ffffff;
    text-decoration: none;
    font-size: small;
}
input.cool {
    border: 1px solid #888888;
}

/* misc
-------------------------------------------------------------- */
.error {
    color: #ff0000;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.overflow {
    overflow-x: auto;
    word-break: keep-all;
}
.word {
    word-break: break-all;
}
em {
  font-style: normal;
  color: #ff0000;
}
em.green {
  font-style: normal;
  color: #00aa00;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.floatClear {
    clear: both;
}
.pad50 {
    padding-left: 50px;
}

.hide {
    display: none;
}

div.clear {
  clear: both;
  page-break-inside: avoid;
}

div.miniSlide {
  width: 220px;
  height: 220px;
  margin: 10px;
  padding: 3px;
  border-style: solid;
  border-width: thin;
  background-color: #efefef;
  text-align: left;
  float: left;
  page-break-inside: avoid;
  font-size: x-small;
  overflow-x: auto;
  overflow-y: auto;
}

div.frame {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
div.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    background-color: #efefef;
    padding: 10px;
    text-align: left;
    page-break-inside: avoid;
    font-size: 2vw;
    overflow-x: auto;
    overflow-y: auto;
}
img.png {
    width: 100%;
    height: auto;
}
div.fixslide {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 990px;
  height: 750px;
  padding: 10px;
  border-style: solid;
  border-width: thin;
  background-color: #efefef;
  text-align: left;
  page-break-inside: avoid;
  font-size: x-large;
  overflow-x: auto;
  overflow-y: auto;
}

/* print */
@media print {
    .noprint {
	display: none !important;
    }
    .w3-main {
	margin-left: 0px !important;
    }
}
