@charset 'UTF-8';
body { padding-top: 80px; }
.logo { height: 100%; }
.top {
    padding: 90px 0 90px;
    background-color: #141d27;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 black;
}
.top10 {
  margin-top: 30px;
}
.top30 {
  margin-top: 30px;
}
.top h1 {
  font-size: 500%;
  font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;; 
}
.bs-docs-section {margin-bottom: 50px;}
.page-header { 
  margin-top: -55px;
  padding-top: 55px;
}
.text-area {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 40px;
}
.text-area p{
  padding-left: 20px;
}
.footer{
  padding: 10px 0 5px 0;
  background-color: #000;
  color: #fff;
}
@media ( min-width: 768px ) {
  #banner {
    min-height: 300px;
    border-bottom: none;
  }
  .bs-docs-section {
    margin-top: 8em;
  }
  .bs-component {
    position: relative;
  }
  .bs-component .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block;
  }
  .bs-component .modal-dialog {
    width: 90%;
  }
  .bs-component .popover {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 20px;
  }
  .nav-tabs {
    margin-bottom: 15px;
  }
  .progress {
    margin-bottom: 10px;
  }
  .text-area {
    background-color: #fff;
    padding: 5px;
  }
}

#page-top {
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 20px;
  border: 1px solid transparent;
  box-shadow: 1px 1px 1px #ddd;
  border-radius: 8px;
  background-color: #ddd;
  position:	fixed;
}
#page-top:after, #page-top:hover:after {
  content: "";
  width: 16px;
  height: 16px;
  top: 19px;
  left: 16px;
  transform: rotate(-45deg);
  position: absolute;
}
#page-top:after {
  border-top: 8px solid #888;
  border-right: 8px solid #888;
}
#page-top:hover:after {
  border-top:	8px solid #333;
  border-right:	8px solid #333;
}
input {
  margin-bottom: 10px;
}
#send {
  margin-top: 15px;
}