.button {
  display: inline-block;
  padding: 0 15px;
  height: 33px;
  line-height: 33px;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
  background-image: -o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
  background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
  background-color: #f0ad4e; }
.button:active {
  background-image: linear-gradient(#f0ad4e, #ffffff);
  background-image: -webkit-linear-gradient(#f0ad4e, white);
  background-image: -moz-linear-gradient(#f0ad4e, white); }
  
  .btn-warning11 {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

tr.result a, tr.result span.gs128, tr.result span.location   {
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #e38d13;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
  background-image: -o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
  background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
  background-color: #f0ad4e;  }
  
 tr.result a:active, tr.result a, tr.result span.gs128:active {
    background-image: linear-gradient(#f0ad4e, #f3c88b);
    background-image: -webkit-linear-gradient(#f0ad4e, #f3c88b);
    background-image: -moz-linear-gradient(#f0ad4e, #f3c88b); }

.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: #eb9316 !important;
	border: 1px solid #da8815 !important;
	text-shadow: none !important;
}

.input {
  padding: 4px;
  border: 1px solid #cccccc;
  font-weight: bold;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color:#000; 
 }
  .input:focus {
    border-color: #1d7e77; }

.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: #ffffff; }
  #searchBox div {
    margin-right: auto;
    margin-left: auto;
    width: 750px; }
  #searchBox .column2 { }
    #searchBox .column2 fieldset {
      float: left;
      width: 375px; }
    #searchBox .column2 input.input {
      width: 355px; }
    #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:35%;
	margin-right:20px;
}
.aivalue {
	width:35%;
    border-radius:3px;
    padding: 4px;
    border: 1px solid #aaa;
}
.show {
	display:table-cell;
}
.unshow {
	display: none;
}
#result .location{
	cursor: pointer;
}