
.divNavCover{
  
}


.divDescription{
  font-size: 0.85rem;
}

.divSubtitle{
  font-size: 1.15rem;
}


.sticky-x {
  position: sticky;
  left: 0;
  background-color: white;
}

.sticky-y {
  position: sticky;
  top: 0;
  background-color: white;
}


@media (max-width: 576px) {
  .modal-dialog-christian {
    max-width: 350px;
    margin: 1.75rem auto;
  }
}


@media (min-width: 576px) {
  .modal-dialog-christian {
    max-width: 400px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 768px) {
  .modal-dialog-christian {
    max-width: 700px;
    margin: 1.75rem auto;
  }  
}

@media (min-width: 992px) {
  .modal-dialog-christian {
    max-width: 950px;
    margin: 1.75rem auto;
  }  
}

@media (min-width: 1200px) {  
  .modal-dialog-christian {
    max-width: 1280px;
    margin: 1.75rem auto;
  }
}


.topMenu {
  border-radius: 8px;
}


@media (max-width: 576px) {

    .topMenu {
      font-size: 15px;
    }
}


@media (min-width: 576px) {
    .topMenu {
      font-size: 17px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {  
}


.font_blue{
  color: #1a84ce;
}


.div-border-black {
  border-bottom: 1px solid black;
}


.bg-blue {
  background-color: #1a84ce !important;
}

  

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #1d82c8 !important;
}

.bg-outline-blue {
 border-color: #6c757d; !important;
}

.bg-changable-blue {
 border-bottom: 2px #6c757d solid;
 border-top: 2px #6c757d solid;
 background-color: #d9edfa;
}


.bg-orange {
  background-color: #f0a013 !important;
}



.bg-yellow {
  background-color: #dba630 !important;
}


.bg-gray {
  background-color: #e2e2e2; 
  border-radius:8px;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #dba630 !important;
}

.border-yellow {
  border: 2px solid #dba630;
  border-radius: 8px;
}

.border-blue {
  border: 2px solid #1a84ce;
  border-radius: 8px;
}

.img-intro {
  box-shadow: 0 0 15px #dbdbdb;
}



.bookshelf {
	color:black;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem; 
}

.bookshelf-yellow{
	background-color: #ffd000; 

}

.bookshelf-green {
	background-color: #80ad95;
}


.gridboard {
	border: 2px solid black;

}


.tableGrid {
  border: 1px solid black;

}


.intro-title {
  word-break: keep-all;
}



.div-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.divSignin {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 40px;
    text-shadow: 0 0 15px black;

    margin-top: 30px;




    background-image: url("../_images/bg/bg_school_03.jpg?hello=2"); 

}

.bg-maingreen {
	background-color: #689e81;
	color:white; 
}


.bg-mainblue {
  background-color: #1a84ce;
  color:white; 
}


.span-button {
  border:1px solid white;
  padding: 5px;
  border-radius:5px;

}




.btn-school {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1a84ce;
}

.btn-school:hover {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1d82c8;
}

.btn-school:focus, .btn-school.focus {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1d82c8;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-school.disabled, .btn-school:disabled {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1a84ce;
}

.btn-school:not(:disabled):not(.disabled):active, .btn-school:not(:disabled):not(.disabled).active,
.show > .btn-school.dropdown-toggle {
  color: #fff;
  background-color: #1d82c8;
  border-color: #10707f;
}

.btn-school:not(:disabled):not(.disabled):active:focus, .btn-school:not(:disabled):not(.disabled).active:focus,
.show > .btn-school.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}



.btn-outline-school {
  color: #1a84ce;
  border-color: #1a84ce;
}

.btn-outline-school:hover {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1a84ce;
}

.btn-outline-school:focus, .btn-outline-school.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-school.disabled, .btn-outline-school:disabled {
  color: #1a84ce;
  background-color: transparent;
}

.btn-outline-school:not(:disabled):not(.disabled):active, .btn-outline-school:not(:disabled):not(.disabled).active,
.show > .btn-outline-school.dropdown-toggle {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1a84ce;
}

.btn-outline-school:not(:disabled):not(.disabled):active:focus, .btn-outline-school:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-school.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}



/*
  // NDNS CSS
*/


  .feed-box {
    border-radius: 10px;
    background-color: white;
  }

  .feed-box-profile-img {
    width:36px;
    height:36px;
    border-radius: 50%;

    text-decoration: none;

  }

  .feed-box-profile-name {
    font-size:14px;
    font-weight:550;

  }

  .feed-box-profile-name-only {
    cursor: pointer;
  }

  .feed-box-profile-name-date {
    color:gray;
    font-size:12px;
    margin-left:5px;
  }

  .feed-box-profile-category {
    font-size:12px;

    margin-top:-2px;

  }

  .feed-box-contents-image-div {
    background-image: cover;
    max-height:80vh;

  }

  .feed-box-contents-bottom-price {
    
    bottom: 12px;
    left: 12px;

    background-color: #FFBF34;
    border-radius: 0 0 10px 10px;

    padding:3px 7px;

    font-size:14px;
    font-weight:700;

    color:#365B59;
  }


  .feed-box-contents-bottom-activity {
    
    bottom: 12px;
    right: 12px;

    border-radius: 10px;

    margin-top: 4px;
    padding:3px 7px;

    font-size:14px;
    font-weight:550;

    color:#365B59;

  }

  .feed-box-contents-bottom-activity-item{
    margin-right:12px;
  }


  .feed-box-contents-bottom-activity-icon {
    width:24px;
    cursor: pointer;
  }

/*
  .feed-box-contents-bottom-activity-icon:hover {
    border-radius: 20%;
    background-color: #dbdbdb;
  }
*/

  .feed-box-contents-bottom-activity-icon-number {
    font-size:16px;

    margin-left:-2px;

    margin-right:3px;

    vertical-align: middle !important;
  }


  .feed-box-activity-icon {
    width:32px;
  }



  .feed-box-profile-menu {
    text-align: right;
  }

  .feed-box-profile-menu-icon {
    width: 30px;
    height: 30px;

    margin-top:3px;

    cursor: pointer;
  }


  .feed-box-comment {
    margin-top:3px;
    display: none;

    padding-left: 0.5rem;
    padding-right: 0.5rem;

/*
    max-height: 40px;
    height: 40px;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgb(255, 255, 255) 100%);
*/
  }

  .feed-box-comment-item {
    margin-bottom:10px;
  }

  .feed-box-comment-item-reply {
    margin-left:40px;
  }


  .feed-box-comment-profile-img {
    width:30px;
    height:30px;
    border-radius: 50%;

  }

  .feed-box-comment-name {
    font-size:14px;
    font-weight:550;

  }

  .feed-box-comment-name-date {
    color:gray;
    font-size:12px;
    margin-left:3px;
  }

  .feed-box-comment-body {
    font-size:14px;
    margin:2px 3px;
    padding: 5px 12px;

    background-color: #FFEBC2;
    border-radius: 8px;
  }

  .feed-box-comment-body-writer {
    font-size:14px;
    margin-top:2px;
    padding: 5px 12px;

    background-color: #C6D4D4;
    border-radius: 8px;
  }

  .feed-box-comment-activity {
    font-size: 13px;
    margin-left:4px;

    color:#767676;

    cursor:pointer;
  }

  .feed-box-comment-activity-button {
    margin-right:10px;
  }

  .feed-box-comment-activity-button-liked {
    color: #447270;
    font-weight: 550;
  }


  .feed-box-comment-write {
    width: 100%;
    margin-top: 8px;

    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .feed-box-comment-write-img {
    width:30px;
    height:30px;
    border-radius: 50%;

    display: none;

  }

  .feed-box-comment-write-textarea {
    border: none;
    resize: none;

    background-color: #D8D8D8;
    max-width:100%;
    border-radius: 8px;

  }

  .feed-box-comment-write-textarea:focus {
    border: none;
    resize: none;

    background-color: #D8D8D8;
    position:relative;

  }

  .feed-box-comment-write-textarea-button-send {
    float: right;
    position: absolute;

    z-index: 5;
    padding:4px;


    width:32px;
    height:32px;
    right:5px;
    bottom:2px;
  }

  .feed-box-comment-write-textarea-button-send:hover {

    border-radius: 20%;
    background-color: #bfbfbf;
  }

  .feed-body-profile-name{
    font-size: 15px;
    font-weight: 650;

  }

  .feed-body-contents {
    font-size: 15px;

  }

  .feed-body-button {
    font-size: 12px;
    color: #447270;
    font-weight: 550;

    border: 2px solid #FFBF34;
    border-radius: 6px;

    background-color: white;

    margin-right: 4px;
    margin-bottom: 4px;

    pointer-events: none;

  }

  .feed-body-button-link {
    font-size: 12px;
    color: #447270;
    font-weight: 550;

    border: 2px solid #FFBF34;
    border-radius: 6px;

    background-color: #FFBF34;

    margin-right: 4px;
    margin-bottom: 4px;

  }

  .feed-body-comment-open-button {
    font-size: 14px;
    color: #447270;
    font-weight: 550;

    margin-top:5px;

    cursor: pointer;


  }




  .write-nav-box {
    position:fixed;
    top:0;
    height:47px;

    z-index: 1050;

    background-color: white;

  }

  .write-nav-box-item {
    height:100%;
    vertical-align: middle;

    padding-top:10px;

    font-size:18px;
    font-weight: 550;
  }

  .write-nav-box-item-button {
    color: #447270;
    cursor: pointer;
  }


  .write-nav-box-item-back {
    width:32px;
    height:32px;

    margin-top:-2px;

    cursor: pointer;

  }



  .write-box {
    background-color: white;
  }


  .write-box-necessary-title{
    font-style:italic;

    position:relative;

    background-image: linear-gradient(white 83%, #447270 17%);

    padding: 0 15px 0 2px;

  }

  .write-box-necessary-item {
    margin:10px 0;
    display: flex !important;

  }

  .write-box-necessary-item-name {
    min-width:100px;

    padding:2px 0 0 5px;

    color: #447270;
    font-weight: 550;

  }


  .write-box-necessary-photo {
    height:13vh;

    overflow: auto;
    white-space: nowrap;

    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  .write-box-necessary-photo::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Opera*/
  } 

  .write-box-necessary-photo-item {

    height: 13vh;
    width: 13vh;

    object-fit: cover;


  }


  .write-box-necessary-photo-item-add {
    background-image:url('../_images/backgroundAddImage.png');
    background-size: cover;
    background-size: no-repeat;


    height: 13vh;
    width: 6.5vh;
  }


  .write-box-necessary-item-autofill {
    display:flex;
    padding-top:5px;

    overflow-x: scroll;
    white-space: nowrap;

    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */

  }

  .write-box-necessary-item-autofill::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Opera*/
  } 


  .write-box-necessary-item-autofill-result {
    margin:1px 3px;
    padding:0 5px;

    font-size:14px;
    color: #447270;

    border: 2px solid #447270;
    border-radius: 10px;

    cursor: pointer;

  }

  .write-box-necessary-item-autofill-result-selected {
    margin:1px 3px;
    padding:2px 5px;

    font-size:14px;
    color:white;

    background-color: #447270;
    border-radius: 10px;

    cursor: pointer;
  }

  .write-box-necessary-item-autofill-result-address {
    margin:1px 3px;
    padding:0 5px;

    font-size:14px;
    color: #447270;

  }


  .write-box-optionary-item {
    margin:10px 0;
    display: flex !important;

  }

  .write-box-optionary-item-name {
    min-width:100px;

    padding:2px 0 0 5px;

    color: #FFBF34;
    font-weight: 550;

  }

  .write-box-optionary {
    margin-right: 20px;

  }

  .write-box-optionary-title{
    font-style:italic;

    position:relative;

    background-image: linear-gradient(white 80%, #FFBF34 20%);



    padding: 0 15px 0 2px;

  }

  .write-box-optionary-star {
    width:3.5vh;
    height:3.5vh;

    margin-right:3px;

    cursor: pointer;
  }

  .write-box-optionary-item-radio-box {
    margin-right:18px;
    margin-top:4px;
  }


  .write-input-text {
    width:100%;
    max-width:100%;

    border: none;
  }

  .write-input-number-50 {
    width:50%;
    border: none;

  }

  .write-input-number-70 {
    width:70%;
    border: none;

  } 

  .write-input-textarea {
    border: none;
    resize: none;

  }

  .write-input-necessary-border {
    border: 1px solid #447270;
  }

  .write-input-optionary-border {
    border: 1px solid #FFBF34;
    
  }

  .mypage-box {
    background-color: white;


  }

  .mypage-box-profile {
    margin-right: 20px;
   
  }

  .mypage-box-profile-img-div {
     position: relative;
  }

  .mypage-box-profile-img {
    width:10vw;
    max-width:100px;
    min-width:60px;
    
    height:10vw;
    max-height:100px;
    min-height:60px;

    margin-top:6px;

    border-radius: 50%;

  }

  .mypage-box-profile-img-modify {

    position: absolute;
    bottom: 0.1vh;
    right:0;

    height: 4vw;
    width: 4vw;

    max-height: 34px;
    max-width: 34px;

    min-height: 24px;
    min-width: 24px;


    padding: 1px;

    margin-top:6px;

    border-radius: 50%;
    border: 2px solid white;
    background-color: #FFBF34;

  }

  .mypage-box-profile-name {
    font-size:20px;
    font-weight:550;

  }

  .mypage-box-profile-activity {
    font-size:16px;


  }

.mypage-box-profile-activity-box {

    height: 24px;
    width: 90px;

    text-align: center;

    font-size: 14px;

    margin-top: 6px;
    padding-bottom: 2px;

}


.mypage-box-profile-activity-box-selected {
  background-color: #FFBF34;

}

.mypage-box-profile-activity-box-left {
    border-radius: 6px 0 0 6px;
    border: 1px solid #447270;

}

.mypage-box-profile-activity-box-right {
    border-radius: 0 6px 6px 0;
    border: 1px solid #447270;
}

.mypage-box-profile-activity-center {
    border-top: 1px solid #447270;
    border-bottom: 1px solid #447270;
}


.mypage-box-profile-activity-box-number {
  color: #447270;
  font-weight:650;
  font-size: 16px;
}

.mypage-box-profile-description {
  font-size:14px;

  margin-top:10px;
}

.mypage-box-profile-description-modify {

  height: 22px;
  width: 22px;

  padding: 1px;

  border-radius: 50%;
  border: 1px solid white;
  background-color: #FFBF34;

}




  .dropdown-item-img-small {
    width: 17px;
    height: 17px;

    
    margin-right:15px;
    padding-bottom: 1px;
  }