html,body,table{
	padding: 0;
	margin:0;
	border-spacing: 0;
	font-family: "Microsoft JhengHei UI";
	}
a:link{
	color:blue;
	text-decoration:none;
}
a:visited{
	color:blue;
	text-decoration:none;
}
a:hover{
	color:blue;
	text-decoration:none;
}
@keyframes telanimal{
	0%{transform:rotate(0deg);}
	30%{transform:rotate(25deg);}
	60%{transform:rotate(-15deg);}
	100%{transform:rotate(0deg);}
}
.tel{
	position: fixed;
	left:15px;
	bottom:70px;
	opacity: 0.7;
	animation-name: telanimal ;
	animation-dalay:5s;
	animation-duration: 1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}
.tel_bottom{
	position: fixed;
	left:15px;
	bottom:15px;
	opacity: 0.7;
	animation-name: telanimal ;
	animation-dalay:5s;
	animation-duration: 1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}
.write{
	position: fixed;
	right:15px;
	bottom:70px;
}
.head{
	position:fixed;
	top:0;
	width:100%;
	min-width: 360px;
	height:60px;
	font-size: 14px;
	font-weight: bold;
	color:#333;
	background-image: url("../images/bg_color.jpg");
	background-repeat: repeat-x;
}
.head div:first-child{
	float: left;
	margin:10px 0 0 20px;
}
.head div:last-child{
	float:right;
	margin:20px 20px 0 0;
	word-spacing: 20px;
}
 .creat_talk{
	position:fixed;
	top:0;
	width:100%;
	min-width: 360px;
	height:40px;
	font-size: 15px;
	font-weight: bold;
	color:#333;
	text-align:center;
	vertical-align: middle;
	background-image: url("../images/bg_color.jpg");
	background-repeat: repeat-x;
}
.creat_talk table{
	width:100%;
}
.creat_talk td:first-child{
	margin:10px 0 0 20px;
	float:left;
	color:blue;
}
.creat_talk td:nth-child(2){
	margin:10px auto 0 auto;
	display:inline-block;
}
.creat_talk td:last-child{
	margin:10px 20px 0 0;
	float:right;
	color:blue;
}
.search_input{
	position: fixed;
	right: -170px;
	margin:13px 0 0 0;
	width: 170px;
	overflow: hidden;
	transition: 90ms all;
}
.search_input_show{
	right:10px;
}
.head img{
	vertical-align: sub;
}
.head input[type=text]{
	width:130px;
	height: 30px;
	border-radius: 15px;
	outline: none;
	border:#CCC solid 1px;
}
.member_menu_list{
	position:fixed;
	right: -130px;
	top:60px;
	background-color:black;
	opacity: 0.8;
	width:130px;
	height:310px;
	border-radius: 10px 0 0 10px;
	transition: .2s all;
	z-index: 9999;
	
}
.member_menu_list_show{
	right:0;
}
.cmpdata_menu{
	position:fixed;
	left: -150px;
	top:60px;
	background-color:black;
	opacity: 0.8;
	width:150px;
	height:385px;
	transition: .2s all;
	z-index: 9999;
	border-radius: 0 20px 20px 0;
}
.cmpdata_menu_show{
	left:0;
}
.cmpdata_menu_title{
	position:fixed;
	left: 0;
	top:90px;
	color:white;
	font-size: 12px;
	padding:5px;
	background-color:black;
	opacity: 0.8;
	width:20px;
	height:110px;
	transition: .2s all;
	z-index: 9999;
	border-radius: 0 20px 20px 0;
}
.cmpdata_menu_title_show{
	left:150px;
}
.member_menu_list div, .cmpdata_menu div{
	clear: both;
	color:white;
	font-size:15px;
	margin:15px 0 15px 15px;
}
.bottom_menu{
	background-color: black;
	font-size: 12px;
	color:white;
	position:fixed;
	bottom:0;
	width:100%;
	min-width: 360px;
	height:60px;
}
.bottom_menu table{
	width:100%;
	margin:15px auto 0 auto;
	text-align: center;
}
.bottom_menu td {
	width:20%;
}
.bottom_menu img{
	margin-bottom: -5px;
}
.bottom_menu input[type=botton]{
	display:none;
}
.bottom_menu td:last-child{
	color:red;
}