@charset "UTF-8";


/*************************
    enterprise_wrapper
*************************/
#enterprise_wrapper { padding:0px 10px; width:740px; text-align:left; }

/*************************
       inbound_plan
*************************/
#cont table.inbound_plan {border-collapse:collapse; font-size:11px;}
#cont table.inbound_plan td        { padding:3px 6px; border:1px solid #CCCCCC;}
#cont table.inbound_plan th        { background:#3399DD; color:#FFFFFF; border:1px solid #44AADD; text-align:center;}
#cont table.inbound_plan th.gray   { background:#999999; color:#FFFFFF; border:1px solid #CCCCCC; text-align:center; }
#cont table.inbound_plan th.level2 { background:#DDEEFF; font-weight:normal; color:#333333; border:1px solid #CCCCCC; text-align:center; }
#cont table.inbound_plan td.title  { background:#c8eafa; white-space:nowrap; text-align:center; color:#000; }
#cont table.inbound_plan td.plan_title  { white-space:nowrap; text-align:center; }
#cont table.inbound_plan td.inbound_plan  { background:#FFFFFF; text-align:center; white-space:nowrap; }
#cont table.inbound_plan tr.gray td { background:#EEEEEE; }
#cont table.inbound_plan tr.attention td { border:none; text-align:center; color:#FF0000; }
#cont .inbound_plan_footnote { padding:3px 0px; font-size:11px; color:#666666; }

/*************************
      outbound_plan
*************************/
#cont table.outbound_plan {border-collapse:collapse; font-size:11px;}
#cont table.outbound_plan td        { padding:3px 6px; border:1px solid #CCCCCC;}
#cont table.outbound_plan th        { background:#99cc00; color:#FFFFFF; border:1px solid #AADD00; text-align:center; }
#cont table.outbound_plan th.gray   { background:#999999; color:#FFFFFF; border:1px solid #CCCCCC; text-align:center; }
#cont table.outbound_plan th.level2 { background:#DDEEFF; font-weight:normal; color:#333333; border:1px solid #CCCCCC; text-align:center; }
#cont table.outbound_plan td.title  { background:#def39c; white-space:nowrap; text-align:center; color:#000; }
#cont table.outbound_plan td.plan_title  { white-space:nowrap; text-align:center;}
#cont table.outbound_plan td.outbound_plan  { background:#FFFFFF; text-align:center; white-space:nowrap; }
#cont table.outbound_plan tr.gray td { background:#EEEEEE; }
#cont table.outbound_plan tr.attention td { border:none; text-align:center; color:#FF0000; }
#cont .outbound_plan_footnote { padding:3px 0px; font-size:11px; color:#666666; }

/*************************
           FAQ
*************************/
#cont .enterprise_faq { width:680px; padding: 0px 10px;}
#cont .enterprise_faq .no_q { float:left; width:40px; padding: 5px; background:#e9f6fc; color:#3399cc; font-weight: bold; }
#cont .enterprise_faq .msg_q { float:right; width:620px; padding: 5px; background:#e9f6fc}

#cont .enterprise_faq .no_a { float:left; width:40px; padding: 5px; background:#ffffff; font-weight: bold;}
#cont .enterprise_faq .msg_a { float:right; width:620px; padding: 5px; background:#ffffff}

/*************************
   Application Method
*************************/
#cont .app_method { width:680px; padding: 0px 10px;}
#cont .app_method .left_col { float:left; width:120px; padding: 0px 5px; }
#cont .app_method .right_col { float:right; width:540px; padding: 0px; background:#e9f6fc; }
#cont .app_method .right_col ul{list-style-type: decimal; color:#F00;}

/*************************
   Inquiry Method
*************************/
#cont .inquiry_method { width:680px; padding: 10px; background:#f7f7f7; border: solid 1px; border-color:#ccc;}
#cont .inquiry_method .left_col { float:left; width:360px; padding: 0px 5px; }
#cont .inquiry_method .right_col { float:right; width:260px; padding: 20px; }


