html,body {
	height: 100%;
	width: 100%;
}
body {
/* 	background-color: #F3F3F3;*/
    background-image: url(../images/pc/bg_body.png);
	font-size: 13px;
	color: #666;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
}
/* 版型最外層包裝------------------------------------*/
#wrapper {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	transition: left 0.5s ease;
	left: 0px;
	z-index: 2;
	position: absolute;
}
/* 版型頁眉-----------------------------------------*/
#header_wrapper {
	height: 100%;
	width: 100%;
}
#header {
  	position: fixed;
	width: 1200px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/pc/logo.png);
	background-repeat: no-repeat;
 	background-color: rgba(255,255,255,1);
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
/* 選單壓在圖上的寫法 */
#header_test {
	width: 1200px;
	height: 110px;
	position: absolute;
	margin-left: -580px;
	z-index: 10;
	left: 50%;
}
/* PC_logo連結框大小位址 */
#header .logo {
	width: 370px;
	height: 100px;
	display: block;
	float: left;
}
#header .home {
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	color: #999999;
	padding-right: 3%;
}
#header .home a {
	color: #bf2228;
	text-decoration: none;
}
/* PC選單 */
#header #menu {
	position: absolute;
	top: 55px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}
#menu div{
    letter-spacing: normal;/*inline-block空白問題*/
    word-spacing: normal;/*inline-block空白問題*/
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
}
#menu .menu_li{
	padding-left: 15px;
	padding-right: 15px;
}
#menu .menu_li li{
	padding: 10px;
}
/* :nth-child()強大的選取器 */
#menu .menu_li:nth-child(1n+2){
	border-left: 1px solid #6A6A6A;
}
#menu .text:nth-child(1n+2){
	border-left: 1px solid #787878;
}
#menu .text a{
	color: #D7D7D7;
	font-size: 16px;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
#menu .text a:hover {
	color: #00ABFF;
}
#menu a h6 {
	font-size: 12px;
	color: #979797;
	text-align: center;
}

/* 手機選單icon */
#header #m_menu_icon {
	display: none;
}
/* 手機選單-----------------------------------------*/
#m_menu_nav {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	overflow-y: auto;
	top: 90px;
}
#m_menu_nav .nav {
	height: 40px;
	width: auto;
	border-bottom: 1px solid #DFDFDF;
	background-color: #F3F3F3;
	font-size: 18px;
	color: #5F5F5F;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	line-height: 38px;
}
#m_menu_nav .arrow {
	height: 40px;
	width: 50px;
	float: left;
	background-image: url(../images/mobile/arr.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px auto;
	display: none;
	border-left: 1px solid #E0E0E0;
	background-color: #E3E3E3;
	border-bottom: 1px solid #C6C6C6;
}
#m_menu_nav .nav_class {
	background-color: #E3E3E3;
	margin: 0px;
	padding: 0px;
	display: none;
}
#m_menu_nav .nav_class li {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BCBCBC;
    font-size: 16px;
	color: #4B4B4B;
}
#m_menu_nav .nav_class a {
	color: #4B4B4B;
	text-decoration: none;
	font-size: 16px;
	display: block;
}
#m_menu_nav .nav_class .class2 {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BCBCBC;
	background-image: url(../images/mobile/arr3.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 10px auto;
}
/* 手機選單icon */
#header #m_menu_icon {
	width: 50px;
	display: none;
	height: 40px;
	background-image: url(../images/mobile/menu_ban.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: 30px 40px;
	margin-left: 10px;
}
/* 版型頁尾 ----------------------------------------*/
#footer {  
	width: 100%;
	overflow: hidden;
}
#footer .copyright {
	width: 1200px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.3em;
	padding-top: 5px;
	color: #FFF;
  	border-top: 3px solid #b11405;
    background-color: #bf2228;
    line-height: 24px;
}
#footer a {
	color: #FFF;
	font-size: 17px;
	text-decoration: none;
}
/* 首頁主視覺，產品，廣告圖片區 ------------------------*/
#banner {
	width: 1200px;
  	padding-top: 110px;
  	margin-left: auto;
	margin-right: auto;
}
#m_banner {
	display: none;
}
.camera_wrap1{
	height: 500px;
	background-color: #000000;
}
#camera_wrap2{
	display: none;
}
.camera_wrap2{
	height: 400px;
	background-color: #000000;
}
.camera_wrap3 {
	height: 300px;
	background-color: #000000;
}
/* 首頁內容 ----------------------------------------*/
#main {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
    background-color: rgba(255,255,255,0.6);
}
/* 首頁最新消息區塊 */
#main .news {
	width: 40%;
	float: left;
	background-image: url(../images/pc/news.png);
	background-repeat: no-repeat;
}
#main .news .news_a{
    width: 280px;
    height: 50px;
    display: block;
    float: left;

}
#main .news .content {
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
#main .news .line {
	border-bottom: 1px dashed #666666;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#main .news a {
	color: #5B5B5B;
	font-size: 16px;
	text-decoration: none;
	float: left;
	padding-top: 10px;
}
#main .news a:hover {
	color: #bf2228;
}
#main .news .date {
	color: #999999;
	font-size: 12px;
	float: right;
	padding-top: 10px;
}
/* 首頁產品區塊 */
#main .portfolio {
    position: relative;
	width: 60%;
	float: left;
	background-image: url(../images/pc/portfolio.png);
	background-repeat: no-repeat;
}

