/* CSS Document 
CSS Hack
background:red \9;   IE8網頁背景變紅色
*background:green;   IE7網頁背景變綠色
_background:blue;    IE6網頁背景變藍色
*/
/* 網頁預設文字顏色，一定要是黑色，不要修改，其他要使用顏色另外自訂 */
html {
		overflow-x: hidden;/*禁止x捲軸*/
	}
/*body,td,th {
	color: #000;
	font-size: 15px; //為了fullcalendar_mini，字級不要超過13px
	line-height: 1.6;
	font-family: "微軟正黑體", "Open Sans", sans-serif,Verdana, Geneva, sans-serif,"新細明體";
}*/

body,td,th {
	color: #000;
	font-family: "微軟正黑體", "Open Sans", sans-serif,Verdana, Geneva, sans-serif,"新細明體";
	margin: 0;
    font-size: 15px; 
    line-height: 2;
    font-weight: 300;
	/* 文字左右對齊 */ 
	text-align:justify;
	text-justify:inter-ideograph;
}

/*li {list-style-type:none;} /*去除li黑點*/

p, td, li, label {
    font-size: 1.07em; 
    line-height: 2;
    font-weight: 300;
}

div {
    word-wrap: break-word;
	/*word-break: break-all;不要使用，輔大電機經驗，會讓英文單字無法強制換行*/
}

/*反白文字、背景顏色*/
::-webkit-selection {
    background: #ffa2c6; /*9bcdd7、16aafe、ffa2c6*/
	color: #fff;
}
::-moz-selection {
	background: #ffa2c6;
	color: #fff;
}
::selection {
	background: #ffa2c6;
	color: #fff;
}
/*反白文字、背景顏色*/

/* 預設網頁超連結顏色設定 */
a:link,a:active,.input,#submit { 
    text-decoration: none; 
	color : #333333;
	font-family: "微軟正黑體",Verdana, Geneva, sans-serif,"新細明體";
	/*移除超連結外框線*/
	/*outline: none; /* Firefox,Chrome 
	hlbr: expression(this.onFocus=this.blur()); /* IE */
}

a:hover { 
	text-decoration: underline; 
	font-family: "微軟正黑體",Verdana, Geneva, sans-serif,"新細明體";
	/*color : #FFED00; */
	/*移除超連結外框線*/
	/*outline: none; /* Firefox,Chrome 
	hlbr: expression(this.onFocus=this.blur()); /* IE */
}

a:visited {
    text-decoration: none; 
	color : #333333;
	font-family: "微軟正黑體",Verdana, Geneva, sans-serif,"新細明體";
}

/* ****************無障礙，超連結外框線**************** */
/*
a:focus {
	outline:2px dotted #f00;
	hlbr: expression(this.onFocus=this.blur()); 
}
textarea:focus { background-color: yellow; }
input:focus { background-color: yellow;border: 2px dotted rgb(255, 80, 44);}
*/
/* 也可以限制類型 input[type="text"]:focus { background-color: yellow; }*/
/* ****************無障礙，超連結外框線**************** */

