/* CSS Document */
.ulStyle01 li{
	color: #333;
	
}

.textBoxContainer{
	border: 1px solid #d8ebf1;
    font-weight: 300;
    padding: 12.25px 17px;
}
.textBoxContainer .textBox{
	margin-bottom: 30px;
}
.textBoxContainer .textBox a.borderline{
	color: #333;
	text-decoration: underline #009bd0;
}
.textBoxContainer .textBox a.borderline:hover{
	text-decoration:  none;
}
.textBoxContainer .textBox a.blue01{
	margin-left: 30px;
}
.indText {
	display: inline-block;
    text-indent: -1.1em;
    padding-left: 1.1em;
}
@media(min-width: 768px){
	
	a[href^="tel:"]{
		pointer-events: none;
	}
}

@media(max-width: 768px){
	.mTable01 table th{
		display: block;
		width: 100% !important;
		padding: 12px;
	}
	.mTable01 table td{
		display: block;
		width: 100%;
	}
	
	
}
