body {
 /*   padding-top: 60px; */
 /*   padding-bottom: 40px; */
}
.co-chkbox-la1 {
    margin-left: 5px;
}
.co-radio-la1 {
    margin-left: 1px;
	margin-right: 2px;
}


/*-------レスポンシブを使わず固定幅   ---*/
.container {
  max-width: none !important;
  width: 970px;
}
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}

.navbar-brand {
  margin-left: -15px;
}
/*-------   ---*/
.zf-green {
    color: #68b604;
}
.co-hr1 {
    margin-top: 1px;
    margin-bottom: 1px;
    border-top-color: #999;
}
table.co-td-conf td {
    padding-top: 1px;
    padding-bottom: 1px;
}

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

.ime-off{
    ime-mode:disabled;
}
