@charset "utf-8";

/**************************************************
 *
 *     WEBIS ALL COMMON DESIGN STYLE SHEET
 *
 **************************************************/

/* WEBIS - FONT SET */
body {/*color:#555555;*/background-color:#FFFFFF}

a {/*color:#555555*/}
a,
a:link,
a:visited,
a:active,
a:focus,
a:hover {/*color:#555555;*/text-decoration:none}

/* WEBIS - LYAOUT SET */
#wd_wrap {}
#wc_aside {float:left;width:200px}
#wc_content {float:right;width:760px}
.wd_full {}
.wd_area {width:1100px}

/* WEBIS - COLOR SET */
.wd_col {color:#0054A7 !important}
.wd_col_a:after {color:#0054A7 !important}
.wd_col_b:before {color:#0054A7 !important}
.wd_col_h:hover {color:#0054A7 !important}
.wd_col_on {}

.wd_col_bd {border-color:#0054A7 !important}
.wd_col_bd_a:after {border-color:#0054A7 !important}
.wd_col_bd_b:before {border-color:#0054A7 !important}
.wd_col_bd_h:hover {}
.wd_col_bd_on {}

.wd_col_bg {background-color:#0054A7 !important}
.wd_col_bg_a:after {background-color:#0054A7 !important}
.wd_col_bg_b:before {background-color:#0054A7 !important}
.wd_col_bg_h:hover {}
.wd_col_bg_on {}

.wd_col_bdg {background-color:#0054A7 !important;border-color:#0054A7 !important}
.wd_col_bdg_a:after {background-color:#0054A7 !important;border-color:#0054A7 !important}
.wd_col_bdg_b:before {background-color:#0054A7 !important;border-color:#0054A7 !important}
.wd_col_bdg_h:hover {}
.wd_col_bdg_on {}


/**************************************************
 *
 *     WEBIS GNUBOARD RESET STYLE SHEET
 *
 **************************************************/

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,select:focus {
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    border: 1px solid #558ab7 !important;
}


/**************************************************
 *
 *     WEBIS BXSLIDER RESET STYLE SHEET
 *
 **************************************************/

.bx-wrapper {
	margin-bottom:0 !important;
	border:0 !important;
	box-shadow:none !important
}

.bx-wrapper .bx-pager {
	bottom:5% !important;
	padding-top:0 !important
}
