div.linker_but {
	display: block;
	cursor: pointer;
	opacity: 0.6;
	width: 48px;
	height: 48px;
	background: url(../images/linker.png) no-repeat;
	background-size: cover;
	float: right;
	margin: 5px 5px 5px 5px;
	
}
div.linker_but:hover {
	opacity: 1;
}


#linker {
	width: 400px;
	min-height: 360px;
	background: #f0f0f0;
	box-shadow: 0px 2px 20px #303030;
	position: fixed;
	bottom: 100px;
	right: 100px;
	border-radius: 20px;
	display: none;
	padding: 10px;
	text-align: center;
	z-index: 1210;
}
#linker div.cls {
	position: absolute;
	font-size: 22px;
	font-weight: 900;
	margin: -50px 0px 0px -50px;
	background: #ff0000;
	color: #ffffff;
	border-radius: 100px;
	padding: 10px 17px 10px 17px;
	cursor: pointer; 
}
#linker div.cls:hover {
	background: #cc0000;
}


#linker .phone{
	width: 100%;
	box-sizing: border-box;
	font-size: 30px;
	padding: 5px;
	text-align: center;
	border-radius: 10px;
}

#linker .tbl {
	display: table;
	width: 100%;
	margin: 10px 5px 10px 5px;
}
#linker .tr {
	display: table-row;
}
#linker .td {
	width: 33%;
	border: 1px solid #f6f6f6;
	display: table-cell;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff;
	padding: 10px;
	font-size: 26px;
}
 .td:hover {
	background: #f8f8f8;
	cursor: pointer;
}

#linker p {
	font-weight: 100;
	padding: 5px 0px 5px 0px;
}
#linker p select {
	font-size: 16px;
	border-radius: 5px;
}
#linker p button {
	font-size: 24px;	
}
#linker p textarea {
	width: 100%;
	height: 120px;
	border-radius: 10px;
	padding: 10px;
	font-size: 18px;
	box-sizing: border-box;
}


#linker .notices {
	color: #ff0000;
	padding: 10px;
}