@charset "utf-8";
body {
	margin: 0px;
	font-size: 0.8em;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
}
img {
	border: none;
}
table {
	border-collapse: separate;
	border-spacing: 5px;
    *border-collapse: expression('separate', cellSpacing = '5px');
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
table tr td {
}
h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin: 0;
	padding: 0;
}
.container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.container_w {
	width: 100%;
}
.container900 {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.container760 {
	width: 760px;
	clear: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.add_top10 {
	margin: 10px 0 0 0;
}
.add_top20 {
	margin: 20px 0 0 0;
}
.add_left110px {
	margin:0 0 0 110px;
}
.font_red {
	color: #F03;
}
.font_small {
	font-size: 11px;
	color: #999;
	margin-top: 10px;
}
#top {
	height: 134px;
	width: 100%;
	position: fixed;
	background-image: url(../images/bg.jpg);
	z-index: 1000;
}
#logo {
	position: absolute;
	top: 0;
	left: 445px;
}
#top_menu {
	right: 20px;
	bottom: 45px;
	position: absolute;
}
#top_menu ul {
	list-style-type: none;
}
#top_menu li {
	display: inline-block;
	float: left;
	margin: 0 5px 0 0;
	text-indent: -5000px;
}
#top_menu li:hover {
	background-position: bottom;
}
#top_menu a {
	display: block;
	height:58px;
}
#login_status {
	left: 20px;
	bottom: 45px;
	position: absolute;
	color: #666;
}
#login_status ul {
	list-style-type: none;
}
#login_status li {
	float:left;
	margin:0 5px 0 0;
}
#login_status a {
	color: #393;
}
#toplink00 {
	background-image: url(../images/top_link07.png);
	width: 36px;
	height: 34px;
	cursor:pointer;
}
#toplink01 {
	background-image: url(../images/top_link01.png);
	width: 36px;
	height: 34px;
}
#toplink02 {
	background-image: url(../images/top_link02.png);
	width: 36px;
	height: 34px;
}
#toplink03 {
	background-image: url(../images/top_link03.png);
	width: 36px;
	height: 34px;
}
#toplink04 {
	background-image: url(../images/top_link04.png);
	width: 36px;
	height: 34px;
}
#toplink05 {
	background-image: url(../images/top_link05.png);
	width: 58px;
	height: 65px;
}
#toplink06 {
	background-image: url(../images/top_link06.png);
	width: 58px;
	height: 58px;	
}
/*選單列 開始*/
#menu {
	width: 100%;
	margin-top: 100px;
	background-image: url(../images/menu_bg.jpg);
}
#menu_c {
	width: 820px;
	margin: 0 auto;
	position:relative;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline-block;
	float: left;
	height: 34px;
	text-indent: -5000px;
}
#menu li:hover {
	background-position: bottom;
}
#menu li a {
	display: block;
	height: 34px;
}
#menu #share_btn {
	background-image: url(../images/share_btn.png);
	position:absolute;
	top:0;
	right:10px;
	height:49px;
	width:144px;
	text-indent:-5000px;
}
#menu #share_btn a {
	display:block;
	height:49px;
	width:144px;
}
#menu #share_btn:hover {
	background-position: bottom;
}

#link01 {
	background-image: url(../images/link01.jpg);
	width: 163px;
}
#link02 {
	background-image: url(../images/link02.jpg);
	width: 163px;
}
#link03 {
	background-image: url(../images/link03.jpg);
	width: 163px;
}
#link04 {
	background-image: url(../images/link06.jpg);
	width: 163px;
}
#link05 {
	background-image: url(../images/link04.jpg);
	width: 163px;
}
/*選單列 結束*/


/*次選單 開始*/

