@charset "utf-8";

@import "/enjoy/css/style.css";

/* title
--------------------------------------------------*/
#contents #leftarea .detail h3.enjoy_detail {
	background: transparent url(/enjoy/images/h4_flower.gif) no-repeat left top;
}

/*360°フォトギャラリー*/
div#gallery {
	width: 294px;
	margin-top: 20px;	
	height:100%;
	overflow:hidden;
	border: 1px solid #7cb8d4;
	padding:5px;
}

div#gallery dl{
	display:inline;
}

div#gallery dl dt {
	float:left;
	padding-right: 5px;
}

div#gallery dl dd {
	float:right;
	width:173px;
	
}

div#gallery  dl dd dl dd a {	
	font-size:80%;
	background-image:url(../../common_images/link_icon.gif);
	background-repeat:no-repeat;
	background-position:left bottom;	
	padding:2px 0px 0px 15px;
}
