
/*-----------------------------------------------------------------------------
	CLASS名	: NoLineTable
	用途	: テーブルの外枠を設定
	概要	: 枠線無しのテーブル 
-------------------------------------------------------------------------------
*/
.NoLineTable {
	width				: 460px;
	height				: 25px;
	border				: 0px; 
	table-layout		: fixed;
	margin-bottom		: 4px;
	margin-top			: 10px;
	padding-top			: 10px;
}

/* ジャンル別表示テーブル セル設定(選択セル) */
.bgSetGenre {
	background-image: url("/books/img/set_b.gif"); 
	table-layout		: fixed;
	text-align			: center;
	width				: 140px;
	height				: 40px;
}

/* ジャンル別表示テーブル セル設定(非選択セル) */
.bgOutGenre {
	background-image: url("/books/img/out_b.gif"); 
	table-layout		: fixed;
	text-align			: center;
	width				: 140px;
	height				: 40px;
}

/* 書籍一覧画面のジャンルテーブル部分 マウスオーバー時 */
.bgOverGenre {
	background-image: url("/books/img/set_b.gif"); 
	table-layout		: fixed;
	text-align			: center;
	width				: 140px;
	height				: 40px;
}

/* 書籍一覧画面のジャンルテーブル部分 マウスアウト時 */
.bgOutGenre {
	background-image: url("/books/img/out_b.gif");
	table-layout		: fixed;
	text-align			: center;
	width				: 140px;
	height				: 40px;
}


/* 書籍一覧画面リスト表示テーブル */
.BookListPage {
	width				: 440px;
	height				: 0px;
	border-collapse   	: collapse;
	margin-left			: 10px;
	margin-bottom		: 4px;
	margin-top			: 10px;
	margin-right		: 10px;
	padding-top			: 10px;
}


/*-----------------------------------------------------------------------------
セミナー系共通 テーブル設定 START
-------------------------------------------------------------------------------
*/

/*-----------------------------------------------------------------------------
	CLASS名	: OrderInnerLineTbl
	用途	: リスト表示用
	概要	: 詳細画面のテーブルなど、表形式で表示する際に使用
-------------------------------------------------------------------------------
*/
.OrderInnerLineTbl {
	width				: 590px;
	border-collapse   	: collapse;
	border				: #DDDDDD Solid 1px;
	margin-bottom		: 4px;
	margin-top			: 5px;
	margin-right		: 5px;
	margin-left			: 5px;
	padding-top			: 5px;
}

/*-----------------------------------------------------------------------------
セミナー系共通 テーブル設定 END
-------------------------------------------------------------------------------
*/

/*-----------------------------------------------------------------------------
セミナー Order系共通 テーブル設定 START
-------------------------------------------------------------------------------
*/

/*-----------------------------------------------------------------------------
	CLASS名	: ReadFirst
	用途	: Order系共通 ページ先頭部分 「お申込みガイド」用
	概要	: 「お申込みガイド」への案内表示テーブル
-------------------------------------------------------------------------------
*/

.ReadFirst {
	width				: 610px;
	height				: 70px;
	background-color	: #FFFACD;
	table-layout		: fixed;
	border				: #FFD700 Solid 1px;
	margin-left			: 5px;
	margin-bottom		: 4px;
	margin-top			: 10px;
	padding-top			: 10px;
}

/* ご利用の前にお読みくださいフォント */
.ReadFirstTitleFT {
	color				: #555555;
	border-left			: #FFD700 Solid 3px;
	table-layout		: fixed;
	text-align			: center;
	cursor				: default;
	margin-left			: 5px;
	margin-top			: 10px;
	padding-left		: 5px;
}