.sub_menu {
	z-index: 100;
	background-color: #1c2111;
	-mox-opacity: 0.9;        /*-mox是for firefox*/
	filter: alpha(opacity=90);
	opacity: 0.9;
	font-size: 13px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	color: #FFF;
}
.sub_menu ul {
	list-style-type: none;
	color: #FFF;
}
.sub_menu li {
	line-height: 26px;
	display: block;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
	font-size: 14px;
}
.sub_menu li a {
	color: #A8A9AA;
	display: block;
}
.sub_menu li a:hover {
	color: #FFF;
}
.sub_menu_list {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	width: auto;
	/*border-right:1px dashed #333;*/
	padding-left: 20px;
}
.sub_menu_list a {
	color: #6a6b6d;
}
.sub_menu_list a:hover {
	color: #fff;
}
.sub_meun_list_title {
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.sub_menu_list_center {
	text-align:center;
}
.location01 {
	padding-left: 120px;
}
.location02 {
	padding-left: 150px;
}
.location04 {
	padding-left: 210px;
}
/*次選單 結束*/




#sitemap {
	font-size: 13px;
	color: #999999;
}
#sitemap ul {
	list-style-type: none;
	margin: 10px auto;
	border: medium none;
	list-style: none outside none;
	text-align: left;
}
#sitemap li {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	float: left;
	line-height: 25px;
}
#sitemap li a {
	color: #8f8f8f;
}
#sitemap li a:hover {
	color: #000000;
}
#sitemap .first {
	background: none;
}
#wrapper {
	width: 100%;
	margin: 134px 0 0 0;
}
#banner_w {
}

#banner_s {
	margin-top: 5px;
	margin-bottom: 30px;
}
#banner_s ul {
	list-style-type: none;
}
#banner_s li {
	float: left;
	margin-right: 5px;
	width:190px;
	cursor:pointer;
}



/*滑出 */
.abgne-yahoo-slide {
	position: relative;
	/*height:150px;*/
	overflow:hidden;
}
.abgne-yahoo-slide a {
	text-decoration: none;
	color: #fff;
}
.abgne-yahoo-slide a:hover {
	color: #696;
}
.abgne-yahoo-slide .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	overflow: hidden;
	color: #fff;
	height: 150px;
	background: url(../images/black.png);
}
.abgne-yahoo-slide .desc h3 {
	margin: 10px 0 0 10px;
	font-size: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
}
.abgne-yahoo-slide .desc h4 {
	margin: 10px 0 0 10px;
	font-size: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
}
.abgne-yahoo-slide .desc p {
	padding: 0 10px 0 10px;
	font-size: 12px;
	color: #ccc;
}
.abgne-yahoo-slide .slip1 {
	width: 620px;
}
.abgne-yahoo-slide .slip2 {
	width: 300px;
}
.abgne-yahoo-slide .slip3 {
	width: 200px;
}
/*滑出 結束*/

h2.title {
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
h2.title .span_line {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
}
#index_left {
	float: left;
	width: 620px;
	margin-bottom: 40px;
}
#index_right {
	float: right;
	width: 340px;
	margin-bottom: 40px;
}
#index_column {
	float: left;
	width: 300px;
	margin-top: 20px;
}
#index_test {
	float: right;
	width: 300px;
	margin-top: 20px;
}
.index_case {
	height: 300px;
	background-color: #ebebeb;
	margin:0 0 20px 0;
}
.index_case a {
	color: #333;
}
.index_case h3 {
	margin: 10px 0 0 10px;
	font-size: 25px;
	height:25px;
	overflow:hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
	font-weight: normal;
}
.index_case p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	overflow: hidden;
}
.index_case:hover {
	background-color: #CECECE;
}
.index_case_img {
	height:200px;
	overflow:hidden;
}
.about01 {
	background-image: url(../images/bg_about01.jpg);
	background-repeat: repeat-x;
}
.about02 {
	background-color: #000;
}
#about02_left {
	position: absolute;
	left: -310px;
	top: 0px;
}
.about_history {
	background-color: #ebfdff;
}
.about_history2 {
	background-image: url(../images/about_history_bg2.jpg);
	background-repeat: repeat-x;
	height: 34px;
}
#about_customization {
	margin-top: 20px;
}

