@CHARSET "UTF-8";
/*******アライアンス別定義 Start*******/
	/*テーブルの枠線*/
	table.table_line {
		background-color:#ff9900;
	}
	
	table.table_line2 {
		background-color:#ffffff;
	}
	
	/*テーブルのタイトル*/
	td.table_title_f14 {
		background-color:#FFD699;
		font-size : 14px;
		line-height : 120%;
		line-weight : 120%;
	}
	
	td.table_title_f12 {
		background-color:#FFD699;
		font-size : 12px;
		line-height : 120%;
		line-weight : 120%;
	}
	
	td.table_title_f11 {
		background-color:#FFD699;
		font-size: 11px;
		line-height : 130%;
		line-weight : 130%;
		color:#333333;
		_font-family:'ＭＳ Ｐゴシック','ＭＳ ゴシック',sans-serif;
	}
	
	td.table_title_f13 {
		background-color:#FFD699;
		font-size: 13px;
		line-height : 120%;
		line-weight : 120%;
	}
	
	td.table_title_f14_bold {
		background-color:#FFD699;
		font-size : 14px;
		font-weight : bold;
        color     : #555555 ;
	}
	
	td.table_title_info {
	     background-color:#FFD699;
         font-size : 12pt;
         font-weight : bold;
         color     : #3366cc ;
    }
	
	/*テーブルの項目名*/
	td.table_item_nm_f12 {
		background-color:#fff3d8;
		font-size : 12px;
		line-height : 120%;
		line-weight : 120%;
	}
	
	td.table_item_nm_f11 {
		background-color:#fff3d8;
		font-size: 11px;
		line-height : 130%;
		line-weight : 130%;
		color:#333333;
		_font-family:'ＭＳ Ｐゴシック','ＭＳ ゴシック',sans-serif;
	}
	
	/*テーブルの項目値*/
	td.table_item_val_f12 {
		background-color:#ffffff;
		font-size : 12px;
		line-height : 120%;
		line-weight : 120%;
	}
	
	td.table_item_val_f14 {
		background-color:#ffffff;
		font-size : 14px;
		line-height : 120%;
		line-weight : 120%;
	}
	
	td.table_item_val_f11 {
		background-color:#ffffff;
		font-size: 11px;
		line-height : 130%;
		line-weight : 130%;
		color:#333333;
		_font-family:'ＭＳ Ｐゴシック','ＭＳ ゴシック',sans-serif;
	}
	
	td.table_item_val_contents {
		background-color:#ffffff;
        font-size : 9pt;
        color     : #555555 ;
    }
	
	/**梱包別表示テーブル用定義 St**/
	/*テーブルライン*/
	table.pack_table_line {
		background-color:#e5c35b;
	}
	
	/*梱包名表示欄*/
	td.pack_table_name_f12 {
		background-color:#e5c35b;
		font-size : 12px;
		line-height : 120%;
		line-weight : 120%;
	}
	
	/*梱包テーブルのタイトル*/
	td.pack_table_title_f12 {
		background-color:#ffe599;
		font-size : 12px;
		line-height : 120%;
		line-weight : 120%;
	}
	
	/*梱包テーブルの値表示欄*/
	tr.pack_table_item_val_f12 {
		background-color:#ffffff;
		font-size : 12px;
		line-height : 120%;
		line-weight : 120%;
	}
	/**梱包別表示テーブル用定義 End**/
	
	/**レビュー登録・確認のテーブル関連 St**/
	table.review_table_line{
		border: 1px #ff9900 solid;
	}
	
	table.review_iteminfo_table_bgcolor{
		background-color:#ffffff;
	}
	
	table.review_table_bgcolor{
		border: 1px #ff9900 solid;
		background-color:#FFD699;
	}
	
	td.review_item_val_f12 {
		background-color:#FFD699;
		font-size : 12px;
		line-height : 120%;
		line-weight : 120%;
	}
	
	td.review_iteminfo_item_val_f12 {
		background-color:#ffffff;
		font-size : 12px;
		line-height : 120%;
		line-weight : 120%;
	}
	/**レビュー登録・確認のテーブル関連 End**/
	
	/**注文確認プレゼント一覧テーブル関連 St**/
	table.present_table_line {
		background-color:#FC7AA8;
	}
	
	td.present_table_title_f13 {
		background-color:#FED0E0;
		font-size: 13px;
		line-height : 120%;
		line-weight : 120%;
	}
	
	td.present_table_item_val_f12 {
		background-color:#ffffff;
		font-size : 12px;
		line-height : 120%;
		line-weight : 120%;
	}
	/**注文確認プレゼント一覧テーブル関連 Ed**/

	/*******アライアンス別定義 End*******/