@charset"UTF-8";
:focus {outline:0;}
.add-sticky {
  cursor: pointer;
  position: relative;
  top: 3px;
  font-size: 170%;
  background: black;
  color: white;
  border: 2px solid white;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  line-height: 25px;
  width: 44px;
  height: 30px;
  display: inline;
  padding: 0px;
  margin: 0px;
}
.add-sticky:hover { background: #474747; }
.sticky {
  background: rgba(255,0,0,0.8);
  border: 1px solid red;
  box-shadow:3px 3px 10px rgba(0,0,0,0.45);
  -webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.45);
  -moz-box-shadow:3px 3px 5px rgba(0,0,0,0.45);
  z-index: 77;
  display: none;
  min-height:90px;
  min-width: 127px;
  padding:0px;
  margin:0px;
}
.sticky .sticky-header:hover{ cursor:pointer;}
.sticky textarea{
  width:100%;
  height:100%;
  display: block;
  resize: none; 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  padding:2px;
}
.sticky-content {
  border: 0px;
  margin: 0px;
  padding: 4px;
  overflow: hidden;
  background: rgba(255,255,255,0.1);
  font-size: 20px;
  font-weight: normal;
  font-family:"ＭＳＰゴシック",Osaka,"ヒラギノ角ゴProW3",sans-serif;
}
.sticky-content .text_area{background-color: rgba(255, 255, 255, 0.5); }
.sticky-header {
  z-index: 80;
  height: 30px;
}
.sticky-status {
  color:#ccc;
  padding:2px;
  height: 18px;
  font-size: 10px;
  font-family:"ＭＳＰゴシック",Osaka,"ヒラギノ角ゴProW3",sans-serif;
  vertical-align: middle;
}
.close-sticky {
  background:#474747;
  float:right;
  cursor:default;
  color:#ececec;
  padding:1px 5px;
  border-radius:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
}
.sticky-img{ position: absolute; top: 6px;}
.sticky-close-img {
	position: absolute;
	right: 4px;
	top: 2px;
}