/* CSS Document */

.container {
  max-width: 1100px;
}
html{
scroll-behavior: smooth;}
/* body {
  background: url(../img/bg-top.jpg) center top/cover no-repeat fixed;
} */
header {
  text-align: right;
  padding-top: 10px;
}
.wrap {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 5%;
  overflow: hidden;
  z-index: 0;
}
body::before {
  content: '';
  background-image: url('../img/bg-top.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  filter: opacity(90%) blur(5px);
  z-index: -1;
width: 200%;
    height: 100vh; 
display: block;
    position: fixed;
}

.btn {
  border-radius: 3px;
}
a {
  color: #ffffff;
  transition: 0.5s;

}
a:hover {
    opacity: 0.8;
    transition: 0.5s;

}
.btnblock {
  background-color: #ffffff;
  margin-top: 1em;
  margin-bottom: 20px;
  padding-top: 1px;
  padding-bottom: 0.8em;
  position: relative;
  border-radius: 3px;
}
.btn-login {
  background: #265b93;
  font-size: 1.2em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 10px;
  color: #ffffff;
  position: relative;
  padding: 0.7em 1em;
  float: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}
.btn-login:hover {
  background: #0059b2;
}
.logintext {
  margin: 10px;
}

h2 {
  padding-top: 3px;
  margin-top: 0;
}

.lead {
  font-size: 1.2em;
}
.lead a{ color: #ff0000;}
.note img{ width: 100%; height:auto; display: block; margin-top: 10px;}
a:hover img {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
a.no-links {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
/*_______________________
navbar
_______________________*/

.coverimg {
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px #888888;
  -moz-box-shadow: 0px 0px 5px #888888;
  -webkit-box-shadow: 0px 0px 5px #888888;
}
@media screen and (max-width: 767px) {
  .coverimg {
    max-width: 300px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .coverimg {
    width: 80%;
  }
}
/*_______________________
navbar
_______________________*/
.navbar {
  color: #232323;
  margin-bottom: -10px;
  width: 100%;
}
#navbar {
  width: 100%;
}
.navbar-nav {
  /* background-color: #FFFFFF88; */
  border-bottom: solid 1px #d5d5d5;
  float: right;
}
@media screen and (min-width: 767px) {
  .navbar-nav {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .nav > li > a > img {
    max-width: 100%;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #232323;
  text-align: right;
  padding: 15px 5px;
}
.navbar-default .navbar-nav > li > a span {
  padding-right: 15px;
}

@media screen and (max-width: 330px) {
  /* 330px以下用記述 */
  .navbar {
    min-height: 50px;
  }
  .navbar img {
    height: 23px;
    width: auto;
  }
}
.navbar-nav > li > a {
  padding: 10px 0 0;
}
.navbar-nav > li > a:hover {
  background-color: inherit;
}
.btn {
  border-radius: 3px;
  padding-left: 1em;
  padding-right: 1em;
  display: inline-block !important;
}

a.require {
  pointer-events: none;
  cursor: not-allowed;
  color: #888888 !important;
}
.navbar-toggle .icon-bar {
  background: #555555;
}
.navbar-toggle{
    background-color: white;
}
.navbar-default .navbar-toggle {
  border: none;
}
/*________booklink______________*/

.themeclr_bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#df2d70+0,ff7373+100 */
  background: #0a2b4c;

  background: linear-gradient(to right, #d98f12 0%, #963809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98f12', endColorstr='#963809', GradientType=1);
  padding: 50px 0;
}

.booklinkcontainer {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
}
.booklinkcontainer a {
  margin: 10px;
}

/*______________________________*/

footer {
  display: block;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

.com {
  border: solid 1px #555;
  line-height: 1;
  padding: 0.3em;
  position: absolute;
  top: 5px;
  left: 5px;
}

table {
  width: 100%;
}
.scroll {
  overflow: auto; /*tableをスクロールさせる*/
  white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #bcbcbc;
}
/*______________________________*/

@media screen and (max-width: 991px) {
  .btn-login {
    width: 97%;
    float: none;
    margin-bottom: 0;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  p.logintext {
    display: block;
    width: 97%;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  /*726px以下用記述 */
  body {
    font-size: 1.1em;
    background: none; /*PC用の背景はオフ*/
  }
  body::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 200%;
    height: 100vh;
    background: url(../img/bg-top.jpg) top center/cover no-repeat; /*fixedをトル！*/
    
  }
  footer {
    bottom: -80px;
  }
  .btn {
    font-size: 9pt;
  }
  .leadText {
    margin-top: 10px;
  }
  #navbar {
    float: inherit;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .navbar-nav > li > a {
    padding: 10px 15px 3px;
    font-size: 12pt;
    border-bottom: solid 1px #888888;
    color: #232323;
    display: block;
    margin: 0 10px;
  }
  .btn-login {
    width: 95%;
  }
}
/*_____________________
 correction
 _______________________*/

.correction {
  background: rgba(255, 255, 255, 0.75);
  display: block;
  padding: 10px 15px;
}

.red {
  color: #de0000 !important;
}
.black {
  color: #000000 !important;
}
.correction table {
  /* table-layout:fixed; */
  width: 100%;
}
.correction table th {
  width: 5em;
}
.correction table tbody {
  text-align: center;
}
/*_______________________
 margin
_______________________*/
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt30 {
  margin-top: 30px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
/* 
option */

.no-link {
  -webkit-filter: grayscale(1); /* Webkit */
  filter: grayscale(1); /* W3C */
  cursor: default;
  opacity: 0.5;
}
