@CHARSET "utf-8";

.cont2{
	float:left;width:100%;height:100%;
	margin-top:-1px; 
	background:#fff;
	color:#666;
}

.con_txt {
	padding:10px;
}

.img_box {
	text-align:center;
}

div.addr_sub_title {
	margin-bottom : 10px;
	font-size: 15px;
	color: #464646;
	margin-top : 15px;
	font-weight: 500;
}

.con_txt > h4 {
	padding:0 0 7px 5px;
	color:#fff;
	line-height: 1em;
	background-color:#c8c8d0;
	margin-bottom:0;
	margin-top:20px;
}

span.tit01,span.tit02,span.tit03 {
	display:inline-block;
	position:relative;
	top:5px;
	width:20px;
	height:20px;
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-color:#6c9ade;
	margin-right:5px;
}

span.tit01 {
	background-image:url("../images/common/ico_car.png");
}
span.tit02 {
	background-image:url("../images/common/ico_subway.png");
}
span.tit03 {
	background-image:url("../images/common/ico_bus.png");
}

.blind {
	font-size:1.2em;
	padding-right: 10px;
	color: #287bff;
	font-weight: 600;
}

.bul_dt {
	border:1px solid #ececec;
	padding:10px;
	border-radius:5x; 
	-ms-border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
}
.bul_dt dt {
	padding: 0px 0px 10px 10px;
	font-weight:600;
	color:#6c9ade;
	line-height:1.286em;
	font-size:1.1em;
}

.bul_dt dd {
	padding: 0px 0px 5px 10px;
	margin:0;
	line-height:1.286em;
	font-size:1em;
	font-weight:400;
}
.bul_dt dd a{
	color:#0fb3a1;
	text-decoration:underline;
	line-height:2;
	font-size:1em;
}

.bul_dt a.phone-call{
	color:#007bff;
	text-decoration: none;
	line-height:2;
	font-size:1em;
	cursor: default;
}

@media (max-width: 430px),(max-height: 430px)  {
	.bul_dt a.phone-call { color:#007bff;
					text-decoration:underline;
					line-height:2;
					font-size:1em;
					text-decoration: underline;
					cursor: pointer; }
}