@charset "utf-8";

/* ▼▼▼▼▼▼▼ インデックス用 ▼▼▼▼▼▼▼▼ */


.dot {
	background:   url(images/second_dot.gif) repeat-y;
}
.access {
	font-size: 12px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.border_right {

	border-right:#CCCCCC 1px solid;
}


.taxi_price th{
    width:80px;
}

/* ▲▲▲▲▲▲▲▲ インデックス用 ▲▲▲▲▲▲▲▲ */


/* ▼▼▼▼▼▼▼ バス時刻表ページ用 ▼▼▼▼▼▼▼▼ */

.bg_r_gray{
    background:#f2f2f2;
}

.sircle{
    color:#356a8d;
}

#buss_time{
    border-top:#9c9c9c 1px solid;
	border-left:#9c9c9c 1px solid;
	text-align:center;
	margin:0px auto 3px auto;
	width:600px;
}

#buss_time td,
#buss_time th{
    border-right:#9c9c9c 1px solid;
	border-bottom:#9c9c9c 1px solid;
	text-align:center;
}

#buss_time th {
	font-size: 10px;
	background:#DEDEDE;
}

#buss_time tr .br_bold{
    border-right:#9c9c9c 3px solid;
}



/* ▲▲▲▲▲▲▲▲ バス時刻表ページ用 ▲▲▲▲▲▲▲▲ */

