@charset 'utf-8';

/* --詳細ページ（スポット用）------------------------------------------ */
dl.spot	{
		margin-top:3px;
		float:right;
		width:250px;
		line-height:150%;
	}
dl.spot_comment	{
		margin-top:3px;
		float:right;
		width:350px;
		line-height:150%;
	}
dl.spot dt,
dl.spot_comment dt	{
		background-image:url(../img/icon_flower.gif);
		background-repeat:no-repeat;
		background-position:0 50%;
		padding-left:15px;
	}
dl.spot dd,
dl.spot_comment dd	{
		padding-left:25px;
	}

/* --詳細ページ（イベント用）------------------------------------------ */
dl.event	{
		margin-top:3px;
		float:left;
		width:250px;
		line-height:150%;
	}
dl.event dt	{
		background-image:url(../img/icon_flower.gif);
		background-repeat:no-repeat;
		background-position:0 50%;
		padding-left:15px;
	}
dl.event dd	{
		padding-left:25px;
	}








div.spot_image	{
		float:left;
		width:200px;
		white-space:nowrap;
		text-align:center;
		font-size:10px;
		color:#555;
	}


img.spot_image	{
		width:200px;
		height:200px;
	}
img.spot_image_small	{
		width:100px;
		height:100px;
		float:left;
	}
img.event_image	{
		width:200px;
		height:200px;
		float:right;
	}

img.list60	{
		width:60px;
		height:60px;
		float:left;
		margin-right:10px;
	}



/* --評価用---------------------------------------------------------- */
#value_text	{
		float:right;
		width:200px;
	}
#value_input	{
		float:left;
		line-height:35px;
		white-space:nowrap;
		width:220px;
	}
#value_input img.value	{
	}
#value_button	{
		margin-left:20px;
		padding:2px 2px;
	}
#comment_area	{
		clear:both;
		padding-top:15px;
	}




div.report div	{
		margin-bottom:1em;
	}
div.report img	{
		padding:10px;
	}


/* --google maps----------------------------------------------------- */
#gmap	{
		width:100%;
		height:400px;
	}

/* --timestamp------------------------------------------------------- */
.timestamp	{
		font-size:10px;
		padding:0 5px;
		white-space:nowrap;
	}

/* --common setting-------------------------------------------------- */
.defaultHide	{
		display:none;
	}

.center	{
		text-align:center;
	}

/* --form setting---------------------------------------------------- */
.ftext	{
		width:400px;
		padding:2px;
		font-size:100%;
	}


