html {
	height: 100%;
	width: 100%;
}
body {
	font-size: 13px;
	color: #757575;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	background-color: #000000;
}
a {
	text-decoration: none;
	color: #545454;
}
.photo {
	width: 100%;
}
.big_photo {
	max-height: 565px;
	max-width: 520px;
}
.hide {
	display: none;
}
.hide_pc {
	display: inline;
}
.hide_mod {
	display: none;
}
.text_hide {
	height: 32px;
	overflow: hidden;
}
.data_del {
	background-color: #000000;
	position: absolute;
	z-index: 4;
	width: 100%;
	display: none;
}
.data_del a {
	color: #DEBF5E;
	font-size: 18px;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
#del_ok {
	display: none;
}
#photo_ok {
	display: none;
}
.share_icon {
	position: absolute;
	z-index: 100;
}
.float_left {
	float: left;
}
/* 版型最外層包裝------------------------------------*/
#wrapper {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-color: #fcfdf7;
}
/* 版型頁眉-----------------------------------------*/
#header {
	width: 100%;
	height: 110px;
	background-image: url(../images/pc/bg_menu2.png);
	background-repeat: repeat-x;
	position: fixed;
	display: inline-table;
	z-index: 4;
}
#header_wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#header_width {
	width: 40px;
	height: 50px;
	display: inline-block;
}
.header_padding {
	padding-left: 10px;
	padding-right: 10px;
}
.header_member_p {
	border-radius: 5px;
}
/* 會員資訊條-----------------------------------------*/
#member {
	width: 100%;
	background-color: #463D38;
	height: 35px;
	z-index: 5;
}
#member #admin {
	margin: 0 auto;
	max-width: 980px;
}
/* PC選單 */
#header #menu {
	margin: 0 auto;
	max-width: 980px;
}
#page_height_up {
	height: 185px;
}
#page_height_out {
	height: 85px;
}
/* 手機頁眉-----------------------------------------*/
#m_header {
	display: none;
}
#menu_nav {
	display:none;
}
/* 版型頁尾 ----------------------------------------*/
#footer {
	width: 100%;
	background-image: url(../images/pc/bg_footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-position: center bottom;
	overflow: hidden;
	padding-top: 20px;
}
#footer .copyright {
	color: #E8E8E8;
	font-size: 80%;
	height: 40px;
	line-height: 36px;
}
#footer .no_drink {
	padding-right: 10px;
	padding-left: 10px;
}
#footer .m_no_drink {
	display: none;
}
.footer_a {
	color: #F4F4F4;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
}
.footer_a:hover {
	color: #C5B549;
}
/* 登入註冊 ----------------------------------------*/
#box {
	background-image: url(../images/pc/b2.png);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 5;
	display: none;
}
.box_bg {
	background-image: url(../images/pc/box_close_bg.png);
	background-repeat: repeat-x;
}
#member_in_up {
	background-color: #483D39;
	color: #C1A856;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom: 5px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#member_in_up a {
	color: #C1A856;
	text-decoration: none;
}
#member_in_up a:hover {
	color: #F1F1F1;
}
#log_in {
	width: 490px;
	left: 50%;
	position: absolute;
	margin-left: -245px;
	top: 70px;
}
#log_in #m_close {
	display: none;
}
/* 內容 */
#page {
	margin: 0 auto;
	min-height: 750px;
	max-width: 980px;
	position: relative;
}
/* 首頁-----------------------------------------*/
#events_banner {
	margin-bottom: 8px;
	margin-top: 8px;
}
#m_events_banner {
	display: none;
}
#ad {
	margin-bottom: 8px;
}
#m_back_menu {
	padding-bottom: 8px;
}
/* 標籤搜尋 */
.search_wrappe{
	background-color: #000000;
	z-index: 4;
	position: absolute;
	top: -10px;
	width: 100%;
	display: none;
}
.search_tag {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.search_wrappe input {
	width: auto;
}
.tag_wrapper {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.tag_class1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tag_class1 a {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #ddbf5d;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.tag_class2 {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #E7E7E7;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tag_class2 a {
	color: #F4F4F4;
}
.tag_menu_a{
	display: none;
}
.tag_menu_b{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #ddbf5d;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
	text-align: center;
	border-top: 1px solid #414141;
}
.tag_all{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #ddbf5d;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.tag_close{
	display: none;
}
#my_tag{
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.tag_del{
	border: 1px solid #ACACAC;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-color: #FFFFFF;
	border-radius: 3px;
	float: left;
	margin-right: 5px;
	color: #545454;
	background-image: url(../images/pc/search_close.png);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: 3px 4px;
	margin-bottom: 5px;
}
#my_tag_sql{
	/* [disabled]display: none; */
}
.no_data{
	font-size: 18px;
	color: #3F3F3F;
	text-align: center;
	padding-top: 30px;
}

#search {
	height: 50px;
	width: 100%;
	background-color: #DEBF5E;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 1.5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 1.5px rgba(0, 0, 0, 0.15);
	margin-bottom: 8px;
}
.tag_menu{
	display: none;	
}
#tag_menu_768{
	height: 50px;
	width: 100%;
	background-color: #DEBF5E;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 1.5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 1.5px rgba(0, 0, 0, 0.15);
	margin-bottom: 8px;
	display: none;
}
#tag_menu_768 a {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	cursor:pointer;
}
#tag_menu_768 a:hover {
	color: #000000;
	background-image: url(../images/pc/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 20px;
}
#tag_menu_768 .icon {
	background-image: url(../images/pc/search.png);
	height: 30px;
	width: 30px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#tag_menu_768 input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	width: 85%;
}

