@charset "utf-8";
/*-----------------------------------------
Last Update 08.03.05
-----------------------------------------*/
#tableList{
	width:480px;
	margin:16px 20px 10px;
	list-style:none;
}

#tableList li{
	clear:both;
	padding:5px 0px 7px;
 border-bottom:dotted 1px ;
}



#tableList li:after {
	content: ".";
    display: block;
    clear: both;
    height: 1px;
    visibility: hidden;
}
#tableList li{
	display:inline-block;
}
/*\*/
* html #tableList li{
    height: 1em;
	padding:4px 0px 8px;
}
#tableList li{
    display: block;
}
/**/


#tableList h3{
	width:127px;
	padding-left:21px;
	float:left;
	font-weight:normal;
	font-size:100%;
	background:url(../../images/arrow_g.gif) no-repeat 0px 4px;
}

#tableList p{
	width:332px;
	float:right;	
}

#tableList ul{
	width:332px;
	float:right;
}
#tableList ul li{
	padding:1px 0px;
	border:none;
}


/* リスト　個別 */
#tableList ul.office li{
	padding:0px 0px;
}


#tableList a.btn_map{
	position:relative;
	top:4px;
	margin-left:8px;
}


/* テキスト文字間 */
#tableList h3 span{
	letter-spacing:1em;
}
#tableList span.space0{
	margin-right:2em;
}
#tableList span.space1{
	margin-right:3em;
}
#tableList span.space2{
	margin-right:4em;
}
#tableList span.space3{
	margin-right:5em;
}
#tableList span.space4{
	margin-right:6em;
}
#tableList span.name{
	margin-left:1em;
}

