@charset "utf-8";
/*
=========================================

インフォメーション一覧用定義

=========================================
*/

/* import
---------------------------------------------------------------------------- */
@import "../../css/default.css";
@import "../../css/shared_class.css";
@import "../../css/header.css";
@import "../../css/footer.css";
@import "../../css/pankuzu.css";


/* javascript無効時のアラート
---------------------------------------------------------------------------- */
#jsNGBox {
	line-height: 1.5;
	border: 3px solid #ff0000;
	padding: 20px;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	font-size: 120%;
}

/* ローディング
---------------------------------------------------------------------------- */
.loading {
	text-align: center;
	padding: 40px 0 40px 0;
}

/* 
---------------------------------------------------------------------------- */
table#infoTbl {
	margin: 0 20px 0 25px;
}
table#infoTbl th ,
table#infoTbl td {
	line-height: 1.5;
	vertical-align: top;
}
table#infoTbl th {
	color: #fb632d;
	white-space: nowrap;
	padding: 0 30px 10px 0;
}
table#infoTbl td {
	padding: 0 0 10px 0;
}

.loading {
	text-align: center;
}
.SpryHiddenRegion {
	visibility: hidden;
}


