﻿@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: 15px/1.5 微軟正黑體,Arial;
    color: #333;
    
    letter-spacing: 1px;
    
}
.img_2023 {
    background: url("images/all_bg.png") no-repeat center top;
    width: 100%;
    background-size: cover;
   overflow: hidden;
   margin-top: 78px;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

.float-L {
    float: left;
}

.float-R {
    float: right;
}

select {
    font: 15px/1 Arial, Helvetica, sans-serif;
    color: #333333;
}

input {
    font: 15px/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;
    }

#master {
    width:1000px;
    margin:0 auto;
    position:relative;
    z-index:10;
    top:0px;
}

#header {
    width: 1000px;
    height:500px;
    margin: 0 auto;
    position: relative;
}

#menu {
    background: url("images/menu_bg.html") repeat-x;
}

#menu_content {
    width: 1000px;
    margin: 0 auto ;
    
}

#logo
{ 
  position:absolute;
  top:10px;
  left:40px;
  z-index:13;
    } 
#logo2
{ 
  position:absolute;
  top:0px;
  right:0px;
  z-index:13;
    }
#content {
    width: 1000px;
    margin: 40px auto;
    background:#fff;
}
#master_title01 {
	position: absolute;
	left: 280px;
	top: 40px;
	z-index: 3;
}
#master_title02 {
	position: absolute;
	left: 400px;
	top: 130px;
	z-index: 4;
}


#master_img01{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 190px;
}



#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.html) no-repeat;
}



