@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
=================================================================== */
a:link, a:visited {
	color:#0000FF;
}

a:hover {
	color:#0000FF;
	text-decoration:none;
}

h1.title {
	background:url(../img/title_bk.gif) 0 0 repeat-x;
	width:85%;
	text-align:left;
}
#map h1.title {
	width:860px;
}
h1.title img {
	margin-left:20px;
}

.topTxt {
	line-height:0;
	padding-top:10px;
}

table td {
	vertical-align:top;
}

table td.txt {
	vertical-align:top;
	padding:10px;
}

p.pdf {
	text-indent:-9999px;
	text-align:center;
}
p.pdf a {
	display:block;
	width:160px;
	height:45px;
	background:url(../img/pdfBtn.jpg) 0 top no-repeat;
}
p.pdf a:hover {
	background-position:0 -45px;
}


#map table td {
	padding:3px;
	border:0;
	line-height:1.5em;
}

#map table td.mapImg {
	border:#FFE04D 1px solid;
	width:455px;
}

#map table td.add {
	border-bottom:#FFE04D 1px solid;
}

#map table td.serviceIcon {
	width:32px;
}

#map table td.serviceIcon img {
	width:32px;
	height:32px;
}

.storeName {
	font-weight:bold;
	line-height:2em;
	padding-left:5px;
}



/*----------------------------------------------------
汎用クラス
----------------------------------------------------*/
/* clearfix */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
