.button {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cccccc;
  text-decoration: none;
  text-shadow: 1px 1px 0 white;
  color: black;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-image: linear-gradient(#ffffff, #cccccc);
  background-image: -webkit-linear-gradient(white, #cccccc);
  background-image: -moz-linear-gradient(white, #cccccc); }
  .button:active {
    background-image: linear-gradient(#cccccc, #ffffff);
    background-image: -webkit-linear-gradient(#cccccc, white);
    background-image: -moz-linear-gradient(#cccccc, white); }

tr.result a, tr.result span.gs128  {
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #cccccc;
  text-decoration: none;
  text-shadow: 1px 1px 0 white;
  color: black;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-image: linear-gradient(#ffffff, #cccccc);
  background-image: -webkit-linear-gradient(white, #cccccc);
  background-image: -moz-linear-gradient(white, #cccccc); }
  
 tr.result a:active, tr.result a, tr.result span.gs128:active {
    background-image: linear-gradient(#cccccc, #ffffff);
    background-image: -webkit-linear-gradient(#cccccc, white);
    background-image: -moz-linear-gradient(#cccccc, white); }

.buttonRect {
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #FFF;
	background: #28537e;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}
.primary_button {
	font-weight: bold !important;
	color: #FFF !important;
	background: #E00 !important;
	border: 1px solid #C00 !important;
	text-shadow: none !important;
}

.input {
  padding: 4px;
  border: 1px solid #aaaaaa;
  font-weight: bold;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }
  .input:focus {
    border-color: #5cb3ff; }

.enable {
  display: block; }

.disable {
  display: none; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden; }

/**
 * 検索ボックス
 */
#searchBox {
  padding: 20px 20px 10px;
  background-color: #cccccc; }
  #searchBox div {
    margin-right: auto;
    margin-left: auto;
    width: 750px; }
  #searchBox .column2 { }
    #searchBox .column2 fieldset {
      float: left;
      width: 375px; }
    #searchBox .column2 input.input {
      width: 345px; }
    #searchBox .column2 select.input {
      width: 355px; }
    #searchBox .column2 input.number {
      width: 50px; }
    #searchBox .column2 select.select {
      width: 100px; }
  #searchBox .column3 { }
    #searchBox .column3 fieldset {
      float: left;
      width: 250px; }
    #searchBox .column3 input.input {
      width: 220px; }
      #searchBox .column3 input.input2 {
      width: 80px; }
      #searchBox .column3 span.waveline {
      margin-left:17px;margin-right:17px;font-size:x-large;text-align:center;}
    #searchBox .column3 select.input {
      width: 230px; }
    #searchBox .column3 input.number {
      width: 50px; }
    #searchBox .column3 select.select {
      width: 100px; }
  #searchBox p {
    padding-top: 10px;
    text-align: center; }
  #searchBox dd {
    margin-bottom: 0.5em; }

.commit {
	margin-top: 1em;
}
.commit .input {
	width: 300px;
}
.commit dt {
	font-weight: bold;
}
.commit dd {
	margin-bottom: 1em;
}

.flash_message {
	padding: 10px;
	margin-top: 1em;
	margin-bottom: 2em;
	color: #F00;
	background-color: #FDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.aiselect {
	width:300px;
	margin-right:20px;
}
.aivalue {
	width:300px;
    border-radius:3px;
    padding: 4px;
    border: 1px solid #aaa;
}
.show {
	display:table-cell;
}
.unshow {
	display: none;
}