.w_white {color : #FFF;}
.w_white a:link {color:#fff;}
.w_white a:visited {color:#fff;}
.w_white a:hover {color: #ef5f96;}  

.td_height_5 {height:5px; clear:both;}
.td_height_8 {height:8px; clear:both;}
.td_height_10 {height:10px; clear:both;}
.td_height_20 {height:20px; clear:both;}

.height_15 {height:15px; clear:both;}
.height_20 {height:20px; clear:both;}
.height_30 {height:30px; clear:both;}

.w_15 {
	font-size:15px;
	}
.w_20 {
	font-size:20px;
	}
.w_22rem { font-size:2.2rem;}
.w_red {
	color:#f00;
	}
.w_black {
	color:#000;
	}
.w_pink {
	color:#ef5f96;
	}
.w_pink a:link {color:#ef5f96;}
.w_pink a:visited {color:#ef5f96;}
.w_pink a:hover {color: #ef5f96;}  
.w_bold {
	font-weight:bold;	
	}

.fb_tips {
	clear:both;
	background-color:#EFEFEF;
	padding:1px 8px;
	border-radius:10px;
	font-size:15px;
	margin-bottom:5px;
	}
.fb_tips2 {
	clear:both;
	background-color:#f00;
	color:#fff;
	padding:1px 8px;
	border-radius:10px;
	font-size:15px;
	}

.w_bt {
	width: 160px;
	background-color: #ef5f96;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding: 5px 8px 5px 20px ;
	letter-spacing: 5px;
	font-size:18px;
	}
	
.w_bt a:link {color: #fff;}
.w_bt a:visited {color: #fff;}
.w_bt a:hover {color: #fff;}  
	
.inputstyle {
	border: 0px;
	background-color: #f5f5f5;
	width: 235px;
	height: 32px;
	padding-left: 38px;
	padding-right: 5px;
	background-image: url(images/bt_search.gif);
	background-position: 15px 8px;
	background-repeat: no-repeat;
	color:#7c7c7c;
	font-size:12px;
	/*
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	*/
}

.inputstyle_search {
	width:120px;
	height:25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	padding-left:5px; 
	border:1px solid #ccc;
	}
.inputstyle_search_bt {
	height:25px;
	line-height:15px;
	}


/*----新聞內容與圖片---------------------*/
#main_main_title1 {
	border-bottom: 2px solid #dedede;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	height:auto;
	overflow:hidden;
	}
#main_main_content {
	clear: both;
	line-height: 185%;
    letter-spacing: 0;
	font-size:15px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
	text-align: justify;
	}
#main_main_content_pic1 {
	background-color: #ef5f96; /*ffd801、0598dd*/
	color:#fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width:150px;
	}
#main_main_content_pic2 {
	padding: 5px 0px 5px 5px;
	border: 2px solid #ef5f96; /*ffd801、0598dd*/
	height:auto;
	overflow:hidden;
	}
.pic_border1 {
	padding: 3px;
	border: 1px solid #CCC;	
	}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  .video-container object,  .video-container embed,  .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#showmember {
	height: 100%;
	overflow:hidden;
	}
#showmember1 {
	height:450px;
	width: 200px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	}
#showmember2 {
	height:450px;
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	float:left;
	}
#shareBtn {
	background-color:#4267b2; 
	margin-right:5px; 
	border:0px; 
	width:40px; 
	height:20px; 
	padding:0; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
/*----新聞內容與圖片---------------------*/


/* 科系更多新聞欄位、討論區表格底線和文字設定 */
.forumtd_line {
    border: 1px solid #9e9e9e;
	color: #000000;
	height: 30px;
	line-height: 18px;
	padding: 5px;
}
.forumtd_line a:link {text-decoration: none;} 
.forumtd_line a:visited {text-decoration: none;} 
.forumtd_line a:hover {text-decoration: underline;} 
.sticky {
	padding-left:10px;
	padding-right:10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color:#FFF;
	background-color:#eeb300;
	margin-left:6px;
	margin-right:6px;
	} 


/*下面是給分頁樣式用*/
.nav {
	POSITION: relative; WIDTH: 100%; FLOAT: left
}
.lw-bottom LI {
	TEXT-ALIGN: center; PADDING-BOTTOM: 8px; PADDING-LEFT: 2px; PADDING-RIGHT: 2px; DISPLAY: block; FONT-FAMILY: Arial, Helvetica, sans-serif; FLOAT: left; HEIGHT: 18px; COLOR: #8a8989; FONT-SIZE: 0.875em; FONT-WEIGHT: bold; PADDING-TOP: 10px;margin-bottom:30px;
}
.lw-bottom LI A {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; PADDING-BOTTOM: 6px; PADDING-LEFT: 9px; PADDING-RIGHT: 9px; DISPLAY: block; COLOR: #1e5d90; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; PADDING-TOP: 6px;margin-bottom:30px;
}
.lw-bottom LI A:hover {
	TEXT-DECORATION: underline;margin-bottom:30px;
}
.lw-bottom LI.selected A {
	BACKGROUND: url(images/selected.gif) no-repeat; COLOR: #ffffff; FONT-SIZE: 0.875em; OVERFLOW: hidden;margin-bottom:30px;
}
.lw-bottom LI.selected A:hover {
	COLOR: #ffe71b;margin-bottom:30px;
}
/*下面是給分頁樣式用結束*/	


/* 購物車form_cart表單裡的送出按鈕 - 原始 */
#form_cart input[type="submit"]{
	width:140px;
	line-height:20px;
	background-color:#ef5f96;
	padding: 10px 40px;
	border:0px;
	color:#fff;
	letter-spacing:5px;
}
/* 購物車form_cart表單裡的送出按鈕 - 滑入 */
#form_cart input[type="submit"]:hover{
	border: 2px solid #bf215d;
	width:140px;
	line-height:16px;
}


/*--商品資料頁面用-----------------------------------------------------------*/
.p_w1 {
    font: normal normal normal normal 26px / 31px BentonSansLight, sans-serif;
    list-style: none outside none;
}
.p_w1_2 {
    font: normal normal normal normal 20px / 25px BentonSansLight, sans-serif;
    list-style: none outside none;
}
.p_w2 {
    font-size:15px;
	letter-spacing:0.48px;
	line-height:17px;
	color:#666;
}
.p_color {
	float:left;
	width:35px;
	height:35px;
	margin-right:7px;
	margin-top:6px;
	border: 1px solid #e1e1e1;
}
.p_color_over {
	border: 1px solid #000;
	cursor: pointer; 
}
.p_color_click {
	border: 1px solid #000;
}


.p_color2_p {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:100px;
}
.p_color2 {
	float:left;
	width:25px;
	height:25px;
	margin-right:2px;
	border: 1px solid #b4b4b4;
}
.p_color2_over {
	border: 1px solid #000;
	cursor: pointer; 
}
.p_color2_click {
	border: 2px solid #000;
}
.p_color2_w {
	float:left;
	}



.p_size {
	float:left;
	width:35px;
	height:35px;
	margin-right:7px;
	margin-top:6px;
	border: 1px solid #e1e1e1;
	text-align:center;
	line-height:32px;
	font-size:12px;
}
.p_size_over {
	border: 1px solid #000;
	cursor: pointer; 
}
.p_size_click {
	border: 1px solid #000;
}

.p_nostock {
	float:left;
	width:35px;
	height:35px;
	margin-right:7px;
	margin-top:6px;
	border: 1px solid #e1e1e1;
	text-align:center;
	line-height:32px;
	font-size:12px;
	cursor: default; 
	background-color: #ccc;
}

.p_qty {
	float:left;
	width:35px;
	height:35px;
	margin-right:10px;
	border: 1px solid #e1e1e1;
	text-align:center;
	line-height:32px;
}
.p_qty_over {
	border: 1px solid #000;
	cursor: pointer; 
}
.p_qty_num {
	float:left;
	width:35px;
	height:35px;
	margin-right:10px;
	text-align:center;
	line-height:32px;
}

.inputstyle_qty {
	border: 0px;
	width: 10x;
	height: 30px;
	color: #000;
	padding-left:5px;
}

.p_add {
	width:140px;
	height:40px;
	background-color:#ef5f96;
	padding: 12px 38px;
	}
.p_add_over {
	border: 2px solid #bf215d;
	} 

#p_add {
	width:140px;
	height:40px;
	background-color:#ef5f96;
	padding: 12px 38px;
	}