.title {
    margin-bottom: 10px;
}
/*login*/
.login {
    width: 90%;
    margin: 0 auto;
    padding: 50px;
    font: 16px/1.5 微軟正黑體,Arial;
    border: 2px solid #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px; /*safari, google chrome */
    -moz-border-radius: 8px; /*firefox */
    box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    color: #fff;
    background: url(images/all_bg.html) repeat-x center;
    behavior: url(https://www.wls.com.tw/inc/css/PIE.htc);
    position: relative;
}

.login2 {
    width: 50%;
    margin: 0 auto;
}

.login_title {
    border-bottom: 2px dotted #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.login_left {
    float: left;
}

    .login_left input {
        border-radius: 3px;
        -webkit-border-radius: 3px; /*safari, google chrome */
        -moz-border-radius: 3px; /*firefox */
        border: 1px solid #999;
        behavior: url(https://www.wls.com.tw/inc/css/PIE.htc);
    }

.login_right {
    float: left;
    padding-left: 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(https://www.wls.com.tw/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;
}
/*qa*/
.qa_title {
	margin-left:30px;
    font-weight: bold;
    font: 26px/1.5 微軟正黑體,Arial;
    font-weight: bold;
    color:#0269ad;
}

.qa_list {
    display: block;
}

    .qa_list > li {
        padding: 10px 0;
        margin: 10px 0;
        border-bottom: 1px dotted #898989;
        list-style-type: none;
    }

.qa_q {
    font-weight: bold;
    font: 16px/1.5 微軟正黑體,Arial;
    background: url("images/icon_qa.html") no-repeat 0 2px;
    padding-left: 30px;
    color: #a17c2a;
}

.qa_a {
    color: #333;
    padding-left: 30px;
}

.qa_list > li li {
    margin-left: 20px;
}

.titlew{
	font: 20px/2 微軟正黑體,Arial; color:#FF002F;  font-weight:bold; letter-spacing:1px;}


.table {
    width:100%;
    border-collapse: collapse;
	font: 14px/1.5 微軟正黑體,Arial;
}

    .table th {
        background: #993365;
        padding: 10px 5px;
        border: 1px #151412 solid;
        color: #fff;
        text-align: center;
    }


    .table tbody td {
        border: 1px #151412 solid;
        padding: 10px;
		text-align: center;
    }

    .table tfoot td {
        background:#ffcb78;
        height:150px;
        text-align: center;
    }
	
	.table span {
        color:#ff0000;
        text-align: center;
    }

/**注意事項**/
#attention {
	margin:20px auto 50px auto;
    width: 100%;
    padding: 20px;
    font: 14px/1.5 微軟正黑體,Arial;
    border-radius: 8px;
    -webkit-border-radius: 8px; /*safari, google chrome */
    -moz-border-radius: 8px; /*firefox */
    color: #fff;
    background: #999;
    behavior: url(https://www.wls.com.tw/inc/css/PIE.htc);

}

    #attention ol {
        display: block;
        margin: 5px auto;
        list-style-position: outside;
        *list-style-position:inside;
        *padding-left:1em;
    }

.attention2 {
    padding-left: 20px;
}

    .attention2 li {
        list-style-type: disc;
    }

#attention a {
    color: #ffffff;
}


/*--table--*/
.hoverStyle1 /*單數tr*/
{
    background: #ffe0ae;
    height: 30px;
    color: #333333;
}

.hoverStyle2 /*雙數tr*/
{
    background: #fff8d6;
    height: 30px;
    color: #333333;
}

.hoverStyle3 /*滑鼠移過去*/
{
    background: #0269ad;
    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: 122px;
        height: 108px;
        display: block;
        margin-bottom: 30px;
        background: url(images/scrolltop.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: url("images/menu_bg.html") repeat-x;
    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;
    }

        div.navbar ul li {
            display: block;
            float: left;
            margin: 0;
            padding: 0;
        }

            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;
            }

                div.navbar ul li a.hover {
                    background: url(images/navbar-on.html) repeat-x 0 0;
                    color: #fff;
                }

.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(https://www.wls.com.tw/inc/css/PIE.htc);
}

/* content */
.content
{ width:100%;
  margin:0 auto;
  background:#ffffff;
  text-align:center;
    }
.content img
{ 
  text-align:center;
    }
#dicecontent
{ width:1000px;
  margin:0 auto;
  background:#FFFFFF;
  padding-bottom:20px;
  text-align:center;
    }
/*抽獎機會查詢*/
.title_list li{
	display:inline-block;
	padding:10px 18px 10px 28px;
	background: url(images/icon_001.html) no-repeat 0 7px;
}
.table2 {
    border-collapse: collapse;
    width:100%;
    margin-bottom:30px;
}

    .table2 thead th {
        background: #26498c;
        padding: 10px 5px;
        border: 1px #FFFFFF solid;
        color: #fff;
        text-align: center;
    }


    .table2 tbody td {
        border: 1px #FFFFFF solid;
        padding: 20px 10px;
		text-align: center;
        background: #ffe0ae;

    }
    .table2 tbody td SPAN{
     
        color:#cc0000;
        font:26px/1.5 微軟正黑體,Arial;
    }
    .title3
{  

   	color:#cc0000;

    }

/*中獎名單*/
.title2
{  

	font:26px/1.5 微軟正黑體,Arial;
   	color: #0269ad;
   	font-weight:600;
    }
.text2
{ margin-bottom:50px;
     }

/*letter*/

#main {
	margin: 0 auto ;
	width: 838px;
	padding:25px;
}

#footer2 {
	background-image: url(images/downbar_03.html);
	background-repeat: repeat-x;
	background-position: center;
	height: 50px;
	width: 100%;
	margin-top: -50px;
	position: fixed;
	left: 0px;
	top: 100%;
}

/* winner_data */
.text3
{  padding:10px 0;
   width:100%;
   margin:20px auto;
   background:#fff;

    }

.text3 p
{  padding:10px 0;
   border-bottom:1px dotted #898989;
  /* background:url(images/icon_002.png) no-repeat 15px 15px;*/
    }

.text3 p label
{  padding-left:10px;
   display:inline-block;
   width:210px;
    }
.text3 p label img
{ padding-right:10px;
    }
.text4
{  color:#cc0000;
   font:26px/1.5 微軟正黑體,Arial;
   padding:50px 0;
   text-align:center;
    }
.text4 img
{ vertical-align:middle;
  margin-right:5px;
    }
/*---END*---*/
