@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
}

header {
  overflow: hidden;
}

header h1 {
	display: inline-block;
	margin: 0;
	font-family: 'Raleway', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	color: #FFFF00;
}
header h1::before {
  content: "\26a1";
  margin-right: 15px;
  font-family: 'entypo', sans-serif;
}

.pikabu-nav-toggle {
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0px;
  background: #ffff00;
  border: solid 1px rgba(230, 74, 51, 0.35);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 #fcfdf4;
  -moz-box-shadow: inset 0 1px 0 #fcfdf4;
  box-shadow: inset 0 1px 0 #fcfdf4;
  text-indent: 100%;
  white-space: nowrap;
  color: #354d64;
  line-height: 60px;
    cursor:auto;
}
.pikabu-nav-toggle[data-role="right"] {
  float: right;
}
.pikabu-nav-toggle::after {
  content: '☰';
  position: absolute;
  left: 0;
  top: 0;
  display: block;

  width: 100%;
  height: 100%;
  font-family: 'entypo', sans-serif;
  text-align: center;
  text-indent: 0;
  font-size: 40px;
  font-weight: bold;
  color: inherit;
  cursor:auto;
}
.pikabu-nav-toggle[data-role="right"]::after {
  content: '☰';
  font-size: 40px;
}
.pikabu--left-sidebar-visible .pikabu-nav-toggle[data-role="left"], .pikabu--right-sidebar-visible .pikabu-nav-toggle[data-role="right"] {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

section {
  padding: 0px;
}

.pikabu-sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #000;
  color: #666;
}
.pikabu-sidebar a {
  color: #fff;
}

.pikabu-container {
}
.pikabu--left-sidebar-visible .pikabu-container {
  -webkit-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.15);
}
.pikabu--right-sidebar-visible .pikabu-container {
  -webkit-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
}

section h2 {
  display: block;
  margin: 0;
  color: #354d64;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}

section h3 {
  display: block;
  margin: 20px -20px 10px;
  padding: 5px 20px 7px;
  background: #fffffe;
  border-bottom: solid 2px #e6e6dd;
  color: #fcfdf4;
  font-size: 18px;
  font-weight: normal;
}

section p {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.8;
}

section p em {
  color: #017DC0;
  font-style: normal;
}

section a {
  color: #017DC0;
}
section a:hover {
  color: black;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

section ul {
  margin: 15px 0;
}

.no-js html {
  position: relative;
  height: 100%;
}
.no-js body {
  min-height: 100%;
}

@media all and (min-width: 769px) {
  html {
    position: relative;
    height: 100%;
  }

  body {
    min-height: 100%;
  }
}

@media all and (max-width: 768px) {
.pikabu-nav-toggle {
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px;
  background: #ffff00;
  text-indent: 100%;
  white-space: nowrap;
  color: #354d64;
  line-height: 40px;
    cursor:auto;
}
}
