html {
	height: 100%;
	width: 100%;
}
body {
	font-size: 13px;
	color: #2F2F2F;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
}
/* 版型最外層包裝------------------------------------*/
#wrapper {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/pc/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* 版型頁眉-----------------------------------------*/
#header {
	width: 1160px;
	height: 210px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
/* 選單壓在圖上的寫法 */
#header_test {
	width: 1160px;
	height: 110px;
	position: absolute;
	margin-left: -580px;
	z-index: 10;
	left: 50%;
}
/* PC_logo連結框大小位址 */
#header .logo {
	width: 230px;
	height: 70px;
	display: block;
	float: left;
	background-image: url(../images/pc/logo.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 20px;
}
#header .home {
	float: right;
	background-image: url(../images/mobile/home.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	padding-top: 10px;
	padding-right: 10px;
}
#header .home a {
	color: #4D4D4D;
	text-decoration: none;
}
/* PC選單 */
#header #menu {
	position: absolute;
	top: 55px;
	right: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(1,143,217,1.00) 0%,rgba(1,74,162,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(1,143,217,1.00) 0%,rgba(1,74,162,1.00) 100%);
	border-radius: 20px;
}
#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;
}
/* :nth-child()強大的選取器 */
#menu .menu_li:nth-child(1n+2){
	background-image: url(../images/pc/line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .text:nth-child(1n+2){
	border-left: 1px solid #FFFFFF;
}
#menu .text a{
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
#menu .text a:hover {
	color: #D3D3D3;
}
/* 手機選單icon */
#header #m_menu_icon {
	display: none;
}
/* 手機選單-----------------------------------------*/
#m_menu_nav {
	display:none;
}
/* 版型頁尾 ----------------------------------------*/
#footer {
	width: 100%;
	position: relative;
	background-color: #e8e8e8;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 7px 10px 0px hsla(0,0%,0%,0.20);
	box-shadow: inset 0px 7px 10px 0px hsla(0,0%,0%,0.20);
}
#footer2 {
	margin-right: auto;
	margin-left: auto;
	width: 1160px;
	font-size: 12px;
	color: #363636;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer2 a {
	color: #363636;
	text-decoration: none;
}
#footer .copyright {
	margin-right: auto;
	margin-left: auto;
	width: 1160px;
	font-size: 15px;
	color: #323232;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer a {
	color: #313131;
	font-size: 15px;
	text-decoration: none;
	line-height: 22px;
}
#footer a:hover {
	color: #008CFF;
}

.f_box1{
	width: 550px;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
}
.f_box{
	width: 180px;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
}
.f_t{
	color: #016ebe;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.fb-like{
	padding-top: 10px;
}
.icon1{
	background-image: url(../images/pc/icon1.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 60px;
	display: inline-block;
    vertical-align: top;
	padding-right: 10px;
}
.icon2{
	background-image: url(../images/pc/icon3.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 60px;
	display: inline-block;
    vertical-align: top;
}
.icon3{
	background-image: url(../images/pc/icon2.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 60px;
	display: inline-block;
    vertical-align: top;
}


/* 首頁主視覺，產品，廣告圖片區 ------------------------*/
#banner {
	width: 100%;
}
#m_banner {
	display: none;
}
#camera_wrap_2{
	display: none;
}
.camera_wrap {
	height: 500px;
	background-color: #000000;
}
.camera_wrap2 {
	height: 300px;
	background-color: #000000;
}

/* 首頁內容 ----------------------------------------*/
#main {
	width: 1160px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-top: 30px;
}
/* 首頁最新消息區塊 */
#main .news {
	width: 30%;
	height: 200px;
	float: left;
	background-image: url(../images/pc/news.png);
	background-repeat: no-repeat;
}
#main .news .content {
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
#main .news .line {
	border-bottom: 1px dashed #666666;
	width: 100%;
	height: 35px;
	padding-bottom: 7px;
}
#main .news a {
	color: #5B5B5B;
	font-size: 16px;
	text-decoration: none;
	float: left;
	padding-top: 10px;
}
#main .news a:hover {
	color: #0066CC;
}
#main .news .date {
	color: #999999;
	font-size: 12px;
	float: right;
	padding-top: 10px;
}
/* 首頁產品區塊 */
#main .portfolio {
}
#main .portfolio .content {
}
#main .portfolio .box {
	width: 15%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
	-webkit-box-shadow: 0px 0px 8px hsla(0,0%,0%,0.31);
	box-shadow: 0px 0px 8px hsla(0,0%,0%,0.31);
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	border-radius: 5px;
}
#main .portfolio img {
}
#main .portfolio a {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	display: block;
}
#main .portfolio .more {
	background-color: #007EE8;
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
}

