body {
	font-size: 80%;
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

input, select, textarea {
	font-size: 100%;
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
input.text, textarea {
	border: 1px solid #67869a;
	padding: 2px;
	ime-mode: active;
}
input.button {

}
input.radio {

}
input.text {

}
input.checkbox {
	
}

input.readOnly {
	border-color: #a7a6aa !important;
	background-color: #e0e6e9;
	cursor: default;
}

.code, .numeric, .telephone, .fax, .email, .date, .year, .time, .zipCode, .currency, .quantity, .extensionNumber
.hiragana, .katakana, .applicantName, .applicantKanaName, .representedName, .representedKanaName, .postName,
 .zipCode1, .zipCode2, .pharmacistIme, .address, .companyName, .cardNo, .cardDate, .alphabet
{
	font-family: 'ＭＳ ゴシック', 'Osaka-mono', 'Osaka−等幅', monospace;
}
.numeric {
	text-align: right;
}

input.alphabet {
	ime-mode: disabled !important;
}
input.alphanumeric {
	ime-mode: disabled !important;
}
input.code {
	ime-mode: disabled !important;
}
input.numeric {
	ime-mode: disabled !important;
}
input.ascii {
	ime-mode: disabled !important;
}
input.zipCode {
	ime-mode: disabled !important;
	width: 5em;
}
input.telephone,
input.fax {
	ime-mode: disabled !important;
	width: 8em;
}
input.extensionNumber {
	ime-mode: disabled !important;
	width: 4em;
}
input.email {
	ime-mode: disabled !important;
	width: 15em;
}
input.hiragana {
	ime-mode: active;
}
input.katakana {
	ime-mode: active;
}
input.halfkana {
	ime-mode: active;
}
input.date {
	ime-mode: disabled !important;
	width: 6.2em;
}
input.currency {
	ime-mode: disabled !important;
	text-align: right;
}
input.quantity {
	ime-mode: disabled !important;
	text-align: right;
}
input.address {
	ime-mode: active;
	width:20em;
}
input.loginID {
	ime-mode: disabled !important;
	width:7em !important;
}
input.zipCode1 {
	ime-mode: disabled !important;
	width: 3em;
}
input.zipCode2 {
	ime-mode: disabled !important;
	width: 4em;
}
input.companyName{
	ime-mode: active;
	width: 15em;
}
input.applicantName{
	width: 13em;
}
input.applicantKanaName{
	width: 15em;
}
input.representedName{
	width:13em;
}
input.representedKanaName{
	width:15em;
}
input.postName
{
}
strong{
	font-weight: bold;
}

/*-----------------------------
一覧表示グリッド
-------------------------------*/


/* ↓新バージョンここから >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.gridTitle{
	text-align: left;
	position: relative;
	left: 10px;
	top: 25px;
	font-weight:bold;
}

/* グリッドを囲うパネル*/
.gridViewPanel {
	text-align: left;
	width:738px;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #666;
	margin:0px auto 0px auto;
}


/* グリッド（固定幅） */
table.gridView {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border-width: 0;
	width:100%;
}

/* グリッド（非固定幅） */
table.flexibleGridView {
	margin:0px auto 0px auto;
	border: 1px solid #666;
}
.flexibleGridView td {
	padding: 3px;
}
.flexibleGridView tr.header {
	color: #333;
	text-align: left;
	height: 25px;
}
.flexibleGridView tr.header th {
	padding: 0 3px;
	vertical-align: middle;
	border-style: solid !important;
	border-color: #666;
	border-width: 0 1px 1px 0;
	white-space: nowrap !important;
	font-weight: bold;
	text-align: left;
	background-color:#FEF0E5;
}
.flexibleGridView tr.data {

}
.flexibleGridView tr.odd {
	background-color: #f5f4f1;
	color: #333;
}
.flexibleGridView tr.even {
	background-color: #ffffff;
	color: #333;
}
.flexibleGridView tr.data td {
	border-style: solid;
	border-color: #999;
	border-width: 0 1px 0 0;
}



.gridView td {
	padding: 3px;
}
.gridView tr.header {
	color: #333;
	text-align: left;
	height: 25px;
}
.gridView tr.header th {
	padding: 0 3px;
	vertical-align: middle;
	border-style: solid !important;
	border-color: #666;
	border-width: 0 1px 1px 0;
	white-space: nowrap !important;
	font-weight: bold;
	text-align: left;
	background-color:#FEF0E5;
}
.gridView tr.data {

}
.gridView tr.odd {
	background-color: #ffffff;
	color: #333;
}
.gridView tr.even {
	background-color: #f5f4f1;
	color: #333;
}
.gridView tr.data td {
	border-style: solid;
	border-color: #666;
	border-width: 0 1px 0 0;
}

/* 検索サブウィンドウでの行ホバー色 */
tr.hover {
	background-color: #4964eb !important;
	color: #fff !important;
	cursor: pointer;
}

/* 該当データなしメッセージ */
div.noData {
	margin: 10px;
	border: 1px solid #f90;
	padding: 20px;	
	text-align: center;
	background-color: #fe9;
	color: #930;
	margin-left: 1rem!important;
}

/* 検索してくださいメッセージ */
div.pleaseSearch {
	margin: 10px;
	border: 1px solid #9e0;
	padding: 20px;	
	text-align: center;
	background-color: #dfa;
	color: #360;
}

/* ページセレクター */
.pageSelector {
	margin: 10px 10px 5px 0;
	font-family: Monospace;
	text-align:right;
}
.pageSelector a {
	margin-left: 3px;
	padding: 2px 3px;
	font-family: Monospace;
}
.pageSelector a:hover {
	background-color: #fc6;
}
.pageSelector a.pagerButton {
	padding: 2px 5px;
	border: 1px solid #999;
	background-color: #f0f0f0;
}
.pageSelector a.nextPrevious {

}
.pageSelector a.numeric {
	padding: 2px 5px;
}
.pageSelector span.current {
	margin-left: 3px;
	border: 1px solid #9c9;
	padding: 2px 5px;
	background-color: #c0f0f0;
	cursor: default;
}
.pageSelector span.pagerButton {
	margin-left: 3px;
	border: 1px solid #999;
	padding: 2px 5px;
	color: #aaa;
	background-color: #f0f0f0;
	cursor: default;
}

/* ↑新バージョンここまで <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* グリッド下の説明 */
.explanetionForGrid{
	text-align:left;
	margin:5px 10px 0px;
}

/* 列型 */
td.currency {
	text-align:right;
}
td.year {
	width:30px;
}
td.date {
	width:80px;
}
td.text {
	padding-right: 20px;
}
td.zipCode {
	width:60px;
}
td.prefecture {
	width:60px;
}

/*入力項目横　ボタン
 .buttonRightsideInput {
  vertical-align: bottom;
  margin-left: 1px;
} */

/* 受領画面 (.messagePage) 用 */
/*.messagePage .commentArea {
	text-align: left;
	font-size: 100%;
}
.messagePage p {
	margin-bottom: 10px;
}

.homeLink {
	display: block;
	width: 270px;
	height: 50px;
	margin-left: 20px;
	margin-right: auto;
}
.homeLink span {
	display: none;	
}

.logoutButton{
	font-size:100%;
	position: relative;
	top: 2em;
	text-align: center;
	margin-right: 20px;
	font-weight:normal;
}
.loginUser{
	font-size:100%;
	font-weight:bold;
	position: relative;
	top: 2em;
	text-align: right;
	margin-right: 5px;
}
*/
/* 必須注意書き */
.attention{
	font-size:100%;
	text-align:left;
	margin-left:10px;
}

.stepArea{
/*	margin-bottom:3px;*/
	margin-bottom:10px;
	margin-top:10px;
	text-align: center;
}

/* 必須 */
strong.required {
	font-weight: normal;
	color: Red;
}

/* 必須 */
strong.required_blue {
	font-weight: normal;
	color: Blue;
}



/*-----------------------------
フッターボタン
-------------------------------*/
/* 検索 */
.searchButton{
	margin-left:10px;
}

.footerButton {
	width: 250px;
	height: 32px;
	font-size: 14px;
}

.footerMiniButton {
	width: 210px;
	height: 32px;
	font-size: 14px;
}

.buttonArea {
	margin-top: 10px;
	text-align: center;
	font-size:100%;
}
.buttonArea a{
	margin:10px 10px 10px 10px;
}

.buttonArea .explanation{
	margin-top:1em;
}

.functionButton {
    height :  26px ;
    width  : 200px ;
    font-size : 14px ;	
}
.explanationButton{
	text-align:left;
	margin-left:10px;
}
.explanation{

}


/*-----------------------------
入力検証
-------------------------------*/
/* 検証結果メッセージ */
.validationSummary {
	margin: 10px 10px 0px;
	border: 1px solid #f00;
	background-color: #fee;
	color: #d00;
}

.validationSummary li {
	list-style-type: disc !important;
	margin-left: 2em;
	padding: 3px;
}
input.validation-error,
select.validation-error {
	border: 1px solid #f00 !important;
	background-color: #fee !important;
	color: #d00 !important;
	padding: 2px;
}

.addValidationError {
	border: 1px solid #f00 !important;
	background-color: #fee !important;
	color: #d00 !important;
	padding: 2px;	
}

/*-----------------------------
メッセージ通知
-------------------------------*/
.messageNotifier {
	margin: 10px;
}
.messageNotifier li {
	display: block;
	padding: 10px;
	margin-bottom: 5px;
}
.messageNotifier li.error {
	border: 1px solid #f00 !important;
	background-color: #fee !important;
	color: red !important;
}
.messageNotifier li.warning {
	border: 1px solid #f00 !important;
	background-color: #fee !important;
	color: red !important;
}
.messageNotifier li.information {
	border: 1px solid #00c !important;
	background-color: #eef !important;
	color: #00d !important;
}
.messageNotifier li.question{
	background-color: #ff8;
	color: #930;
	border: solid 1px #f86;
}


/*-----------------------------
汎用
-------------------------------*/

/* float clear 用 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
/*	width: 959px;
	border:solid 1px #d0d0d0;
*/	
	margin:0 auto;
	zoom: 1;
	width:1062px;
	height:700px;
}

/*-----------------------------
Debugger
-------------------------------*/

#toggleTraceConsole {
	position: absolute;
	bottom: 1px;
	right: 1px;
	z-index: 100;
	width: 13px;
	height: 13px;
	background-color: #06c;
	border-style: solid;
	border-width: 1px;
	border-color: #ccf #006 #006 #ccf;
	cursor: pointer;
}
#TraceConsole {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	font-family: monospace;
	background-color: #009;
	border: 1px solid #99f;
	color: #fc0;
	width: 40em;
	height: 16em;
	padding: 2px;
	z-index: 101;
	display: none;
}

#toggleScriptConsole {
	position: absolute;
	bottom: 1px;
	right: 18px;
	z-index: 100;
	width: 13px;
	height: 13px;
	background-color: #0c6;
	border-style: solid;
	border-width: 1px;
	border-color: #cfc #060 #060 #cfc;
	cursor: pointer;
}
#scriptConsoleArea {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	border: 1px solid #000;
	background-color: #ddd;
	padding: 0;
	height: 200px;
	display: none;
}
#scriptConsole {
	font-size: 12px;
	font-family: monospace;
	background-color: #000;
	border: 1px solid #999;
	color: #0f6;
	width: 40em;
	height: 170px;
	padding: 2px;
	margin: 0;
}
#btnRunScript {
	position: absolute;
	z-index: 102;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 24px;
}

#versionArea {
	position: absolute;
	z-index: 10;
	top: 30px;
	font-family: tahoma;
	font-style: italic;
	color: #666;
	width: 750px;
	text-align: right;
}