/*首頁廣告 開始*/
.abgne_product_arrow_silder {
	width: 980px;
	height: 506px;
	position: relative;
	overflow: hidden;
	background-image: url(../images/about_history_bg.jpg);
}
.abgne_product_arrow_silder ul, .abgne_product_arrow_silder ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.abgne_product_arrow_silder ul li {
	position: absolute;
	z-index: 1;
}
.abgne_product_arrow_silder ul li.selected {
	z-index: 99;
}
.prev {
	background: url(../images/prev.png) no-repeat;
	width: 34px;
	height: 67px;
	position: absolute;
	left: -55px;	/* 先藏在左邊 */
	top: 190px;	/* (區塊高-圖片高) / 2 */
	z-index: 100;
}
.next {
	background: url(../images/next.png) no-repeat;
	width: 34px;
	height: 67px;
	position: absolute;
	right: -55px;	/* 先藏在右邊 */
	top: 190px;	/* (區塊高-圖片高) / 2 */
	z-index: 100;
}
.products {
	background-image: url(../images/product_list_bg.png);
	margin-bottom: 40px;
	margin-top: 20px;
}
.product_list {
	text-align: center;
	width: 300px;
	height:400px;
	overflow:hidden;
	float: left;
	margin: 12px;
}
.product_list h3 {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 13px;
}
.product_list h3 a {
	color: #000;
}
.product_list_txt {
	color: #999;
}
.product_list_txt a {
	color: #999;
}
.product_img a {
	display:block;
	width:300px;
	height:300px;
}
.product_img:hover {
	background-image: url(../images/product_bg.png);
}
#product_big {
	text-align: right;
	width: 50%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
}
#product_information {
	float: right;
	width: 47%;
	text-align: right;
	padding-right: 3%;
	vertical-align: middle;
	height: 400px;
	padding-top: 100px;
	border-bottom: 1px solid #e5e5e5;
}
#product_information h3 {
	font-size: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
}
#product_information ul {
	list-style-type: none;
}
#product_information li {
	float: right;
	margin: 0 0 0 10px;
}
#product_information li a {
	color: #999;
}
#product_information li a:hover {
	color: #000;
}
.v-widget-timeset-M .Month, .v-widget-timeset-M .Date, .v-widget-timeset-M .Year {
	color: rgb(51, 51, 51);
	font-family: bauerbodonistd-roman;
	font-style: italic;
	text-align: left;
}
.v-widget-timeset-M {
	text-align: left;
	float: left;
}
.v-widget-timeset-M .Date {
	font-size: 40px;
	line-height: 40px;
	position: absolute;
}
.v-widget-timeset-M .Month {
	font-size: 24px;
	line-height: 20px;
	margin-left: 50px;
	position: relative;
	top: 5px;
	text-transform: uppercase;
}
.v-widget-timeset-M .Year {
	font-size: 11px;
	margin-left: 50px;
	position: relative;
	top: 2px;
}
.news {
	margin-bottom: 10px;
	padding:40px 0 40px 0;
	border-bottom: 1px solid #e5e5e5;
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
}

.news_in {
	float: right;
	width: 870px;
}
.news_img {
	float: left;
	width: 380px;
}
.news_txt {
	float: right;
	width: 470px;
	height: 380px;
	position: relative;
}
.news_txt h3 {
	font-size: 35px;
}

.fb-like {
	position: absolute;
	top: 0px;
	left: 380px;
}
#youneed_btn {
	position: absolute;
	left: 419px;
	top: 241px;
}

#youneed_top {
	text-align: center;
	margin-bottom: 10px;
	line-height: 25px;
}
#youneed_title {
	color: #FFF;
	background-color: #36A36C;
	height: 40px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	font-size: 25px;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
}

.youneed_txt {
	margin-top: 10px;
	margin-bottom: 10px;
}
.youneed_txt_left {
	float: left;
	width: 200px;
}
.youneed_txt_right {
	float: right;
	width: 760px;
	padding-top: 50px;
	line-height: 25px;
}
.youneed_txt_right li {
	margin-top: 10px;
}

/* Back to top button */
#back-top {
	position: fixed;
	bottom: 30px;
	right:30px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
#type_title {
	width: 373px;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#test_btn {
	position: absolute;
	top: -30px;
	left: 0;
}

#type {
	width: 780px;
	margin:20px auto;
}
.type {
	float: left;
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
	height:220px;
}
.type_img {
	width:180px;
	height:180px;
	margin-top:5px;	
}
.type_img a {
	width:180px;
	height:180px;
	display:block;	
}
.type_img:hover {
	margin-top:0;
	margin-bottom:5px;
}
.type_name {
	text-align: center;
	margin-top: 5px;
}
#type_name {
	font-size: 25px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #666;
}
#type_product {
	font-size: 25px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
	color: #666;
}
#type_img {
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

#result_img {
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#result_name {
	font-size: 25px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #666;
}
#result_txt {
	width: 750px;
	margin:10px auto;
}
#result_txt ol , #result_txt ul {
	margin-left:20px;
}
.result_btn {
	float:right;
	margin:0 0 0 10px;
	line-height: 35px;
	font-size: 17px;
	color: #FFF;
	background-color: #83A824;
	text-align: center;	
}


