/*---------------------------------
	背景対策
-----------------------------------*/
html, body, #wrapper {
	height:100%
}
body > #wrapper {
	height: auto;
}
/*---------------------------------
	ボックス構造
-----------------------------------*/
#wrapper {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	min-width: 980px;
	background-color: #f0f0f0;
	height: 100%;
	}
#container {
	/*width: 100%;*/
	margin: 0px;
	padding-top: 30px;
	background-image: url("../img/containerOverlay.png");
	background-repeat: repeat-x;
	height: 100%;
	overflow: hidden;
}
#sideBar {
	display: block;
	width: 240px;
	float: left;
	margin-right: -240px;
	height: 100%;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#maincontents {
	min-height: 100%;
	min-width: 720px;
	margin-left: 240px;
	margin-right: 20px;
	margin-bottom: -32767px;
	border-left-width: 1px;
	border-left-style: solid;
	padding-bottom: 32767px;
	padding-left: 30px;
	overflow: visible;
	height: 100%;
}
#maincontents2 {
	min-height: 100%;
	min-width: 720px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -32767px;
	padding-bottom: 32767px;
	overflow: visible;
	height: 100%;
}

#main {
	display: block;
	width: 100%;
	float: right;
	height: 100%;
}
.tblWrap {
	/* [disabled]overflow-x:auto; */
	width: 100%;
	background-color: #FFF;
	margin-bottom: 15px;
}
#groupArea {
	display: inline-block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-bottom: 0.5em;
	width: 100%;
}

/*---------------------------------
	ヘッダ
-----------------------------------*/
#header-container {
	display: block;
	background-image: url("../img/headerOverlay.png");
	background-repeat: repeat-x;
	height: 88px;
	min-width: 960px;
}
#loginHeader-container {
	display: block;
	background-image: url("../img/headerOverlay.png");
	background-repeat: repeat-x;
	height: 88px;
	min-width: 960px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
}
#header-left {
	float: left;
	height: 62px;
	width: 600px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 20px;
}
#header-right {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    height: 48px;
}

.menuLogOut,.menuHome {
	font-size: 0.8em;
	float: right;
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 30px;
	margin-left: 2em;
	padding-right: 0em;
	padding-left: 0em;
	background-position: center top;
	text-align: center;
	display: block;
	min-width: 30px;
}
.menuLogOut {
	background-image: url("../img/icon-logout.png");
}
.menuHome {
	background-image: url("../img/home-icon.png");
}
.menuLogOut:hover {
	background-image: url("../img/icon-logout-hover.png");
}
.menuHome:hover {
	background-image: url("../img/home-icon-hover.png");
}
.baseLink {
	text-decoration: none;
	color: #666;
}
.baseLink:hover {
	text-decoration: none;
	color: #000000;
}
/*---------------------------------
	ヘッダ下部バー
-----------------------------------*/
#infoBar {
	display: inline-block;
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#welcome {
	display: inline-block;
	color:#FFF;
	font-size:100%;
	float:left;
	margin-left:20px;
	padding-top:0.2em;
}
#welcome span.userName {
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight:bold;
}
#langSelect {
	display:inline-block;
	float:right;
	margin-right:20px;
}
#langSelect span {
	font-size: 93%;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	padding-right: 0.7em;
}
/*---------------------------------
	メインメニュー
-----------------------------------*/
#mainmenu {
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b3b3b3;
	border-bottom-color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
}
#mainmenu a {
	text-decoration:none;
}
.menuCat {
	width: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}
.menuHead {
	display: block;
	font-weight: bold;
	word-break:break-all;
	/* [disabled]cursor: pointer; */
}
.na {
	color: #B4B4B4;
}
.menuItem {
}
.menuItem li {
	word-break: break-all;
	display: block;
}
.menuItem li a, .menuItem li.on {
	display: block;
	text-decoration: none;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url("../img/icon-arw-s.png");
	background-repeat: no-repeat;
	background-position: 3em center;
}
.menuItem li a:hover {
}
#menu01,#menu02,#menu03,#menu04, .extLink {
	display: block;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 3.5em;
	line-height: 1.4em;
}
#menu01 {
	background-image: url("../img/icon-pass.png");
}
#menu02 {
	background-image: url("../img/icon-set.png");
}
#menu03 {
	background-image: url("../img/icon-book.png");
}
.extLink {
	background-image: url("../img/icon-extlink.png");
}
.items {
	display: inline-block;
	background-color: #F00;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 83%;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-left: 1em;
	line-height: 1em;
	vertical-align: middle;
}
.opr {
	display: block;
	margin-bottom: 15px;
}
/*---------------------------------
	ログイン画面
-----------------------------------*/
#loginHeader {
	display:block;
	width:100%;
	height:100%;
	padding-top:15px;
}
#loginHeader img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#login-formbox {
	height: 100%;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #B5B5B5;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}
