html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #616161;
	font-size: 13px;
	color: #ECECEC;
	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/bg1.jpg);
	background-repeat: repeat-x;
}
#wrapper2 {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/pc/bg2.jpg);
	background-repeat: repeat-x;
}
/* 版型頁眉-----------------------------------------*/
#header {
	width: 1160px;
	height: 120px;
	position: relative;
	background-image: url(../images/pc/logo.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
/* PC_logo連結框大小位址 */
#header .logo {
	width: 300px;
	height: 110px;
	display: block;
	float: left;
}
#header .home {
	float: right;
	background-repeat: no-repeat;
	background-position: 0px 30px;
	padding-top: 10px;
	padding-left: 25px;
	color: #999999;
	padding-right: 10px;
}
#header .home a {
	color: #BFBFBF;
	text-decoration: none;
	font-size: 12px;
}
/* PC選單 */
#header #menu {
	position: absolute;
	top: 40px;
	right: 0px;
}
#header #menu .left {
	float: left;
}
#header #menu a {
	color: #F0F0F0;
	text-decoration: none;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #FFFFFF;
}
#header #menu a:hover {
	color: #f7007b;
}
/* 手機選單icon */
#header #m_menu_icon {
	display: none;
}
/* 手機選單-----------------------------------------*/
#m_menu_nav {
	display:none;
}
/* 版型頁尾 ----------------------------------------*/
#footer {
	width: 100%;
	height: 150px;
	background-image: url(../images/pc/bott.jpg);
	background-repeat: repeat-x;
	position: relative;	
}
#footer .copyright {
  text-align: right;
  font-size: 12px;
  color: #CCC;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-position: 40px 20px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
#footer a {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
}
#footer span {
	color: #f7007b;
	font-size: 16px;
}
/* 首頁主視覺，產品，廣告圖片區 ------------------------*/
#banner {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	border: 2px solid #646464;
	-webkit-box-shadow: 0px 0px 5px 0 #000000;
	box-shadow: 0px 0px 5px 0 #000000;
}
#m_banner {
	display: none;
}
/* 首頁內容 ----------------------------------------*/
#main {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
/* 首頁最新消息區塊 */
#main .news {
	width: 70%;
	height: 150px;
	float: left;
	background-image: url(../images/pc/news.png);
	background-repeat: no-repeat;
	background-position: 250px 0%;
}
#main .news .content {
	padding-top: 40px;
	padding-left: 250px;
	padding-right: 50px;
}
#main .news .line {
	width: 100%;
	height: 35px;
}
#main .news a {
	color: #E7E7E7;
	font-size: 16px;
	text-decoration: none;
	float: left;
}
#main .news a:hover {
	color: #FFAE00;
}
#main .news .date {
	color: #999999;
	font-size: 12px;
	float: right;
	padding-top: 10px;
}
/* 首頁產品區塊 */
#main .portfolio {
	width: 70%;
	height: 300px;
	background-image: url(../images/pc/p.png);
	background-repeat: no-repeat;
	float: left;
}
#main .portfolio .content {
	padding-top: 80px;
	padding-left: 10px;
}
#main .portfolio .box {
	float: left;
	width: 15%;
	padding-left: 8px;
	padding-bottom: 10px;
}
#main .portfolio .photo {
	border: 5px solid #FFFFFF;
}
#main .portfolio img {
}
#main .portfolio .title {
	padding-top: 5px;
	text-align: center;
	color: #FFFFFF;
}

/* 首頁自定區塊 */
#main{
  display: flex;
  align-items: center; /*上下居中*/
  justify-content: center;/*左右居中*/
  padding: 10px;
}
#main .custom {
	width: 50%;
}
#main .custom2 {
	width: 50%;
}

/* 內頁 ----------------------------------------*/
#page {
	overflow: hidden;
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
/* 所有選單最外層包裝 ---------*/
#links {
	width: 190px;
	text-align: center;
	padding-top: 20px;
	float: left;
}
#links .list {
}
/* 選單塊最外層包裝 */
#links .menu {
	width: 190px;
	display: inline-block;
	margin-bottom: 10px;
	background-color: #F7007B;
}
/* 選單標頭(所有，但不包含部落格) */
#links .title_menu_id_5 {
}

