.txt_odekake {
	padding:10px 50px 20px 30px;
	font-size:14px;
	text-align:left;
	line-height:170%;
}

.box_odekake {
	margin:10px auto 40px auto;
	width:480px;
}
.area_odekake {
	text-align:left;
	font-size:16px;
	font-weight:bold;
	border-bottom:solid 2px #999;
}
.box_odekake .kome {
	text-indent:20px;
	text-align:left;
	color:#f00;
}
.box_odekake ul {
	margin:10px 0;
	width:100%;
	/* .box_odekake‚Ìwidth‚ÉˆË‘¶‚µ480px */
	display:inline-table;
}
.box_odekake ul li {
	width:160px;
	float:left;
}
.box_odekake ul li a {
	margin:0 auto;
	display:block;
	width:130px;
	height:40px;
	background-image:url(img/btns_odekake.png);
	text-indent:-9999px;
	overflow:hidden;
}
.gaiyo a { background-position:0 0; }
.gaiyo a:hover { background-position:0 -40px; }
.route a { background-position:-130px 0; }
.route a:hover { background-position:-130px -40px; }
.timeTbl a { background-position:-260px 0; }
.timeTbl a:hover { background-position:-260px -40px; }


.capbox_odekake {
	margin:5px;
	padding:10px 30px;
	text-align:left;
	border:solid 1px #666;
	background-color:#FFC;
}
.capbox_odekake h2 {
	padding:5px 0;
	font-size:18px;
}
.capbox_odekake p {
	padding:10px;
	font-size:16px;
}
.tbl-odekake {
	margin:10px auto;
	width:95%;
	border-top:solid 2px #999;
	border-bottom:solid 2px #999;
}
.tbl-odekake th,
.tbl-odekake td
{
	padding:5px 8px;
	border-bottom:solid 1px #999;
}
.tbl-odekake th {
	border-right:solid 1px #999;
	color:#000;
	background-color:#ddd;
}
.tbl-odekake td {
	text-align:left;
	border-left:solid 1px #999;
}



/* after processing -----------------------------------------------------------------------*/

.box_odekake ul:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