#logincontents {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 640px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B5B5B5;
	border-bottom-color: #ffffff;
}
#login-formbox input.loginCompornent {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: -moz-linear-gradient(top, #f0f0f0, #ffffff);
	background-image: -ms-linear-gradient(top, #f0f0f0, #ffffff);
	background-image: -o-linear-gradient(top, #f0f0f0, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f0f0f0), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
	background-image: linear-gradient(top, #f0f0f0, #ffffff);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	width: 430px;
	font-size: 100%;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}
#login-formbox input.textinputerror {
	background-color: #ffffff;
	border: 1px solid #ff5963;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: -moz-linear-gradient(top, #ffa9a9, #ffedee);
	background-image: -ms-linear-gradient(top, #ffa9a9, #ffedee);
	background-image: -o-linear-gradient(top, #ffa9a9, #ffedee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffa9a9), to(#ffedee));
	background-image: -webkit-linear-gradient(top, #ffa9a9, #ffedee);
	background-image: linear-gradient(top, #ffa9a9, #ffedee);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 100%;
	padding: 4px;
	width: 430px;
}
.loginButton {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	text-align: center;
}
button.back {
	font-weight:bold;
	margin-top:2em;
	padding:1em;
	width:10em;
}
.inputRow {
	display: block;
	width: 100%;
	margin-bottom: 3em;
}
.inputRow label {
	text-align: right;
	display: inline-block;
	width: 90px;
	margin-right: 20px;
	font-weight: bold;
	vertical-align: middle;
	word-break:break-all;
}
.loginCompornent {
	width: 70% ;
}

/*---------------------------------
	テーブル
-----------------------------------*/
.editTbl{
	font-size: 13px;
	border-collapse: collapse;
	line-height: 2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
	background-color: #FFF;
	min-width: 670px;
	display: table;
	width: 100%;
}
.editTbl th, .tabeditTbl th {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	white-space: nowrap;
	min-width: 150px;
}
.editTbl td, .tabeditTbl td {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right:10px;
	white-space: nowrap;
}
.editTbl td.mergcell {
	min-width:520px;
}
.tabeditTbl td.mergcell {
	min-width:513px;
}

.editTbl tr, .tabeditTbl tr, .editTblInner tr {
	border-bottom: 1px #d9d9d9 solid ;
}
.editTbl td button {
	vertical-align: baseline;
}
.editTbl td span {
	vertical-align: middle;
	color: #999;
	font-size: 11px;
	display: inline-block;
	line-height: 14px;
	padding-left: 0.5em;
}
.editTblInner td span, .tabeditTbl td span {
	vertical-align: middle;
	color: #999;
	font-size: 11px;
	display: inline-block;
	line-height: 14px;
	/* [disabled]padding-top: 0.5em; */
	font-weight: normal;
}

.editAttrVal, .editAttrVal_width {
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	white-space: nowrap;
}
.editTblInner {
	width:100%;
}
.editTblInner td {
	min-width: 0px;
	font-weight: bold;
}
.tabeditTbl {
	font-size: 13px;
	border-collapse: collapse;
	line-height: 2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
	background-color: #FFF;
	min-width: 663px;
	display: table;
	width: 100%;
}
.editTbl .nobor, .tabeditTbl .nobor, .editTblInner .nobor {
	border:none;
}
.nobor {
	border-top-width: 0px;
	border-bottom-width:0px;
}
.editTbl .nopad, .tabeditTbl .nopad, .editTblInner .nobor {
	padding:0px;
}
.editTbl .algv, .tabeditTbl .algv, .editTblInner .algv {
}
.editTblInner tr.addTr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #63C;
}
.colps {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d9d9d9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d9d9d9;
}

/*テーブル下ボタンエリア*/
.table-footer {
	padding-top: 1em;
	margin-bottom: 2em;
}
.table-footer a {
	text-decoration:none;
}
.before {
	color: #F00;
	text-indent: 4px;
}
.comment {
	font-size: 91%;
	color: #666;
	text-indent: 4px;
}


/*---------------------------------
	フォーム部品
-----------------------------------*/
/*テキストボックス*/
input.textinput, textarea.textarea {
	background-color: #ffffff;
	border: 1px solid #999999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: -moz-linear-gradient(top, #f0f0f0, #ffffff);
	background-image: -ms-linear-gradient(top, #f0f0f0, #ffffff);
	background-image: -o-linear-gradient(top, #f0f0f0, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f0f0f0), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
	background-image: linear-gradient(top, #f0f0f0, #ffffff);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	min-width: 230px;
	font-size: 100%;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	vertical-align: middle;
}
input.textinputerror {
	background-color: #ffffff;
	border: 1px solid #ff5963;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: -moz-linear-gradient(top, #ffa9a9, #ffedee);
	background-image: -ms-linear-gradient(top, #ffa9a9, #ffedee);
	background-image: -o-linear-gradient(top, #ffa9a9, #ffedee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffa9a9), to(#ffedee));
	background-image: -webkit-linear-gradient(top, #ffa9a9, #ffedee);
	background-image: linear-gradient(top, #ffa9a9, #ffedee);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 100%;
	padding: 4px;
	min-width: 250px;
}
.editTblInner input.textinput, .tabeditTbl input.textinput {
	min-width: 230px;
	font-weight:normal;
}
.editTblInner input.textinputerror, .tabeditTbl input.textinputerror {
	min-width: 230px;
	font-weight:normal;
}

/*セレクトボックス*/
#container select {
	min-width: 50px;
	padding: 4px;
	vertical-align: middle;
	font-size: 100%;
	margin-right: 0.5em;
	background-color: #FFF;
	border: 1px solid #666;
}
.editAttrVal select {
	line-height: 12px;
	background-color: #cbf0ff;
	margin-top: 0px;
	height: 26px;
	color: #0282b8;
	vertical-align: middle
}
/*エラーメッセージ*/
.inputerror {
	font-weight: bold;
	color: #FF0000;
	background-image: url("../img/error-cross.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left 10px;
	padding-top: 10px;
	padding-bottom: 1px;
	display: block;
	height: 26px;
	line-height: 13px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
}

/*---------------------------------
	タブ
-----------------------------------*/
ul.tabMenu {
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	font-size: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: -1px;
	margin-left: 0;
}
ul.tabMenu li {
	font-size: 14px;
	list-style-type: none;
	padding: 0;
	display: inline-block;
    *display:inline;/*IE ONLY*/
	position: relative;
	top: 0;
	left: 0;
    *top:1px;/*IE 7 ONLY*/
	zoom: 1;
	float: left;
	margin-top: 0;
	margin-right: -2px;
	margin-bottom: 0;
	margin-left: 0;
}

ul.tabMenu li a {
	color:#e6e6e6;
	text-decoration: none;
	display: inline-block;
	padding: 9px 15px;
	position: relative;
	top: 0;
	left: 0;
	line-height: 100%;
	-webkit-box-shadow: inset 0 -3px 3px rgba(0,0,0,0.03);
	-moz-box-shadow: inset 0 -3px 3px rgba(0,0,0,0.03);
	box-shadow: inset 0 -3px 3px rgba(0,0,0,0.03);
	font-size: 0.9em;
	zoom: 1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

ul.tabMenu li a:hover {
    background:#fff;
}

ul.tabMenu li.tbl_selected a {
	position: relative;
	top: 0px;
	left: 0;
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight: bold;
}
.tabContents {
	background-color: #FFF;
	display: block;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.GTitle {
	color: #FFF;
	cursor: pointer;
	display: block;
	text-indent: 0.7em;
	font-size: 1.3em;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	text-indent: 2em;
}
.toggle tr {
	background-image: url("../img/icon-toggle1.png");
	background-repeat: no-repeat;
	background-position: 8px 9px;
	background-color: #333;
}
.active tr {
	background-image: url("../img/icon-toggle2.png");
	background-repeat: no-repeat;
	background-position: 8px 9px;
	background-color: #333;
}
.tabContentsInner {
	display: block;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}

/*---------------------------------
	メッセージ
-----------------------------------*/
.infoArea, .msgArea {
	display: block;
	margin-bottom: 24px;
}
.infoArea {
	background-color: #FFF;
	padding: 2em;
}
.infoArea p {
	padding-bottom: 1.4em;
	/* [disabled]font-size: 12px; */
}
.msgArea {
	text-align:center;
	padding-top:1em;
}
.msg-proc, .msg-comp, .msg-caut {
	display: block;
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 30px;
	font-size: 133%;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}
.msg-proc {
	background-image: url("../img/icon-processing.png");
	border-style:solid;
	border-width:1px;
}
.msg-comp {
	background-image: url("../img/icon-completed.png");
	border-style:solid;
	border-width:1px;
}
.msg-caut {
	background-image: url("../img/icon-caution.png");
	color: #F00;
	border: 1px solid #F00;
	background-color: #ffe2e2;
}
.msg-proc p, .msg-comp p, .msg-caut p {
	display: tabel-cell;
	margin-left: 80px;
	vertical-align: middle;
	line-height: 1.5em;
}
.errorTxt {
	font-size: 14px;
	padding-top: 20px;
	font-weight: bold;
	color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
.compNotice {
	color: #960;
}
.compError {
	color: #F00;
}

/*---------------------------------
オプションヘッダフッタ
-----------------------------------*/
.contHeader {
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}
.contFooter {
	display: block;
	margin-top: 0.5em;
}

/*---------------------------------
	タグ再定義
-----------------------------------*/
/*Hタグ*/
h1 {font-size:250%; margin-bottom:15px;}
h2 { /*h2のみシステムが利用します*/
	font-size: 167%;
	line-height:130%;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
	display: block;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url("../img/h2-back.png");
	background-repeat: repeat-x;
	font-weight: bold;
	word-break:break-all;
}
h3 {font-size:150%; margin-bottom:12px;}
h4 {
	font-size: 125%;
	margin-bottom: 10px;
	font-weight: bold;
}
h5 {font-size:108%; margin-bottom:10px;}
/*HR*/
hr {
	clear: both;
	border-bottom: 0;
	border-top: 1px dotted #ccc;
	border-right: 0;
	border-left: 0;
	margin: 30px 0;
	min-height: 0;
	[disabled]height:1px;
}
hr.alt1 {
	border-style: solid;
}
hr.alt2 {
	border-style: dashed;
}
#maincontents hr {
	clear: both;
	border-bottom: 0;
	border-top: 2px dotted;
	border-right: 0;
	border-left: 0;
	min-height: 0;
	[disabled]height:1px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

/*---------------------------------
	Clearfix
-----------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}



/*---------------------------------
	ボタン
-----------------------------------*/

/*--ログインボタン----------*/
button.login, a.btn.login, a.button.login, input[type=submit].login, input[type=reset].login, input[type=button].login {
	font-weight: bold;
	margin-top: 2em;
	padding: 1em;
	width: 10em;
}

/*--デフォルトボタン----------*/
button, a.btn, a.btn:visited, a.button, a.button:visited, input[type="submit"], input[type="reset"], input[type="button"] {
position:relative;
top:0;
left:0;
vertical-align: middle;
margin:0;
padding:10px 15px;
line-height:100%;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
cursor: pointer;
width:auto;
overflow:visible;
font-weight:normal;
font-size:14px; /*Pixels for consistancy*/
text-decoration:none;
vertical-align: middle;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display:inline-block;
zoom:1;
border-width: 1px;
border-style: solid;
}

button, input[type="submit"], input[type="reset"], input[type="button"] {
min-width:7em;
margin-right:1em;
}

	a.btn,a.button{}/*overrides*/
	button.small, a.btn.small, a.button.small {
	font-size: 0.8em;
	padding: 5px 10px;
	}
	button.medium, a.btn.medium, a.button.medium{}/*default*/
	button.large, a.btn.large, a.button.large {
	font-size:1.3em;
	padding:10px 20px;
	}
	button.disabled, a.btn.disabled, a.button.disabled{
	cursor:default;
	}
	button.disabled:hover, a.btn.disabled:hover, a.button.disabled:hover {
	border-width: 1px;
	border-style: solid;
	}

	button:hover,  a.btn:hover, a.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	border-width: 1px;
	border-style: solid;
	}

/*--カラ－ボタン共通----------*/
button.login, a.btn.login, a.button.login, input[type=submit].login, input[type=reset].login, input[type=button].login, button.login:hover,  a.btn.login:hover,  a.button.login:hover, button.orange, a.btn.orange, a.button.orange, input[type=submit].orange, input[type=reset].orange, input[type=button].orange, button.blue, a.btn.blue, a.button.blue, input[type=submit].blue, input[type=reset].blue, input[type=button].blue, button.pink, a.btn.pink, a.button.pink, input[type=submit].pink, input[type=reset].pink, input[type=button].pink, button.maincolor, a.btn.maincolor, a.button.maincolor, input[type=submit].maincolor, input[type=reset].maincolor, input[type=button].maincolor, button.subcolor, a.btn.subcolor, a.button.subcolor, input[type=submit].subcolor, input[type=reset].subcolor, input[type=button].subcolor {
border-width: 1px;
border-style:solid;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}






/*------------------------END---------------------------------*/

/*------------------------ADD START---------------------------*/
.spanorg {
	color: #333 !important;
	font-size: 100% !important;
	line-height: 2em !important;
	padding-left: 4px !important;
	display:inline !important;
}
div.multidisp div{
	display:table-cell;
	vertical-align:middle;
}

* html div.multidisp div{/* IE */
	display:inline;
	zoom:1;
}
/*------------------------END---------------------------------*/
