@charset "utf-8";
/* -------------------------------------------------- 
	Copyright: (c)visual and echo japan
	Created: 2012-8-1
 -------------------------------------------------- */
 
 .clear{
	 clear:both;
}
 
/*----------------------------------------------------
	#room
----------------------------------------------------*/
#room{
	margin-bottom:20px;
}

#result{
	overflow:hidden;
}
#loading{
	background:url(../img/loading.gif) no-repeat center center;
	min-height:400px;
	width:100%;
}

#result .list{
	overflow:hidden;
}


#result .list .column{
	width:630px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:40px;
	
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:0;
	border-bottom:1px #ccc dotted;
	padding-bottom:40px;
}

#result .list .column.view{
	opacity:1;
}
#result .list .column .image{
	float:none;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
#result .list .column .image img{

}
#result .list .column .info{
	width:630px;
	margin:0 auto;
}
#result .list .column .info .text{
	font-size:12px;
	line-height:180%;
}
#result .list .column .info .time{
	font-size:11px;
	line-height:180%;
	padding-top:10px;
	color:#666666;
}



/*------------------------------------------------------------------ */
/*  SMARTPHONE
/*------------------------------------------------------------------ */

@media (max-width: 767px){
	#result .list .column{
		width:100%;
	}
	#result .list .column .image{
		float:none;
		width:100%;
		margin-bottom:10px;
	}
	#result .list .column .image img{
		width:100%;
		height:auto;
	}
	#result .list .column .info{
		float:none;
		width:100%;
	}
	
}