@charset "shift_jis";
#mod-eventinfo_summary {
	margin-top: 10px;
	margin-bottom:30px;
}
/* =============================================== */
/** デモンストレーション告知  */
/* ----------------------------------------------- */


   img.pc { display: block; } 
   img.smart  { display: none; }

@media screen and (max-width: 640px) {
   img.pc { display: none; } 
   img.smart  { display: block; }
}




#demo{
	max-width:525px;
	height:200px;
	width:100%;
	margin:0 auto;
	display:block;
	background-image:url(/showroom/event/20130611/images/demo.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

 @media (max-width: 640px) {
	 #demo{
    max-width:525px;
	height:290px;
	width:100%;
	margin:0 auto;
	display:block;
	background-image:url(/showroom/event/20130611/images/demo_smart.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}

 }