#main .portfolio .content {
	padding-top: 50px;
	padding-left: 20px;
}

#main .portfolio .portfolio_more{
    padding: 10px;
  	padding-right: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

#main .portfolio .portfolio_more > a{
  color: #ec6ca2;
  text-decoration: none;
  outline: none;
}

#main .portfolio .box {
	width: 22%;
	padding-right: 3px;
	padding-left: 3px;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main .portfolio .photo {
	overflow: hidden;
	height: 155px;
	margin:0 auto;
	background-color: #FFF;
    border: 1px solid #dddddd;
  
}
#main .portfolio img {
	max-width: 101%;
	transition: all 0.3s ease-in-out 0.1s;
	transform: translate3d(0, 0, 0);/* 可開啟GPU功能預防抖動 */
	transform:none;
}
#main .portfolio img:hover {
	opacity: 0.5;
	transform:scale(1.3,1.3);
}
#main .portfolio .title {
	text-align: center;
	overflow: hidden;
	max-height: 36px;
	padding-top: 6px;
}
#main .portfolio .price_box {
	text-align: center;	
}
#main .portfolio .price {
	color: #888888;
	font-size: 16px;
}



/* 首頁自定區塊 */
#main .custom {
	width: 38%;
	height: 270px;
	float: left;

	background-repeat: no-repeat;
}
#main .custom .content {
	width: auto;
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 10px;
}
/* 內頁 ----------------------------------------*/
.page {
	overflow: hidden;
	background-color: #FFFFFF;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/* 所有選單最外層包裝 ---------*/
#links {
	width: 280px;
	text-align: center;
	padding-top: 20px;
}
/* 選單塊最外層包裝 */
#links .menu {
	width: 270px;
/* 	background-color: #323232;*/
	display: inline-block;
	margin-bottom: 10px;
    border: 1px solid #bf2228;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
/* 選單標頭(所有，但不包含部落格) */
#links .title_menu_id_5 {/* 如果每個單元標頭都要配上不同底圖可在此設定，範例5為單元id */
	background-image: url();
}
#links .title_menu {
	background-repeat: no-repeat;
	color: #ffffff;
    background-color: #bf2228;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 37px;
	background-image: url(../images/pc/list_title.png);
	background-position: 8px 17px;
  border: 1px solid #bf2228;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
}

/* 部落格選單標頭 */
#links .blog_title {
	color: #00b7ee;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(../images/pc/list_title.jpg);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}
/* 部落格日期分類 */
#links .blog_date {
	width: 80%;
	color: #363636;
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
}
/* 部落格rss */
#links .blog_rss {
	background-image: url(../images/pc/rss_article.png);
	background-repeat: no-repeat;
	display: block;
	background-position: 20px 10px;
	width: 100px;
	height: 30px;
}
/* 選單外層 */
#links .class {
	border-bottom: 1px dotted #999999;
	width: 240px;
	margin-left: 15px;
}
/* 選單-無分類 */
#links .list a {
	width: 240px;
	display: block;
	border-bottom: 1px dotted #696969;
	color: #3f3a39;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 5px;
	margin-left: 10px;
	padding-bottom: 7px;
}
#links .list a:hover {
	color: #bf2327;
}
#links .list .by{
	color: #6D6D6D;
	font-size: 12px;
}
/* 選單分類一 */
#links .class1 {
	display: block;
	color: #ec6ca2;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 35px;
	font-weight: bold;
	padding-bottom: 10px;
	background-image: url(../images/pc/list_img1.png);
	background-repeat: no-repeat;
	background-position: 7px 10px;
}
#links .class1 a {
	color: #ec6ca2;
	text-decoration: none;
}
/* 選單分類二 */
#links .class2 a {
	height: 25px;
	display: block;
	color: #000;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 40px;
	background-image: url(../images/pc/list_img2.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#links .class2 a:hover {
	color: #bf2327;
}
#links .class1_toggle a{
	cursor: pointer;
}
#links .class1_toggle a:hover {
	color: #bf2327;
}
#links .class2_toggle {
	display: none;
}
#links .class2_toggle a{
	height: 25px;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 40px;
	background-image: url(../images/pc/list_img2.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#links .class2_toggle a:hover {
	color: #bf2327;
}

