.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.color1 {
    border-color: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.icon {
    display: block;
    border: 1px solid #000000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #000000;
    width: 8em;
    text-align: center;
    line-height: 1.33;
    color: #ffffff;
}

.label {
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #000000;
    width: 8em;
    text-align: center;
    line-height: 1.33;
    color: #ffffff;
}
       #main {
         margin:0 auto;
         width:100%;
         text-align:center;
         padding:10px 0;
       }
       .thumbnail {
            width: 75px;
            height: 100px;
            opacity: 0.5;
            cursor: url("https://file002.shop-pro.jp/PA01364/297/img/nikukyu1.png"), pointer;
             float: left;
        }
        .current {
            opacity: 1.0;
        }
        .thumbnail + .thumbnail {
            margin-left: 4px;
        }