/* 上書き　creators-stamp-ranking.com/KickStart/css/kickstart-menus.css */
.menu{
  border:1px solid #999;
}
.menu li:last-child{
  /*padding-right: 12px;*/

}
.menu li:last-child a{
  /*padding-right: 12px;*/

}
#twitter{
  position: fixed;
  bottom:12px;
  font-sizeize:18px;
  color: #fff;
  z-index: 600;
}
#line{
  height: 28px;
  position: fixed;
  bottom: 5px;
  font-sizeize:18px,
  color: #fff;
  z-index: 600;
}


/***
* chart and find ページ
*/

.stamplink{
  margin-left: 18px;
  width: 100%;
}

.entryButton{
  font-size:14px;width:250px; height: 36px;padding:8px 12px;
}
.entriedButton{
  font-size:14px;background:#CFCFCF;width:280px; height: 36px;padding:8px 12px;
}
.toLineButton{
  width:120px; height: 36px;margin-left:8px;padding:8px 12px;
}


/***
* チャートページ
*/

/* 編集ボタン */
#editid{
    position: fixed;

    font-sizeize:18px;
    color: #666;
    z-index: 600;
    display:block;
}
.editbtn{

  box-sizing: border-box;

  width: 100px;
  padding: 20px;
  background: rgb(252,252,252,0.7);
  background: -moz-linear-gradient(top, rgba(252,252,252,0.7) 0%, rgba(224,224,224,0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,0.7)), color-stop(100%,rgba(224,224,224,0.7)));
  background: -webkit-linear-gradient(top, rgba(252,252,252,0.7) 0%,rgba(224,224,224,0.7) 100%);
  background: -o-linear-gradient(top, rgba(252,252,252,0.7) 0%,rgba(224,224,224,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0',GradientType=0 );
  background: linear-gradient(top, rgba(252,252,252,0.7) 0%,rgba(224,224,224,0.7) 100%);


}

#chart1W, #chart5W, #loading{
  position: fixed;

  font-sizeize:18px;
  color: #666;
  z-index: 600;
  display:block;
}


#chart1W>button:hover, #chart5W>button:hover{

  color: rgb(122,188,255);
  text-shadow:0px -1px 0 rgba(0,0,0,0.2);
}

.btnSelected, #chart1W>button:active, #chart5W>button:active{
  background: rgb(122,188,255);
  background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1)));
  background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
  background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
  background: linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
  color: #fff;

}
.btnUnSelected{
  background: rgb(252,252,252,0.7);
  background: -moz-linear-gradient(top, rgba(252,252,252,0.7) 0%, rgba(224,224,224,0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,0.7)), color-stop(100%,rgba(224,224,224,0.7)));
  background: -webkit-linear-gradient(top, rgba(252,252,252,0.7) 0%,rgba(224,224,224,0.7) 100%);
  background: -o-linear-gradient(top, rgba(252,252,252,0.7) 0%,rgba(224,224,224,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0',GradientType=0 );
  background: linear-gradient(top, rgba(252,252,252,0.7) 0%,rgba(224,224,224,0.7) 100%);
  color: #666;
}


.delid {
  color: #fff;
  background:red;
  margin:0;
  padding:0px;
  margin-left: -18px;
  margin-right:18px;
  vertical-align: middle;
  display:inline-block;
}
.icon-minus-sign{
  color: #fff;
  background:red;
  font-size: 25px;
  padding:12px;
  padding-top:6px;
  padding-right:22px;
  margin-bottom: 12px;
  line-height: 1em;
  vertical-align: middle;
}

.stamplink{
  white-space: nowrap;
  margin:0;
  margin-left: 18px;
  padding:0
  width: 100%;
}

/***
* color
*/

.gray{
  background:rgba(90, 106, 112, 0.98);
  background:-webkit-linear-gradient(top, rgba(122,122,122,1) 0%,rgba(96,96,96,1) 44%,rgba(64,64,64,1) 100%);
  border: 1px solid #333;
  color: #888;
}

/***
 * conf.htm
 */
 #setItem{
   color: rgba(90, 106, 112, 0.98);
   font-size: 18px;
   font-family:"Arial Rounded MT Bold ヒラギノ丸ゴ ProN W4";
   line-height: 1.2em;

   position:absolute;
   top:0px;
   left:24px;
   width: 90%;
   /*margin:-50px 0 0 -50px;*/
 }

 fieldset{
   background: url(../../KickStart/css/img/gray_jean.png);
   color: rgba(90, 106, 112, 1);
   width: 98%;
   margin-top: 18px;

 }
 legend{
   background:rgba(64,150,238,1);
   color: #fff;
 }
 inline.inline{
   color: rgba(90, 106, 112, 1);
   font-size:18px
   font-weight: 900;
 }

 .dsc{
   font-size:14px
 }
 .info{
   font-size:14px;
   margin: 8px;
 }

 input[type="radio"]{
   -webkit-appearance: none;
   border:1px solid #888;
   border-radius:15px;
   background:transparent;
   opacity:0.5;
   padding-left:10px;
   padding-right:10px;
   margin-right:8px;

 }
 input[type="radio"]:checked{
   background:orange;
   opacity:1;
 }
 #idslists{
   display:none;
 }
 .idsinput{
   width: 80px;
   font-size:16px;
 }