@charset "utf-8";

/* responsive style sheet*/

/******** 下部TELバナー （スマホ用）******************/
.telbar_pc {
	display:block;
}

.telbanner {
	width:100%;
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:1000;
}

.telbanner img {
	width:100%;
}



@media (min-width: 768px) {
	.telbar_pc {
		display:none;
	}
	
}