@charset "utf-8";
/* CSS Document */

.border_bottom01{
	border-bottom:1px dashed #BBBBBB;
}
.border_top01{
	border-top:1px dashed #BBBBBB;
}
.line_bottom{
	border-bottom:1px #CCCCCC solid;
}
.line_left{
	border-left:1px #CCCCCC solid;
}
.border01{
	border:1px solid #BBBBBB;
}
/*分享按鈕變色方式-淡入淡出*/
.morebut2 {

	width: 53px;
	height: 20px;
}/*分享按鈕變色方式*/
.morebut2 a {
	width: 53px;
	height: 20px;
	display: block;
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
	background-image: url(imges/more2.png)
}
.morebut2 a:hover {
	background-image: url(imges/more2-.png);
}

/*分享按鈕變色方式-淡入淡出*/
/*分享按鈕變色方式-上下*/

/*分享按鈕變色方式-淡入淡出*/
.morebut {
	width: 124px;
	height: 32px;
}/*分享按鈕變色方式*/
.morebut a {
	width: 124px;
	height: 32px;
	display: block;
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
	background-image: url(imges/more.png)
}
.morebut a:hover {
	background-image: url(imges/more-.png);
}

/*分享按鈕變色方式-淡入淡出*/
/*分享按鈕變色方式-上下*/
/*分享按鈕變色方式-淡入淡出*/
.morebut3 {
	width: 53px;
	height: 20px;
}/*分享按鈕變色方式*/
.morebut3 a {
	width: 53px;
	height: 20px;
	display: block;
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
	background-image: url(imges/more3.png)
}
.morebut3 a:hover {
	background-image: url(imges/more3-.png);
}

/*分享按鈕變色方式-淡入淡出*/
/*分享按鈕變色方式-上下*/
/****************表單*/
.form_use {
	color: #5F584E;
	background-color:#EEEEEE;
	border: #EEEEEE 1px solid;
	padding: 3px 8px;
/*	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	-webkit-transition: background 200ms linear, border 200ms linear;
	-moz-transition: background 200ms linear, border 200ms linear;
	-o-transition: background 200ms linear, border 200ms linear;
	transition: background 200ms linear, border 200ms linear;
	behavior: repeat url(../../scripts/pie/PIE.htc);
}
.form_use:hover {
	background-color:#EEEEEE;
	border: #000 1px solid;
	border-left: #000 2px solid;
}
.form_use:focus {
	color: #5F584E;
	background-color:#EEEEEE;
	border: #000 1px solid;
	border-left: #000 2px solid;
	outline:none;
}
.form_h {
	height: 18px;
}
.form_use2 {
	color: #5F584E;
	background-color:#fff;
	border: #D5D6DD 1px solid;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background 200ms linear, border 200ms linear;
	-moz-transition: background 200ms linear, border 200ms linear;
	-o-transition: background 200ms linear, border 200ms linear;
	transition: background 200ms linear, border 200ms linear;
	behavior: repeat url(../../scripts/pie/PIE.htc);
}
.form_use2:hover {
	background-color: #EEE8CA;
	border: #999 1px solid;
}
.form_use2:focus {
	color: #797979;
	background-color: #EEE8CA;
	border: #999 1px solid;
	outline:none;
}
.form_use3 {
	background-color: #FFF;
	border: #D5D6DD 1px solid;
	padding: 3px 8px;
	-webkit-transition: background 200ms linear, border 200ms linear;
	-moz-transition: background 200ms linear, border 200ms linear;
	-o-transition: background 200ms linear, border 200ms linear;
	transition: background 200ms linear, border 200ms linear;
}
.form_use3:hover {
	background-color: #F3F3F3;
	border: #999999 1px solid;
}
/****************表單*/
/****************分頁*/
#pages_post {
	width: 100%;
	height: 50px;
	padding-top: 20px;
	text-align: center;
	float: right;
	margin-top: 20px;
/*	border-top:1px #666666 solid;
	background-image: url(../contact/line.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/
		
}
#pages_post .line{
	border-top:1px #8A8A79 dashed;
	height:20px;
	
	
	}
/***分頁*******************************************************/
#pages {
	width: 100%;
	font-size: 15px;
	color: #00468C;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
}
#pages.lin{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3599C0;
	margin-top:20px;
}
#pages .table{
	height: 28px;
	width: 647px;
	margin: auto;
}
#pages .pgs a {
	color: #999999;
	text-decoration: none;
	margin:5px;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	border: 1px solid #CFCFCF;
	float: left;
	padding: 1px 11px;*/
}
#pages .pgs a.active {
	color: #B93730;
	font-weight: bold;
}

#pages .pgs a:hover,
#pages .pgs a.link {
	color: #B93730;
	font-weight: bold;
}

/***分頁*******************************************************/
/***回列表*********************************************************/
#pages_back {
	width: 100%;
	height: auto;
	padding: 20px 0px 10px 0px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: right;
	float: left;
	border-top: 1px dotted #BBBBBB;
}
/***回列表*********************************************************/
/****************分頁[有背景換色]*/
/*
#pages {
	width: 100%;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	background-position: bottom;
	background-repeat: repeat-x;
}

#pages.lin{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	margin-top:20px;
}
#pages .table{
	height: 28px;
	width: 647px;
	margin: auto;
}

#pages .pgs a {
	color: #8C8C8C;
	text-decoration: none;
	margin:6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: left;
	padding: 1px 11px;
	background-color:#EEEEEE;
}


#pages .pgs a:hover {
	color: #fff;
	text-decoration: none;
	margin: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	background-color: #917A6E;
	float: left;
	padding: 1px 11px;
}
#pages .pgs a.link {
	color: #fff;
	text-decoration: none;
	margin: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	background-color: #917A6E;
	float: left;
	padding: 1px 11px;
}
*/
/****************分頁[有背景換色]*/
