@charset "utf-8";

div.tel-box{
	vertical-align:baseline;
}

p.teln {
	font-size:1.8em;
}

.teln1,
.teln2 {
	display:inline-block;
	width:4.5em;
	text-align:center;
	color:#FFFFFF;
	margin-right:5px;
}

.teln1 {
	background:#EC651A;
}

.teln2 {
	background:#54934F;
}

p.tel,
p.mobile {
	font-size:1.8em;
}

p.tel:before {
	content:"TEL";
	background:#EC651A;
}

p.mobile:before {
	content:"MOBILE";
	background:#54934F;
}

p.tel:before,
p.mobile:before {
	font-size:0.8em;
	vertical-align:0.1em;
	color:#FFFFFF;
	display:inline-block;
	text-align:center;
	width:4.5em;
	margin-right:5px;
}

