﻿@import "/inc/css/btn.css";
html, body, select, input, div, h1, h2, h3, h4, p, span, ul, li ,div{
	margin:0;
	padding:0;
}
body 
{
    font:14px/1.5 微軟正黑體,Arial;
    color: #333;
    background:#fff url("images/all_bg.png") repeat-x top;
    letter-spacing:1px;    
}

img{ border: 0;
}

.clear{ clear: both;
}

.float-L
{ float:left;
  }
  
.float-R
{ float:right;
  }
  
select
{
	font:12px/1 Arial, Helvetica, sans-serif;
    color: #333333;
}

input
{
	font:14px/1.5 Arial, Helvetica, sans-serif;
    color: #333333;
    padding:3px;
}

.weight
{
    font-weight:bold;}
    
.right
{    text-align:right;
    }
    
.left
{    text-align:left;
    }
    
.center
{
    text-align:center;
    }

/*---- 最外層包裝 ----*/
#WRAPPER {
	width:100%;
	margin:0 auto;
	position:relative;
}

#wls_bar
{ width:100%;
  margin:0 auto;
  background:#333 url("images/wls_top.png") repeat-y center;  
  height:12px;
  position:absolute;
    }


    
#header
{ width:1000px;
  height:500px;
  margin:0 auto;
  background:url("images/img.png") no-repeat center top;  
  position:relative;

}
#menu {
        background:#e27116;
        height:60px;
}
#menu_content {
    width:1000px;
    margin :0 auto;
    height:60px;

}
#logo
{ width:280px;
  height:80px;
  background:url("/images/logo.png") no-repeat center;  
  position:absolute;
  top:15px;
  left:36px;
    }   
    
#content
{ width:1000px;
  margin:20px auto;
    }

#footer
{ width:100%;
  margin:0 auto;
  color:#ffffff;
  padding:20px 0;
  text-align:center;
  font:15px/1.5 微軟正黑體,Arial;
   background:#898989;
  }

#footer a
{ color:#ffffff;
  text-decoration:none;
  }
#footer a:hover
{ color:#ffffff;
  text-decoration:underline;
  }

.header1 {height:500px; background:url(images/header1_bg.png) no-repeat ;}

.star { width:113px;
        height:113px;
      position:absolute;
      top:120px;
      left:450px;
}

.title { margin-bottom:10px;}

.button{ 
padding: 18px 20px;  
font-size:16px; 
text-align:center;
font-family:微軟正黑體, Arial;
margin: 10px 2px; 
font-weight: normal; 
display: inline-block; 
border-radius: 3px; 
-webkit-border-radius: 3px; /*safari, google chrome */
-moz-border-radius: 3px; /*firefox */
text-decoration: none; 
z-index:1;
position:relative;
text-align:center;

color: #fff ;
background: #f19900;
behavior: url(/inc/css/PIE.htc);
}

.button:hover{ 
 text-decoration:none;
	background: #ff1f0e; 
	color: #fff; 
	box-shadow: 0 0 5px #e2e2e2 , 0 1px 1px #999; 
	-webkit-box-shadow: 0 0 5px #e2e2e2, 0 1px 1px #999; 
	-moz-box-shadow: 0 0 5px #e2e2e2, 0 1px 1px #999; 
     -o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
   -webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
   -moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
   transition: color .20s linear, background-color .20s linear, border-color .20s linear;
}
.login label{ padding-top:10px;*padding-top:10px;width:100px; display:inline-block; }

  
/**注意事項**/
#attention
{  width:100%;
   padding:10px;
  font:14px/1.5 微軟正黑體,Arial;
border-radius: 8px; 
-webkit-border-radius: 8px; /*safari, google chrome */
-moz-border-radius: 8px; /*firefox */

  color:#fff;
    background: #429cb7;
    behavior: url(/inc/css/PIE.htc);
    }
 
#attention ol
{  display:block;
  margin:5px auto;
  list-style-position:outside;
    }
.attention2
{ padding-left:20px;
    }
.attention2 li
{ list-style-type:disc;
    }
#attention a
{ color:#ffffff;
    }


