/*共通チップス
------------------------------*/
.link_detail {
	background-image:url(../images/link_marker.jpg);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
}

/*ショップ名
------------------------------*/
#shopname {
	position:absolute;
	left:186px;
	top:10px;
	/**font-size:2em;**/
	font-size:24px;
	font-weight:normal;
	color:#005BAB;
}

#shopname p.headline{
    color:#005BAB;
    font-size:0.6em;
}
#shopname p.below-shopname{
    font-size:0.45em;
    padding-top:3px;
}
#below-shopname {
	/**position:absolute;**/
	/**left:190px;**/
	/**top:55px;**/
	font-size:0.85em;
	/**display: inline;**/
}
#below-shopname .update {
	/***color:#005BAB;***/
	display: inline;
	letter-spacing:1px;
}
#below-shopname .addr{
	display: inline;
}

