@charset "UTF-8";


/*===============================================
横幅が600px以上
===============================================*/
@media screen and (min-width: 600px), print {
	
/* ------ 画像表示部分------ */
.result section{
	float:left;
	width:47%;
	margin:0 1.5% 1% ;
}

#style:after{content:"";
	display:block;
	clear:both;
}
#color:after{content:"";
	display:block;
	clear:both;
}
#hotel:after{content:"";
	display:block;
	clear:both;
}

}