#main .portfolio .title {
	color: #363636;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	word-wrap: break-word;
	word-break: normal;
	border-top: 1px solid #C4C4C4;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 98.96%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 98.96%,rgba(255,255,255,1.00) 100%);
}
#main .portfolio .title_box {
	height: 85px;
}

/* 首頁自定區塊 */
#main .custom {
	display: none;
}
#main .custom .content {
}
/* 內頁 ----------------------------------------*/
#page {
	overflow: hidden;
	background-color: #FFFFFF;
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
/* 所有選單最外層包裝 ---------*/
#links {
	width: 280px;
	text-align: center;
	padding-top: 12px;
	float: left;
	background-image: url(../images/pc/menu-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
}
/* 選單塊最外層包裝 */
#links .menu {
	width: 260px;
	display: inline-block;
	margin-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(251,251,251,1.00) 30.57%,rgba(236,236,236,1.00) 96.89%,rgba(244,244,244,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(251,251,251,1.00) 30.57%,rgba(236,236,236,1.00) 96.89%,rgba(244,244,244,1.00) 100%);
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px hsla(0,0%,0%,0.48);
	box-shadow: 0 0 10px hsla(0,0%,0%,0.48);
	padding-top: 20px;
}
/* 選單標頭(所有，但不包含部落格) */
#links .title_menu_id {
	height: 50px;
	background-image: url(../images/pc/menu-about.jpg);
	background-repeat: no-repeat;
}

/* 部落格選單標頭 */
#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 {
	margin-left: 5px;
	margin-right: 5px;
}
/* 選單-無分類 */
#links .list a {
	display: block;
	color: #393939;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	background-image: url(../images/pc/line1.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#links .list a:hover {
	color: #0073D3;
}
#links .list .by{
	color: #6D6D6D;
	font-size: 12px;
}
/* 選單分類一 */
#links .class1 {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 20px;
	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: #FFFFFF;
	text-decoration: none;
}
/* 選單分類二 */
#links .class2 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 a:hover {
	color: #0099FF;
}
#links .class1_toggle{
	padding-left: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(232,232,232,1.00) 100%);
	border: 1px solid #FFFFFF;
}
#links .class1_toggle a{
	display: block;
	color: #4E4E4E;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	background-image: url(../images/pc/arrow_top.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: left center;
}
#links .class1_toggle a:hover {
	color: #0099FF;
}
#links .class2_toggle {
	display: none;
}
#links .class2_toggle a{
	display: block;
	color: #212121;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 30px;
	border-bottom: 1px solid #AFAFAF;
	padding-bottom: 8px;
}
#links .class2_toggle a:hover {
	color: #007DD0;
}

