﻿@charset "utf-8";
A:link { text-decoration:none; } 
A:visited {text-decoration:none; } 
A:active { text-decoration:none; }
A:hover { color:#000000; text-decoration:underline; }
/* Mobile Tab Menur*/

#tabs_mobile { float:left; width:100%; background:#F4F7FB; font-size:93%; line-height:normal; border-bottom:1px solid #BCD2E6; }
#tabs_mobile ul { margin:0; padding:1px 5px 0 5px; list-style:none; }
#tabs_mobile li { display:inline; margin:0; padding:0;}
#tabs_mobile a { float:left; background:url("image/mobile/tableft1.gif") no-repeat left top; margin:0; padding:0 0 0 4px; text-decoration:none; }
#tabs_mobile a span { float:left; display:block; background:url("image/mobile/tabright1.gif") no-repeat right top; padding:5px 10px 4px 6px; color:#333; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs_mobile a span {float:none;}
/* End IE5-Mac hack */
#tabs_mobile a:hover span { color:#000; }
#tabs_mobile a:hover { background-position:0% -42px; }
#tabs_mobile a:hover span { background-position:100% -42px; }
#tabs_mobile #current a { background-position:0% -42px; }
#tabs_mobile #current a span { background-position:100% -42px; }

#mobile_tel { width:100%; height:64px; border:1px solid #ddd; padding: 5px }