/*最新消息 開始*/
.qaContent02 {
	/*position: absolute;
	top: 390px;*/
}
.qaContent02 ul {
	list-style-type: none;
}
.accordionPart

.qaContent02 ul.accordionPart li {
	padding-bottom: 12px;
	margin-top: 12px;
	margin-left: 20px;	
	list-style-type: none;
}
.qaContent02 ul.accordionPart02 li .qa_title {
	cursor: pointer;
	height: 35px;
	padding: 5px 0 0 410px;
	line-height: 35px;
	color: #699;
	font-size: 25px;
}
.qaContent02 ul.accordionPart02 li .qa_title_on {
	
}
.qaContent02 ul.accordionPart02 li .qa_content {
	margin: 15px 0;
	padding:10px;
}
.readmore {
	color: #699;
	font-size: 25px;
}
.readmore_information {
	/*margin:20px; 0;
	padding:10px;*/
}
/*最新消息 結束*/

.column_bg {
	background-image: url(../images/column_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 300px;
	background-attachment: fixed;
}
#column_top {
	width: 960px;
	background-color: #FFF;
	position: relative;
	margin-bottom: 20px;
	margin-top:40px;
}
.colimn_icon {
	position: absolute;
	left: -50px;
	top: -50px;
}
.colimn_icon2 {
	position: absolute;
	right: -50px;
	top: -50px;
}
#column_top_img {
	float: left;
	width: 560px;
}
#column_top_txt {
	float: right;
	width: 380px;
	padding: 10px;
}
#column_top_txt h3 {
	font-size: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
}
.column_left {
	float: left;
	width: 360px;
}
.column_right {
	float: right;
	width: 360px;
}


.column {
	background-color: #FFF;
	padding: 10px;
	position: relative;
	width: 340px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}
.column_img {
	text-align: center;
	max-width:340px;
	overflow:hidden;
}
.column_title {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
}
#share_list {
}

/*愛用分享連結 開始*/
#share_menu {
	width:604px;
	margin:0 auto;
}
#share_menu ul {
	list-style-type: none;
	margin:0px auto;
	border: medium none;
	list-style: none outside none;
	text-align: center;
}
#share_menu li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	height: 60px;
	width: 141px;
	text-indent: -5000px;
}
#share_menu li:hover {
	background-position:bottom;
}
#share_menu li.active {
	background-position:bottom;
}
#share_menu li a {
	display:block;
	height:60px;
}
#share_link01 {
	background-image: url(../images/share_btn01.png);
}
#share_link02 {
	background-image: url(../images/share_btn02.png);
}
#share_link03 {
	background-image: url(../images/share_btn03.png);
}
#share_link04 {
	background-image: url(../images/share_btn04.png);
}
#share_link05 {
	background-image: url(../images/share_btn05.png);
}
#share_link06 {
	background-image: url(../images/share_btn06.png);
}
/*愛用分享連結 結束*/


#share_list02 {
	margin-top: 20px;
}
#share_list02 ul {
	list-style-type: none;
	margin:0 auto;
	border: medium none;
	list-style: none outside none;
	text-align: center;
}
#share_list02 li {
	display: inline;
	float: none;
	height: inherit;
	width: inherit;
	margin:0 10px 0 0;
	padding:0 5px 0 0;
	border-right:1px solid #CCC;
}
#share_list02 li.last {
	border-right:none;
}
#share_list02 a {
	color: #333;
}
#share_list02 a:hover {
	color: #393;
}
#sider {
	float: left;
	width: 220px;
	margin:50px 0 10px 0;
}
#content {
	float:right;
	width:740px;
	margin-top:50px;
	margin-bottom:50px;
	border-left: 1px solid #CCC;
}
#main {
	min-height:500px;
	padding:15px;
	background:#FFF;
	margin:0 0 0 10px;
}

/*愛用分享&專欄 開始*/
#leftmain {
	float: left;
	width: 740px;
	/*margin-top: 50px;*/
	margin-bottom: 50px;
	background-color: #FFF;
	padding: 10px;	
}

