/*
Design is not just what it looks like and feels like.
Design is how it works.
---Steve Jobs
*/

html { font-size: 62.5%; }
body {
    font-size: 1.5em;
    color: #333;
}
.container {
    width: 970px;
	max-width: none !important;
}

section:after,
div:after,
ul:after {
  content: "";
  display: block;
  clear: both;
}

a[href$='.pdf']:after {
    content: "\f1c1";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px;
    color: #c00;
}

a#scrolltop {
  position: fixed;
  bottom: 20px;
  right: 0;
  border-radius: 10px 0 0 10px;
  padding: 10px 15px;
  background-color: rgba(0,0,0,.4);
  color: #fff;
  text-decoration: none;
}
.is-hide {display: none;}


/* header
-----------------------------------------------------*/
header {
	background-color: #0E0E63;
	color: #fff;
    font-family: 'Trebuchet MS';
    padding: 15px 0;
}
header h1 small {
	font-size: 1.8rem;
	color: inherit;
}
header a:link,
header a:visited,
header a:hover {
    text-decoration: none;
    color: inherit;
}
.heroheader {
    margin-bottom: 50px;
}
.heroheader h1 {
    line-height: 1;
    font-size: 10rem;
    border-bottom: solid 1px #8C8CE0;
    margin-bottom: 10px;
}

.pankuzu {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  color: #999;
}
.pankuzu li {
  display: inline-block;
}
.pankuzu li:not(:last-child):after {
  content: '>';
  display: inline-block;
  margin-left: 5px;
}
.pankuzu li a:link,
.pankuzu li a:visited {
  color: #999;
}

/* footer
-----------------------------------------------------*/
footer {
    border-top: solid 1px #ddd;
    padding: 20px 0;
}
address {
    display: block;
    width: 300px;
    margin: 0 auto 20px;
}


/* index nav
-----------------------------------------------------*/
nav ul {
    list-style: none;
    padding: 0;
}
/*.indexnav {
    position:-webkit-sticky;
    position:sticky;
    top:20px;
}*/
.indexnav {
    border: solid 1px #0E0E63;
    border-top: solid 5px #0E0E63;
}
.indexnav > li:not(:last-child) {
    border-bottom: solid 1px #0E0E63;
}
.indexnav li a {
    display: block;
    padding: 10px 15px;
}
.indexnav ul li a {
    padding: 10px 15px;
    border-top: dotted 1px #aaa;
    font-size: .85em;
    /*text-indent: 1em;*/
}
.indexnav a:visited,
.indexnav a:link {
    text-decoration: none;
    color: #0E0E63;
}
.indexnav a:hover {
    background-color: #eee;
}


/* index page
-----------------------------------------------------*/
/*----- section -----*/
section {
	margin-bottom: 100px;
}
section h2 {
    color: #0E0E63;
    border-bottom: solid 1px #3F3FA3;
	margin: 0 0 1em;
    font-weight: normal;
}
section h2:before {
    content: "\f201";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}
section h3 {
    font-size: 100%;
    color: #555;
    border-left: solid 5px #0E0E60;
    padding-left: 10px;
}
/*----- orderlist style -----*/
.olstyle {
    counter-reset:li;
    padding:0;
    list-style:none;
    margin: 2em 0 2em 2em;
}
.olstyle li {
    position:relative;
    margin:0 0 6px 1em;
    padding: 5px;
    font-size: 1.4rem;
    padding-left: 30px;
    background:#eee;
}
.olstyle li:before {
    content:counter(li);
    counter-increment:li;
    position:absolute;
    top: 0;
    left:-1.2em;
    padding: 5px 12px;
    color:#fff;
    background-color: #555;
    text-align:center;
    border-radius: 50%;
    background-clip: padding-box;
    font-weight: bold;
}
/*----- reports thumbnail -----*/
#reports img {
    margin-top: 5px;
    border: solid 1px #00f;
}
#reports a:hover img {
    opacity: .7;
}
#reports .row div {
    margin-bottom: 2em;
    align-self: flex-end;
}



/* reports page
-----------------------------------------------------*/
.report main h1 {
    color: #0E0E63;
    font-weight: normal;
    font-size: 3rem;
    margin: 1em 0;
}
.figures {
  margin-top: 50px;
}
.figures img {
  max-width: 100%;
  height: auto;
  margin-bottom: 100px;
}
.figures a img {
  border: solid 2px #ccc;
}
.figures a img:hover {
  opacity: .7;
  cursor: zoom-in;
}

/* factbook
-----------------------------------------------------*/
.factbook .container {
    min-width: 1140px;
}
.factbook .pankuzu {
    margin-bottom: 3em;
}
.factbook main {
    margin-bottom: 100px;
}

/*----- sidemenu -----*/
.fbnav h3 {
    font-size: 1.2em;
    margin-bottom: 1em;
    line-height: 1;
    padding-left: 5px;
    border-left: solid 5px #888;
}
.fbnav ul {
    list-style: none;
    margin-bottom: 2em;
    padding: 0;
    font-size: 1.4rem;
}
.fbnav ul li {
    line-height: 1;
    margin-bottom: .8em;
    padding-left: 0em;
}
.fbnav ul li.current a {
    font-weight: bold;
    color: #333;
}
.fbnav ul li:before {
    content: '-';
    display: inline-block;
    margin-right: 3px;
}

/*----- mainblock -----*/
.factbook main h1 {
    border-bottom: solid 1px #ddd;
    margin-bottom: 1em;
    padding-bottom: .5em;
    color: #0E0E63;
    line-height: 1;
    background-color: #fff;
}
/*.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    padding-top: 20px;
    width: 825px;
}*/

.factbook main h2 {
    color: #0E0E63;
    padding: 10px 0;
    /*font-weight: bold;*/
    border-bottom: solid 1px #0E0E63;
    margin-top: 100px;
}

/*----- table -----*/
.google-visualization-table-table {
    background-color: #fff;
    border-left: solid 1px #ddd;
}
.google-visualization-table-table thead tr {
    background-color: #a294c8;
    color: #fff;
}
.google-visualization-table-table thead th {
    background-image: none !important;
}
.google-visualization-table-table th,
.google-visualization-table-table td {
    /*border: solid #eee;*/
    border-width: 0 1px 1px 0;
    padding: .6em .35em !important;
}
.google-visualization-table-type-number{
    text-align: right !important;
}
.google-visualization-table-table tbody tr:hover {
    background-color: #ddd;
}
.google-visualization-table-th {
    white-space: normal !important;
}