@charset "UTF-8";
/* CSS Document */
.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body {
  /*background-color:#bee27e;*/
  background-color: #2A3D76;
  background-image: url(../images/bg_v.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: 900px) {
  body {
    background-image: url('../images/bg_normal.jpg');
  }
}
.topBorder {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 12px;
}
.top01 {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 4px;
  background-color: #1e4d93;
}
.top02 {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 4px;
  background-color: white;
}
.top03 {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 4px;
  background-color: #d22c25;
}
.contentsArea {
  /*width:100%;*/
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.90);
  padding: 1.5em;
	
  margin-bottom: 1em;
  border-radius: 1px;
}
/*.dropdown-menu{
	overflow-y: scroll;
}*/

.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;
}

.kukuri {
  border: 1px dotted #aaa;
  padding: 1em;
  margin-bottom: 1em;
}
.banner {
    /*border: 1px solid #e6e6e6;*/
    background-color: rgba(255,255,255,0.90);
}
.banner img {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}
.foot {
  clear: both;
  /*width:99%;*/
  border: 0;
  border-top: 1px solid #999;
  font-size: 12px;
  text-align: center;
  padding: 3em 0 9em 0;
  background-color:#2A3D76;
  /*padding-left: 240px;*/
  margin: 0px auto;
  color: #fff;
}
.foot a {
  color: yellow;
  text-decoration: none;
}
.offcanvas {
  background-color: rgba(255, 255, 255, 0.66);
}
.bottomMenu {
  background-color: rgba(127, 127, 127, 0.75);
  border-top: 2px solid #666;
}
p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
p:lastChild {
  margin-bottom: 0;
}
/*h2 {
	
  font-weight: 900;
  
  font-size: 1.25em;
  
	color:darkblue;
	margin-bottom:1.5em;
}*/
h2 {
  font-size: 1.25em;
  font-weight: bold;
  padding: 0 0.5em 0.5em 0;
  margin-bottom: 2em;
  position: relative;
  border-bottom: 3px solid #c00;
  color: #c00;
}
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: darkblue;
  margin-bottom: 0.5em;
  border-radius: 0.25em;
  /*font-weight:bold;*/
  /*white-space:nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis "..";*/
}
.menuBtn a {
  text-decoration: none;
  color: white;
}
.menuBtn:hover {
  opacity: 0.75;
}

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: 0.6em;
}
.back {
  text-align: center;
  margin-top: 1em;
}
.uc {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 200px;
  color: #E5470E;
}
.vimeo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1em;
}
.vimeo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}