.out_tel_range{
	z-index: 10;
	position: fixed;
	width:100vw;
	height:50px;
	bottom:0px;
}
.tel_bottom_button {
	position: absolute;
	width: 200px;
	height: 100%;
	right: 0px;
}

.in_tel_range {
	position: relative;
	width: 100%;
	height: 100%;
	background: #2D2878;
	/* Old browsers */
	background: -moz-linear-gradient(top, #2D28CD 0%, #2D2878 50%, #2D28CD 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2D28CD 0%, #2D2878 50%, #2D28CD 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -ms-repeating-linear-gradient(top, #2D28CD 0%, #2D2878 50%, #2D28CD 100%);
    background: -o-repeating-linear-gradient(top, #2D28CD 0%, #2D2878 50%, #2D28CD 100%);
	background: linear-gradient(to bottom, #2D28CD 0%, #2D2878 50%, #2D28CD 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 2px 2px 6px 2px rgba(20%, 20%, 40%, 0.5), -2px -2px 6px 2px rgba(20%, 20%, 40%, 0.5);
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	bottom: 10px;
}

.in_tel_range div {
	display: inline-block;
}

.in_tel_range a {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 16px;
	font-size: 16px;
	text-indent: 25px;
	overflow: hidden;
	text-shadow: 0.1em 0.1em 0.05em #333;
}


.in_tel_range div.left {
	position: absolute;
	background: url(../images/same/tel/gray1.png) no-repeat center;
	background-size: 70%;
	width: 40px;
	height: 100%;
	border-right: 2px solid #000000;
	left: 5%;
}

.in_tel_range div.center {
	position: absolute;
	left: 35%;
	height: 100%;
	padding: 1px;
}

.in_tel_range div.right {
	position: absolute;
	right: 0px;
	height: 100%;
	width: 30px;
}

@media(min-width:801px) {
	.tel_bottom_button{
		right: 50px;
	}
}

@media(max-width:800px) {
	.tel_bottom_button{
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
}