﻿@charset "utf-8";
/* ===================================================================
CSS information

 file name  :access.css
 style info :accessページ用CSS
=================================================================== */

/* -----------------------------------------------------------
	アクセス
----------------------------------------------------------- */

.access_title{
margin:0 0 10px 0;
}

.access_table{
margin:0 0 10px 0;
font-size:84%;
text-align:center;
}

.access_table td{
padding:2px;
}

.access_table thead{
background:#999999;
font-size:120%;
font-weight:bold;
color:#ffffff;
}

.access_table .bus_stop{
padding-left:5px;
background:#999999;
color:#FFF;
font-weight:bold;
font-size:120%;
text-align:left;
}

.access_table2{
margin:0 0 10px 0;
font-size:84%;
text-align:center;
}

.access_table2 td {
padding:2px;
}

.access_table2 .bus_name1{
width:100px;
}

.access_table2 .bus_name2{
width:140px;
}

.access_table2 .bus_name3{
width:240px;
}

.access_table2 thead{
background:#999999;
font-size:120%;
font-weight:bold;
color:#ffffff;
}

.access_table2 .bus_time{
width:30px;
background-color:#CCCCCC;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
border-top:1px solid #ffffff;
}


