@charset "utf-8";
/* CSS Document */
body{min-width:1033px;}
.border_left_01{
	border-left:1px  dotted #666666;
	
	
	}
/*分享按鈕變色方式-淡入淡出*/
.morebut {
	width: 35px;
	height: 9px;
}/*分享按鈕變色方式*/
.morebut a {
	width: 35px;
	height: 9px;
	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);
}

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

/*上下換圖按鈕加在連結中的css，意思是<a>標籤的背景位置為往上移動圖片高度一半的單位*/
.morebut2 {
	width: 35px;
	height: 9px;
}/*分享按鈕變色方式*/
.morebut2 a {
	width: 35px;
	height: 9px;
	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);
}
.morebut2 a:hover {
	background-image: url(imges/more2-.png);
}
/*上下換圖按鈕加在連結中的css，意思是<a>標籤的背景位置為往上移動圖片高度一半的單位*/
.morebut3 {
	width: 18px;
	height: 18px;
}/*分享按鈕變色方式*/
.morebut3 a {
	width: 18px;
	height: 18px;
	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);
}
.morebut3 a:hover {
	background-image: url(imges/del-.png);
}

/****************表單*/
.form_use {
	color: #5F584E;
	background-color: #fff;
	border: #BFC2C8 1px solid;
	padding: 3px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-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: #F7F7F7;
	border: #F86F13 1px solid;
}
.form_use:focus {
	color: #5F584E;
	background-color: #EEEEEE;
	border: #DDDBDD 1px 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:#F7F7F7;
	border:#F86F13 1px solid;
}
.form_use2:focus {
	color: #797979;
	background-color: #fff;
	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: 30px;
	padding-top: 20px;
	text-align: center;
	float: right;
	margin-top: 10px;
	background-image: url(../data/common/line.png);
	background-repeat:no-repeat;
	background-position:top center;
		
}

/***分頁*******************************************************/
#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:hover,
#pages .pgs a.link {
	color: #9F044C;
	font-weight: bold;
	text-decoration:underline;
}
/***分頁*******************************************************/
/***回列表*********************************************************/
#pages_back {
	width: 100%;
	height: auto;
	padding:0 0 0 40px;
	text-align: left;
	width: calc(100% - 40px);
	float: left;
	border:1px #EEEEEE solid;
	background-image:url(../data/wrapper/bg.png);
}
/***回列表*********************************************************/

.ad_right{
	height:90px;
	width:214px;
	margin:20px auto;
	
}

.ad_right .slick-dots{
    text-align: center;
    margin: 10px auto;
        padding: 0;
}
.ad_right .slick-dots li{
    display: inline-block;
    width:10px;
    height: 10px;   
    margin: 0 5px;
}
.ad_right .slick-dots li button{
    padding: 0px;
    border: none;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: #DBDBDB;
    border-radius:100%;
    outline:none;
}
.ad_right .slick-dots li.slick-active button{
     background: #FE7E4D;
}


/****************分頁[有背景換色]*/
/*
#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;
}
*/
/****************分頁[有背景換色]*/
