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

/*======================================================

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

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

	#workshop .content .wrapper .right > .day{
		margin-top: 3px;
	}
	
	#workshop .others{
		margin: 25px 0 40px;
	}
	#workshop .others:last-of-type{
		margin-bottom: 0;
	}
	#workshop .others h4{
		margin-bottom: 0;
	}
	#workshop .content .wrapper .right .others .day{
		margin-top: 0;
		font-size: 130%;
	}
	#workshop .content .wrapper .comment{
		margin: 5px 0 3px;
		font-size: 125%
	}
	#workshop .others img{
		display: block;
		width: 400px;
		height: auto;
		margin-top: 5px;
	}
	
}
/*======================================================

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

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

	#workshop .content .wrapper .right > .day{
		margin-top: 3px;
	}
	
	#workshop .others{
		margin: 25px 0 30px;
	}
	#workshop .others:last-of-type{
		margin-bottom: 0;
	}
	#workshop .others h4{
		margin-bottom: 0;
	}
	#workshop .content .wrapper .right .others .day{
		margin-top: 0;
		font-size: 130%;
	}
	#workshop .content .wrapper .others dl{
		margin: 5px 0 10px;
	}
	#workshop .content .wrapper .comment{
		margin: 5px 0 3px;
		font-size: 125%
	}
	#workshop .others img{
		display: block;
		width: 100%;
		max-width: 450px;
		height: auto;
		margin-top: 5px;
	}

}