@charset "UTF-8";

.message {
	color: #FF0000;
}

* {
	font-family: "MS Pゴシック", sans-serif;
	font-size: 11pt;
}

.tip {
	text-align: left;
	font-size: 11pt;
}
.dataTables_scroll{
	border-bottom: 1px solid #7f7f7f;
}
td{
	text-overflow: ellipsis;
	overflow: hidden;
}

table.noSpacing{
	border-spacing: 0px;
	border-collapse: inherit;
}

td.noTopBorder{
	border-top: 0px;
}

td.noBottomBorder{
	border-bottom: 0px;
}

td.noLeftBorder{
	border-left: 0px;
}

td.noRightBorder{
	border-right: 0px;
}


/* #4604 2019/2/11 shioda del
input {
	ime-mode: active;
}
*/

input[type="button"], input[type="submit"] {
	background-color: #D9D9D9;
	box-shadow: 2px 2px 2px #A3A3A3;
	-webkit-box-shadow: 2px 2px 2px #A3A3A3;
	-moz-box-shadow: 2px 2px 2px #A3A3A3;
	border: 1px solid #C7C7C7;
	height: 26px;
	width: 100px;
	cursor: pointer;
}

input[type="button"]:disabled {
	background-color: #e7e7e7;
	box-shadow: 2px 2px 2px #A3A3A3;
	-webkit-box-shadow: 2px 2px 2px #A3A3A3;
	-moz-box-shadow: 2px 2px 2px #A3A3A3;
	border: 1px solid #e7e7e7;
	color: #b9b9b9;
}

#error, #model_noticeError {
	width: 95%;
	margin: 0px auto;
	text-align: left;
	border: 1px dotted #FF0000;
	margin-bottom: 15px;
	color: #FF0000;
	font-size: 11pt;
}

.dataTables_info{
	display: none;
}

.dataTables_empty{
	display: none;
}

#body {
	/* #3243 HSC omori (mod) 2018/11/08 width:1280%; */
	/* #3818 HSC shioda (mod) 2018/12/27 width: 1250px; */
	width: 1230px;
	margin: 0px auto;
	overflow: hidden;
}

#navigation .page_link{
	margin-right: 2px;
	font-size: 13pt;
}
textarea{
	font-size: 11pt;
}

#search_area div.clear, #search_area div:last-of-type div.clear, div.clear
	{
	float: none;
	content: "";
	height: 0px;
	display: block;
	clear: both;
}

.star {
	color: #FF0000;
}

table td {
	white-space: nowrap;
	overflow: hidden;
}

.hasError, input.hasError {
	background-color: #FFC8DC;
}

.full {
	height: 100%;
	width: 100%;
	line-height: 100%;
}

.underline {
	background-color: rgb(49, 108, 178);
	width: 100%;
	height: 2px;
}

.title_line {
	background-color: rgb(49, 108, 178);
	width: 100%;
	height: 5px;
}

.page_link {
	cursor: pointer;
}

body {
	color: #000;
}

.modal-content {
	width:800px;
}

/* 2018/11/20 shioda add ↓ */
.zenkakuhankaku, .zenkaku {
	ime-mode:active;
}
.numeric {
	ime-mode: disabled
}
.hankakukatakana {
	ime-mode: inactive
}

.hankakukatakanaMark {
	ime-mode: inactive
}
/* 2018/11/20 shioda add ↑ */

/*#6071 2019/07/18 (add) omori プレースホルダが見えすぎるので色を変更*/
input::placeholder {
  color: rgb(200, 200, 200);
}

input:-ms-input-placeholder {
  color: rgb(200, 200, 200);
}

input::-ms-input-placeholder {
  color: rgb(200, 200, 200);
}

