@charset "utf-8";
/* CSS Document */

body{
	background-color:#EDD8E3;
	background-image: url(https://www.okweb.asia/2002/color-j/images/bg_1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/***************************************************
			      main_color.css
***************************************************/
.customer-icon-home{
	background-image: url('https://cloud.okweb.asia/2002/color-j/images/right_btn_home.png');
	}
.customer-icon-exit{
	background-image: url('https://cloud.okweb.asia/2002/color-j/images/right_btn_exit.png');
	}
.customer-icon-faq{
	background-image: url('https://cloud.okweb.asia/2002/color-j/images/right_btn_faq.png');
	}
.customer-icon-member{
	background-image: url('https://cloud.okweb.asia/2002/color-j/images/right_btn_member.png');
	}
.customer-icon-shopping{
	background-image: url('https://cloud.okweb.asia/2002/color-j/images/right_btn_shopping.png');
	}	
.customer-icon-system{
	background-image: url('https://cloud.okweb.asia/2002/color-j/images/right_btn_system.png');
	}				
.customer-icon-talk{
	background-image: url('https://cloud.okweb.asia/2002/color-j/images/right_btn_talk.png');
	}
.customer-icon-vote{
	background-image: url('https://cloud.okweb.asia/2002/color-j/images/right_btn_vote.png');
	}

.royalSlider .royalSlide,
.royalSlider .royalWrapper {
/* Bakground behind slides */
	background:  #BB779E; 
	background: -moz-linear-gradient(top, #F6ECF4 0%, #BB779E 100%); 	
	background: -webkit-linear-gradient(top, #F6ECF4 0%,#BB779E 100%); 
	background: -o-linear-gradient(top, #F6ECF4 0%,#BB779E 100%);
	background: -ms-linear-gradient(top, #F6ECF4 0%,#BB779E 100%); 	
	background: linear-gradient(top, #F6ECF4 0%,#BB779E 100%);
}
.fbbox-set-line{
	margin-top: 3px;
	margin-left: 6px;
	margin-bottom: 3px;
	}
/***************************************************
			ROYAL SLIDER 變更尺寸
***************************************************/
#import {
	clear:both;
}
#import_bg {
	border:none;
	background:none;
}
.royalSlider {
	left:0px;
	position:absolute;
	width:980px;
	overflow:hidden;
	top:-52px;/*橫幅上空白*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/***************************************************
			LOGO
***************************************************/
#logo {
	margin-top:10px;
	margin-left: 10px;
	width:250px;
	position:absolute;
}

/***************************************************
				IMPORT 1 2
***************************************************/
.import1{ 
	margin-left:6px;
}
.import2{ 
	margin-left:6px;
}


#top-line{
}
/***************************************************
		        HEADER-SUB-MENU
***************************************************/
#header {
	margin-right: auto;
	margin-left: auto;
	padding-bottom:8px;/*橫幅下空白*/
	padding-top:0px;
	margin-top:0px;
	position: relative;
	width: 990px;
}
*+html #header { /* IE7 */
	width: 990px;
	padding-bottom:0px;
}


#header-sub-menu{
	display:block;
	margin-top: 3px;
	margin-right:10px;
	margin-left:0px;
	padding-left:3px;
	padding-right:0px;
	padding-bottom:2px;
	color:#B44E86;
	font-weight:bold;
}
#header-sub-menu a{
	color:#B44E86;
	padding:0px;
}
#header-sub-menu a:hover{
	color:#CC3300;
}
#menu-bottom-line{
	width:990px;
	height:150px;

}

