.button {
  display: inline-block;
  padding: 0 15px;
  line-height: 34px;
  text-decoration: none;
  color: #ffffff;  
  background:#a68023;
  box-shadow: 3px 3px 5px 0px #7d611a;
  font-size:14px;
  border: 0;
  margin: 0px 6px 0px 5px;
  -webkit-border-radius: 1px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 1px;   /* Firefox用 */
  border-radius: 1px; 
}
  .button:active {
    background: #eccd71;
    background-image: -webkit-linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b);
    background-image: -o-linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b);
    background-image: -ms-linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b);
    background-image: linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b); }

tr.result a, tr.result span.gs128, tr.result span.location, tr.result span.superEdit  {
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  box-shadow: none;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  background-color: #f08300;
  white-space: nowrap; }
  
 tr.result a:active, tr.result a:hover, tr.result span.gs128:active, tr.result span.gs128:hover, tr.result span.superEdit:hover {
    /* background-image: linear-gradient(#f0ad4e, #f3c88b);
    background-image: -webkit-linear-gradient(#f0ad4e, #f3c88b);
    background-image: -moz-linear-gradient(#f0ad4e, #f3c88b); */ 
    color: #ffffff !important;
    background-color: #e6c20d;
 }
 tr.result span.superEdit {
 	margin-bottom: 10px;
 }

.buttonRect {
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #FFF;
	background: #c59f46;
	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 {
  font-weight: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
 }
  .input:focus, select:focus {
    /* border-color: #c59f46; */
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(197, 159, 70, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(197, 159, 70, 0.6) !important;
    }

.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 15px; background: #ffffff; }
#searchBox div { margin-right: auto; margin-left: auto; max-width: 1100px; }
#searchBox .fieldset_right { margin-right:25px; }

#searchBox .column2 { width: 100%; }
#searchBox .column2 fieldset { float: left; width: 48%; background: #e6e6e6; border-radius: 5px; }
#searchBox .column2 fieldset:nth-child(1) { margin-right:25px; }
#searchBox .column2 input.input { width: 100%; max-width: 350px; }
#searchBox .column2 select.input { width: 100%; max-width: 350px; }
#searchBox .column2 input.number { width: 50px; }
#searchBox .column2 select.select { width: 100%; max-width: 350px; }
#searchBox .column2 .input-group { width: 100%; margin-left: 0; max-width: 350px; }

#searchBox .column3 { width: 100%;}
#searchBox .column3 fieldset { float: left; width: 31%; background: #e6e6e6; border-radius: 5px; }
#searchBox .column3 input.input { width: 100%; max-width: 350px; }
#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: 100%; max-width: 350px; }
#searchBox .column3 input.number { width: 50px; }
#searchBox .column3 select.select { width: 100%; max-width: 350px; }
#searchBox .column3 .input-group { width: 100%; margin-left: 0; max-width: 350px; }
	
#searchBox p { padding-top: 20px; 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;
}