#m_search {
	display: none;	
}
#search a {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	cursor:pointer;
}
#search a:hover {
	color: #000000;
	background-image: url(../images/pc/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 20px;
}
#search .icon {
	background-image: url(../images/pc/search.png);
	height: 30px;
	width: 30px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#search input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	width: 85%;
}
#search input:focus {
	border: 1px solid #0099FF;
}

#store_banner {
	position: relative;
	margin-bottom: 8px;
}
#store_banner .m_photo {
	display: none;
}
#store_data {
	position: absolute;
	bottom: 0px;
	z-index: 2;
	width: 100%;
}

#store_icon {
	padding-bottom: 5px;
}
.back_bg {
	background-image: url(../images/pc/bg_store_data.png);
}
#store_all {
	overflow: hidden;
	width: 100%;
}
#store_all a {
	color: #848484;
}
#store {
	width: 32%;
	float: left;
	border: 1px solid #CFCFCF;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
#store:hover  {
	opacity: 0.7;
}
.box_opacity:hover  {
	opacity: 0.7;
}
#store_wrapper {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#store_relative {
	position: relative;
}
/* 店家內頁 ----------------------------------*/
#m_back_menu {
	display: none;
}
#content_top {
	width: 65%;
	overflow: hidden;
	position: relative;
}
#content_search {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.loading{
	background-image: url(../images/pc/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
/* 內容 */
#content_data {
	border-width: 1px 1px 0px 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	border-color: #D3D3D3;
	border-style: solid;
	background-color: #FFFFFF;
	position: relative;
}