/* 選單底部 */
#links .down {
	width: 100%;
	height: 30px;
}
/* 選單自定義區塊 */
#links .custom1 {
	width: 100%;
	height: 120px;
	background-image: url(../images/pc/page_custom.jpg);
	background-repeat: no-repeat;
}
/* 內容最外層包裝----------------------------------------*/
#content {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
/* 內容標頭(所有頁面) */
#content .title_menu_id_10 {/* 如果每個單元標頭都要配上不同底圖可在此設定，範例中的10為單元id */
	background-image: url();
	text-align: center;
}
#content #title_menu {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E4E4E4;
	color: #2E2E2E;
	font-size: 22px;
	padding-bottom: 20px;
	padding-top: 5px;
}
#content .title_name {
	padding-top: 10px;
	padding-right: 10px;
	color: #5C5C5C;
	font-weight: bold;
	background-image: url(../images/pc/arrow_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 12px;
	float: right;
	padding-bottom: 10px;
	font-size: 13px;
}
#content .title_name a {
	color: #5C5C5C;
	text-decoration: none;
}
#content .title_name a:hover {
	color: #000000;
}
.web_share {
	text-align: right;
	padding-top: 10px;
}
.web_share div{
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
}
/* 內容 */
#content .content {
	word-wrap: break-word;
	word-break: break-all;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	overflow: hidden;
	line-height: 28px;
	clear: both;
	font-size: 16px;
	padding-top: 10px;
}
#content .pd_description{
	padding-bottom: 5px;
}
#content .bottom {
	height: 10px;
}
/* 最新消息 */
#content .line_news {
	border-bottom: 1px dashed #A0A0A0;
	padding-top: 7px;
	padding-bottom: 7px;
}
/* 最新消息-連結 */
#content .line_news a {
	color: #5B5B5B;
	font-size: 16px;
	text-decoration: none;
}
#content .line_news a:hover {
	color: #000000;
}
/* 最新消息-日期 */
#content .date_c{
	color: #999999;
	font-size: 12px;
}
#content .date {
	color: #999999;
	font-size: 12px;
	float: right;
	padding-top: 10px;
}
/* 最新消息-分頁數字 */
#content .number {
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}
#content .number span {
	display: inline;
	padding: 4px;
	color: #BBBBBB;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 2px;
}
#content .number a {
	color: #454545;
	background-color: #E7E7E7;
	text-decoration: none;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	border: 1px solid #7E7E7E;
	margin-top: 2px;
	margin-bottom: 2px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
#content .number a:hover {
	color: #000000;
}
/* 最新消息-共幾頁數字 */
#content .total {
	float: right;
}
#content .total span {
	color: #0066FF;
	font-weight: bold;
}
/* 最新消息-內頁標題 */
#content .news_title {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
}
/* 最新消息-內頁日期 */
#content .news_date {
	float: right;
	color: #999999;
	font-size: 12px;
}
/* 最新消息-內頁內容 */
#content .news_content {
	padding-top: 10px;
}
/* 最新消息-回上一頁 */
#content .back{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
#content .back a{
	color: #515151;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-decoration: none;
}
#content .back a:hover {
	color: #000000;
}
/* 商品---------------------------------------- */
.pd_title {
	color: #4B4B4B;
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #707070;
}
.pd_name {
	color: #4F4F4F;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	max-height: 34px;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.pd_price_box {
	font-size: 14px;
	text-align: center;
	color: #353535;
}
.pd_price_box .sale {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #eb6100;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	text-decoration: none;
}
.pd_price {
	color: #000000;
	font-size: 18px;
}
.pd_td_price{
	width: 80px;
}
ul.pd {
	margin: 0px;
	padding: 0px;
}
ul.pd li {
	width: 22%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}
