@charset "UTF-8";
/* CSS Document */
	
/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{


#workshop .wrapper .right img{
	width: 500px;
	height: auto;
}




}
/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

@media screen and (max-width: 768px) {

#workshop .wrapper .right img{
	width: 100%;
	height: auto;
}




}