/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}


/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: auto;
  margin-bottom: 10px;
  padding: 0;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 15px;
  right:15px;
  background: url(/img/icon_close_03.png) no-repeat 0 0;
  display: block;
  overflow: visible;
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1280px;
  }
}


/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #000;
}

.lt-ie9 .remodal {
  width: 1280px;
}


/* BOX LAYOUT
   ========================================================================== */
/*type01*/
.typeB01{padding: 40px 50px; border-top: 6px solid #329ac9;min-width: 560px; position: relative;}
.typeB02{padding: 40px 50px; border-top: 6px solid #329ac9;min-width: 900px; position: relative;}
.typeB03{padding: 40px 50px; border-top: 6px solid #329ac9;min-width: 660px; position: relative;}
.typeR01{border: 4px solid #db4d4d;min-width: 430px;padding-bottom: 50px;}
.alertBox{border: 4px solid #db4d4d;min-width: 430px;padding-bottom:30px;text-align: center; display: none; position: absolute; top: -40px; left: 60px; background: #fff;}

/*module*/
.remodal .cation01{font-weight: bold;line-height: 1;padding: 20px; font-size: 1.8rem; text-align: center; border: 1px solid #ff0000; color: #ff0000;margin-bottom: 30px;}
.remodal .ttl01{font-size: 1.8rem; font-weight: bold;margin-bottom: 10px;}
.remodal .text01{font-size: 1.6rem;margin-bottom: 20px;}
.remodal .labelTtl01{margin-bottom: 20px;border-left: 4px solid #329ac9; background: url(/img/icon_label_03.png) no-repeat 20px 10px;padding:10px 10px 10px 60px;text-align: left;font-size: 1.8rem;}
.remodal .folderTtl01{margin-bottom: 20px;border-left: 4px solid #329ac9; background: url(/img/icon_folder_04.png) no-repeat 20px 10px;padding:10px 10px 10px 60px;text-align: left;font-size: 1.8rem;}
.remodal .dropboxTtl01{margin-bottom: 20px;border-left: 4px solid #329ac9; background: url(/img/icon_dropbox_01.png) no-repeat 20px 10px;padding:10px 10px 10px 60px;text-align: left;font-size: 1.8rem;}
.remodal .devernoteTtl01{margin-bottom: 20px;border-left: 4px solid #329ac9; background: url(/img/icon_evernote_01.png) no-repeat 20px 15px #f2f2f2;padding:15px 10px 15px 60px;text-align: left;font-size: 1.8rem;}
.remodal .twitterTtl01{margin-bottom: 30px;border-left: 4px solid #329ac9; background: url(/img/icon_twitter_01.png) no-repeat 20px 15px #f2f2f2;padding:15px 10px 15px 60px;text-align: left;font-size: 1.8rem;}

.remodal .cation02{text-align: center;}
.remodal .cation02 dt{ color: #fff; font-size: 1.6rem; background: #db4d4d;height: 40px;font-weight: bold;line-height: 40px;}
.remodal .cation02 dd{padding: 40px 50px 0 50px;}

.remodal .memberBtn{width: 352px;margin: 0 auto;}
.remodal .memberBtn li{margin-bottom: 15px;}
.remodal .memberBtn li a{display: block; border-radius: 4px; color: #fff;font-weight: bold;padding: 15px;}
.remodal .memberBtn li a:hover{text-decoration: none; opacity: 0.8;}
.remodal .memberBtn li.join{font-size: 2rem;}
.remodal .memberBtn li.join a{background: #ff921c; display: table; width: 100%; padding-left: 44px; user-select:none;}
.remodal .memberBtn li.join a span{display: table-cell;}
.remodal .memberBtn li.join a span:first-child{border-radius: 4px ;background: #ff1c1c;font-size: 1.1rem;}
.remodal .memberBtn li.join a span:first-child strong{font-size: 2rem;}
.remodal .memberBtn li.join a span:last-child{text-align: left;padding-left: 15px;font-weight: bold;}
.remodal .memberBtn li.join a span strong{font-weight: bold;}
.remodal .memberBtn li.login{font-weight: bold;}
.remodal .memberBtn li.login a{background: url(/img/icon_rock_01.png) no-repeat 50px center #329ac9;padding-left: 85px;text-align: left;font-size: 1.4rem; user-select:none;}
.remodal .memberBtn li.login a strong{font-size: 2rem;font-weight: bold;}

.remodal .btn1col{padding: 0 60px;}
.remodal .btn1col li{border-radius: 4px; color: #fff;font-size: 1.6rem; font-weight: bold; cursor: pointer;line-height: 1;padding: 15px;margin-bottom: 10px;}
.remodal .btn1col li:last-child{margin: 0;}
.remodal .btn1col li:hover{opacity: 0.8;}
.remodal .btn1col li.lev1{background: #787878; user-select:none;}
.remodal .btn1col li.lev2{background: #afafaf; user-select:none;}

.remodal .btn1col02{padding: 0; width: 300px; margin: 0 auto;text-align: center;}
.remodal .btn1col02 li{border-radius: 4px; color: #fff;font-size: 1.6rem; font-weight: bold; cursor: pointer;line-height: 1;padding: 15px;margin-bottom: 10px;}
.remodal .btn1col02 li:last-child{margin: 0;}
.remodal .btn1col02 li:hover{opacity: 0.8;}
.remodal .btn1col02 li.lev1{background: #329ac9; user-select:none;}
.remodal .btn1col02 li.lev2{background: #787878; user-select:none;}

.remodal .col2Btn01{padding: 0; text-align: center;}
.remodal .col2Btn01 li{display: inline-block;border-radius: 4px; color: #fff;font-size: 1.6rem; font-weight: bold; cursor: pointer;line-height: 1;min-width: 140px; margin: 0 10px;}
.remodal .col2Btn01 li:hover{opacity: 0.8;}
.remodal .col2Btn01 li.lev0{background: #db4d4d;padding: 15px;}
.remodal .col2Btn01 li.lev1{background: #329ac9;padding: 15px;}
.remodal .col2Btn01 li.lev2{background: #787878;padding: 15px; user-select:none;}

input.lev1Btn{ width: 100%; display: block;border-radius: 4px; font-size: 1.6rem; font-weight: bold; cursor: pointer;line-height: 1;padding: 14px;background: #329ac9; border: 1px solid #329ac9; color: #fff; user-select:none;}

.remodal .fileAdd01{background: #f2f2f2; padding: 20px;margin-bottom: 30px;}
.remodal .fileAdd01 input[type="file"]{font-size: 1.4rem; color: #333; cursor: pointer;}

.remodal section{text-align: left;margin: 0 0 50px 0;}
.remodal section:last-child{margin-bottom: 0;}

.remodal form.addForm01{position: relative;}
.remodal form.addForm01 input{}
.remodal form.addForm01 input[type="text"]{ color: #333; padding: 0 68px 0 10px; line-height: 42px;width: 100%;border-radius: 2px; border: 1px solid #e3e3e3; box-sizing: border-box; height: 44px;}
.remodal form.addForm01 input[type="button"]{font-size: 1.6rem; font-weight: bold; background: #329ac9; width: 68px; position: absolute; top: 0; right: 0;border-radius: 2px; border: 1px solid #e3e3e3; color:#fff;	line-height: 42px; cursor: pointer;margin-top: -1px; user-select:none;}
.remodal form.addForm01 input[type="button"]:hover{opacity: 0.8;}

.remodal .scrollList01{height: 216px; overflow-y: scroll;}
.remodal .scrollList01 ul{border: 1px solid #dedede;margin-right: 20px;}
.remodal .scrollList01 ul li{line-height: 42px;font-size: 1.4rem;padding: 0 15px;border-top: 1px solid #dedede;box-sizing: border-box; cursor: pointer; user-select:none;}
.remodal .scrollList01 ul li:first-child{border: none;}
.remodal .scrollList01 ul li:hover{background: #fafafa;}
.remodal .scrollList01 ul li.cur{ background: #edfaff;font-weight: bold; color: #329ac9;}

.remodal .btnB01{margin-top: 30px;text-align: center;}
.remodal .btnB01 span{ cursor: pointer;border-radius: 4px; text-align: center; background: #329ac9;font-size: 1.6rem;font-weight: bold; line-height: 46px; color: #fff;display: inline-block;padding: 0 40px; user-select:none;}
.remodal .btnB01 span:hover{opacity: 0.8;}

.remodal .scrollList02{height: 260px; overflow-y: scroll;}
.remodal .scrollList02>ul{border: 1px solid #dedede;margin-right: 20px;}
.remodal .scrollList02>ul>li{line-height: 42px;font-size: 1.4rem;border-top: 1px solid #dedede;box-sizing: border-box; position: relative; }
.remodal .scrollList02>ul>li span{padding: 0 15px; user-select:none; cursor: pointer;}
.remodal .scrollList02>ul>li.cur>span{font-weight: bold;}
.remodal .scrollList02>ul>li em{cursor: pointer;color: #ff0000; display: block; width: 12px; height: 12px; position: absolute; top: 14px; right: 14px; text-indent: -9999px;background: url(/img/icon_plus_04.png) no-repeat left top; z-index: 4;}
.remodal .scrollList02>ul>li:first-child{border: none;}
.remodal .scrollList02>ul>li:hover{ background: #fafafa;}
.remodal .scrollList02>ul>li.cur{ font-weight: bold; color: #329ac9;background:  #edfaff;}
.remodal .scrollList02>ul>li em.open{background: url(/img/icon_minus_04.png) no-repeat left top;}
.remodal .scrollList02>ul>li.noChild{ background: none; padding: 0 15px; user-select:none;}
.remodal .scrollList02>ul>li.noChild span{padding: 0;}
.remodal .scrollList02>ul>li.noChild em{background: none;}
.remodal .scrollList02>ul>li.noChild:hover{background: #fafafa;}
.remodal .scrollList02>ul>li.noChild.cur{background:  #edfaff;}
.remodal .scrollList02 ul.sub {background: #fff;padding:0 35px 10px; display: none;}
.remodal .scrollList02 ul.sub li{line-height: 32px;}
.remodal .scrollList02>ul>li.cur ul li{color: #333; user-select:none;}
.remodal .scrollList02 ul.sub li.cur{}
.remodal .scrollList02 ul.sub li:hover{text-decoration: underline;}
.remodal .scrollList02 ul.sub li span{padding: 0; display:inline-block;}
.remodal .scrollList02 ul.sub li.cur span{color:#329ac9; font-weight: bold;}
.evernoteBody{height: 500px; resize: vertical;overflow-y: scroll; font-size: 1.4rem;width: 800px; margin: 0 auto 30px;padding: 10px 0 10px 10px;}
.evernoteBody p{margin-top: 20px;line-height: 1.6;}
.evernoteBody p:first-child{margin-top: 0;}

.twitterBody{margin:10px auto 10px;}
.twitterBody textarea{width: 100%;font-size: 1.4rem;height: 115px;resize: vertical;}
.twitterBody p.count{text-align: right; margin-top: 5px; font-size: 1.4rem;}


