/* reset*/
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
    */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}

/*reset結束*/

body{
	font-family:Varela Round, "微軟正黑體",Microsoft JhengHei,Arial;
}

/**{
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}*/

.bg{
   display: block;
   width: 90%;
   background-color: white;
   box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.search_image_top{
 	padding-top: 20px;
 	margin: 0 20px 31px 20px;
 	position: relative;
}

.search_image_top_a {
    font-weight: bold;
    font-size: 20px;
    color: #fa529d;
    /*color: #ff777d;*//*聖誕節*/
    /*color: #f80;萬聖節用*/
}

.search_image_top_close {
    background-image: url(../style/images/search_image_close.png);
    /*background-image: url(../style/images/close-red.png);*/ /*聖誕節*/
    /*background-image: url(../style/images/search_image_close_Orange.png);萬聖節用*/
    background-repeat: no-repeat;
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: -24px;
    top: 0;
    margin: 20px;
    cursor: pointer;
}

.search_image_top_b {
    margin-top: 8px;
}

.search_image_top_com {
    margin-top: 8px;
}

/*top結束*/

.middle{
	margin: auto 20px;
}

.middle_bt{
    display: inline-block;
    padding: 7px;
    margin-right:1px;
    cursor:pointer;
}

.middle_bt.current{
	background-color: #e0e0e0;
	padding-top:11px;
}

/*middle結束*/

.scr{
	background-color: #e0e0e0;
	padding: 1px;
}

.scr_bg{
	margin: 20px;
}

.scr_a{
	margin:16px 0;
	padding:8px;
}

.scr_b {
    border: 0;
    height: 35px;
    width: 100px;
    background-color:#fa529d;
    /*background-color: #ff777d;*//*聖誕節*/
    /*background-color:#f80;/*萬聖節用*/
    color: white;
    font-size: 18px;
}

#wad_block{
	display: none;
}

@media (min-width:320px) {
    .top_com{
    	display: none;
    }
 }

@media (min-width: 768px) {
    .search_image_top_b {
        display: none;
    }
    .search_image_top_com {
        display: block;
    }
    .bg{
    width:40%;
    }
 }
@media (min-width: 992px) { 
    .bg{
    width:30%;
    }
    .scr_a{
    width:70%;	
    }
}
.ajax-file-upload-statusbar {
    
    margin-top: 10px;
    width: 420px;
    margin-right: 10px;
    margin: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 15px;
    margin: 10px;
}

.ajax-file-upload-filename {
    width: 300px;
    height: auto;
    margin: 0 5px 5px 0px;
}

.ajax-file-upload-filesize {
    width: 50px;
    height: auto;
    margin: 0 5px 5px 0px;
    display: inline-block;
    vertical-align: middle;
}

.ajax-file-upload-progress {
    margin: 5px 10px 5px 0px;
    position: relative;
    width: 250px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block;
    color: #FFFFFF;
}

.ajax-file-upload-bar {
    background-color: #0ba1b5;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color: #FFFFFF;
}

.ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%
}

.ajax-file-upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload-green {
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    cursor: pointer;
    line-height: 20px;
    height: 25px;
    margin: 0 10px 10px 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #888;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 2px 0 0 #e8e8e8;
    -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
    box-shadow: 0 2px 0 0 #e8e8e8;
    padding: 6px 10px 4px 10px;
    color: #fff;
    background: #fa529d;
    /*background: #f80;/*萬聖節*/
    border: none;
    -moz-box-shadow: 0 2px 0 0 #fa529d;
    /*-moz-box-shadow: 0 2px 0 0 #f80;/*萬聖節*/
    -webkit-box-shadow: 0 2px 0 0 #fa529d;
    /*-webkit-box-shadow: 0 2px 0 0 #f80;/*萬聖節*/
    box-shadow: 0 2px 0 0 #fa529d;
    /*box-shadow: 0 2px 0 0 #f80;/*萬聖節*/
    vertical-align: middle;
}

    .ajax-file-upload:hover {
        background: #fa529d;
        -moz-box-shadow: 0 2px 0 0 #fa529d;
        -webkit-box-shadow: 0 2px 0 0 #fa529d;
        box-shadow: 0 2px 0 0 #fa529d;
        /*background: #f80;萬聖節
        -moz-box-shadow: 0 2px 0 0 #f80;
        -webkit-box-shadow: 0 2px 0 0 #f80;
        box-shadow: 0 2px 0 0 #f80;*/
    }

.ajax-upload-dragdrop {    
    border: 2px dotted #b2bac0;
    width: 80%;
    color: #000000;
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 0px 10px;
    margin: 10px;
    height: 100px;
}

.state-hover {
    border: 2px solid #A5A5C7;
}

.ajax-file-upload-container {
    margin: 20px 0px 20px 0px;
}