/*--table--*/
.hoverStyle1
 {
 background:#ffe0ae;
 height:30px;
 color:#333333;
 }
 .hoverStyle2
 {
 background:#fff8d6;
 height:30px;
 color:#333333;
 }
 .hoverStyle3
 {
 background:#1283a5;
 height:30px;
 color:#fff;
 }


/*--- Back To Top---*/

#back-top {
	position: fixed;
	bottom: 4px;
	right: 10px;
	z-index: 2;
}
#back-top a {
	width: 130px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
#back-top span {
	width: 130px;
	height: 200px;
	display: block;
	margin-bottom: 30px;
	background: url(images/scrolltopfix.png) no-repeat center center;
	
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: transparent;
}




.system {
    padding:20px 0;
    border-bottom:2px #CCC  dotted;
}
.system2 {
    padding:20px 0;
 }
/*---navbar---*/
div.navbar{ 
    width:100%; 
    clear:both; 
    position: fixed; 
    top:0;
	background-color:#e27116;
    /*background:#e27116; */
    z-index:9999; 
    display: none;
    box-shadow:  0px 0px 5px #000; 
	-webkit-box-shadow:0px 0px 5px #000;; 
	-moz-box-shadow: 0px 0px 5px #000;; 
}
div.navbar ul{ 
    width:1000px; 
    margin:auto; 
    padding:0;
    list-style:none;
}
div.navbar ul li{ 
    display:block;
     float: left;
     margin:0; 
     padding:0;
     list-style:none;
     }
div.navbar ul li a{ 
    display: block; 
    width:inherit; 
    vertical-align: middle; 
    text-align: center;
    color: #fff; 
    text-decoration: none; 
    font-weight: bold;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.newp_title{
background:#f26d7d; 
color:#fff; 
font:30px/1.5 微軟正黑體,Arial; 
padding:5px 5px;
border-radius: 3px; 
text-align:center;
-webkit-border-radius: 3px; /*safari, google chrome */
-moz-border-radius: 3px; /*firefox */
behavior: url(/inc/css/PIE.htc);
}

/*操作說明，安裝說明*/

.operate {
    display:block;
    width:100%;
    padding:20px 0;   
    background:#FFF ;
    margin-bottom:10px;
    list-style-type:none;
}

.step {width:100%;
	margin-bottom: 20px;
}

.step li{
    list-style-type:none;
}

.step_text {
    font: 15px/1.5 微軟正黑體,Arial;
    margin:0 20px;
    padding:10px 0;

}
.step_text2 {
    font: 16px/1.5 微軟正黑體,Arial;
	color: #333;
}
.step_text_title {
	font: 20px/1.5 微軟正黑體,Arial;
	color: #e27116;
	border-bottom: 1px solid #e27116;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.step_text_title2 {
    font:15px/1.5 微軟正黑體,Arial;  
    color:#cc0000;
    padding-top:10px;
}
.step_text span{
   color:#996600;
   /*padding:0 5px; */
}
.step_img {
    padding:10px;
    margin:0 20px;
    background:#FFF;
    border:1px solid #bbb;
}
.step_img img{
 border:1px solid #5a5a5a;
  width:856px;
}
#Box {
    width: 920px;
    margin: 0 auto;
    padding:20px 0 ;
     
}
#Box h2{
	line-height: 1.5;
	font-size: 24px;
	font-family: 微軟正黑體,Arial;
	background: url("images/icon_title001.png") no-repeat 0px 20px;
	color: #624414;
	padding: 12px 0 10px 30px;
	font-weight: bold;
	margin-left:16px;
}
#Box a{
	color:#cc0000; 
	text-decoration: none;
}
#Box a:hover{
	color:#cc0000;text-decoration: underline;
}

#Box h3{
	font: 30px/1.5 微軟正黑體,Arial;
	color: #c6000f;
	padding: 0 0 10px 20px;
}
.up::before {
    content: "★月成交金額達5千萬(含)以上之月電子對帳單將出現此流程";
    color: #cc0000;
    font-weight: bold;
    padding-left:1em;
}
/*---END*---*/