@charset "UTF-8";
/*
http://g-azami.tumblr.com/
v1.0 | 20140213
License: none (public domain)
*/
/* Minimal Set for Latest Browsers（最新ブラウザ向けミニマルセット） */
/* ゴシック体 */
/* 明朝体 */
/* 等幅書体 */
/* OS X限定 丸ゴシック体 */
/* Complete Set for Legacy Browsers（旧ブラウザ対応フルセット） */
/* ゴシック体 */
/* 明朝体 */
/* 等幅書体 */
/* OS X限定 丸ゴシック体 */
/* Sans Serif Set for Legacy Browsers and Android（Andoroid対応付きゴシック体セット） */
@import 'https://fonts.googleapis.com/css?family=Pacifico';
html, body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #ffffff url("../images/arches.png");
  min-height: 100%;
  height: 100%;
}

.navbar-default {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 15px;
}

.navbar-default .navbar-brand {
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar-default .navbar-brand img {
  height: auto;
  max-height: 100%;
}

.navbar-default .navbar-nav > li > a {
  position: relative;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #0079e0;
  border-bottom-color: #0079e0;
}

.navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li > a:focus:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0079e0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.navbar-default .navbar-nav > .active > a {
  color: #ffffff;
  background-color: #0079e0;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #0079e0;
}

.nav-tabs.text-center > li {
  float: none;
  display: inline-block;
}

.nav-tabs.text-center > li > a {
  font-weight: bold;
}

.tab-content {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 10px;
}

.panel {
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 15px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.panel .panel-heading h3 {
  font-weight: bold;
}

.panel.panel-default > .panel-heading {
  background: url("../images/panel-heading-bg.png") right bottom repeat-x;
}

.panel.panel-default > .panel-body {
  background: #ffffff url("../images/panel-footer-bg.png") left bottom repeat-x;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.table {
  background-color: #ffffff;
}

.btn-box {
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  vertical-align: middle;
}

.btn-box span {
  display: block;
  font-size: 42px;
}

.btn-box small {
  display: block;
  font-weight: normal;
  font-size: 12px;
}

.btn-box:hover, .btn-box:focus {
  color: #0079e0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 20px;
}

.main-section {
  padding-top: 80px;
  padding-bottom: 90px;
  min-height: 100%;
}

.main-section > .container > .row > .col-md-9 > .container-fluid {
  position: relative;
}

.checkbox-box input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.checkbox-box input[type="radio"]:checked + .btn {
  background-color: #0079e0;
  color: #ffffff;
}

.checkbox-box input[type="radio"]:checked + .btn:hover, .checkbox-box input[type="radio"]:checked + .btn:focus {
  color: #ffffff;
}

#dropZone {
  margin: 30px 0;
  padding: 50px 30px;
  border: 2px dashed #00bff3;
}

.fixpos-block {
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  z-index: 9999;
}

.relpos-block {
  position: relative;
}

.main-footer {
  background: transparent url("../images/page-footer-bg.png") center bottom repeat-x;
  min-height: 90px;
  margin-top: -90px;
}

.main-footer .copy {
  margin-top: 10px;
}

.main-footer .lang-chosen {
  margin-top: 10px;
}

/*# sourceMappingURL=styles.css.map */
