/* 
======================  詳細ページ共通利用 styles */
h3{
	clear:left;
	background-image:url("../images/common/baseArrow.gif");
	background-repeat:no-repeat;
	margin:15px 10px 15px 0px;
	font-weight:bold;
	line-height:15px;
	padding-left:15px;	

	color:#CC0000;
	font-size:14px;
}


h4{
	background-color:#999;
	margin:0;
	padding:3px 0 3px 5px;
	
	color:#FFF;
	font-size:14px;
}

#subSection h4{
	margin:0;
	padding:0;
}




/*
======================  Detail TBL styles */

#detailTBL,#shopData{
	background-image:url("../images/common/meshBG.gif");
	background-repeat:repeat;
	margin-bottom:1em;
	border:1px solid #ccc;
}


#detailTBL table{
	margin-bottom:1em;
	padding:0;
	width:240px;
}

#detailPicTBL{
	margin-bottom:1em;
}

#detailPicTBL .pic{
	border:1px solid #ccc;
}



.DetailLeft th,.DetailLeft td,.Detailright th,.Detailright td,.shopDataTBL th,.shopDataTBL td{
	padding:3px 0;
	border-bottom:1px solid #ccc;
}

.DetailLeft th,.Detailright th,.shopDataTBL th{
	width:80px;
	text-align:left;
}

.DetailLeft{
	float:left;
	margin-top:5px;
	margin-left:5px;
}
.Detailright{
	float:right;
	margin-top:5px;
	margin-right:5px;
}
.particular{
	margin:5px;
	padding:5px;
	clear:both;
	background-color:#FFF;
	border:1px solid #ccc;
}
.particular h4{
	background-color:#FFF;
	margin:0 0 5px 0;
	padding:0;
	background-image:url("../images/common/baseDot.gif");
	background-repeat:no-repeat;
	padding-left:15px;	
}

/* ボディページ下部、ショップ情報styles */
#shopData{
	padding:5px;
}

#shopData img{
	float:left;
	margin-right:20px;

}
.shopDataTBL{
	width:375px;
}
.shopDataTBL th,.shopDataTBL td{
	vertical-align:top;

}






/* 
====================== FloatTips div */
#shopData:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#shopData{
	display:inline-table; /* for IE */
}
/* Hides from IE-mac \*/
*html #shopData{ height:1%; }
#shopData{display:block;}
/* End hide from IE-mac */



#shopData:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#shopData{
	display:inline-table; /* for IE */
}
/* Hides from IE-mac \*/
*html #shopData{ height:1%; }
#shopData{display:block;}
/* End hide from IE-mac */

