@charset "UTF-8";
/* CSS Document */
body {
  /*background-color:#bee27e;*/
  background-color: #3a565d;
  background-image: url(../i/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
	
	border-top:0.5em solid #3a565d;
}
.offcanvas {
  background-color: rgba(255, 255, 255, 0.80);
}
.offcanvas a {
  text-decoration: none;
}
.bottomMenu {
  background-color: rgba(127, 127, 127, 0.75);
  border-top: 2px solid #666;
}
.dropdown-menu li {
  font-size: 0.75em;
  margin-bottom: 0;
}
p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
p:lastChild {
  margin-bottom: 0;
}
h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #c35239;
  margin-bottom: 1.5em;
}
h2 img {
  height: 2.5em;
  width: auto;
  vertical-align: center middle;
}
h3 {
  font-size: 1.15em;
  font-weight: bold;
}
h4 {
  font-size: 1em;
  font-weight: bold;
}
ul, ol {
  margin-bottom: 1em;
}
#nakami {
  margin: 0px;
  padding: 0px 30px 30px 30px;
}
#leftSide {
  width: 150px;
  float: left;
}
#menu {
  float: left;
  width: 150px;
  margin-bottom: 15px; /*margin-right:20px;*/
}
#mainArea {
  float: right;
  width: 730px;
  padding: 0px 0px 30px 30px;
  min-height: 600px;
}
.menuBtn {
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
  padding: 0.6em;
  border: 2px solid #fff;
  background-color: #c35239;
  margin-bottom: 0.5em;
  border-radius: 1em;
  /*font-weight:bold;*/
  /*white-space:nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis "..";*/
}
.menuBtn a {
  text-decoration: none;
  color: white;
}
.menuBtn:hover {
  /*opacity: 0.75;*/ background-color: #e6b48b;
}
.menuLanguage {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(24, 101, 172, 0.95);
  border-color: rgba(24, 101, 172, 0.95);
}
.menuLanguage:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(207, 19, 34, 0.95);
  border-color: rgba(207, 19, 34, 0.95);
}
.menuLanguage a {
  color: rgba(24, 101, 172, 0.95);
}
.contentsArea {
  /*width:100%;*/
  border: 2px solid #eee;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 1.5em;
  margin-bottom: 1em;
  border-radius: 0.25em;
  /*min-height:80vh;*/
}
.contents {}
table {
  width: 100%;
  border: 1px solid #aaa;
  border-collapse: collapse;
  margin-bottom: 1em;
}
th {
  background-color: #e6e6e6;
  text-align: center;
}
th, td {
  border: 1px solid #aaa;
  padding: 1.5em;
}
.kukuri {
  border: 1px dotted #aaa;
  padding: 1em;
  margin-bottom: 1em;
}
.foot {
  clear: both;
  /*width:99%;*/
  border: 0;
  border-top: 1px solid #999;
  font-size: 12px;
  text-align: center;
  padding: 2em 0 2em 0;
  color: #fff;
  /*background-color: rgba(207, 19, 34, 0.9);*/
  background-color: #3a565d;
  /*padding-left: 240px;*/
  margin: 0px auto;
}
.foot a {
  color: lightgoldenrodyellow;
}
.back {
  text-align: center;
  margin-top: 1em;
}
.backToTop {
  width: 3em;
  position: fixed;
  right: 2em;
  bottom: 4em;
  z-index: 999;
}
.backToTop img {
  width: 100%;
  height: auto;
  cursor: move;
}
.uc {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 200px;
  font-size: 0.75em;
  color: #999;
}
.vimeo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1em;
}
.vimeo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}