#share_date {
	margin: 0 0 5px 0;
	color: #666;
}
#share_date .Date {
	float:left;
	margin-right:5px;
}
#share_date .Month {
	float:left;
	margin-right:5px;
}
#share_date .Year {
	float:left;
	margin-right:5px;
}
#share_title {
	line-height: 50px;
	background-image: url(../images/share_title_bg.jpg);
	height: 50px;
	padding:0 20px;
	overflow: hidden;
}
#share_title h3 {
	font-size: 17px;
	font-weight: normal;
	float: left;
}
#share_title .author {
	float: right;
	color: #666;
}
#share_main {
	padding: 10px;
	min-height: 480px;	
}
#share_main img {
	width:720px;
}
#share_bottom {
	padding: 10px;
}

#share_bottom .fb-like2 {
	float: left;
}
#share_bottom .collect {
	float: left;
	margin-right: 10px;
}


#rightmenu{
	float: right;
	width: 200px;
	background-color: #D9CFC8;
	/*margin-top: 50px;*/
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	/*-mox-opacity: 0.9;   
	filter: alpha(opacity=90);
	opacity: 0.9;*/
	padding: 10px;
}
.rightmenu_share {
	/*height: 150px;*/
	width: 200px;
	margin-bottom: 10px;
}
.rightmenu_share_auther {
	position: absolute;
	left: 10px;
	top: 75px;
	font-size: 25px;
}

.rightmenu_share_product {
	position: absolute;
	left: 10px;
	top: 110px;
}
.rightmenu_date {
	color:#FFF;
	margin:0 0 5px 0;
}
.rightmenu_date .Month {
	float:left;
	margin-right:10px;
}
.rightmenu_date .Year {
	float:left;
	margin-right:10px;
}





/*愛用分享&專欄 結束*/

/*滑出式選單 開始*/
#qaContent {
	text-align: right;
	border-top: 1px solid #CCC;
}

#qaContent .qa_title{
	line-height: 60px;
	color: #666;
	font-size: 25px;
	border-bottom: 1px solid #CCC;
}
#qaContent .qa_title a {
	cursor: pointer;
	text-decoration: none;
	padding:0 5px 0 0 ;
	color: #666;
	display:block;
}
#qaContent .qa_title a:hover {
	color: #936B4F;
	background-color: #E6DED9;
}
#qaContent .qa_title a:visited {
	color: #666;
}
#qa_content ul{

}
.accordionPart li {
	list-style-type: none;
}
.qa_content li a {
	color: #666;
	display: block;
	height: 30px;
	margin:10px 0;
	font-size: 17px;
}
.qa_content li a:hover {
	color: #009933;
	margin-left: 20px;
	padding-left: 20px;
}


#qaContent ul.accordionPart li .qa_title_on {
	text-decoration: none;
	cursor: pointer;
}
/*滑出式選單 結束*/


/*會員登入 開始*/

#member_title {
	ine-height: 60px;
	color: #666;
	font-size: 25px;
	font-weight: normal;
	/*border-bottom: 1px solid #CCC;*/
	padding-bottom:15px;
}
#register {
	font-size: 16px;
	color: #666;
}
#register input {
	border: 1px solid #CCC;
	padding: 5px 10px;
}
#register select {
	border: 1px solid #CCC;
	height:30px;
}
#register ol , #register ul {
	margin-left: 20px;
}
.member_font {
	font-family: bauerbodonistd-roman;
}
.loginbtn {
	color: #FFF;
	background-color: #83A824;
	cursor:pointer;
	padding:5px 10px;
	border:1px solid #FFF;
}
.loginbtn_big {
	color: #FFF;
	width: 270px;
	height:35px;
	background-color: #83A824;
	cursor: pointer;
	padding: 10px;
	border: 1px solid #FFF;
	font-size: 17px;
	font-weight: bold;
}
.account_btn {
	width: 130px;
	line-height: 35px;
	font-size: 17px;
	color: #FFF;
	background-color: #83A824;
	text-align: center;	
}
.account_btn a {
	display: block;
	height: 35px;
	width: 130px;
	color: #FFF;
}
.account_btn:hover {
	color: #666;
}
.fone_small {
	font-size: 13px;
	color: #666;
}
.fone_small {
	color: #666;
}
/* 會員登入 結束*/



/*會員專區 開始*/

