/* =======セミナー系（申込み画面含む)CSS 宣言 ============================== */
a:hover {color: #FF0000;}
input   {font-size: 12px;} 
td      {font-size: 12px;}
/*-----------------------------------------------------------------------------
セミナー系画面 構成テーブル
-------------------------------------------------------------------------------
/*


/*-----------------------------------------------------------------------------
	CLASS名	: NoLineTable
	用途	: テーブルの外枠を設定
	概要	: 枠線無しのテーブル 
-------------------------------------------------------------------------------
*/
.NoLineTable {
	width				: 445px;
	height				: 25px;
	border				: 0px; 
	table-layout		: fixed;
	margin-bottom		: 4px;
	margin-top			: 10px;
	padding-top			: 10px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: Title
	用途	: 月別/ジャンル別検索 詳細画面の画面タイトル表示用
	概要	: left+bottomのBorderが1px
-------------------------------------------------------------------------------
*/
.Title {
	width				: 100%;
	height				: 25px;
	background-color	: #22BB77;
	color				: #FFFFFF;
	border				: #DDDDDD solid 1px; 
	table-layout		: fixed;
	margin-bottom		: 4px;
	margin-top			: 0px;
	margin-left			: 0px;
	margin-right		: 0px;
	padding				: 0px;

}

/*-----------------------------------------------------------------------------
	CLASS名	: Calender
	用途	: 月別検索 月表示のテーブル
	概要	: 
-------------------------------------------------------------------------------
*/
.Calender {
	width				: 430px;
	height				: 25px;
	background-color	: #DDDDDD;
	table-layout		: fixed;
	text-align			: center;
	border				: 0px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: bgSetGenre
	用途	: ジャンル選択テーブルの基本背景
	概要	: ジャンル表示テーブルのセルに適用
-------------------------------------------------------------------------------
*/

.bgSetGenre {
	background-image: url("/seminar/img/set_s.gif");
	color				: #FFFFFF;
	table-layout		: fixed;
	text-align			: center;
	width				: 148px;
	height				: 40px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: bgOutGenre
	用途	: ジャンル選択テーブルの非選択時背景
	概要	: ジャンル表示テーブルのセルに適用(非選択時）
-------------------------------------------------------------------------------
*/

.bgOutGenre {
	background-image: url("/seminar/img/out_s.gif");
	table-layout		: fixed;
	text-align			: center;
	width				: 148px;
	height				: 40px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: bgOverGenre
	用途	: ジャンル選択テーブルのMouseOver時背景
	概要	: ジャンル表示テーブルのセルに適用(MouseOver時）
-------------------------------------------------------------------------------
*/

.bgOverGenre {
	background-image: url("/seminar/img/set_s.gif"); 
	color				: #FFFFFF;
	table-layout		: fixed;
	text-align			: center;
	width				: 148px;
	height				: 40px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: bgOutGenre
	用途	: ジャンル選択テーブルのMouseOut時背景
	概要	: ジャンル表示テーブルのセルに適用(MouseOut時）
-------------------------------------------------------------------------------
*/

.bgOutGenre {
	background-image: url("/seminar/img/out_s.gif");
	color				: #555555;
	table-layout		: fixed;
	text-align			: center;
	width				: 148px;
	height				: 40px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: bgSetMonthNow
	用途	: 月別カレンダーテーブルの非選択背景
	概要	: 月別カレンダーテーブルのセルに適用(非選択）
-------------------------------------------------------------------------------
*/

.bgSetMonthNow {
	background-image: url("/seminar/img/set_b_month_now.gif"); 
	color				: #FFFFFF;
	border				: 0px;
	table-layout		: fixed;
	text-align			: center;
	width				: 35px;
	height				: 25px;
}


/*-----------------------------------------------------------------------------
	CLASS名	: bgSetMonth
	用途	: 月別カレンダーテーブルの非選択背景
	概要	: 月別カレンダーテーブルのセルに適用(非選択）
-------------------------------------------------------------------------------
*/

.bgSetMonth {
	background-image: url("/seminar/img/set_b_month.gif"); 
	color				: #FFFFFF;
	border				: 0px;
	table-layout		: fixed;
	text-align			: center;
	width				: 35px;
	height				: 25px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: bgOutMonth
	用途	: 月別カレンダーテーブルのMouseOut時背景
	概要	: 月別カレンダーテーブルのセルに適用(MouseOut時）
-------------------------------------------------------------------------------
*/

.bgOutMonth {
	background-image: url("/seminar/img/out_b_month.gif"); 
	color				: #FFFFFF;
	border				: 0px;
	table-layout		: fixed;
	text-align			: center;
	width				: 35px;
	height				: 25px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: bgOverMonth
	用途	: 月別カレンダーテーブルのMouseOver時背景
	概要	: 月別カレンダーテーブルのセルに適用(MouseOver時）
-------------------------------------------------------------------------------
*/

.bgOverMonth {
	background-image: url("/seminar/img/over_b_month.gif"); 
	color				: #555555;
	border				: 0px;
	table-layout		: fixed;
	text-align			: center;
	width				: 35px;
	height				: 25px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: bgNoSeminarMonth
	用途	: 月別カレンダーテーブルのセミナー０の場合の背景
	概要	: 月別カレンダーテーブルのセルに適用(非セミナー月）
-------------------------------------------------------------------------------
*/

.bgNoSeminarMonth {
	background-image: url("/seminar/img/invalid_b_month.jpg"); 
	color				: #555555;
	border				: 1px;
	table-layout		: fixed;
	text-align			: center;
	width				: 35px;
	height				: 25px;
}


/*-----------------------------------------------------------------------------
	セミナー詳細画面用 CLASS START
-------------------------------------------------------------------------------
*/

/*-----------------------------------------------------------------------------
	CLASS名	: TokutenTable
	用途	: 詳細画面 特典用のテーブル
	概要	: 赤枠でかこみ特典の文をテーブル内に表示 
-------------------------------------------------------------------------------
*/

.TokutenTable {
	width				: 430px;
	background-color	: #FFFFFF;
	color				: #777777;
	border				: #FF0000 solid 2px;
	table-layout		: fixed;
	margin-top			: 10px;
	padding-top			: 10px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: TokutenTable2
	用途	: 詳細画面 キャンセルフラグ表示制御用のテーブル
	概要	: オレンジ枠でかこみテーブル内に表示 
-------------------------------------------------------------------------------
*/

.TokutenTable2 {
	width				: 430px;
	background-color	: #FFFFFF;
	color				: #777777;
	table-layout		: fixed;
	margin-top			: 10px;
	padding-top			: 10px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: SeminarDispTbl
	用途	: 詳細画面　詳細データ表示テーブル用
	概要	: 詳細画面  詳細データ表示テーブル
			: セル設定　SeminarDispLeftTbl(左),SeminarDispRightTbl(右)
-------------------------------------------------------------------------------
*/

.SeminarDispTbl {
	width				: 440px;
	border-collapse   	: collapse;
	border				: #DDDDDD Solid 1px;
	margin-bottom		: 4px;
	margin-top			: 10px;
	margin-right		: 10px;
	margin-left			: 10px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: SeminarDispLeftTbl
	用途	: 詳細画面　項目名セル用
	概要	: 詳細画面の項目名表示セル用(左側)
-------------------------------------------------------------------------------
*/

.SeminarDispLeftTbl {
	width				: 80px;
	height				: 20px;
	background-color	: #26A17C;
	color				: #FFFFFF;
	border				: #DDDDDD solid 1px;
	table-layout		: fixed;
	text-align			: center;
	margin-right		: 0px;
	padding				: 4px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: SeminarDispRightTbl
	用途	: 詳細画面　値表示セル用
	概要	: 詳細画面の値表示セル用(左側)
-------------------------------------------------------------------------------
*/

.SeminarDispRightTbl {
	width				: 350px;
	height				: 20px;
	background-color	: #FFFFFF;
	color				: #555555;
 	border            	: none;
  	border-width      	: 1px;
  	border-style      	: solid;
	table-layout		: fixed;
	margin-right		: 0px;
	padding				: 4px;
}
/*-----------------------------------------------------------------------------
	セミナー詳細画面用 CLASS END
-------------------------------------------------------------------------------
*/

/*-----------------------------------------------------------------------------
	CLASS名	: SetCourseList
	用途	: セットコース画面　概要画面用
	概要	: セットコース画面　概要画面用
-------------------------------------------------------------------------------

/* リスト表示テーブル */
.SetCourseList {
	width				: 440px;
	height				: 0px;
	border-collapse   	: collapse;
	border				: #FFFFFF 0px;
	margin-left			: 0px;
	margin-bottom		: 0px;
	margin-top			: 0px;
	margin-right		: 0px;
	padding-top			: 0px;

}


/*-----------------------------------------------------------------------------
	CLASS名	: SetCourseListContents
	用途	: セットコース画面　概要画面用
	概要	: セットコース画面　概要画面用
-------------------------------------------------------------------------------
*/
.SetCourseListContents {
	background-color	: #FFFFFF;
	color				: #FFFFFF;
 	border            	: none;
  	border-width      	: #FFFFFF 0px;
 	border-color      	: #FFFFFF;
  	border-style      	: solid;
	table-layout		: fixed;
	height				: 10px;
}

/*-----------------------------------------------------------------------------
セミナー系共通 テーブル設定 START
-------------------------------------------------------------------------------
*/

/*-----------------------------------------------------------------------------
	CLASS名	: OrderInnerLineTbl
	用途	: リスト表示用
	概要	: 詳細画面のテーブルなど、表形式で表示する際に使用
-------------------------------------------------------------------------------
*/
.OrderInnerLineTbl {
	width				: 593px;
	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名	: OrderInnerLineTblContents2
	用途	: Order系 注文のデータ表示用テーブル 金額無しの場合の表示
	概要	: 注文状態テーブルの値表示セル
-------------------------------------------------------------------------------
*/
.OrderInnerLineTblContents2 {
	background-color	: #FFFFFF;
	color				: #777777;
 	border            	: none;
  	border-width      	: 1px;
 	border-left-color  	: #FFFFFF;
 	border-right-color 	: #FFFFFF;
  	border-style      	: solid;
	table-layout		: fixed;
}


/*-----------------------------------------------------------------------------
	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				: 20px;
	background-color	: #BBBBBB;
	color				: #555555;
	table-layout		: fixed;
	text-align			: right;
	margin-right		: 0px;
	padding				: 4px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: OrderManInputRightTbl
	用途	: 注文者情報入力画面 入力欄(入力欄セル)
	概要	: 入力欄のセル(本体/別送テーブル共用で本CLASSを使用)
-------------------------------------------------------------------------------
*/

.OrderManInputRightTbl {
	width				: 450px;
	height				: 20px;
	background-color	: #FFFFFF;
	color				: #777777;
 	border            	: none;
  	border-width      	: 1px;
  	border-style      	: solid;
	table-layout		: fixed;
	text-align			: left;
	margin-right		: 0px;
	padding				: 4px;
}

/*-----------------------------------------------------------------------------
	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名	: OrderZksListLeft
	用途	: 注文者確認　画面(網掛けセル)
	概要	: 網掛けセル
-------------------------------------------------------------------------------
*/

.OrderZksListLeftTbl {
	width				: 80px;
	height				: 20px;
	background-color	: #BBBBBB;
	color				: #555555;
	table-layout		: fixed;
	text-align			: right;
	margin-right		: 0px;
	padding				: 4px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: OrderZksListCenterTbl
	用途	: 注文者確認　表中央(氏名)	(受講者データ存在時)
	概要	: 氏名部分
-------------------------------------------------------------------------------
*/
.OrderZksListCenterTbl {
	width				: 140px;
	height				: 20px;
	background-color	: #FFFFFF;
	color				: #777777;
 	border            	: none;
  	border-width      	: 1px;
  	border-right-color 	: #FFFFFF;
  	border-style      	: solid;
	table-layout		: fixed;
	text-align			: left;
	margin-right		: 0px;
	padding				: 4px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: OrderZksListRightTopTbl
	用途	: 注文者確認　表右上セル	(受講者データ存在時)
	概要	: 注文者確認　表右上セル
-------------------------------------------------------------------------------
*/
.OrderZksListRightTopTbl {
	width				: 337px;
	height				: 20px;
	background-color	: #FFFFFF;
	color				: #777777;
 	border            	: none;
  	border-width      	: 1px;
  	border-style      	: solid;
  	border-bottom-color : #FFFFFF;
  	border-right-color : #FFFFFF;
	table-layout		: fixed;
	text-align			: left;
	margin-right		: 0px;
	padding				: 4px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: OrderZksListRightMiddleTbl
	用途	: 注文者確認　表右中セル	(受講者データ存在時)
	概要	: 注文者確認　表右中セル
-------------------------------------------------------------------------------
*/

.OrderZksListRightMiddleTbl {
	width				: 337px;
	height				: 20px;
	background-color	: #FFFFFF;
	color				: #777777;
 	border            	: none;
  	border-width      	: 1px;
  	border-bottom-color : #FFFFFF;
  	border-right-color  : #FFFFFF;
  	border-top-color 	: #FFFFFF;
  	border-style      	: solid;
	table-layout		: fixed;
	text-align			: left;
	margin-right		: 0px;
	padding				: 4px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: OrderZksListRightNotInputTbl
	用途	: 注文者確認　表右セル	(受講者データ未入力時)
	概要	: 注文者確認　表右セル
-------------------------------------------------------------------------------
*/
.OrderZksListRightNotInputTbl {
	width				: 337px;
	height				: 20px;
	background-color	: #FFFFFF;
	color				: #777777;
 	border            	: none;
  	border-width      	: 1px;
  	border-style      	: solid;
  	border-right-color 	: #FFFFFF;
	table-layout		: fixed;
	text-align			: left;
	margin-right		: 0px;
	padding				: 4px;
}

/*-----------------------------------------------------------------------------
	CLASS名	: OrderZksListRightBottomTbl
	用途	: 注文者確認　表右下セル	(受講者データ存在時)
	概要	: 注文者確認　表右下セル
-------------------------------------------------------------------------------
*/

.OrderZksListRightBottomTbl {
	width				: 337px;
	height				: 20px;
	background-color	: #FFFFFF;
	color				: #777777;
 	border            	: none;
  	border-width      	: 1px;
  	border-style      	: solid;
  	border-top-color 	: #FFFFFF;
  	border-right-color  : #FFFFFF;
	table-layout		: fixed;
	text-align			: left;
	margin-right		: 0px;
	padding				: 4px;
}


/*-----------------------------------------------------------------------------
	CLASS名	: OrderZksListRightButtonTbl
	用途	: 注文者確認　表　右端ボタン表示セル (入力済/未入力　共用)
	概要	: 注文者確認　右端ボタン表示セル
-------------------------------------------------------------------------------
*/

.OrderZksListRightButtonTbl {
	width				: 33px;
	height				: 20px;
	background-color	: #FFFFFF;
	color				: #777777;
 	border            	: none;
  	border-width      	: 1px;
  	border-style      	: solid;
  	border-left-color 	: #FFFFFF;
	table-layout		: fixed;
	text-align			: left;
	margin-right		: 0px;
	padding				: 4px;
}

/*-----------------------------------------------------------------------------
	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				: 60px;
}

.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				: 180px;
	text-align			: center;
}

.iFSubmit {
	width				: 180px;
	text-align			: center;
}

/*-----------------------------------------------------------------------------
セミナー Order系共通 入力欄/ボタン 設定 END
-------------------------------------------------------------------------------
*/