/***************************************************
			PRIMARY-MENU
***************************************************/
#primary-menu{
	margin-top: 50px;
	margin-right:3px;
	left: 260px;
	position:absolute;
}
.menu, .menu * {/*●●●●●●*/
}
.menu { 
}
.menu ul {/*●●●●●●*/ /*menu 所有預設?*/
}
.menu ul li { /*menu 所有li預設*/
}
.menu li:hover, .menu li.current{  /*menu 所有li預設●●●●●●*/
}
.menu li { /*1 li*/

}
.menu li a { /*1 li a*/
	background-image: url(https://www.okweb.asia/2002/color-j/images/menu_right_line.png);
	background-position:left 5px;
	background-repeat:no-repeat;	
	padding-left: 12px;
	padding-right:6px;
	padding-top:5px;
	padding-bottom:1px;
	margin-right:0px;
    color: #A93273;
}
.menu li a:hover strong{ /*1 li 被選擇大字變色*/
    color:#CC3300;
}
.menu li a span { /*1 li 小字*/
	color:#CC3300;
}
.menu li:hover a:hover, .menu li.current a {	/*1 li current*/
	color:#CC3300;
}
.menu li:hover ul { /*2 ul*/
	background:  #F3EBF2; 
	background: -moz-linear-gradient(top, #F5EDF2 0%, #F3EBF2 100%); 	
	background: -webkit-linear-gradient(top, #F5EDF2 0%,#F3EBF2 100%); 
	background: -o-linear-gradient(top, #F5EDF2 0%,#F3EBF2 100%);
	background: -ms-linear-gradient(top, #F5EDF2 0%,#F3EBF2 100%); 	
	background: linear-gradient(top, #F5EDF2 0%,#F3EBF2 100%);

	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom:3px solid #A93273;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}
.menu li:hover ul li a { /*2 li a*/
	background-image: none;
	border-top:#D27D9B 1px dashed;
	color: #A93273;
}	
.menu li:hover ul li a:hover { /*2 li 被選擇時變色*/
	color:#CC3300;
	font-weight:bold;
}
.menu li:hover ul li:hover a:hover, .menu li:hover ul li.current a {	/*2 li current*/
    background-image:none;
}
.menu li:hover ul li:first-child a{ /*2 li 第一個*/
}

/***************************************************
			  CONTENT(LEFT+RIGHT)
***************************************************/
#main {
	width: 990px;
	margin-top:0px;
	background-image:url(https://www.okweb.asia/2002/color-j/images/left_bg.png);
	background-repeat:repeat-y;
	background-position:0px 0px;
}
#left{
	width:227px;
	background-color:transparent;
	background-image:url(https://www.okweb.asia/2002/color-j/images/left_top.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-top:0px;
	padding-top:20px;
	padding-bottom:20px;
}
#right{
	min-height:50px;
	float:right;
	width:763px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	margin-top:-30px;
	margin-bottom:0px;
	background-image:url(https://www.okweb.asia/2002/color-j/images/title_bg.png);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#content_end_bg{
	width: 990px;
	min-height:68px;
    background-color:transparent;
	background-image:url(https://www.okweb.asia/2002/color-j/images/content_end_bg.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-bottom:0px;
}
#left_bottom{/*置於#main底*/
}
/***************************************************
				      TITLE
***************************************************/
.title{
	padding-top:30px;
	padding-left:38px;
	padding-bottom:0px;
	margin-bottom:20px;
}
.title_tw {
	color:#A93274;
}
.title_en{
	color:#A93274;
}
.nav{/*次選單於標題欄上位置*/
	margin-top:30px;
	margin-right:43px;
	color:#A93274;
}
.nav a{
	color:#A93274;
}
.nav a:hover{
	color:#C30;
}

/***************************************************
				      menu-sub
***************************************************/
#menu-sub{
	list-style:none;
	margin:5px 0px 20px 0px;
	padding:40px 0px 0px 1px;
	background:url(https://www.okweb.asia/2002/color-j/images/plist_bg.png) no-repeat 10px 0px;
}
#menu-sub li{
	padding:0px 0px 0px 0px;
	background-image:url(https://www.okweb.asia/2002/color-j/images/sub_line.png);
	background-repeat:repeat-x;
	background-position:0px bottom;
}
#menu-sub li:hover{
	background-image:url(https://www.okweb.asia/2002/color-j/images/sub_bg_selected.jpg);
	background-repeat:repeat-y;
	background-position:0px 0px;
}
#menu-sub li a{
	font-size:1.25em;
	color:#A93274;
	padding:11px 0px 11px 20px;
	background-image:url(https://www.okweb.asia/2002/color-j/images/bg_sub.png);
	background-repeat:no-repeat;
	background-position:3px 7px;
}
#menu-sub li a:hover{
	color:#A93274;
	background-image:url(https://www.okweb.asia/2002/color-j/images/bg_sub.png);
	background-color:#E5BCCD;
}
#menu-sub li a.mark{
	color:#FFFFFF;
	background-image:url(https://www.okweb.asia/2002/color-j/images/bg_sub_f2.png);
	background-color:#D27D9B;
}
#menu-sub li ul{
	background-color: #F5F3F1;
}
#menu-sub li ul li{
	color:#FFCC00;
}
#menu-sub li ul li a{
	color:#FF9999;
}
#menu-sub li ul li a:hover{
	color:#FF3366;
}
#menu-sub li ul li a.mark{
	color:#FF3366;
}

/***************************************************
				      SEARCH
***************************************************/
#search {
	width: 199px;
	height:31px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:0px;
	background: url(https://www.okweb.asia/2002/color-j/images/search_bg.png) no-repeat 0px 0px;
}
.textform{
	margin:6px 0px 2px 10px;
	width:139px;
	font-size:12px;
	border: none;
	background-color: transparent;
	color:#A93274;
}
.search-button {
	width: 50px;
	height: 31px;
	left: 149px;
	top:0px;
	background-image: url(https://www.okweb.asia/2002/color-j/images/icon_search.png);
}
.search-button:hover {
	background-image: url(https://www.okweb.asia/2002/color-j/images/icon_search_2.png);
}

/***************************************************
				PORTFOLIO
***************************************************/
.portfolio-list {
	width: 220px;
}
.portfolio-list img{
	border: none;
}
.portfolio-list ul {
	margin-left: 0px;
}
.portfolio-list ul li {
	margin-left: 5px;
}
.portfolio-list ul li .portfolio-item-thumb a {
	background-image: url(https://www.okweb.asia/2002/color-j/images/bg-zoom-hover.png);
	background-color: #fff;
}
.loading_item {
	background: url(https://www.okweb.asia/2002/color-j/images/loading_item.gif) no-repeat;
}
.portfolio-list .col1 {
	border-top:none;
}
.portfolio-list .col1 .portfolio-item-thumb {
	border-right:none;
}

/***************************************************
				      footer
***************************************************/
#bg_2{
	margin:0px 0px 0px 0px;
	background-image: url(https://www.okweb.asia/2002/color-j/images/bg_2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position:relative;	
	width:100%;
	min-height:150px;
}

#footer {
	background-color:transparent;
	width: 990px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	height:auto;
}
.footer_backtotop{
	background-image: url(https://www.okweb.asia/2002/color-j/images/btn_back_to_top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.footer_fb, .footer_fb a{
    color:#855C7E;
}
.footer_menu_links li a{
	background-image: url(https://www.okweb.asia/2002/color-j/images/list_line.png);
	color:#855C7E;
}
.footer_menu_links li a:hover{
	color:#CC3300;
}
#footer_Info {
	margin-top:-5px;
	color:#855C7E;
}
#footer_Info a{
	color:#855C7E;
}
#footer_Info a:hover{
    color:#CC3300;
}