/* ご利用の前にお読みくださいフォント */
.ReadFirstFT {
	background-color	: #FFFACD;
	color				: #777777;
	border				: 0px;
	table-layout		: fixed;
	text-align			: center;
	cursor				: default;
	margin-left			: 5px;
	margin-top			: 10px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: OrderOutLineTbl
	用途	: Order系 注文のデータ表示用テーブル(最も外側)
	概要	: 注文状態テーブルの外枠
-------------------------------------------------------------------------------
*/

.OrderOutLineTbl {
	width				: 610px;
	table-layout		: fixed;
	border-collapse   	: collapse;
	border				: #DDDDDD Solid 1px;
	margin-left			: 5px;
	margin-bottom		: 4px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: OrderInnerLineTblColName
	用途	: Order系 注文のデータ表示用テーブル(網掛け部分)
	概要	: 注文状態テーブルの項目名セル
-------------------------------------------------------------------------------
*/

.OrderInnerLineTblColName {
	height				: 30px;
	background-color	: #BBBBBB;
	color				: #555555;
	border				: #777777 Solid 1px;
	table-layout		: fixed;
	text-align			: center;
}

/*-----------------------------------------------------------------------------
	CLASS名	: OrderInnerLineTblContents
	用途	: Order系 注文のデータ表示用テーブル(値表示)
	概要	: 注文状態テーブルの値表示セル
-------------------------------------------------------------------------------
*/
.OrderInnerLineTblContents {
	background-color	: #FFFFFF;
	color				: #777777;
 	border            	: none;
  	border-width      	: 1px;
 	border-left-color  	: #BBBBBB;
 	border-right-color 	: #BBBBBB;
  	border-style      	: solid;
	table-layout		: fixed;
	padding				: 3px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: OrderOutLineTbl2
	用途	: Order系 画面遷移ボタン配置用
	概要	: 画面遷移ボタン配置用
-------------------------------------------------------------------------------
*/

.OrderOutLineTbl2 {
	width				: 600px;
	border-collapse   	: collapse;
	border				: #FFFFFF Solid 0px;
	margin-left			: 5px;
	margin-bottom		: 4px;
	margin-top			: 10px;
	padding-top			: 10px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: OrderManInputLeftTbl
	用途	: 注文者情報入力画面 項目名(網掛けセル)
	概要	: 項目名のセル(本体/別送テーブル共用で本CLASSを使用)
-------------------------------------------------------------------------------
*/

.OrderManInputLeftTbl {
	width				: 170px;
	height				: 24px;
	background-color	: #BBBBBB;
	color				: #555555;
	table-layout		: fixed;
	text-align			: right;
	margin-right		: 0px;
	padding				: 3px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: OrderManInputRightTbl
	用途	: 注文者情報入力画面 入力欄(入力欄セル)
	概要	: 入力欄のセル(本体/別送テーブル共用で本CLASSを使用)
-------------------------------------------------------------------------------
*/

.OrderManInputRightTbl {
	width				: 450px;
	height				: 24px;
	background-color	: #FFFFFF;
	color				: #777777;
 	border            	: none;
  	border-width      	: 1px;
  	border-style      	: solid;
	table-layout		: fixed;
	text-align			: left;
	margin-right		: 0px;
	padding				: 3px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: OrderManConfLeftTbl
	用途	: 注文者情報確認　画面(左側網掛け部分)
	概要	: 左側網掛のセル(本体/別送テーブル共用で本CLASSを使用)
-------------------------------------------------------------------------------
*/

.OrderManConfLeftTbl {
	width				: 200px;
	background-color	: #BBBBBB;
	color				: #555555;
	table-layout		: fixed;
	text-align			: right;
	vertical-align		: middle; 
	margin-right		: 0px;
	padding				: 3px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: OrderManConfRightTbl
	用途	: 注文者情報確認　画面(値表示部分)
	概要	: 右側値表示部分のセル(本体/別送テーブル共用で本CLASSを使用)
-------------------------------------------------------------------------------
*/
.OrderManConfRightTbl {
	width				: 393px;
	background-color	: #FFFFFF;
	color				: #777777;
 	border            	: none;
  	border-width      	: 1px;
  	border-style      	: solid;
	table-layout		: fixed;
	text-align			: left;
	margin-right		: 0px;
	padding				: 3px;
}




/*-----------------------------------------------------------------------------
	CLASS名	: OrderOutLineTbl_Dummy
	用途	: 注文者確認　表　右端ボタン表示セル (入力済/未入力　共用)
	概要	: 注文者確認　右端ボタン表示セル
-------------------------------------------------------------------------------
*/

.OrderOutLineTbl_Dummy {
	background-color	: #FFFFFF;
  	border-width      	: 0px;
  	border-style      	: solid;
  	border-left-color 	: #FFFFFF;
  	border-right-color 	: #FFFFFF;
  	border-top-color 	: #FFFFFF;
	table-layout		: fixed;
}


/*-----------------------------------------------------------------------------
セミナー Order系共通 テーブル設定 START
-------------------------------------------------------------------------------
*/

/*-----------------------------------------------------------------------------
セミナー Order系共通 入力欄/ボタン 設定 START
-------------------------------------------------------------------------------
*/

/* 漢字（姓）入力フィールド */
.IFSeiKNJ {
	width				: 150px;
}

/* 漢字（名）入力フィールド */
.IFMeiKNJ {
	width				: 150px;
}

/* カナ（姓）入力フィールド */
.IFSeiKANA {
	width				: 150px;
}

/* カナ（名）入力フィールド */
.IFMeiKANA {
	width				: 150px;
}

/* カナ（名）入力フィールド */
.IFCorpName {
	width				: 350px;
}


/* 部署名入力フィールド */
.IFDeptName {
	width				: 350px;
}

/* 郵便番号入力フィールド */
.IFPostNum {
	width				: 100px;
}

.IFPref {
	width				: 170px;
}

.IFAddress {
	width				: 350px;
}

.IFPhone {
	width				: 70px;
}

.IFFax {
	width				: 70px;
}

.IFEmail {
	width				: 350px;
}

.IFDM {
	width				: 70px;
}

.FTHowtoknow4_URL {
	width				: 350px;
}

.FTHowtoknow4_URL {
	width				: 350px;
}

.iFBACK {
	width				: 150px;
	text-align			: center;
}

.iFSubmit {
	width				: 150px;
	text-align			: center;
}

/*-----------------------------------------------------------------------------
セミナー Order系共通 入力欄/ボタン 設定 END
-------------------------------------------------------------------------------
*/