ul.pd li a {
	text-decoration: none;
}
/* 商品內頁 */
.pd_left {
	width: 45%;
	float: left;
}
.pd_right {
	width: 55%;
	float: left;
}
.pd_right .padding {
	padding-left: 20px;
	padding-right: 15px;
}
.pd_sort{
	font-size: 14px;
	padding-bottom: 15px;
	color: #353535;
	padding-top: 5px;
}
.pd_sort a{
	color: #353535;
	text-decoration: none;
}
.sort_asc{
	background-image: url(../images/pc/sort_asc.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px !important;
}
.sort_desc{
	background-image: url(../images/pc/sort_desc.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px !important;
}
.sh_facebook {
	background-image: url(../images/pc/share/facebook_32.png);
	background-repeat: no-repeat;
}
.sh_googleplus {
	background-image: url(../images/pc/share/googleplus_32.png);
	background-repeat: no-repeat;
}
.sh_twitter {
	background-image: url(../images/pc/share/twitter_32.png);
	background-repeat: no-repeat;
}
.sh_line {
	background-image: url(../images/pc/share/line_32.png);
	background-repeat: no-repeat;
	display: none !important;
}
.pd_spec {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pd_spec_select {
	display: inline-block;
	border: 1px solid #dcdcdc;
	color: #212121;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	min-width: 20px;
	cursor: pointer;
}
.pd_spec_select:hover {
	color: #FF3F00;
	border: 1px solid #FF3F00;
}
.pd_spec_name {
	width: 70px;
	display: inline-block;
}
.pd_no {
	color: #626262;
	font-size: 12px;
}
.pd_album_title {
	color: #4B4B4B;
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
}
.pd_photo_big {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/pc/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.pd_photo_big img{
	max-height: 550px;
}
.pd_content {
	clear: both;
	padding-top: 20px;
	border-top-color: #E9E9E9;
	border-top-width: 1px;
	border-top-style: solid;
	padding-bottom: 20px;
}
.pd_content_price {
	color: #353535;
	font-size: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pd_call {
	color: #BE0000;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
}
.pd_link_title{
	background-color: #E9E9E9;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: inline-block;
	color: #333333;
	margin-top: 10px;
}
.pd_link_box {
	border: 1px solid #D1D1D1;
}

/* 商品頁籤內容相關 */
.pd_tab_box {
	clear: both;
	padding-top: 10px;
}
.pd_tab_content {
	padding-top: 20px;
	border-top-color: #E9E9E9;
	border-top-width: 1px;
	border-top-style: solid;
	padding-bottom: 20px;
}
.pd_tab {
	margin: 0px;
	padding: 0px;
}
.pd_tab_a {
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F3F3F3;
	color: #606060;
	text-decoration: none;
	margin-top: 3px;
	list-style-type: none;
}
.pd_tab_a:hover {
	background-color: #00b7f0;
	color: #FFFFFF;
    margin-top: 0;
    padding-bottom: 7px;
}
.pd_tab_select {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #00b7f0;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 3px;
	list-style-type: none;
}
.pd_add_cart {
	position: absolute;
	z-index: 2;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #5C5C5C;
	box-shadow: 0px 0px 5px #5C5C5C;
	padding: 5px;
	border-radius: 5px;
	top: -70px;
	display: none;
	width: 160px;
}
.pd_add_cart a {
	text-decoration: none;
	color: #00A3FF;
	font-size: 16px;
}
.pd_add_cart_close {
	float: right;
}
#clock_box{
	background-image: url(../images/pc/clock.png);
	background-repeat: no-repeat;
	color: #000000;
	margin-top: 10px;
	border-bottom: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left 7px;
}
#clock_box .t{
	padding-left: 30px;
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
	color: #009AFD;
	font-weight: bold;
}
#clock_box .number{
	color: #B50000;
	font-weight: bold;
	font-size: 18px;
}
#clock{
	color: #000000;
	margin-bottom: 5px;
}
#clock span{
	background-color: #000000;
	display: inline-block;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 5px;
}
/* 商品頁籤內容相關結束 */
ul.pd_list {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
ul.pd_list li {
	width: 17%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
	padding: 1px;
	border: 1px solid #CACACA;
}
ul.pd_list li a{
	text-decoration: none;
}
ul.pd_album_list {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
ul.pd_album_list li {
	width: 9%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
	padding: 1px;
	border: 1px solid #CACACA;
}
ul.pd_album_list li a {
	text-decoration: none;
}
.pd_link_photo{
	width: 150px;
}
/* 部落格---------------------------------------- */
.blog_box{
	border-bottom: 1px solid #9A9A9A;
	padding-bottom: 10px;
}
.blog_more a{
	color: #2A2A2A;
	font-size: 13px;
	text-decoration: none;
}
.blog_footer li{
	display: inline-block;
}
.blog_footer a{
	color: #0088B8;
	font-weight: bold;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.blog_tag {
	color: #393939;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.blog_tag li{
	display: inline-block;
	margin-right: 2pt;
	margin-bottom: 5px;
}
.blog_tag a{
	color: #414141;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	background-color: #E9E9E9;
	border: 1px solid #A1A1A1;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
	font-size: 12px;
}
.blog_bottom {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	clear: both;
}
.blog_bottom li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.blog_bottom a{
	color: #0066FF;
	text-decoration: none;
}
.blog_bottom a:hover {
	color: #4E4E4E;
}
.blog_number{
	color: #0088B8;
	font-weight: bold;
}

/* 部落格版本2樣式 */
.blog_box_box{
	margin-top: 10px;
}
.blog_box_box a{
	text-decoration: none;
}
.blog_box_list{
	border: 1px solid #D0D0D0;
	background-color: #FFFFFF;
	padding-right: 20px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
}
.blog_box_p{
	width: 250px;
	height: 250px;
	background-color: #000000;
	float: left;
	margin-right: 20px;
	border-right-color: #D0D0D0;
	border-right-style: solid;
	border-right-width: 1px;
}
.blog_title_list{
	color: #4E4E4E;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}
.blog_top{
	background-image: url(../images/pc/hot.png);
	background-repeat: no-repeat;
	background-size: 17px auto;
	padding-left: 290px;
	background-position: 270px top;
}
.blog_date{
	color: #BBBBBB;
	font-size: 12px;
	padding-bottom: 10px;
}
.blog_content_list{
	overflow: hidden;
	height: 100px;
	color: #4D4D4D;
	border-top: 1px solid #E3E3E3;
	padding-top: 10px;
	line-height: 25px;
}
.blog_more{
	text-align: right;
}
.blog_more img{
	width: 60px;
}
.blog_footer {
	color: #b0b0b0;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 13px;
}
.blog_footer li{
	display: inline-block;
}
.blog_footer a{
	color: #b0b0b0;
	font-weight: bold;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.blog_tag {
	color: #393939;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.blog_tag li{
	display: inline-block;
	margin-right: 2pt;
	margin-bottom: 5px;
}
.blog_tag a{
	color: #414141;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	background-color: #E9E9E9;
	border: 1px solid #A1A1A1;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
	font-size: 12px;
}
.blog_bottom {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	clear: both;
}
.blog_bottom li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.blog_bottom a{
	color: #909090;
	text-decoration: none;
}
.blog_bottom a:hover {
	color: #000000;
}
.blog_number{
	color: #b0b0b0;
	font-weight: bold;
}

/* 部落格回應表單 */
.blog_reply_form {
	padding-top: 10px;
	padding-bottom: 10px;
}
.blog_reply_form input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 38%;
	margin-bottom: 5px;
}
.blog_reply_form :focus {
	border: 1px solid #bf2327;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
}
.blog_reply_form textarea{
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 85%;
	height: 80px;
}
.blog_reply_form .reply_form_title{
	color: #494949;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.blog_reply_form span{
	color: #FC6500;
}
/* 部落格回應框 */
.blog_reply {
	background-color: #FAFAFA;
	border: 1px solid #ECECEC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.reply_title {
	padding-bottom: 10px;
	color: #474747;
	font-size: 15px;
	font-weight: bold;
	background-image: url(../images/pc/blog_reply.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding-left: 25px;
}
.reply_title span {
	font-size: 12px;
	font-weight: normal;
	color: #898989;
}
.reply_content {
	padding-bottom: 10px;
}
.reply_but {
	color: #363636;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-color: #E9E9E9;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
	border: 1px solid #CBCBCB;
}
/* 部落格回復框 */
.blog_reply_to {
	background-color: #FFFFFF;
	border: 1px solid #ECECEC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
/* 部落格標籤雲 */
.taglist{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.taglist a{
	padding: 2px;
	display: inline-block;
	white-space: nowrap;
	border: 0;
	text-decoration: none;
	color: #DFDFDF;
}
.taglist a:hover {
	color: #FFFFFF;
}
a.size1{
	padding: 10px;
	font-size: 12px;
	color: #DFDFDF;
}
a.size2{
	padding: 7px;
	font-size: 14px;
	color: #DFDFDF;
}
a.size3{
	padding: 5px;
	font-size: 16px;
	color: #DFDFDF;
}
a.size4{
	padding: 5px;
	font-size: 18px;
	color: #DFDFDF;
}
a.size5{
	padding: 5px;
	font-size: 25px;
	color: #DFDFDF;
}
a.size6{
	padding: 0px;
	font-size: 14px;
	color: #DFDFDF;
}
a.size7{
	padding: 0px;
	font-size: 20px;
	color: #DFDFDF;
}
a.size8{
	padding: 0px;
	font-size: 28px;
	color: #DFDFDF;
}
a.size9{
	padding: 0px;
	font-size: 16px;
	color: #DFDFDF;
}
/* 部落格搜尋 */
#searchform {
	height: 32px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
}
#searchform .icon {
	background-image: url(../images/pc/search.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	background-position: 5px 5px;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}
#searchform input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
	width: 75%;
}
#searchform .submit {
	margin-top: 100px;
}
/* 留言板 ---------------------------------------- */
.guestbook_bt {
	overflow: hidden;
	padding-bottom: 10px;
	padding-right: 20px;
}
.guestbook_bt a {
	background-image: url(../images/pc/guest_but.png);
	display: block;
	width: 150px;
	height: 40px;
	float: right;
}
.guestbook_con {
	border: 1px solid #e1e1e1;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	clear: both;
}
.guest_top {
	height: 30px;
	position: relative;
}
.guest_top .user_name {
	position: absolute;
	left: 4px;
	top: 0;
	line-height: 30px;
	font-weight: bold;
	color: #2B2B2B;
}
.guest_user {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	background-color: #F4F4F4;
	border-top: 1px dashed #e1deda;
	border-bottom: 1px dashed #e1deda;
}
.guest_admin {
	background: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.guest_admin .name {
	font-weight: bold;
	color: #292929;
}
.guest_bottom {
	text-align: right;
	color: #aaa;
	font-size: 12px;
}
.guest_code{
	color: #FC6500;
}
/* 登入註冊 ----------------------------------------*/
#box {
	background-image: url(../images/pc/b2.png);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	display: none;
}
#log_in {
	width: 490px;
	left: 50%;
	position: absolute;
	margin-left: -245px;
	top: 70px;
	background-image: url(../images/pc/b2.png);
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}
.log_in_content {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.log_in_title {
	color: #282828;
	font-size: 22px;
}
.but_log_in{
	width: 50%;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(0,179,255,1.00) 0%,rgba(0,98,179,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,179,255,1.00) 0%,rgba(0,98,179,1.00) 100%);
	color: #FFFFFF;
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#twzipcode{
	float: left;
}
#twzipcode select {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 90px;
}
#twzipcode input {
	width: 30px;
}
.passwd_forgot{
	color: #717171;
}
/* 會員專區 ----------------------------------------*/
.member_box {
	padding: 20px;
	background-color: #FFFFFF;
}
.member_box_div1 {
	width: 10px;
	float: left;
	height: 1px;
}
.member_tab {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E9E9E9;
	margin-top: 3px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #535353;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
}
.member_tab:hover {
	background-color: #00b7f0;
	color: #FFFFFF;
}
.member_tab_select {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 3px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	background-color: #00b7f0;
	color: #FFFFFF;
}
.member_content {
	padding: 20px;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	font-size: 16px;
}
.member_title {
	font-size: 22px;
	font-weight: bold;
	color: #858585;
	background-image: url(../images/pc/member_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#form_member_edit{
	width: 70%;
}
.member_placard {
	border: 1px solid #DDDDDD;
	padding: 10px;
}
.float_left {
	display: inline-block;
}
/* 購物車 ----------------------------------------*/
#m_menu_shop{
	display: none;
}
.shop_box {
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 16px;
}
.shop_content {
	padding: 10px;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 28px;
}
.shop_title {
	font-size: 22px;
	font-weight: bold;
	color: #555555;
	background-image: url(../images/pc/member_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.shop_title_tr1 {
	background-color: #EFEFEF;
	color: #000000;
	font-weight: bold;
	height: 30px;
}
.shop_title_tr2 .sale {
	color: #FF6E00;
	border: 1px solid #BBBBBB;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 5px;
	font-size: 13px;
	display: inline-block;
}
.shop_title_tr2 .sale_a {
	color: #434343;
	font-size: 13px;
	text-decoration: none;
}

tr.shop_title_tr2 td {
	border-bottom: 1pt solid #D8D8D8;
	text-justify: distribute;
	word-break: break-all;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #303030;
}
tr.shop_title_tr3 td {
	border-bottom: 1pt solid #EBEBEB;
	text-justify: distribute;
	word-break: break-all;
	background-color: #FBFBFB;
	padding-top: 10px;
	padding-bottom: 10px;
}
tr.shop_title_tr4 td {
	border-bottom: 1pt solid #EBEBEB;
	text-justify: distribute;
	word-break: break-all;
	background-color: #FBFBFB;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #303030;
}
tr.shop_title_tr5 td {
	text-justify: distribute;
	word-break: break-all;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #303030;
}
.shop_a{
	color: #0073B3;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
}
.shop_total{
	color: #C80002;
	font-weight: bold;
}
.payment {
	border: 1px solid #DCDCDC;
	padding: 10px;
	margin-bottom: 10px;
}
.shipping {
	border: 1px solid #DCDCDC;
	padding: 10px;
}
.shop_button {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.shop_member {
	width: 70%;
}
.shop_member_but{
	width: 32%;
	float: left;
	text-align: center;
}
.shop_bar{
	border-radius: 3px;
	border: 1px solid #8E8E8E;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 30px;
	padding-bottom: 3px;
	background-color: #4E4E4E;
	display: inline-block;
	margin-left: 5px;
	background-image: url(../images/pc/cart_icon.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: 2px 3px;
}
.shop_notice{
	display: inline-block;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 3px;
	margin-right: 3px;
	background-image: url(../images/pc/shop_light.gif);
	border-radius: 50%;
}
.shop_ban{
	display: inline-block;
	background-color: #00CBFF;
	color: #000000;
	border-radius: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-left: 5px;
}
.shop_qa{
	border: 1px solid #D3D3D3;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.shop_free{
	font-size: 13px;
}
.shop_time{
	font-size: 12px;
	color: #A2A2A2;
	padding-bottom: 5px;
}
.select_shipping_box{
	font-size: 13px;
	color: #000000;
}
.pd_spec_list{
	display: inline-block;
}
#iDate {
	width: 90px;
}
.disabled span{
    color:black !important;
    background: red !important;    
}
.enabled a{
    color:black !important;
    background: PowderBlue !important;    
}
.ui-datepicker-trigger{
	padding-bottom: 10px;
	padding-left: 5px;
}
.order_search_title{
	color: #515151;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 20px;
}
.order_search_table{
	border-left: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
}
.order_search_table td{
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-collapse: separate;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.pre .sale{
	color: #FF6E00;
	border: 1px solid #BBBBBB;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 13px;
}
.pre .text{
	color: #007FDB;
	font-size: 13px;
}
.pre a{
	color: #0073B3;
	text-decoration: none;
}
.discount{
	border: 1px solid #D4D4D4;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.discount a{
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.discount img{
	float: left;
}
.dis_title{
	color: #474747;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}
.discount .sale{
	background-color: #eb6100;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 10px;
}
.dis_time{
	color: #000000;
	background-image: url(../images/pc/time.png);
	background-repeat: no-repeat;
	overflow: hidden;
	width: auto;
	display: inline-block;
	margin-left: 10px;
	padding-left: 18px;
	background-position: 0% center;
}
.dis_content{
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #1F1F1F;
	padding-left: 10px;
	overflow: hidden;
}
.end_box{
	width: 490px;
	left: 50%;
	position: absolute;
	margin-left: -245px;
	top: 60px;
	background-image: url(../images/pc/b2.png);
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}
.end_content{
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	color: #454545;
	font-size: 16px;
	padding-bottom: 20px;
}
.end_content a{
	display: block;
	text-align: right;
}

/* 表單 */
#form {
	width: 550px;
}
#form .table{
	padding-top: 3px;
	padding-bottom: 3px;
}
#form .left{
	float: left;
	width: 90px;
	text-align: right;
	color: #333333;
	padding-right: 8px;
	display: inline-block;
}
#form .right{
	overflow: hidden
}
#form .down{
	text-align: center;
	padding-top: 20px;
}
input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 95%;
}
input:focus {
	border: 1px solid #bf2327;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
}
input[type="radio"]{
	height: 18px;
}
input[type="checkbox"]{
	height: 18px;
}
textarea{
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 95%;
	height: 80px;
}
textarea:focus {
	border: 1px solid #bf2327;
}
.input2 {
	width: 20px !important;
}
.input3 {
	width: 80px !important;
}
#address{
	width: 100%;
	padding-top: 8px;
}
#o_mail{
	width: 350px;
}
.o_mail_h{
	display: inline-block;
}
#quiz{
	width: 100px;
}
#store-info{
	display: none;
	margin: 0px;
	padding-left: 20px;
}
#store-info li{
	margin: 0px;
}
#gift_select{
	display: none;
}
.all_checkbox{
	margin: 0px;
	padding: 0px;
}
.all_checkbox li{
	display: inline-block;
}
.all_checkbox input{
	width: 20px;
}
.all_radio{
	margin: 0px;
	padding: 0px;
}
.all_radio li{
	display: inline-block;
}
.all_radio input{
	width: 20px;
}
.all_radio span{
    display: inline-block;
}
.slider_code ,.slider_code_reply ,.slider_code_member{
	background: #ECECEC !important;
	height: 27px !important;
	text-align: left !important;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 13px !important;
	color: #2B2B2B !important;
	max-width: 150px;
	line-height: 25px;
	padding-left: 30px;
}
.slider_code a ,.slider_code_reply a ,.slider_code_member a{
	width: 25px !important;
	height: 25px !important;
	background: #FFFFFF url(../images/pc/blockbg.png) no-repeat center center !important;
	top: 0px !important;
	margin-left: 0px !important;
	cursor: move !important;
}
.slider_code .suc ,.slider_code_reply .suc ,.slider_code_member .suc{
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
/* 按鈕類 */
.but_voucher{
	font-size: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
	display: inline-block;
	background-color: #009BE7;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
}
.but_voucher_del{
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	display: inline-block;
	background-color: #B30000;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.buySelect{
	font-size: 14px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.mail_loader{
	color: #C30003;
	font-size: 15px;
	margin-left: 10px;
	background-image: url(../images/pc/ajax-loader.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left 5px;
	display: none;
}
#other_val{
	width: 180px;
}
.loading_box{
	background-image: url(../images/pc/loading2.gif);
	background-position: center center;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	background-color: hsla(0,0%,100%,0.90);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	display: none;
}
.but {
	color: #333333;
	width: 100px !important;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(223,223,223,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	border: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	cursor: pointer;
}
.but2 {
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	color: #232323;
	font-size: 18px;
	width: 250px;
	height: 80px;
}
.but4 {
	border: 1px solid #FFFFFF;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	display: inherit;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background-color: #999999;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif !important;
	padding-left: 10px;
	padding-right: 10px;
}
.but5 {
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	color: #232323;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #AFAFAF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.but6 {
	border-width: 0px;
	cursor: pointer;
	color: hsla(0,0%,100%,1.00);
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(0,187,255,1.00) 0%,rgba(0,100,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,187,255,1.00) 0%,rgba(0,100,255,1.00) 100%);
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	width: 130px;
	margin-left: 10px;
	margin-right: 10px;
}
.but7 {
	cursor: pointer;
	text-decoration: none;
	color: #434343;
	font-size: 13px;
	border: 1px solid #BDBDBD;
	font-weight: bold;
	background-color: #ECECEC;
	display: inline-block;
	text-align: center;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
}
.but8 {
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	color: #232323;
	font-size: 18px;
	display: inline-block;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 300px;
	height: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
.but8 span{
	color: #00849A;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	line-height: 20px !important;
}
.but9 {
	border-width: 0px;
	cursor: pointer;
	color: hsla(0,0%,100%,1.00);
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(0,187,255,1.00) 0%,rgba(0,100,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,187,255,1.00) 0%,rgba(0,100,255,1.00) 100%);
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	float: right;
	display: block;
	margin-bottom: 10px;
}
.m_banner{
  display: none;  
}
