﻿/*マスタメンテナンス統合CSS*/

html,body {
	height:98%;
	border: none;
	margin:2px;
	padding:0;
}

form{
	height:100%;
	width:100%;
}

.pnlCommon {
	position: relative;
	width: 100%;
}

.small-style1 {
	font-size:small;
	text-align:right;
	color:darkslategray;
	font-weight:bold;
}

/*各ボタン共通設定*/
.btn-square {
	display: inline-block;
	padding: 0.5em 0em 0.5em;
	text-decoration: none;
	background: #00CC99; /*ボタン色*/
	color: #FFF;
	border: none;
	border-radius: 3px;
	font-weight: bold;
	height:32px;
}
.btn-square:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px); /*下に動く*/
	border-bottom: none; /*線を消す*/
}

/*ボタン　サイズごとの設定*/
.btnCommon{
	width:110px;
	margin:2px;
}
.btnModerate{
	width:130px;
	margin:4px;
}
.btnWide{
	width:160px;
	margin:4px;
}
.btnWider{
	width:180px;
	margin:4px;
}

.lblCommon {
	width:200px;
	height:25px;
}

.txbCommon {
	width:180px;
	height:25px;
}

.txbWide {
	width: 300px;
	height: 25px;
}

.tblCommon{
	width:100%;
	margin:auto;
	border-spacing:0px;
	padding:0px 2px 2px 0px;
}


.InputDateCommon {
	width: 150px;
	height: 24px;
}

.calendarCommon {
	display: inline-block;
}

.wijmo-wijinput
.wijmo-wijinput-wrapper {
	padding: 0px 0px 0px 0px;
	top: 0px;
}

.spaceBtwnControl {
	margin-left: 3px;
}

div.spread {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

.fpSpread {
	display: inline-block;
	margin: 0 auto;
}

.pageTitle {
	font-size: 18px;
	font-weight:bold;
	padding: 3px;
	color: #00CC99;
	margin-left:5px;
}

/*疑似的に非表示にする*/
.invisible {
	width: 0px;
	padding:0px;
	border:0px;
	margin:0px;
}

.footer {
	width: 98%;
	text-align: center;
	position: absolute; /*←絶対位置*/
	bottom: 0; /*下に固定*/
}

img{
	margin:10px;
}

img[id*="focusRect"] {
	margin: 0 !important;
}

