
@charset "UTF-8";
html {
  width: 100%;
  font-size: 12px;
  color: #393939;
  background: #e0e0e0;
  font-family: Verdana, "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

body {
  background: #e0e0e0 url(../images/bg_header.gif) repeat-x top left;
  font-family: Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka-mono,monospace;
}

body.AlternativeEnvironment { /*動作検証様環境の場合この色になる*/
  background: #d0d0a0 url(../images/bg_header.gif) repeat-x top left;
}

.MainColumnWrapper {
  width: 960px;
  margin: 6px auto;
  position: relative;
}
.PopuPageMainColumnWrapper {
  width: 580px;
  margin: 6px auto;
  position: relative;
}

.Footer {
  width: 960px;
  margin: 0px auto;
  font-size: 10px;
  text-align: right;
  color: #999;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.PopupPageFooter {
  width: 580px;
  margin: 0px auto;
  font-size: 10px;
  text-align: right;
  color: #999;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

/* ------------------ Hreader --------------------- */
.NaviHeader {
  width: 960px;
  margin: 0px auto;
  position: relative;
}

.HNaviHome {
  display: block;
  background: url(../images/bg_navi_home.gif) no-repeat top left;
  max-width: 52px;
  text-align: center;
}

.HNaviHomeButton {
  display: block;
  width: 52px;
  padding-top: 26px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-shadow: 1px 1px 1px #e0e0e0;
}
.HNaviHomeButton:hover {
  background: url(../images/bg_navi_home_on.gif) no-repeat top left;
  color: #999;
}

.HNaviListWrapper {
  background: url(../images/border_header_navi.gif) no-repeat top left;
}

.HNaviListTable {
  width: 780px;
  margin-left: 1px;
}

.HNaviList {
  background: url(../images/border_header_navi.gif) no-repeat top right;
  padding-right: 1px;
}

td.HNaviList {
    min-width: 75px;
    max-width: 90px;
}

.HNaviButton {
  display: block;
  position: relative;
  text-align: center;
  padding: 10px 0px 16px 0px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  text-shadow: 1px 1px 1px #e0e0e0;
  background: url(../images/bg_header_navi.gif) no-repeat bottom center;
}
.HNaviButton:hover {
  background: url(../images/bg_header_navi_on.gif) no-repeat bottom center;
  color: #999;
}

.HSubNaviMainPosition {
  position: relative;
  height: auto;
}
.HSubNaviMainPosition .HSubNaviListWrapper {
  position: absolute;
  display: none;
}

.HSubNaviMainPosition:hover .HSubNaviListWrapper {
  display: block;
  position: absolute;
  z-index: 100;
  -moz-box-shadow: 2px 2px 5px #959595;
  -webkit-box-shadow: 2px 2px 5px #959595;
}

.HSubNaviList {
  background: #f8f8f8;
  height: 24px;
}

.HSubNaviButton {
  /*display: inline-block;*/
  display: block;
  text-decoration: none;
  padding: 2px 2px;
  color: #333;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  background: inherit !important;
  height: 100%;
}
.HSubNaviButton:hover {
  /*display: inline-block;*/
  display: block;
  text-decoration: none;
  padding: 2px 2px;
  background: #2586cf !important;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  color: #FFF;
}

.HNaviUser {
  width: 100px;
  text-align: right;
}

/* ------------------ Hreader close --------------------- */
/* ------------------ SubPageHreader --------------------- */
.SubPageHeader {
  width: 960px;
  margin: 0px auto;
  position: relative;
  height: 47px;
}
.PopupPageHeader {
  width: 580px;
  margin: 0px auto;
  position: relative;
  height: 47px;
}

.SubPageHeaderBtn {
  text-align: right;
}

/* ------------------ Footer --------------------- */
.FCopyRight {
  clear: both;
  text-align: right;
  color: #a1a89b;
  padding-top: 6px;
}

/* ------------------ Footer close --------------------- */
/* ------------------ MainColumn --------------------- */
 /*::::::::::::::::::::::::::::::::::
  ＜ボタン指定＞
	ボタン指定の要素は以下のとおりです。
	　・ボタン指定
	　・ボタンサイズ
	　・ボタンの色
	　・アイコンの種類(必要であれば）
:::::::::::::::::::::::::::::::::::*/
/* ボタン指定 */
.Button {
  display: inline-block;
  padding: 1px 4px 2px;
  margin: 0px 5px 3px 0px; /* haml にするとボタンが狭まるので margin を足した*/
  text-decoration: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background-color: #222;
  /*	background-image:url(../images/overlay.png); */
  background-position: top left;
  background-repeat: repeat-x;
  color: #fff;
  z-index: 1;
}
.Button:hover {
  background-color: #111;
  /* margin: 1px 0px 2px 1px; */ /* ボタンを乗せるとがくがくするので削除 */
  -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
}


/* ボタンサイズ */
.BSizeSmall {
  font-size: 10px;
}

.BSizeMedium {
  font-size: 12px;
}

.BSizeLarge {
  font-size: 14px;
}

.BSizeBig {
  font-size: 20px;
}

/* ボタンの色 */
.BColorLightGray {
  background-color: #c2c2c2;
	border:1px #8b8b8b solid;
	color:#8b8b8b;
}
.BColorLightGray:hover {
  background-color: #989898;
}
.ButtonNoLink.BColorLightGray {
  background-color: #c2c2c2;
	cursor:default;
}
.ButtonNoLink.BColorLightGray:hover {
  background-color: #c2c2c2;
  margin: 0px 1px 3px 0px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	cursor:default;
}

.BColorGray {
  background-color: #8b8b8b;
	border:1px #8b8b8b solid;
  color: white !important;
}
.BColorGray:hover {
  background-color: #707070;
}
.ButtonNoLink .BColorGray {
  background-color: #c2c2c2;
}
.ButtonNoLink .BColorGray:hover {
  background-color: #c2c2c2;
}

.BColorWhite {
  background-color: #ffffff;
  color: #2586cf !important;
	border:1px #2586cf solid;
}
.BColorWhite:hover {
  background-color: #f2f2f2;
}
.ButtonNoLink .BColorWhite {
  background-color: #c2c2c2;
}
.ButtonNoLink .BColorWhite:hover {
  background-color: #c2c2c2;
}

.BColorBlue {
  background-color: #2586cf;
	border:1px #2586cf solid;
  color: white !important; // jquery ui に負けないように
}
.BColorBlue:hover {
  background-color: #0168b6;
}
.ButtonNoLink .BColorBlue {
  background-color: #c2c2c2;
}
.ButtonNoLink .BColorBlue:hover {
  background-color: #c2c2c2;
}

.BColorRed {
  background-color: #c04040;
  border:1px #c04040 solid;
}
.BColorRed:hover {
  background-color: #802020;
}
.ButtonNoLink .BColorRed {
  background-color: #c2c2c2;
}
.ButtonNoLink .BColorRed:hover {
  background-color: #c2c2c2;
}


.BColorLightBlue {
  background-color: #e7f1f7;
  color: #2586cf !important;
	border:1px #2586cf solid;
}
.BColorLightBlue:hover {
  background-color: #d8e9f3;
}
.ButtonNoLink .BColorLightBlue {
  background-color: #c2c2c2;
}
.ButtonNoLink .BColorLightBlue:hover {
  background-color: #c2c2c2;
}

.BColorLightGreen {
  background-color: #86a66f;
  color: #ffffff;
	border:1px #86a66f solid;
}
.BColorLightGreen:hover {
  background-color: #6a8b53;
}
.ButtonNoLink .BColorLightGreen {
  background-color: #c2c2c2;
}
.ButtonNoLink .BColorLightGreen:hover {
  background-color: #c2c2c2;
}

/* アイコンの種類 */
/* 検索アイコン */
.IconTypeSearchWhite {
  background-image: url(../images/icon_search_white.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

.IconTypeSearchBlue {
  background-image: url(../images/icon_search_blue.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

/* カレンダーアイコン */
.IconTypeCalendarWhite {
  background-image: url(../images/icon_calendar_white.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

.IconTypeCalendarBlue {
  background-image: url(../images/icon_calendar_blue.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

/* 編集アイコン */
.IconTypeEditWhite {
  background-image: url(../images/icon_edit_white.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 17px; /* ボタンの文字と画像の間のスペースのため */
  padding-top: 1px;
  min-height: 14px; 
  
}

.IconTypeEditBlue {
  background-image: url(../images/icon_edit_blue.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

/* コピー（複製）アイコン */
.IconTypeCopyWhite {
  background-image: url(../images/icon_copy_white.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

.IconTypeCopyBlue {
  background-image: url(../images/icon_copy_blue.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

/* 削除アイコン */
.IconTypeDelWhite {
  background-image: url(../images/icon_del_white.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

.IconTypeDelBlue {
  background-image: url(../images/icon_del_blue.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

/* 追加アイコン */
.IconTypeAddWhite {
  background-image: url(../images/icon_add_white.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

.IconTypeAddBlue {
  background-image: url(../images/icon_add_blue.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

/* リストアイコン */
.IconTypeListWhite {
  background-image: url(../images/icon_list_white.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

.IconTypeListBlue {
  background-image: url(../images/icon_list_blue.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

/* 矢印：右アイコン */
.IconTypeArrowRightWhite {
  background-image: url(../images/icon_arrow_right_white.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
  background-position: center right;
  padding-left: 6px;
  padding-right: 15px;
}

.IconTypeArrowRightBlue {
  background-image: url(../images/icon_arrow_right_blue.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
  background-position: center right;
  padding-left: 6px;
  padding-right: 15px;
}

/* 矢印：左アイコン */
.IconTypeArrowLeftWhite {
  background-image: url(../images/icon_arrow_left_white.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

.IconTypeArrowLeftBlue {
  background-image: url(../images/icon_arrow_left_blue.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

/* 矢印：上アイコン */
.IconTypeArrowUpWhite {
  background-image: url(../images/icon_arrow_up_white.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

.IconTypeArrowUpBlue {
  background-image: url(../images/icon_arrow_up_blue.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

/* 矢印：下アイコン */
.IconTypeArrowDownWhite {
  background-image: url(../images/icon_arrow_down_white.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

.IconTypeArrowDownBlue {
  background-image: url(../images/icon_arrow_down_blue.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

/* 分割アイコン */
.IconTypeDivideWhite {
  background-image: url(../images/icon_divide_white.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

.IconTypeDivideBlue {
  background-image: url(../images/icon_divide_blue.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

/* 更新アイコン */
.IconTypeRefreshWhite {
  background-image: url(../images/icon_refresh_white.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

.IconTypeRefreshBlue {
  background-image: url(../images/icon_refresh_blue.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

/* 印刷アイコン */
.IconTypePrintWhite {
  background-image: url(../images/icon_print_white.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

.IconTypePrintBlue {
  background-image: url(../images/icon_print_blue.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

/* 電話アイコン */
.IconTypeTelWhite {
  background-image: url(../images/icon_tel_white.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

.IconTypeTelBlue {
  background-image: url(../images/icon_tel_blue.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  padding-top: 1px;
  min-height: 14px;
}

/* アイコンのみ */
.IconOnly {
  background-position: center center;
  padding: 1px 4px 2px 15px;
}

 /*::::::::::::::::::::::::::::::::::
  ＜ボックス指定＞
	ボタン指定の要素は以下のとおりです。
	　・ボックスの色（線の有無も含める）
	　・ボックスに影を付ける場合の指定（必要であれば）
	　・ボックスのサイズ（用途に合わせて用意しています）
:::::::::::::::::::::::::::::::::::*/
/* ボックスの色 */
.WhiteBox {
  margin: 0;
  padding: 6px;
  text-align: left;
  background: #ffffff;
  border: 1px solid #6a6a6a;
  position: relative;
  z-index: 0;
}

/* ボックスに影を付ける場合の指定 */
.BoxShadow {
  -moz-box-shadow: 0px 0px 5px #959595;
  -webkit-box-shadow: 0px 0px 5px #959595;
}

/* ボックス角丸にする場合の指定 */
.BoxRoundedCorner {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

 /* ボックスのサイズ */
.BoxSize400{
	width:400px !important;
}
.BoxSize690{
	width:690px;
}
.BoxSize780{
	width:780px;
}
.BoxSize835{
	width:835px;
}
.BoxSize960{
	width:960px;
}
/* ボックスのサイズ */
.BoxSize690 {
  width: 690px;
	margin-bottom:2px;
}

.BoxSize835 {
  width: 835px;
}

.BoxSize960 {
  width: 960px;
}
.BoxSize580 {
  width: 580px;
}

.MarginBottom {
  margin-bottom:2px;
}

/* ボックスのタイプ */
.BoxTypeSearch {
  border-collapse: separate;
  margin: 0px 0px 0px 0px;
       padding:0px;
}

.BoxTypeSearchInner{
  border-collapse:separate;
  border-spacing: 3px;
  padding: 2px;
  width: 100%;
}



.BoxTypeSearchBtn {
  border-top: 1px dashed #959595;
  text-align: right;
  padding-top: 3px;
}

.BoxTypeMainData {
  border-collapse: separate;
  border-spacing: 2px;
  margin: 0px 0px 6px 0px;
  padding: 2px;
}
.BoxTypePopupPageMainData {
	width:100%;
  border-collapse: separate;
  border-spacing: 2px;
	font-size:10px;
}
.TextTypePopupPageMainDataRoomName {
	font-size:14px;
	font-weight:bold;
}

.BoxTypeSubEdit {
  width: 100%;
  border-top: 2px solid #666;
  border-collapse: separate;
  border-spacing: 5px;
  margin: 0px 0px 6px 0px;
  padding: 2px;
}

.BoxTypeSubBtn {
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0px 0px 0px 0px;
  padding: 2px;
  float: right;
}

.BoxTypeDetaNavigation {
  width: 210px;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0px 0px 0px 0px;
  padding: 2px;
  margin-left: 40px;
}

.BoxTypeSummaryEdit {
  border-collapse: separate;
  border-spacing: 4px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 10px;
  width: 100%;
}
.BoxTypeSummaryEdit tr {
  vertical-align: top;
}
.BoxTypeSummaryCopyBtn {
  text-align: center;
}
.BoxTypeSummaryPastMonth {
  width: 100%;
  background: #c7c7c7;
  border-top: 1px solid #6a6a6a;
  border-left: 1px solid #6a6a6a;
  color: #6a6a6a;
}
.BoxTypeSummaryPastMonthTh {
  border-bottom: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  padding: 2px;
}
.BoxTypeSummaryPastMonthTd {
  background: #ffffff;
  border-bottom: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  padding: 2px;
  width: 450px;
  height: 80px;

}
.BoxTypeSummaryTitle {
  width: 6px;
  padding: 0px;
}
.TextTypeSummaryPastMonth {
  font-size: 14px;
  font-weight: bold;
}
.BoxTypeSummaryMonth {
  width: 100%;
  background: #b2d6f5;
  border-top: 1px solid #3a91d3;
  border-left: 1px solid #3a91d3;
}
.TextTypeSummaryMonth {
  font-size: 16px;
  font-weight: bold;
}
.BoxTypeSummaryMonthTh {
  border-bottom: 1px solid #3a91d3;
  border-right: 1px solid #3a91d3;
  padding: 3px 2px 4px 2px;
}
.BoxTypeSummaryMonthTd {
  background: #ffffff;
  border-bottom: 1px solid #3a91d3;
  border-right: 1px solid #3a91d3;
  padding: 2px;
  width: 450px;
  height: 80px;
}

.BoxTypeSummaryElementTd {
  background: #ffffff;
  border-bottom: 1px solid #3a91d3;
  border-right: 1px solid #3a91d3;
  padding: 2px;
  height: 80px;
}

.BoxTypeMonthListTableHead {
  background: #c7c7c7;
  font-size: 10px;
  width: 100%;
}
.TextTypeMonthListTableHeadPastMonth {
  font-size: 14px;
  font-weight: bold;
}
.TextTypeMonthListTableHeadMonth {
  font-size: 16px;
  font-weight: bold;
}
.BoxTypeMonthListTableHead tr {
  vertical-align: bottom;
}
.BoxTypeMonthListTableHeadMonthList {
  width: 120px;
}
.BoxTypeMonthListTableHead .ListNameMonth {
  width: 229px;
  background: #b2d6f5;
  vertical-align: bottom;
}
.BoxTypeMonthListTableHeadBtnPrev {
  float: left;
	text-align:right;
	width:104px;
	vertical-align:bottom;
	line-height:150%;
	margin-right:14px;
}
.BoxTypeMonthListTablePastMonth{
	padding:3px 0px 0px 0px;
	display:inline-block;
}
.BoxTypeMonthListTableHeadBtnNext {
  float: right;
}
.BoxTypeMonthListTableBtnAdd {
  float: left;
}
.BoxTypeMonthListTableHeadMonth {
	padding:15px 0px 0px 0px;
	display:inline-block;
}
.BoxTypeMonthListTableHeadAlertSetting {
  float: right;
  width: 66px;
  background: #ffffff;
  padding: 2px;
  vertical-align: bottom;
}
.BoxTypeMonthListTableHeadAlertSettingInput {
  width: 40px;
}

.BoxTypeBreakdownListTable {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  font-size: 12px;
  color: #6a6a6a;
}
.BoxTypeBreakdownListTable tr {
  vertical-align: top;
}
.BoxTypeBreakdownListByPastMonth {
	background:#666;
	border-collapse:separate;
	border-spacing:1px;
  width: 120px;
}
	.BoxTypeBreakdownListByPastMonth th{
			background: #c7c7c7;
			font-size:10px;
	}
.BoxTypeBreakdownListByMonth {
	background:#3a91d3;
	border-collapse:separate;
	border-spacing:1px;
  width: 120px;
}
.BoxTypeBreakdownCaptionExpense, .BoxTypeBreakdownCaptionTotal {
  background: #c7c7c7;
	font-size:10px;
}
.BoxTypeBreakdownListExpense{
  padding:2px;
  background: #ffffff;
  
  /* これがあると、ポップアップテキストが表示されない
  overflow: hidden;
  */
}



.BoxTypeBreakdownHoverExplanation{
	float:right;
	width:97px;
}
.BoxTypeBreakdownBtnEdit{
	float:right;
}
.BoxTypeBreakdownListSubTotal{
  background: #ffffff;
	text-align:right;
	padding:1px;
	height:24px;
        white-space:nowrap;
}
.BoxTypeBreakdownListTotal{
  background: #ffffff;
	color:#000;
  border-top: 1px solid #6a6a6a;
	text-align:right;
	font-weight:bold;
	font-size:12px;
	padding:1px;
	height:30px;
        white-space:nowrap;
}

tr.TrnasferMonth td.Total{
  background: #ffffff;
	color:#000;
  border-top: 1px solid #6a6a6a;
	text-align:right;
	font-weight:bold;
	font-size:12px;
	padding:1px;
	height:30px;
        white-space:nowrap;
}
tr.Total td{
  background: #ffffff;
	color:#000;
  border-top: 1px solid #6a6a6a;
	text-align:right;
	font-weight:bold;
	font-size:12px;
	padding:1px;
	height:30px;
  white-space:nowrap;
}
.BoxTypeBreakdownListSubTotalByMonth{
  background: #ffffff;
	color:#000;
  border-top: 1px solid #3a91d3;
	text-align:right;
	font-weight:bold;
	font-size:12px;
	padding:1px;
	height:30px;
        white-space:nowrap;
}
.BoxTypeBreakdownListTotalByMonth{
  background: #b2d6f5;
	color:#000;
  border-top: 1px solid #3a91d3;
	text-align:right;
	font-size:12px;
	padding:1px;
	height:30px;
	width:100px;
}
.BoxTypeBreakdownListTotalByPastMonth{
	width:100px;
}
.BoxTypeBreakdownListNamePastMonth {
  width: 226px;
}
.BoxTypeBreakdownListNameMonth {
  width: 226px;
}
.BoxTypeBreakdownCaptionExpense {
  background: #c7c7c7;
	font-size:10px;
}
.BoxTypeBreakdownCaptionTotal {
  background: #c7c7c7;
	font-size:10px;
}
.BoxTypeBreakdownCaptionByPastMonth {
  background: #c7c7c7;
	font-size:10px;
	padding:1px;
}
.BoxTypeBreakdownCaptionByMonth {
  background: #b2d6f5;
	color:#3a91d3;
	font-size:10px;
	padding:1px;
}
.BoxTypeBreakdownCaptionTotalByPastMonth {
  background: #b2d6f5;
	font-size:10px;
}
.BoxTypeBreakdownCaptionTotalByMonth {
  background: #b2d6f5;
	font-size:10px;
}
.BoxTypeBreakdownTableTotal{
	background:#3a91d3;
	border-collapse:separate;
	border-spacing:1px;
	width:226px;
}
.BoxTypeBreakdownTableTotal td{
	vertical-align:middle;
}
.BoxTypeBreakdownTableSubTotal{
  background: #b2d6f5;
	border:1px solid #3a91d3;
	border-top:2px solid #3a91d3;
	text-align:right;
	vertical-align:middle;
	font-size:12px;
	color:#000;
}
.BoxTypeBreakdownTableSizeWide{
	width:100%;
}
.BoxTypeBreakdownTableSizeHalf{
	width:468px;
}
.BoxTypeBreakdownListDataByMonth{
	background:#fff;
	color:#000;
	padding:1px;
}

.MonthCol{
	background:#fff;
	color:#000;
	padding:1px;
  text-align:right;
}

.BoxTypeMonthListTable .BoxTypeListNameMonth .SubListName {
  background: #b2d6f5;
}

.DataMarkLightBlueBorder {
  border-left: 4px solid #b2d6f5;
  padding-left: 5px;
}

.BoxTypeMainDataBtn {
  width: 270px;
  vertical-align: bottom;
  text-align: right;
}

.BoxTypeTopDataBlue{
  background: #b2d6f5;
	border-collapse:separate;
	border-spacing:10px;
	margin:6px;
	width:450px;
}
.TextTypeTopDataBlueMainData{
	font-size:16px;
	font-weight:bold;
}
.BoxTypeTopDataLightGray{
  background: #c2c2c2;
	border-collapse:separate;
	border-spacing:10px;
	margin:6px;
	width:450px;
}
.TextTypeTopDataLightGrayTitle{
	font-size:16px;
	font-weight:bold;
}
.BoxTypeTopDataListLightGray{
  background: #c2c2c2;
	border-collapse:separate;
	border-spacing:1px;
	width:430px;
	font-size:14px;
	color:#000;
}
.BoxTypeTopDataListLightGray td{
  background: #fff;
	padding:3px;
}


.BoxTypeBreakdownCaption {
  background: #b2d6f5;
	color:#3a91d3;
	font-size:10px;
	padding:1px;
}
.BoxTypeBreakdownListData {
	background:#fff;
	color:#000;
	padding:1px;
}
.BoxTypeBreakdownListDataNow {
	width:90px;
	float:left;
	text-align:right;
}
.BoxTypeBreakdownListDataNow input{
	text-align:right;
}

.BoxTypeBreakdownListDataLastTime {
	width:84px;
	float:left;
	text-align:right;
	color:#666;
}
.TextTypeBreakdownListDataAlert {
	color:#f00 !important;
}
.TextTypeBreakdownListDataAlert .BoxTypeBreakdownListDataLastTime {
	color:#f00 !important;
}
.BoxTypeBreakdownListDataNone *{
	background:#e0e0e0;
	color:#666;
}

.BoxTypeAccountStatementSubData{
	width:530px;
	float:left;
	margin:2px;
}
.BoxTypeAccountStatementSubDataTable{
	background:#666;
	border-collapse:separate;
	border-spacing:1px;
	width:400px;
	margin-top:6px;
}
.BoxTypeAccountStatementSubDataCaption{
  background: #b2d6f5;
	color:#3a91d3;
	font-size:10px;
	padding:1px;
}
.BoxTypeAccountStatementSubDataTD{
  background: #ffffff;
	text-align:right;
	padding:1px;
}
.BoxTypeAccountStatementSubDataBtn{
	float:left;
}

.BoxTypeAccountStatementTotalTable{
	background:#666;
	border-collapse:separate;
	border-spacing:1px;
	width:240px;
	float:right;
	margin:20px 2px 2px 2px;
}
.BoxTypeAccountStatementTotalCaption{
  background: #b2d6f5;
	color:#3a91d3;
	font-size:10px;
	padding:1px;
}
.BoxTypeAccountStatementTotalTD{
  background: #ffffff;
	text-align:right;
	padding:1px;
	font-size:16px;
	height:26px;
}
.TextTypeAccountStatementAlert{
	color:#f00;
}

.BoxTypeExplanationSubTotal{
	font-size:16px;
	font-weight:bold;
	text-align:right;
}
.BoxTypeExplanationTableGray{
	border-collapse:separate;
	border-spacing:1px;
	width:100%;
	margin:2px 2px 2px 2px;
	color:#333;
}
.BoxTypeExplanationTableGrayCaption{
  background: #c7c7c7;
	font-size:10px;
	padding:1px;
}
.BoxTypeExplanationTableGrayTD{
  background: #ffffff;
	padding:1px;
}
.TextTypePlus{
	color:#0068b7;
}

.BoxTypeAccountStatementMainData{
	background:#666;
	border-collapse:separate;
	border-spacing:1px;
	width:100%;
}
.BoxTypeAccountStatementMainCaption{
  background: #b2d6f5;
	font-size:12px;
	padding:1px;
	text-align:center;
	font-weight:bold;
}
.BoxTypeAccountStatementSubCaption{
  background: #b2d6f5;
	font-size:12px;
	padding:1px;
}
.BorderTypeAccountStatementLeft{
  border-left: #666 1px solid;
}
.BorderTypeAccountStatementTop{
  border-bottom: #666 1px solid;
}
.BoxTypeAccountStatementDataTD{
  background: #ffffff;
	padding:1px;
}
.BoxTypeAccountStatementDataTotalCaption{
  background: #b2d6f5;
	font-size:12px;
	padding:1px;
	text-align:right;
	font-weight:bold;
	width:400px;
	padding:6px 0px;
	border-top:1px solid #666;
	border-bottom:3px solid #666;
}
.BoxTypeAccountStatementDataTotalTD{
  background: #ffffff;
	padding:1px;
	border-top:1px solid #666;
	border-bottom:3px solid #666;
	font-weight:bold;
}



 /*::::::::::::::::::::::::::::::::::
  ＜補足説明用ふきだし指定＞
	補足説明用ふきだし指定の要素は以下のとおりです。
	　・補足説明タイプ（線の有無も含める）
	　・ボックスのサイズ（用途に合わせて用意しています）
:::::::::::::::::::::::::::::::::::*/
/* 補足説明のボックス指定 */
.Explanation {
  text-align: left;
  position: relative;
  margin: 5px;
  padding: 5px;
  text-decoration: none;
}

.ExplanationText {
  position: relative;
}

.ExplanationShowMarkGray {
  background-image: url(../images/icon_mark_gray.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 2px;
}
.ExplanationShowMarkBlue {
  background-image: url(../images/icon_mark_blue.gif) !important;
  background-repeat: no-repeat !important;
  background-position: top left !important;
  padding-left: 2px;
}

/* 補足説明の位置　指定 */
.ExplanationPositionSearchBoxRight {
  margin-left: 20px;
}

.ExplanationPosition {
  position: relative;
}

.ExplanationPosition .ExplanationPositionPopup {
  display: none;
}

.ExplanationPosition .ExplanationPositionPopupShow {
  display: block !important; /* ポップアップメニューがマウスクリックされたときにはじめて表示するため */
  position: absolute;
  z-index: 1000;
}


.ExplanationPositionHover{
	position:relative;
}
.ExplanationPositionHover .ExplanationPositionPopup{
	display:none;
}
.ExplanationPositionHover:hover .ExplanationPositionPopup {
	display:block;
	position:absolute;
	z-index:1000;
}




/* 補足説明の色指定 */
.ExplanationColorLightGrayandWhiteBoeder {
  background-color: #e0e0e0;
  border: 2px solid #ffffff;
}

.ExplanationColorBlue {
  background-color: #2586cf;
	color:#fff;
}
.ExplanationColorBlue .BoxArrowTop {
  border-left-color: #2586cf;
}
.ExplanationColorBlue .BoxArrowBottom {
  border-left-color: #2586cf;
}
.ExplanationColorBlue .BoxArrowLeft {
  border-top-color: #2586cf;
}
.ExplanationColorBlue .BoxArrowRight {
  border-top-color: #2586cf;
}
.ExplanationColorBlue hr {
	border:none;
	border-bottom:1px solid #fff;
        color: white;
}

.ExplanationColorLightBlue {
  background-color: #b2d6f5;
	color:#000;
}
.ExplanationColorLightBlue .BoxArrowTop {
  border-left-color: #b2d6f5;
}
.ExplanationColorLightBlue .BoxArrowBottom {
  border-left-color: #b2d6f5;
}
.ExplanationColorLightBlue .BoxArrowLeft {
  border-top-color: #b2d6f5;
}
.ExplanationColorLightBlue .BoxArrowRight {
  border-top-color: #b2d6f5;
}
.ExplanationColorLightBlue hr {
	border:none;
	border-bottom:1px solid #686868;
}

.ExplanationColorGray {
  background-color: #787878;
  color: #ffffff;
}
.ExplanationColorGray .BoxArrowTop {
  border-left-color: #787878;
}
.ExplanationColorGray .BoxArrowBottom {
  border-left-color: #787878;
}
.ExplanationColorGray .BoxArrowLeft {
  border-top-color: #787878;
}
.ExplanationColorGray .BoxArrowRight {
  border-top-color: #787878;
}
.ExplanationColorGray hr {
	border:none;
	border-bottom:1px solid #fff;
}

.ExplanationColorLightGray {
  background-color: #c2c2c2;
}
.ExplanationColorLightGray .BoxArrowTop {
  border-left-color: #c2c2c2;
}
.ExplanationColorLightGray .BoxArrowBottom {
  border-left-color: #c2c2c2;
}
.ExplanationColorLightGray .BoxArrowLeft {
  border-top-color: #c2c2c2;
}
.ExplanationColorLightGray .BoxArrowRight {
  border-top-color: #c2c2c2;
}
.ExplanationColorLightGray hr {
	border:none;
	border-bottom:1px solid #fff;
}

/* ふきだしの方向：上 */
.BoxArrowTop {
  position: absolute;
  border-top: 17px solid  transparent;
  border-left: 17px solid #ffffff;
  width: 0px;
  height: 0px;
  left: 10px;
  top: -17px;
}
.BoxArrowTop .BoxArrowTop2 {
  border-top: 13px solid  transparent;
  border-left: 13px solid #e0e0e0;
  width: 0px;
  height: 0px;
  position: relative;
  left: -15px;
  top: 1px;
}

/* ふきだしの方向：左 */
.BoxArrowLeft {
  position: absolute;
  border-top: 17px solid #ffffff;
  border-left: 17px solid transparent;
  width: 0px;
  height: 0px;
  left: -17px;
}
.BoxArrowLeft .BoxArrowLeft2 {
  border-top: 13px solid #e0e0e0;
  border-left: 13px solid transparent;
  width: 0px;
  height: 0px;
  position: relative;
  left: -13px;
  top: -2px;
}

/* ふきだしの方向：右 */
.BoxArrowRight {
  border-right: 17px solid  transparent;
  border-top: 17px solid #ffffff;
  width: 0px;
  height: 0px;
  position: absolute;
  right: -17px;
  top: 10px;
}
.BoxArrowRight .BoxArrowRight2 {
  border-right: 13px solid  transparent;
  border-top: 13px solid #e0e0e0;
  width: 0px;
  height: 0px;
  position: relative;
  right: 0px;
  top: -2px;
}

/* ふきだしの方向：下 */
.BoxArrowBottom {
  border-bottom: 17px solid  transparent;
  border-left: 17px solid #ffffff;
  width: 0px;
  height: 0px;
  position: absolute;
  left: 10px;
  bottom: -17px;
}
.BoxArrowBottom .BoxArrowBottom2 {
  border-bottom: 13px solid  transparent;
  border-left: 13px solid #e0e0e0;
  width: 0px;
  height: 0px;
  position: relative;
  left: -15px;
  bottom: 14px;
}

.ExplanationDataBox {
  border-collapse: separate;
  border-spacing: 5px;
  margin: 0px 0px 6px 0px;
  padding: 2px;
}

.DataDecorationTopWhiteBorder {
  border-top: 1px solid #ffffff;
  padding-top: 6px;
}

/*::::::::::::::::::::::::::::::::::
  ＜ページナビゲーション＞
:::::::::::::::::::::::::::::::::::*/
.PageNavigationTypeNumber {
  float: right;
  margin: 2px;
  font-size: 10px;
}

.PageNavigationLink {
  display: block;
  border: 1px solid #666;
  padding: 3px 6px;
  margin: 1px;
  text-decoration: none;
  color: #393939 !important;
}
.PageNavigationLink:hover {
  background: #2d7ebb;
  color: #ffffff !important;
}

.PageNavigationNoLink, .PageNavigationNoLink:hover {
  display: block;
  border: 1px solid #959595;
  background: #e0e0e0;
  text-decoration: none;
  color: #959595 !important;
}

.PageNavigationActiveLink {
  background: #2d7ebb;
  color: #ffffff !important;
}

/*::::::::::::::::::::::::::::::::::
  ＜データ一覧＞
:::::::::::::::::::::::::::::::::::*/
.DataTypeList {
  width: 100%;
  margin: 0px 0px 0px 0px;
  border-top: 1px solid #666;
}

.SubPageDataTypeList {
  width: 100%;
  margin: 0px 0px 0px 0px;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

.DataListEntry {
  border: 1px solid #666;
  background: #b2d6f5;
  padding: 1px 2px;
  font-size: 10px;
  color: #666;
}

.DataListDetail {
  border: 1px solid #666;
  padding: 1px 2px;
  background: #ffffff;
}

.DataListEnd {
  /* border-right: 0px solid #666; */
}

.DataTextAlignRight {
  text-align: right;
}

.DataCheckedMark .DataListDetail {
  background-color: #e0e0e0;
}

.DataTextColorRed {
  color: #ff0000;
}

.DataTypeSum {
  text-align: right;
  background: #b2d6f5;
}

/*::::::::::::::::::::::::::::::::::
  ＜サブ入力ページ系＞
:::::::::::::::::::::::::::::::::::*/
.DataTypeInputWrapper {
  width: 100%;
  margin: 0px 0px 0px 0px;
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0px 0px 6px 0px;
  padding: 2px;
}

.DataInputSizeWide {
  width: 100%;
  border: 3px solid #bbd8ee;
  margin-bottom: 14px;
  background-color: #bbd8ee;
  /*
   * これがあるとマウスオーバー表示が枠外に表示されない
  overflow: hidden;
  */
  clear: both;
}

.DataInputSizeHalf {
  width: 450px;
  border: 3px solid #bbd8ee;
  margin-bottom: 14px;
  overflow: hidden;
}

.DataTypeInput {
  width: 100%;
  background: #ffffff;
}

.DataInputEntry {
  border: 1px solid #666;
  padding: 4px;
  vertical-align: top;
  table-layout: fixed;
  width: 110px;
  background: #ffffff;
}

.DataInputDetail {
  border: 1px solid #666;
  padding: 4px;
  vertical-align: text-top;
  background: #ffffff;
}
.DataInputCaution {
  background: #ffdada;
}

.DetaInputNestBox {
  margin: 0.5em 0em 1.5em 1.5em;
}

.DataAaccordionListBox {
	width:100%;
  vertical-align: top;
  background: #bbd8ee;
	border-top:3px solid #1e7fc8;
}
.DataAaccordionList {
	width:100%;
  vertical-align: top;
  background: #bbd8ee;
}
.DataAaccordionTable {
	width:100%;
  padding: 6px;
  vertical-align: top;
	border-top:1px solid #ffffff;
}
.DataAaccordionListCaption {
  font-size: 16px;
  font-weight: bold;
  color: #2176b6;
  text-shadow: 1px 1px 1px #e0e0e0;
}
.DataAaccordionListBtn {
  padding: 6px;
  vertical-align: top;
	text-align:right;
	border-top:1px solid #ffffff;
}
.DataTypeInputAccordion {
	width:100%;
  padding: 6px;
  vertical-align: top;
  background: #bbd8ee;
}
.DataInputTableCollspan2 {
	border-collapse:separate;
	border-spacing:2px;
}


/*::::::::::::::::::::::::::::::::::
  ＜input系＞
:::::::::::::::::::::::::::::::::::*/
.InputTextSizeW240 {
  width: 240px;
}

.InputTextSizeW400 {
  width: 400px;
}

.InputTextSizeW40 {
  width: 40px;
}

.InputTextSizeW60 {
  width: 60px;
}

.InputTextSizeW80 {
  width: 80px;
}

.CalendarTextSize {
  width: 75px;
}

.CalendarTextSizeCustimizable {
  width: 135px;
}

.InputTextSizeW120{
  width: 120px;
}

.InputTextSizeW160 {
  width: 160px;
}
.InputTextSizeW300H180 {
  width: 300px;
	height:120px;
}

.InputTypeNumber {
  text-align: right;
}

/*::::::::::::::::::::::::::::::::::
  ＜タブ系＞
:::::::::::::::::::::::::::::::::::*/
.TabNavigationList {
  position: relative;
  margin: 0px 0px 0px 8px;
  z-index: 1;
}

.TabNavigationLink {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #fff !important;
  font-weight: bold;
  top: 0px;
  padding: 6px;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #6a6a6a;
  border-left: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 10px;
  -moz-box-shadow: 1px -1px 1px #cccccc;
  -webkit-box-shadow: 1px -1px 1px #959595;
  background: #9ea3a7;
  /*
  background: -moz-linear-gradient(center top, #9fa5a9, #9fa5a9 10%, #909699 10%, #9ea3a7 75%, #9ea3a7);
  background: -webkit-gradient(linear, center top, center bottom, from(#9fa5a9), color-stop(10%, #909699), color-stop(10%, #909699), color-stop(75%, #9ea3a7), to(#9ea3a7));
  */
  margin-right: 3px;
}
.TabNavigationLink:hover {
  top: 0px;
  color: #1E7FC8;
  background: #ffffff;
}


.TabNavigationLink.Disabled {
  color: #555;
  top: 3px;
  padding: 3px 3px 3px 3px;
}



.TabNavigationActiveLink , .TabNavigationActiveLink:hover,  li.ui-tabs-selected a, li.ui-tabs-selected a:hover{ /* jquery ui tab が使えるように修正 imamura */
	top:1px;
	color:#1E7FC8;
	background:#ffffff;
}
.TabNavigationSum{
	font-size:10px;
	font-weight:400;
}

.ui-tabs-hide { /* jquery tab 対応 imamura */
    display: none;
}


.MainTitle {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #2176b6;
  text-shadow: 1px 1px 1px #e0e0e0;
}

.SubTitle {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #2176b6;
  text-shadow: 1px 1px 1px #e0e0e0;
}

.VAlignTop {
  vertical-align: top;
}

.VAlignBottom {
  vertical-align: bottom;
}

.TAlignLeft {
  text-align: left;
}
.TAlignCenter {
  text-align: center;
}

.TAlignRight {
  text-align: right;
}

.DisplayHeightScroll {
  margin-top: 1px;
  overflow-x: hidden;
}

.DisplayHeightScrollNoMargin {
  margin-top: 0px;
  overflow-x: hidden;
}

.TabList {
  overflow-x: hidden;
  overflow-y: auto;
  height: 400px;
  padding-right: 10px; /* 右端がスクロールバーに隠れてしまうのでpaddingを設定 */
}

/* tablist の中は通常winサイズに合わせて縮小するが、印刷時はそれを無効にする */
@media print{
    .TabList {
        overflow-x: auto;
        overflow-y: auto;
        height: auto !important;
    }
}

/* 進捗遅れ */
.Lazy {
  color: red;
}

/* 進捗順調 */
.OnSchedule {
  color: blue;
}

/* 中央寄せ */
.Center {
  text-align: center;
}

.Small {
  font-size: 6pt;
  font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

.Bold {
  font-weight: bold;
}

.Width100Percent {
  width: 100%;
}

.Left {
  text-align: left;
}

.Right {
  text-align: right;
}

.Center {
  text-align: center;
}

.CashApplicationTotalBox {
  width: 300px;
}

.TotalBox {
  font-size: bold;
  font-size: 20px;
}

/* 汎用入力フォーム */
input.InputMoney {
    ime-mode: disabled;
}
input.InputPercent {
    ime-mode: disabled;
}

input.InputNumber {
    ime-mode: disabled;
}
input.InputFloat {
    ime-mode: disabled;
}

table.CrudTable td {
  border: 1px solid #666;
  padding: 1px 2px;
  background: #ffffff;

}

.ProgressParking {
  background: #CBCDCC;
}

table.CrudTable tr.MouseOver > td{
  background: #FFEEFF;
}

tr.MouseOver > td > input[readonly]{
  background: #FFEEFF;
}

table.RowColorable tr.MouseOver > td{
  background: #FFEEFF;
}

table.DataTypeList tr.MouseOver > td{
  background: #FFEEFF;
}

table.GarbageOuter td {
  border: 1px solid #666;
  padding: 1px 2px;
  background: #ffffff;
}
table.GarbageInner td {
  border: 0px;
  padding: 1px 2px;
  background: #ffffff;
}


table.CrudTableView > thead > tr > th,
table.CrudTableView > tbody > tr > th,
table.CrudTableView > tfoot > tr > th {
  border: 1px solid #666;
  background: #b2d6f5;
  padding: 1px 2px;
  font-size: 10px;
  color: #666;
}

table.CrudTableView > thead > tr > td,
table.CrudTableView > tbody > tr > td,
table.CrudTableView > tfoot > tr > td {
  border: 1px solid #666;
  padding: 1px 2px;
  background: #ffffff;
}

table.PrepaymentTable > thead > tr > th,
table.PrepaymentTable > tbody > tr > th,
table.PrepaymentTable > tfoot > tr > th {
  border: 1px solid #666;
  background: #b2d6f5;
  padding: 2px;
  font-size: 10px;
  color: #666;
  height: 20px;
}

table.PrepaymentTable > thead > tr > td,
table.PrepaymentTable > tbody > tr > td,
table.PrepaymentTable > tfoot > tr > td {
  border: 1px solid #666;
  padding: 2px;
  background: #ffffff;
  height: 20px;
}

table.NormalTable{
}
table.NormalTable th{
  border: 1px solid #666;
  background: #b2d6f5;
  padding: 1px 2px;
  font-size: 10px;
  color: #666;
}
table.NormalTable td {
  border: 1px solid #666;
  padding: 1px 2px;
  background: #ffffff;

}
table.BorderedTable td {
  border: 1px solid #666;
  padding: 1px 2px;
  background: #ffffff;

}

/* 送金明細サマリ */
table.TransferSummary{
    margin-top: 1px;
}

table.TransferSummary th {
    font-size: 10px;
    padding: 1px;
    border: #6A6A6A solid 1px;
    vertital-align: top;
    white-space: nowrap;
}

table.TransferSummary th.Past {
    background-color: #C7C7C7;
    color: #6A6A6A;
}

table.TransferSummary th.Current {
    background-color: #B2D6F5;
    color: #3A91D3;
}

table.TransferSummary tr.Normal td {
    color: #6A6A6A;
}

table.TransferSummary tr.Total td {
    font-weight: bold;
    text-align: right;
}

table.TransferSummary tr.Total {
    height: 33px;
}

table.TransferSummary td {
    padding: 2px;
    border: #6A6A6A solid 1px;
    vertital-align: top;
    white-space: nowrap;
}


/* 送金明細備考 */
.TransferNoteTextArea {
  width: 410px;
  height: 70px;
}



/* ボタンリスト */
.Buttons {
  white-space: nowrap; /* 改行させない */
}

/* アコーディオンコンテンツ隠す */
.AccordionHide {
  display: none;
}

/* マスタ編集画面検索結果 */
.MasterCrudTable .ShiftButtons {
  width: 60px;
}

.MasterCrudTable .Buttons {
  width: 35px;
}

.MasterCrudTable .EnableCheck {
  text-align: center;
  width: 30px;
}

.MasterCrudTable .id {
  text-align: right;
  width: 60px;
}

.MasterCrudTable .boolean {
  text-align: center;
  width: 40px;
}

.ExclusiveDisabled {
    background-color: #DDDDDD;
}

/* 請求入金検索結果 */
.SearchResultInvoice .Buttons {
  width: 70px;
}

.SearchResultInvoice .range {
  width: 150px;
}

.SearchResultInvoice .room_no {
  width: 50px;
}

.SearchResultInvoice .state {
  width: 70px;
}

.SearchResultInvoice .building_code {
  width: 70px;
}

div.OuterSearchResultXL,
div.OuterSearchResultXR {
  position: relative;
  margin: 49px 0;
}
div.SearchResultXL {
//  height: 350px !important;
  overflow: hidden;
}

div.SearchResultXR {
//  height: 350px !important;
  max-width: 640px;
  overflow: scroll;
}
table.SearchResultXL {
  table-layout: fixed;
  margin-bottom: 18px;
}
colgroup{

}
table.SearchResultXR {
  table-layout: fixed;
}

table.SearchResultXL > thead {
  position: absolute;
  bottom: 100%;
}
table.SearchResultXR > thead {
  position: absolute;
//  width: 622px !important;
  overflow: hidden;
  bottom: 100%;
}

.SearchResultXL > thead > tr > th,
.SearchResultXR > thead > tr > th,
.SearchResultXL > tbody > tr > td,
.SearchResultXR > tbody > tr > td {
  padding: 0px;
  margin: 0px;
  height: 42px !important;
  overflow: hidden !important;
}

.SearchResultXL > thead > tr > th > div,
.SearchResultXR > thead > tr > th > div {
  height: 42px !important;
  /*width: 60px;*/
  overflow: hidden !important;
}
.SearchResultXL > tbody > tr > td > div,
.SearchResultXR > tbody > tr > td > div {
  height: 49px !important;
  overflow: hidden !important;
}

.Grayout > td {
  background-color: #e0e0e0;
}

.Done {
  background-color: #e0e0e0 !important;
}

.Money {
  text-align: right;
}

.Percent {
  text-align: right;
}
.MinusMoney{
	color: red;
}
.DefaultCursor {
  cursor: default !important;
}

/* 月選択コントロール */

table.date_month {
  border-collapse: collapse;
  z-index: 10000;
  border: 1px solid gray;
}

.date_month thead td{
    background-color: #ADBAFF;
    border: 1px solid #000000;
    text-align: center;
}

.date_month thead .year,
.date_month thead .next_year {
    font-size: 18px;
}

.date_month thead .prev_page,
.date_month thead .next_page,
.date_month thead .close_page {
    cursor: pointer;
}

.date_month thead .close_page {
    color: red;
}

.date_month tbody td {
    border: 1px solid #000000;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.date_month tbody td {
    background-color: #FFFFFF;
    padding: 3px;
}

.date_month thead td {
    padding: 3px;
    font-weight: bold;
}

.date_month tbody td:hover {
    background-color: #ADBAFF;
}

.date_month tbody .now {
   /* background-color: #D7D7FF;*/
    background-color: pink;
}



.prettyLoader{background: url(../images/prettyLoader/prettyLoader.png) top left no-repeat;height:30px;position:absolute;width:30px;z-index:30000;}.prettyLoader img{display:block;margin:7px 0 0 7px;}.pl_ie6{background-image: url(../images/prettyLoader/prettyLoader.gif);}

.ProgressCell {
  vertical-align: top;
  width: 30px;
  text-align: center;
  font-size: 9px;
}

.ProgressCellRef {
  vertical-align: top;
  width: 30px;
  text-align: center;
  font-size: 9px;
}

.passedProgressState {
  color: red;
}

.finishedProgressState {
  color: blue;
}

.Error {
  font-weight: bold;
  color: red;
  text-decoration: underline;
}

.SimpleMainContent {
  height: 550px;
}

.SimpleMainContent > tbody > tr > td {
  padding: 10px;
}

/* crud_table のヘッダ行の背景を白にしたい箇所があったので作った */
.WhiteDataListArea .DataListEntry {
  background-color: white;
}

.WhiteDataListArea .DataInputSizeWide {
  background-color: white;
  border: none;
}

.InputTel {
  ime-mode: disabled;
  max-length: 15;
}

.InputEmail {
  ime-mode: disabled;
}

.InputMoney {
  ime-mode: disabled;
  text-align: right;
  max-length: 7;
}

.InputFloat {
  ime-mode: disabled;
  text-align: right;
  max-length: 7;
}

.StaticMoney {
  ime-mode: disabled;
  text-align: right;
}

.ErrorTab > .TabNavigationLink {
  background-color: #FF4C4C;
}

.ErrorTab.ui-tabs-selected > .TabNavigationLink {
  background-color: #F4CCCC;
}

.Attention {
  background-color: pink;
}
.PrintButtons{
    text-align: center;
}

.TopPageBox{
  padding: 6px;
  text-align: left;
  background: #ffffff;
  border: 1px solid #6a6a6a;
  position: relative;
  z-index: 0;
  -moz-box-shadow: 0px 0px 5px #959595;
  -webkit-box-shadow: 0px 0px 5px #959595;
	width:455px !important;
  float: left;
  margin: 5px;
}

.NoSearchNaviComment .Comment{
    display: none;
}

table.MeterTable td {
  border: 1px solid #666;
  padding: 1px 2px;
  background: #ffffff;

}

table.MeterTable tr.MouseOver > td{
  background: #FFEEFF;
}

table.MeterTableView > thead > tr > th,
table.MeterTableView > tbody > tr > th,
table.MeterTableView > tfoot > tr > th {
  border: 1px solid #666;
  background: #b2d6f5;
  padding: 1px 2px;
  font-size: 10px;
  color: #666;
}

table.MeterTableView > thead > tr > td,
table.MeterTableView > tbody > tr > td,
table.MeterTableView > tfoot > tr > td {
  border: 1px solid #666;
  padding: 1px 2px;
  background: #ffffff;
}

.NoCapability {
  background-color: #8b8b8b;
  color: #e0e0e0;
	border:none;
}
.NoCapability:hover {
  background-color: #707070;
  color: #e0e0e0;
}
.SearchFormDescription{
  padding: 6px;
}
  
td.Canceled {
  background-color: #eeeeee;
}
.orange {
  background-color: #ff7b00 !important;
}

.ErrorInput {
  border: red solid 2px;
}

.DevelopmentBody {
  background-color: #FFF5CA;
  background-image: url(/images/development_logo.png)
}

.DataTypeList tr:nth-child(even) > td {
  background-color: #E0E0E0;
}

/* 入金取込ページでは、交互の色変えをしない(処理完了したものに色が着くようになってるため) */
.DataTypeList.Slip tr:nth-child(even) > td {
  background-color: white;
}

.AppliedState {
  color: #0168B6 !important;
}

.CancelingState {
  color: #ffa500 !important;
}

.CanceledState {
  color: red !important;
}

.DataTypeList td.AppliedState {
  color: #0168B6 !important;
}

.DataTypeList td.ContractedState {
}

.DataTypeList td.CancelingState {
  color: #ffa500 !important;
}

.DataTypeList td.CanceledState {
  color: red !important;
}

.DataTypeList .AlertState {
  color: red !important;
}

.DataTypeList .GoodState {
  color: #0168B6 !important;
}

.DataTypeList .IgnoredState {
  color: #AAA !important;
}

.DataTypeList .WorkingState {
  color: #cc8000 !important;
}


/* twitter bootstrap */
.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active, .btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-dark.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0044cc;
}
.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #393939;
  background-image: -moz-linear-gradient(top, #454545, #262626);
  background-image: -ms-linear-gradient(top, #454545, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
  background-image: -webkit-linear-gradient(top, #454545, #262626);
  background-image: -o-linear-gradient(top, #454545, #262626);
  background-image: linear-gradient(top, #454545, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0);
  border-color: #262626 #262626 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #262626;
}
.btn-inverse:active, .btn-inverse.active {
  background-color: #0c0c0c \9;
}
button.btn, input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.large, input[type="submit"].btn.large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.small, input[type="submit"].btn.small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before, .btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child, .btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret, .open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.btn-small .caret {
  margin-top: 4px;
}
/* twitter bootstrap */






.TelLink {
  border: 1px solid #959595;
  background: #e0e0e0;
  text-decoration: none;
  color: #959595;
}

.TelLink:hover {
  background: #2d7ebb;
  color: #ffffff;
}

.TelLinkActive {
  display: block;
}

.TelInfo {
  display: none;
}

.TelLinkActive .TelInfo {
  color: black;
  display: block;
}

.OtherContractsLink {
  border: 1px solid #959595;
  background: #e0e0e0;
  text-decoration: none;
  color: #959595;
}

.OtherContractsLink:hover {
  background: #2d7ebb;
  color: #ffffff;
}

.OtherContractsLinkActive {
  display: block;
}

.OtherContractsInfo {
  display: none;
}

.OtherContractsLinkActive .OtherContractsInfo {
  color: black;
  display: block;
}

.ContractBlock {
  margin-bottom: 0.5em;
}

.ContractBlock:last-child {
  margin-bottom: 0em;
}

tr.SummaryRow > td {
  background:#B2D6F5 !important;
}

td.DisableCell {
  background-color: #ddd !important;
  color: #888 !important;
}

.InPlaceEditor {
  position: absolute;
  z-index: 15;
  border: 1px solid #0000FF;
  background: #B2D6F5;
  min-height: 49px;
  white-space:nowrap;
}

.NoticeMessage {
  color: #DD4B39;
}

.WarningMessage {
  color: red;
}

/* 入力補助付き要素 */
.Hankaku, .InputMoney, .InputKatakana, .InputHankakuKatakana,
.InputFloat, .InputSupport, .AutoRuby {
  /*
  background: url(/images/support_icon.png) no-repeat right top;
  */
  border: solid 1px #cc9766;
  /*
  border-bottom: inset 1px #75ff75;
  */
}

.LineBlock {
    border: solid 1px gray;
    padding: 6px;
    background-color: #FAFAFF;
    margin-bottom: 15px;
}

.ErrorCell {
  background-color: #ffcccc !important;
}

.ErrorTable td {
  background-color: #ffcccc !important;
}

.SmallText {
  font-size: 80%;
}


/* boostrap からの借り物 */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/images/icons/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.icon-white {
  background-image: url("/images/icons/glyphicons-halflings-white.png");
}

.icon-question-sign {
  background-position: -96px -96px;
}

.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}

.label,
.badge {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}


.CrudTable td.AccountTitle {
  width: 160px;
}
.CrudTable td.Transfer {
  width: 240px;
}
.CrudTable td.Buttons {
  width: 30px;
}

td.InputFormChanged{
  color:  #CC9766;
}

.BigCheckbox {
  height: 20px;
  width: 20px;
  color: red;
  background-color: red;
}

.growlWarning {
  background-color: #f89406 !important;
  color: black !important;
}

.InputHelp {
  font-size: 10px;
  color: gray;
}

select {
  max-width: 306px;
}

.fixedHeader{
    background-color: white;
    z-index: 99;
}

.fixedHeaderIsFixed{
    top: 0;
    position: fixed;
    width: 948px;
    border-bottom: 1px solid #666;
    padding-top: 20px;
    padding-bottom: 20px;
}



.TabControllPanel {
  overflow: auto; /* clear fix */
}
  .TabControllPanel .RangeForm {
    max-width: 600px;
    float: left;
  }



/*
 * jquery-ui.css で指定された、不要スタイルをリセット
 */
.ui-widget {
  font-family: Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka-mono,monospace;
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka-mono,monospace;
  font-size: 1em;
}

