﻿@charset "utf-8";

/* -- e-Govと異なる部分を記述 -- */

/* エラーメッセージ */
.errMsg {
	color: red;
	font-weight: bold;
}

/* 送信用 */
.waitBack{
 z-index:999;
 background-color:#000000;
 position:fixed;
 left:0px; top:0px;
 min-height:100%; min-width:100%; width:100%; height:100%;
 filter:alpha(opacity=50);
 -moz-opacity:0.5;opacity:0.5;
}

hr.hr_disp{
	display:block;
}
input[type="text"]{
  height: 1.8em;
  vertical-align: middle;
}
select,
select[multiple],
select[size]{
  height: 1.8em;
  vertical-align: middle;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: -3px;
}

.hit_word {
	color: red;
}
.hit_word:before {
	content:"";
}
.hit_word:after {
	content:"";
}

.title {
	font-size:25px;
	font-weight:900;
}
.searchTargetKbn {
	width:210px;
}
.searchWord {
	width:350px;
}
