@charset "UTF-8";

iframe{
	margin:50px 0 50px 0;
}

.toiawasebun{
	font-size:160%;
	width:740px;
	margin:30px 0 30px 20px;
}

.tel{
	font-size:200%;
	text-align:center;
	margin-right:50px;
	margin-bottom:50px;
	font-family:"Tahoma",selif;
}
.tel a{
	display:block;
}
.tel a:link{
	color:white;
	text-decoration:none;
		text-align:center;
	width:96%;
	border:outset 5px gray;
	padding:10px;
	background-color:gray;
	margin:0 0 20px 20px;
}
.tel a:visited{
	color:white;
	text-decoration:none;
}
.tel a:hover{
	color:purple;
	transition: color 0.5s;
	text-decoration:none;
}
.tel a:active{
	border:inset 5px gray;

}