.mempane {
	letter-spacing: 1px;
	line-height: 40px;
}
.mempane_type {
	font-size: 25px;
	color: #C00;
	margin-top: 10px;
	margin-bottom: 50px;
}
.mempane_type_note {
	font:13px;
	color:#000;
	margin:0 0 0 10px;
}
.listview-title {
	line-height: 40px;
	color: #999;
}
.listview-title a {
	color: #83A824;
}
.listview-title a:hover {
	text-decoration: underline;
}
.listview-title2 {
	margin-top: 20px;
	font-weight: bold;
}
.listview {
	width: 100%;
}
.listview.listview2 tbody {
	border: 1px solid #fff;
}
.listview2 tbody th {
	color: #666666;
	/*background-color: #EDDFCB;*/
	text-align: left;
	width: 15%;
	padding: 5px;	/*border-bottom: 1px solid #EDDFCB;*/
}

.listview tbody tr td {
	/*border-bottom: 1px solid #EDDFCB;*/
	padding: 10px 0;
	line-height: 18px;
}
.listview2 tbody tr td {
	padding-left: 10px;
}
.collect_column {
	margin-bottom: 25px;
	border-bottom:1px dashed #CCC;
}
.collect_column:hover {
	border-bottom:1px dashed #093;
}
.collect_date {
	float: left;
}
.collect_date .Date {
	float: left;
	margin-right: 10px;
}
.collect_date .Month {
	float: left;
	margin-right: 10px;
}
.collect_date .Year {
	float: left;
	margin-right: 10px;
}

.collect_column_name {
	float: left;
	margin-left: 10px;
	font-size: 20px;
}
.collect_column_name a {
	color: #666;
}
.collect_column_name .column_delete {
	font-size: 13px;
	color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #E7E7E7;
}


/*會員專區 結束*/

.mall {
	float:left;
	margin:10px;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	text-align: center;
	padding-top: 20px;
	background-repeat: repeat-x;
	font-size: 12px;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	margin-right: 10px;
	float: right;
	color: #999;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #696;
}
#footer_left {
	float:left;
	width:750px;
	margin-top:20px;
}
#footer_right {
	float:left;
	width:180px;
	margin-top:20px;
}
#copyright {
	color: #999;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
	padding:0 10px 0 0;
}
#contact {
	color: #FFF;
	background-color: #93BC30;
	height: 30px;
	width: 150px;
	padding:5px 0;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}
#contact a {
	color:#FFF;
	display:block;
	width:150px;
	height:30px;
}
#contact a:hover {
	color: #FFF;
}
#contact:hover {
	color: #FFF;
	background-color: #000;
}


/*肌膚測試 開始*/
#result_title {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top:200px;
}
#result_description {
	text-align: center;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666;
}
#result_number {
	width: 413px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#result_main {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	color: #666;
	font-size: 1.5em;
	line-height: 1.7em;
}
.result_font01 {
	font-size: 1.3em;
}
.result_q {
	margin:3px 0 0 0;
}
#result_icon {
	width:90px;
	margin:0 auto 30px auto;
}
#result_icon_left {
	float:left;
	cursor:pointer;
}
#result_icon_right {
	float:right;
	cursor:pointer;
}
#choice_select {
	margin-left:35px;
}
/*肌膚測試 結束*/

/*測試結果開始*/
#result_main02 {
	width: 550px;
	margin-left:50px;
	float:left;
	color: #666;
}
#result_main02_right {
	width:300px;
	margin-right:50px;
	float:right;
}
.result_txt {
	margin-bottom:20px;
}
.resulr_txt_left {
	width:76px;
	float:left;
}
.resulr_txt_right {
	width:464px;
	padding-top:30px;
	float:right;
}
.rel {
	position:relative;
}
.resulr_txt_left_img {
	position:absolute;
	top:30px;
	left:-20px;
}
.block {
	float:left;
	width:97px;
	height:10px;
	border:1px solid #b5b5b5;
	margin-left:10px;
	margin-bottom:10px;
}
.block2 {
	float:left;
	width:134px;
	height:10px;
	border:1px solid #b5b5b5;
	margin-left:10px;
	margin-bottom:10px;
}
.slected {
	border:1px solid #f39800;
	background:#facd89;
}
.block_name {
	float:left;
	width:150px;
}
#result_description_finally {
	width:980px;
	margin:40px auto;
	padding:5px 0;
	border-top:1px dashed #393;
	border-bottom:1px dashed #393;
	text-align:center;
}
#result_img_finally {
	width:900px;
	margin:20px auto;
}
.result_img_finally_left {
	float:left;
	width:430px;
}
.result_img_finally_right {
	float:right;
	width:430px;
}
/*測試結果結束*/