#p_add_over {
	border: 2px solid #bf215d;
	} 
	
#psshy_item a {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  text-decoration: none;
  outline: 0;
} 
.psshy_title {
	padding-left: 10px;
	line-height: 49px;
	border-bottom: 1px solid #f5f5f5;
	}
#psshy_item {
	background-image: url(images/icon_arrow.gif);
	border-bottom: 1px solid #f5f5f5;
	background-position: 90% 50%;
	background-repeat: no-repeat;
	color:#000;
	font-size:15px;
	}
#psshy_item a:link {color:#000;font-size:15px;}
#psshy_item a:visited {color:#000;font-size:15px;}
#psshy_item a:hover {color:#000;font-size:15px;}  

.shop2_p_align {
	text-align:center;
	font-size:13px;
	line-height:22px;
	color:#000;
	margin-bottom:10px; /*shop2.php各商品下方間距*/
	float:left;
	position:relative;
	overflow:hidden;
	}
#shop2_heart_apDiv {
	position:absolute;
	z-index:10;
	right:20px;
	top:10px;
	}
	
.shop2_quick_view1 {
	text-align:center;
	font-size:15px;
	position:absolute;
	z-index:10;
	bottom:110px;
	width:100%;
	*left:0px;
	}
.shop2_quick_view2 {
	width:60%; 
	margin-left:auto; 
	margin-right:auto; 	
	background-color:#FFF;
	padding:5px;
	border: 1px solid #000;
	left:0px;
	}
.shop2_title {
	height:128px;
	}
#product_main2 {
	border-top: 1px solid #e1e1e1;
	clear:both;
	margin-top:40px;
	}
#product_main2_2 {
	border-top: 1px solid #e1e1e1;
	clear:both;
	width:80%;
	}
/*--商品詳細資料頁面用-----------------------------------------------------------*/


/*--購物車相關頁面用-----------------------------------------------------------*/
#cart_list_all {
	width:100%;
	}
#cart_list1 {
	border: 1px solid #E1E1E1;
	padding:15px;
	overflow:auto;
	}
#cart_list1_mr {
	float:left;
	margin-right:20px;
	}
#cart_list1_mr a {
	text-decoration:underline;
	}
#cart_list1_1 {
	float:left;
	width:18%; /*因為有padding，故意不設20%,不然IE7會出現捲軸*/
	padding:2px;
	}
#cart_list1_2 {
	float:left;
	width:60%;
	padding:2px;
	color:#7B7B7B;
	}
#cart_list1_3 {
	float:left;
	width:18%; /*因為有padding，故意不設20%,不然IE7會出現捲軸*/
	padding:2px;
	}
#cart_list2 {
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding:15px;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	}
.c_in4 {
	border: 1px solid #ccc;
	width: 100%;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	color:#7c7c7c;
	font-size:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*--購物車相關頁面用-----------------------------------------------------------*/


/*--本版專用，不需保留------------------------------------------------------------*/
.inputstyle2 {
	border: 0px;
	background-color: #fff;
	width: 80%;
	height: 28px;
	color: #000;
	padding-left: 5px;
	padding-right: 10px;
	color:#7c7c7c;
	font-size:12px;
	/*
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	*/
}

.fa_padding {
	padding-left:7px;
	padding-right:8px;
	}
#email_bt_apDiv {
	position:absolute;
	right:12%;
	top:3px;
	}
#index_news {
	border-top: 1px solid #eaeaea;
	margin-top:90px;
	padding-top:40px;
	}
#index_news_title {
	letter-spacing:0.025em;
	font-size:30px;
	}
.add_favorite {
	cursor: pointer; /*滑入時變換游標*/
    }
/*--本版專用，不需保留------------------------------------------------------------*/