#text_img_content img {
	width: 100%;
}
/* 地圖和留言區 */
#content_bottom {
	width: 65%;
	overflow: hidden;
}
#content_map {
	border-width: 0px 1px 1px 1px;
	padding: 0px 10px 10px 10px;
	border-color: #D3D3D3;
	border-style: solid;
	background-color: #FFFFFF;
}
#map {
	height: 400px;
	width: auto;
}
.user_label {
	font-size: 20px;
	background: rgba(22,22,22,0.6);
	color: #fff;
	padding: .25em;
	font-family: Verdana, Geneva, sans-serif;
}
.fb-comments, .fb-comments iframe[style] {width: 100% !important;}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
#ad_content_bottom {
	display: none;	
}
/* 作者 */
#author {
	clear: both;
	border: 1px solid #D3D3D3;
	margin-top: 10px;
}
#m_author {
	display: none;
}
/* 右側選單 */
#links {
	width: 35%;
	overflow: hidden;
	float: right;
}
#links_wrapper {
	padding-left: 10px;
}
#links_ad {
	margin-bottom: 10px;
}
#links_data {
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
	margin-bottom: 20px;
}
#tag_data {
	padding-top: 10px;
	padding-bottom: 10px;
}
#links_data .but_out {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	display: block;
	height: 35px;
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	line-height: 35px;
}
#links_data .but_over {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	background-color: #B59542;
	display: block;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 35px;
}
#links_search {
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
	margin-bottom: 20px;
	text-decoration: none;
}
#links_nearby {
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
	margin-bottom: 20px;
}
/* 醉後真言 */
#album_data {
	position: absolute;
	z-index: 3;
	width: 100%;
}
#album_menu {
	width: auto;
	background-color: #DEBF5E;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 1.5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 1.5px rgba(0, 0, 0, 0.15);
	margin-bottom: 8px;
}
#album_menu a {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	width: 80px;
}
#album_menu a:hover {
	color: #000000;
	background-image: url(../images/pc/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 20px;
}
#album_menu .icon {
	background-image: url(../images/pc/search.png);
	height: 30px;
	width: 30px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#album_menu input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	width: 85%;
}
#album_menu input:focus {
	border: 1px solid #0099FF;
}
.album_absolute {
	position: absolute;
	top: -110px;
}
.good {
	background-image: url(../images/pc/good.png);
	background-size: 143px 35px;
}
.good_ok {
	background-image: url(../images/pc/good_ok.png);
	background-size: 143px 35px;
}
#album_team_data {
	position: absolute;
	bottom: 0px;
	z-index: 2;
	width: 100%;
}
.album_back_bg {
	background-image: url(../images/pc/bg2.png);
}
.album_13px{
	font-size: 13px;
	color: #E1E1E1;
}
.album_20px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #E1E1E1;
	font-weight: bold;
}
.div_left {
	float: left;
}
.div_right {
	float: right;
	padding-bottom: 5px;
	padding-top: 5px;
}
/* 相簿內頁 */
#album_left {
	width: 65%;
	float: left;
	overflow: hidden;
}
#album_right {
	width: 35%;
	float: left;
	overflow: hidden;
}
.album_links {
	border: 1px solid #D3D3D3;
	margin-left: 10px;
	margin-bottom: 10px;
}
#album_left_wrapper {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#album_time {
	background-color: #B5B5B6;
	color: #3E3E3E;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#m_album_time {
	display: none;
}
#album_photo {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* 成員介紹 */
#team_wrapper {
	overflow: hidden;
	border: 1px solid #D3D3D3;
	padding-top: 10px;
	padding-bottom: 10px;
}
#team_left {
	width: 25%;
	float: left;
	overflow: hidden;
}
#team_right {
	width: 75%;
	float: left;
	overflow: hidden;
}
#team_top {
	background-color: #DEBF5E;
	height: 20pt;
	margin-left: 20px;
	margin-right: 10px;
}
#team_name {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	background-color: #595758;
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#team_photo {
	background-color: #DEBF5E;
	margin-left: 20px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}
#team_content {
	background-color: #DEBF5E;
	margin-left: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #242424;
	line-height: 25px;
	margin-right: 10px;
	padding-right: 10px;
	text-align: justify;
	text-justify: distribute;
	word-break: break-all;
}
#team_list {
	width: 21%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	position: relative;
}
#member_list {
	width: 10%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}