/* 選單底部 */
#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 .news_title_name {
	font-size: 22px;
	color: #494949;
	font-weight: bold;
}
#content {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
/* 內容標頭(所有頁面) */
#content .title_menu_id_18 {
	height: 90px;
	background-image: url(../images/pc/title_message.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#content .title_menu_id_8 {
	height: 90px;
	background-image: url(../images/pc/title_about.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#content .title_menu_id_4 {
	height: 90px;
	background-image: url(../images/pc/title_server.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#content .title_menu_id_2 {
	height: 90px;
	background-image: url(../images/pc/title_news.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#content .title_menu_id_3 {
	height: 60px;
	background-image: url(../images/pc/title_portfolio.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#content .title_menu_id_20 {
	height: 90px;
	background-image: url(../images/pc/title_QA.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#content .title_menu_id_5 {
	height: 90px;
	background-image: url(../images/pc/title_contace_us.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#content .title_menu_id_7 {
	height: 90px;
	background-image: url(../images/pc/title_blog.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#content .title_menu_id_19 {
	height: 60px;
	background-image: url(../images/pc/title_album.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#content .title_menu_id_10 {
	height: 60px;
	background-image: url(../images/pc/title_message.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#content .title_name {
	padding-top: 10px;
	padding-right: 10px;
	color: #141414;
	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;
}
#content .title_name a {
	color: #141414;
	text-decoration: none;
}
#content .title_name a:hover {
	color: #00A5E0;
}
#content .title_share {
	float: right;
	width: 140px;
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
}
/* 內容 */
#content .content {
	word-wrap: break-word;
	word-break: break-all;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	overflow: hidden;
	line-height: 28px;
	clear: both;
	font-size: 16px;
}
#content .bottom {
	height: 30px;
}
/* 最新消息 */
#content .line {
	border-bottom: 1px dashed #666666;
	padding-top: 7px;
	padding-bottom: 7px;
}
/* 最新消息-連結 */
#content .line a {
	color: #5B5B5B;
	font-size: 16px;
	text-decoration: none;
}
#content .line a:hover {
	color: #0066CC;
}
/* 最新消息-日期 */
#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: #006699;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #E7E7E7;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 2px;
}
#content .number a {
	color: #000000;
	background-color: #E7E7E7;
	text-decoration: none;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
}
#content .number a:hover {
	color: #006699;
}
/* 最新消息-共幾頁數字 */
#content .total {
	float: right;
}
#content .total span {
	color: #0066FF;
	font-weight: bold;
}
/* 最新消息-內頁標題 */
#content .news_title {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
	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;
}
#content .back a{
	color: #0066FF;
	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 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pd_name {
	color: #363636;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	height: 80px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	word-wrap: break-word;
	word-break: normal;
	border-top: 1px solid #C4C4C4;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 98.96%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 98.96%,rgba(255,255,255,1.00) 100%);
}
.pd_price {
	color: #00B1FC;
	font-weight: bold;
}
ul.pd {
	margin: 0px;
	padding: 0px;
}
ul.pd li {
	width: 22%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
	-webkit-box-shadow: 0px 0px 8px hsla(0,0%,0%,0.31);
	box-shadow: 0px 0px 8px hsla(0,0%,0%,0.31);
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	border-radius: 5px;
}
ul.pd li a {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	display: block;
}
/* 商品內頁 */
.pd_left {
	width: 45%;
	float: left;
}
.pd_right {
	width: 55%;
	float: left;
}
.pd_right .padding {
	padding-left: 20px;
	padding-right: 15px;
}
.pd_share {
	float: right;
	width: 140px;
}
.pd_title {
	color: #4B4B4B;
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #707070;
}
.pd_spec {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pd_spec_list {
	display: inline-block;
}
.pd_spec_name {
	width: 70px;
	display: inline-block;
}
.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: #009BFF;
	font-size: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.pd_call {
	color: #BE0000;
	font-weight: bold;
}
/* 商品頁籤內容相關 */
.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;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
	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; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
	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: 120px;
}
.pd_add_cart a {
	text-decoration: none;
	color: #00A3FF;
	font-size: 16px;
}
.pd_add_cart_close {
	float: right;
}
/* 商品頁籤內容相關結束 */
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;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
	padding: 1px;
	border: 1px solid #CACACA;
}
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;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
	padding: 1px;
	border: 1px solid #CACACA;
}
/* 部落格---------------------------------------- */
.blog_box{
	border-bottom: 1px solid #9A9A9A;
	padding-bottom: 10px;
	padding-top: 10px;
}
.blog_title{
	color: #005D8B;
	font-size: 20px;
	font-weight: bold;
}
.blog_top{
	background-image: url(../images/pc/hot.png);
	background-repeat: no-repeat;
	background-size: 17px auto;
	padding-left: 20px;
}
.blog_date{
	color: #939393;
	font-size: 12px;
}
.blog_content{
}
.blog_more{
	text-align: right;
}
.blog_more a{
	color: #2A2A2A;
	font-size: 13px;
	text-decoration: none;
}
.blog_footer {
	color: #393939;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.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;
}
/* 部落格回應表單 */
.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 #0099FF;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
}
.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;
}
#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;
}
/* 標頭搜尋 */
#top_searchform {
	height: 32px;
	width: 170px;
	overflow: hidden;
	position: relative;
	text-align: left;
	padding-left: 10px;
	display: inline-block;
}
#top_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;
}
#top_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;
	font-size: 13px;
	width: 75%;
}
#top_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: 0;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.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%;
	height: 30px;
	border-width: 0px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(182,182,182,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(235,235,235,1.00) 0%,rgba(182,182,182,1.00) 100%);
	color: #232323;
	font-size: 18px;
}
input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 95%;
	font-size: 16px;
}
input:focus {
	border: 1px solid #0099FF;
}
textarea{
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 95%;
	font-size: 16px;
}
textarea:focus {
	border: 1px solid #0099FF;
}
#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;
}
.address{
	padding-top: 8px;
}
.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%;
}
/* 購物車 ----------------------------------------*/
#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;
}
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: 50%;
	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;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-left: 3px;
	margin-right: 3px;
	background-image: url(../images/pc/shop_light.gif);
}
.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_time{
	font-size: 12px;
	color: #A2A2A2;
	padding-bottom: 5px;
}
.select_shipping_box{
	font-size: 13px;
	color: #000000;
}
#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;
}
/* 表單 */
#form1 {
	width: 500px;
}
#form1 .table{
	padding-top: 3px;
	padding-bottom: 3px;
}
#form1 .left{
	float: left;
	width: 145px;
	text-align: right;
	color: #333333;
	padding-right: 8px;
}
#form1 .right{
	overflow: hidden
}
#form1 .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 #0099FF;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
}
#form1 textarea{
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 95%;
	height: 80px;
}
#form1 #submit{
	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;
	width: 90px;
}
input[type="radio"]{
	height: 18px;
}
input[type="checkbox"]{
	height: 18px;
}
#quiz{
	width: 100px;
}

