/*
pcのcta部分をテキストに変更
*/


/*公営斎場 PC CTA*/
.pc_tell{
	background-image: url(/images/pc_bg_tellbtn.gif);
	background-size: auto;
	width: 680px;	
	height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
    position: relative;	
}

/*ファミ PC CTA*/
.pc_tell_f{
	background-image: url(/images/pc_bg_tellbtn_f.gif);
	background-size: auto;
	width: 680px;
	height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
    position: relative;	
	clear: both;
}


.pc_tell .tellnumber{
	color: #fff;
    font-size: 53px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 20%;
	letter-spacing: 2px;
	font-family: "YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
}



.pc_tell_f .tellnumber{
	color: #fff;
    font-size: 53px;
    font-weight: bold;
    position: absolute;
    top: 38px;
    left: 20%;
	letter-spacing: 2px;
	font-family: "YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
}