/* 部落格選單標頭 */
#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 {
	width: 270px;
	background-image: url(../images/pc/menu-c.png);
	background-repeat: repeat-y;
}
/* 選單-無分類 */
#links .list a {
  display: block;
  border-bottom: 1px solid hsla(0,0%,100%,0.5);
  color: #FFFFFF;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  padding-top: 7px;
  padding-left: 5px;
  margin-left: 10px;
  padding-bottom: 7px;
  width: 165px;
}
#links .list a:hover {
	color: #000000;
}
#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-color: #DE8C17;
	-webkit-box-shadow: 0 0 1px 1px hsla(0,0%,0%,0.15);
	box-shadow: 0 0 1px 1px hsla(0,0%,0%,0.15);
	border-radius: 2px;
}
#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: #C34E00;
}
/* 選單底部 */
#links .down {
	width: 100%;
	height: 60px;
}
/* 選單自定義區塊 */
#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_8 {
	height: 50px;
	background-repeat: repeat-x;
	background-image: url(../images/pc/line.jpg);
	background-position: left 40px;
}
#content .title_menu_id_9 {
	height: 50px;
	background-repeat: repeat-x;
	background-image: url(../images/pc/line.jpg);
	background-position: left 40px;
}
#content .title_menu_id_12 {
	height: 50px;
	background-repeat: repeat-x;
	background-image: url(../images/pc/line.jpg);
	background-position: left 40px;
}
#content .title_menu_id_5 {
	height: 50px;
	background-repeat: repeat-x;
	background-image: url(../images/pc/line.jpg);
	background-position: left 40px;
}
#content .title_menu_id_14 {
	height: 50px;
	background-repeat: repeat-x;
	background-image: url(../images/pc/line.jpg);
	background-position: left 40px;
}
#content .title_name {
	padding-right: 30px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
	background-position: 0px 12px;
	float: right;
	padding-bottom: 10px;
}
.news_title_name{
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
}
#content .title_name a {
	color: #FFFFFF;
	text-decoration: none;
}
#content .title_name a:hover {
	color: #FFFFFF;
}
#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;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	overflow: hidden;
	line-height: 28px;
	clear: both;
	font-size: 16px;
}
#content .bottom {
	height: 50px;
}
/* 最新消息 */
#content .line {
	border-bottom: 1px dashed #D0D0D0;
	padding-top: 7px;
	padding-bottom: 7px;
}
/* 最新消息-連結 */
#content .line a {
	color: #EFEFEF;
	font-size: 16px;
	text-decoration: none;
}
#content .line a:hover {
	color: #FF8E00;
}
/* 最新消息-日期 */
#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: #FFFFFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #1B1B1B;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 2px;
}
#content .number a {
	color: #FFFFFF;
	background-color: #1B1B1B;
	text-decoration: none;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
}
#content .number a:hover {
	color: #f7007b;
}
/* 最新消息-共幾頁數字 */
#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: #FFFFFF;
	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: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-decoration: none;
}
#content .back a:hover {
	color: #FF7600;
}
/* 商品---------------------------------------- */
.pd_title {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pd_name {
	color: #393939;
	text-align: center;
}
.pd_price {
	color: #00B1FC;
	font-weight: bold;
}
ul.pd {
	margin: 0px;
	padding: 0px;
}
ul.pd li {
	width: 21%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
	border: 5px solid #FFFFFF;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 2px 2px hsla(0,0%,0%,0.39);
	box-shadow: 0px 0px 2px 2px hsla(0,0%,0%,0.39);
	margin-left: 10px;
}

/* 商品內頁 */
.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: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
}
.pd_photo_big {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(../images/pc/loading_black.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.pd_photo_big img{
	max-height: 550px;
	border: 5px solid #FFFFFF;
}
.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_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;
}
.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;
}
.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: 3px solid #FFFFFF;
}
/* 部落格---------------------------------------- */
.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;
}
.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;
}
.taglist a:hover {
	color: #FFFFFF;
}
a.size1{
	padding: 10px;
	font-size: 12px;
	color: #82DABA;
}
a.size2{
	padding: 7px;
	font-size: 14px;
	color: #D1CF11;
}
a.size3{
	padding: 5px;
	font-size: 16px;
	color: #D0D703;
}
a.size4{
	padding: 5px;
	font-size: 18px;
	color: #1E77D4;
}
a.size5{
	padding: 5px;
	font-size: 25px;
	color: #D577DD;
}
a.size6{
	padding: 0px;
	font-size: 14px;
	color: #846D68
}
a.size7{
	padding: 0px;
	font-size: 20px;
	color: #7D8190
}
a.size8{
	padding: 0px;
	font-size: 28px;
	color: #A96C6B
}
a.size9{
	padding: 0px;
	font-size: 16px;
	color: #7F96B2
}
/* 部落格搜尋 */
#searchform {
	height: 30px;
	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%;
}
/* 登入註冊 ----------------------------------------*/
#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;
}
/* 表單 */
#form1 {
	width: 500px;
}
#form1 .table{
	padding-top: 3px;
	padding-bottom: 3px;
}
#form1 .left{
	float: left;
	width: 80px;
	text-align: right;
	color: #FCFCFC;
	padding-right: 8px;
}
#form1 .right{
	overflow: hidden
}
#form1 .down{
	text-align: center;
}
#form1 input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 95%;
}
#form1 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{
	background-image: url(../images/pc/submit.png);
	background-repeat: no-repeat;
	width: 86px;
	height: 28px;
	border-width: 0px;
	cursor: pointer;
}

/* 按鈕類 */
.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;
	height: 30px;
	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: 20px;
	display: inherit;
	margin-bottom: 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;
}