@charset "utf-8";
/* CSS Document */

#mess_share {
	 display: block;
	 /*
	 margin-bottom:200px;
	 */
	 margin-top:10px;
}
#share_1 {
	width: 90%; float: left; display: block;
	margin-left:30px;
}
#share_2 {
	width: 90%; float: left; display: block;
	margin-left:30px;
	margin-top:10px;
}
#mess_share img {
	border: 0px currentColor; border-image: none; width: 22px; height: 22px; vertical-align: top;
}
.button2 {
	padding: 10px 0px; border-radius: 3px; border: 1px solid rgb(211, 211, 211); border-image: none; width: 100%; text-align: center; color: rgb(0, 0, 0); font-size: 30px; cursor: pointer; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15); text-shadow: 0.5px 0.5px 1px #fff; background-image: linear-gradient(to top, rgb(245, 245, 245), rgb(255, 255, 255)); background-color: rgb(255, 255, 255); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.button2:active {
	background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(255, 255, 255));
}
#mcover {
	background: rgba(0, 0, 0, 0.7); left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 20000;
}
#mcover img {
	top: 5px; width: 260px; height: 180px; right: 18px; position: fixed; z-index: 20001;
}