#list_name {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #4D4D4D;
}
.team_add_member {
	float: left;
	padding-right: 10px;
}
/* 會員介紹 */
#member_wrapper {
	overflow: hidden;
	border-top: 0px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
	border-right: 0px solid #BEBEBE;
	border-left: 0px solid #BEBEBE;
	margin-bottom: 20px;
}
#member_left {
	width: 21%;
	float: left;
	padding-top: 20px;
}
#member_name {
	display: none;
}
#member_class {
	background-color: #EFEFEF;
	color: #222222;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-weight: bold;
}
#member_right {
	width: 19%;
	background-color: #ddbf5d;
	float: right;
	color: #000000;
	text-align: justify;
	text-justify: distribute;
	word-break: break-all;
	line-height: 25px;
}
.member_logo {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.member_line4 {
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}
#member_content {
	width: 58%;
	float: left;
}
#m_member_content {
	display: none;
}
#member_author_header {
	display: none;
}
.icon_opacity {
	opacity: 0.6;
}
.icon_opacity:hover {
	opacity: 1;
}
.a_success{
	text-align: center;
	width: 120px;
	font-size: 15px;
	text-align: center;
	color: #999999;
	list-style: none;
	height: 90px;
	background-color: #FFFFFF;
	line-height: 90px;
	border: 1px solid #D5D5D5;
}
.success{
	text-align: center;
	width: 90px;
	font-size: 15px;
	text-align: center;
	color: #999999;
	list-style: none;
	height: 90px;
	background-color: #FFFFFF;
	line-height: 90px;
	border: 1px solid #D5D5D5;
}
.success1{
	text-align: center;
	width: 80px;
	font-size: 15px;
	text-align: center;
	color: #999999;
	list-style: none;
	height: 30px;
	background-color: #FFFFFF;
	line-height: 30px;
	border: 1px solid #D5D5D5;
}
.success2{
	text-align: center;
	width: 80px;
	font-size: 15px;
	text-align: center;
	color: #999999;
	list-style: none;
	height: 50px;
	background-color: #FFFFFF;
	line-height: 50px;
	border: 1px solid #D5D5D5;
}
#mestatus{
	font-size: 15px;
	color: #7C7C7C;
	font-weight: bold;
	text-align: center;
}

/* 會員註冊登入表單 */
input {
	font-size: 16px;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 90%;
}
input:focus {
	border: 1px solid #0099FF;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
}
textarea{
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 90%;
	height: 80px;
	font-size: 16px;
}
/* 約局記錄 */
.invite_wrapper {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.invite_time {
}
.invite_data {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	background-color: #b5b5b6;
}
.invite_data a {
	color: #FFFFFF;
}
.invite_title {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 0px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-right: 0px solid #D0D0D0;
	border-left: 0px solid #D0D0D0;
}
.invite_t1 {
	float: left;
}
.invite_t2 {
}
.invite_content {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	color: #636363;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
	background-image: url(../images/pc/arrow5.png);
	background-size: 10px 11px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #D0D0D0;
	border-right-width: 0px;
	border-left-width: 0px;
	background-position: 10px 0px;
	display: none;
	border-top-width: 0px;
	border-top-style: solid;
}
.invite_c1 {
	float: left;
	width: 50%;
}
.invite_c2 {
	float: left;
	width: 50%;
}
.notice{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	background-color: #381945;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 15px;
	min-width: 18px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.ok{
	display: none;
}
/* 作者 */
#author1 {
	width: 32%;
	float: left;
	border: 1px solid #CFCFCF;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
#author1:hover  {
	opacity: 0.7;
}
#author_data {
	position: absolute;
	bottom: -34px;
	z-index: 2;
	width: 100%;
}
#author_wrapper {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#m_member_author {
	display: none;
}
.m_invite_menu{
	display: none;
}