/* 按鈕類 */
.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;
}
.but1 {
	width: 100px;
	height: 30px;
	border-width: 0px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(182,182,182,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(235,235,235,1.00) 0%,rgba(182,182,182,1.00) 100%);
	color: #232323;
	font-size: 18px;
}
.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;
}
.but3 {
	width: 150px;
	height: 35px;
	border-width: 0px;
	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;
	border: 1px solid #AFAFAF;
}
.but4 {
	width: 150px;
	border-width: 0px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(244,244,244,1.00) 0%,rgba(229,229,229,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(244,244,244,1.00) 0%,rgba(229,229,229,1.00) 100%);
	color: #424242;
	font-size: 18px;
	border-radius: 5px;
	font-weight: bold;
	margin-top: 10px;
	display: inherit;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
.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;
}
.logo_link img{
}
.logo_link a{
	display: inline-block;
	width: 257px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pd_box{
	background-color: #F0F0F0;
	border-radius: 5px;
}
.pd_box1{
	font-size: 16px;
	margin-bottom: 10px;
	width: 277px;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
}
.pd_box1_title{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(19,223,211,1.00) 0%,rgba(8,170,191,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(19,223,211,1.00) 0%,rgba(8,170,191,1.00) 100%);
	margin-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
}
.pd_box2_title{
	border-bottom: 1px solid #808080;
	padding-top: 3px;
	padding-bottom: 3px;
}
.pd_box2_title a{
	color: #393939;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.pd_box2_title a:hover {
	color: #0076B8;
}
.main_but1 {
	width: 110px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(18,217,209,1.00) 0%,rgba(0,109,150,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(18,217,209,1.00) 0%,rgba(0,109,150,1.00) 100%);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	display: inline-block;
	cursor: pointer;
}
.main_but1:hover {
	color: #000000;
}
.main_but2 {
	width: 110px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(18,217,209,1.00) 0%,rgba(0,109,150,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(18,217,209,1.00) 0%,rgba(0,109,150,1.00) 100%);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	display: inline-block;
	cursor: pointer;
}
.main_but2:hover {
	color: #000000;
}
.main_box {
	border-top: 1px solid #049CBC;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

ul.tag_box {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	text-align: center;
}
ul.tag_box li {
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-radius: 5px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 8px hsla(0,0%,0%,0.31);
	box-shadow: 0px 0px 8px hsla(0,0%,0%,0.31);
}
ul.tag_box li span {
	width: 250px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	display: block;
	background-color: #007EE8;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
ul.tag_box li img {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

ul.tag_box li a:hover {
	color: #2B2B2B;
}
.pd_description table{
	border-width: 0px;
}
.pd_description td{
	border-width: 0px 0px 1px;
	border-bottom-style: dotted;
	border-bottom-color: #838383;
	vertical-align: top;
}
.f_box_loge{
	text-align: center;
}