/* 瀑布流樣板 */
#container {
	margin-top: 10px;
}
.item {
	float: left;
	line-height: 21px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	width: 190px;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.p_radius {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.p_text {
	font-size: 13px;
	line-height: 24px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: justify;
	text-justify: distribute;
	word-break:break-all
}
.p_member {
	border-top: 1px solid #D8D8D8;
}
#infscr-loading {
	text-align: center;
	z-index: 100;
	position: fixed;
	bottom: 40px;
	width: 200px;
	padding: 10px;
	background: #000;
	opacity: 0.8;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* 照片跳出框 */
#photo_oper{
	width: 900px;
	left: 50%;
	position: absolute;
	margin-left: -450px;
	top: 70px;
}
.photo_m_close{
	display: none;
}
.photo_img{
	background-color: #000000;
	width: 60%;
	height: 585px;
	float: left;
	margin-top: 15px;
}
.photo_img_height{
	height: 600px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.photo_img_height img{
	margin-top: -15px;
}
.photo_wrapper{
	width: 40%;
	float: right;
}
.photo_pc_close{
	text-align: right;
	height: 110px;
	background-image: url(../images/pc/message_logo.jpg);
	background-size: auto 100px;
	background-repeat: no-repeat;
	background-position: 0% 15px;
}
.photo_message{
	height: 470px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.photo_warn{
	text-align: right;
}
.photo_title{
	font-size: 15px;
	color: #ab9400;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.photo_address{
	color: #232323;
	font-size: 13px;
}
.photo_left{
	position: absolute;
}
.photo_right{
	position: absolute;
	right: 0px;
}
/* 留言列表 */
.photo_message_list {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	overflow-y: auto;
	height: 330px;
}
.photo_message_list li {
	background-color: #F4F4F4;
}
.photo_message_list img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.message_wrapper{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 2px;
	overflow: hidden;
}
.message_name {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #252525;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}
.message_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align: justify;
	text-justify: distribute;
	word-break: break-all;
	line-height: 21px;
	padding-right: 10px;
}
.message_name img{
	float: right;
}
.form_message_wrapper {
	background-color: #ddbf5d;
	margin-top: 5px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.form_message_wrapper img {
	border: 1px solid #FFFFFF;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#form_message{
	display: inline-block;
	width: 80%;
}
#search_web{
	width: 650px;
	height: 130px;
	background-image: url(../images/pc/search_web.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 60px;
	left: -280px;
	display: none;
}
#search_web input{
	height: 55px;
	width: 600px;
	font-size: 55px;
	color: #939393;
	border-width: 0px;
	margin-left: 20px;
	margin-top: 35px;
}
#search_t{
	padding-left: 30px;
}
.invite_name{
	background-color: #DEBF5E;
	color: #3F3F3F;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	display: inline-block;
	border-radius: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}
/* 按鈕 */
.but_fb{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	width: 90%;
	height: 40px;
	border-width: 0px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(82,108,159,1.00) 0%,rgba(51,78,131,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(82,108,159,1.00) 0%,rgba(51,78,131,1.00) 100%);
	color: #F8F8F8;
	font-size: 20px;
	border-radius: 5px;
}
.but_mail{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	width: 90%;
	height: 40px;
	border-width: 0px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(155,155,155,1.00) 0%,rgba(91,91,91,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(155,155,155,1.00) 0%,rgba(91,91,91,1.00) 100%);
	color: #F8F8F8;
	font-size: 20px;
}
.but_edit{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	width: 80px;
	height: 30px;
	cursor: pointer;
	color: #242424;
	font-size: 15px;
	background-color: #FFFFFF;
	border: 1px solid #868686;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 2px #C8C8C8;
	box-shadow: 0px 0px 2px #C8C8C8;
}
.but_edit2{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	width: 160px;
	height: 30px;
	cursor: pointer;
	color: #242424;
	font-size: 15px;
	background-color: #FFFFFF;
	border: 1px solid #868686;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 2px #C8C8C8;
	box-shadow: 0px 0px 2px #C8C8C8;
}
.but_1{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin-right: 8px;
	background-image: url(../images/pc/arrow.png);
	background-repeat: no-repeat;
	background-position: 7px 12px;
}
.but_1:hover{
	color: #c2a124;
}
.but_2{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(239,239,239,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(239,239,239,1.00) 100%);
}
.but_2:hover{
	color: #c2a124;
}
.but_3{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #DDBF5D;
}
.but_3:hover{
	color: #FFFFFF;
}
.but_4{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #b59542;
	display: inline-block;
	width: 40px;
	text-align: center;
}
.but_4:hover{
	color: #000000;
}
.but_5{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #b59542;
	display: inline-block;
	width: 40px;
	text-align: center;
}
.but_5:hover{
	color: #000000;
}
.but_6{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #b59542;
	display: inline-block;
	width: 50px;
	text-align: center;
}
.but_6:hover{
	color: #000000;
}
.hide{
	display: none;
}
/* 文字 */
.C_yellow_1_13px{
	font-size: 13px;
	color: #ab9400;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.C_yellow_1_15px{
	font-size: 15px;
	color: #ab9400;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.C_yellow_1_18px{
	font-size: 18px;
	color: #ab9400;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.C_yellow_1_21px{
	font-size: 21px;
	color: #ab9400;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.C_red_1_15px{
	font-size: 15px;
	color: #AB0000;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.C_black_1_13px{
	font-size: 13px;
	color: #E1E1E1;
	text-decoration: none;
}
.C_black_2_13px{
	font-size: 13px;
	color: #4D4D4D;
	text-decoration: none;
}
.C_black_3_13px{
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.C_black_4_13px{
	font-size: 13px;
	color: #757575;
	text-decoration: none;
}
.C_black_1_15px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #4F4F4F;
	font-weight: bold;
}
.C_black_2_15px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #090909;
	font-weight: bold;
}
.C_black_3_15px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.C_black_1_16px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #EFEFEF;
	font-weight: bold;
	text-decoration: none;
}
.C_black_2_16px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #1B1B1B;
	font-weight: bold;
	text-decoration: none;
}
.C_black_1_18px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #494949;
	font-weight: bold;
	text-decoration: none;
}
.C_black_2_18px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.C_black_3_18px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #676767;
	font-weight: bold;
	text-decoration: none;
}
.C_black_1_20px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #E1E1E1;
	font-weight: bold;
	text-decoration: none;
}
.C_black_1_25px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 25px;
	color: #484848;
	font-weight: bold;
	text-decoration: none;
}
.C_black_1_30px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	color: #484848;
	font-weight: bold;
	text-decoration: none;
}
.D_black_1_H25_13px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #656565;
	line-height: 25px;
	text-align: justify;
	text-justify: distribute;
	word-break: break-all;
}
.D_black_1_H25_18px {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #656565;
	line-height: 25px;
	text-align: justify;
	text-justify: distribute;
	word-break: break-all;
}
.out_1_13px{
	font-size: 13px;
	color: #E1E1E1;
	text-decoration: none;
}
.out_1_13px:hover{
	color: #ddbf5d;
}
.out_2_13px{
	font-size: 13px;
	color: #363636;
	text-decoration: none;
}
.out_2_13px:hover{
	color: #ddbf5d;
}
.out_3_13px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #6C6C6C;
	text-decoration: none;
}
.out_3_13px:hover{
	color: #000000;
}
.out_4_13px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #381945;
	text-decoration: none;
}
.out_4_13px:hover{
	color: #000000;
}
.out_1_16px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #5C5C5C;
	text-decoration: none;
	font-weight: bold;
}
.out_1_16px:hover{
	color: #ddbf5d;
}
.out_1_18px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #debf5e;
	text-decoration: none;
	font-weight: bold;
}
.out_2_22px{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	color: #debf5e;
	text-decoration: none;
	font-weight: bold;
}
.out_1_16px:hover{
	color: #debf5e;
}
/* 線類 */
.line_4_top {
	border: 1px solid #DCDCDC;
	margin-top: 8px;
}
.line_4_bold {
	border: 5px solid #FFFFFF;
}
.line_top {
	border-top: 1px solid #BEBEBE;
	border-bottom: 0px solid #BEBEBE;
	border-right: 0px solid #BEBEBE;
	border-left: 0px solid #BEBEBE;
}
.line_bottom {
	border-right: 0px solid #BEBEBE;
	border-top-width: 0px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 0px;
	border-left-style: solid;
}
.line_right {
	border-top: 0px solid #BEBEBE;
	border-bottom: 0px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-left: 0px solid #BEBEBE;
}
.my_left {
	float: left;
}
.my_right {
	float: right;
}
.about_m {
	display: none;
}
.about_1 {
	height: 50px;
}
.about_2 {
	height: 80px;
}
.about_3 {
	color: #424141;
	font-size: 18px;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	line-height: 30px;
	padding-left: 50px;
	padding-right: 50px;
}
.about_box {
	color: #FFFFFF;
	background-color: #231815;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.about_4 {
	padding-left: 50px;
	padding-right: 50px;
}
.about_menu{
	display: inline-block;
}
.about_menu_a{
	display: inline-block;
	color: #B59442;
	font-size: 20px;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 50px;
	padding-left: 10px;
	background-image: url(../images/pc/about_3.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
.my_arrow{
	background-image: url(../images/mobile/arrow.png);
	background-size: 14px 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.issue{
	float: right;
}
.fb-like-td{
	padding-top: 10px;
	padding-bottom: 10px;
}