@charset "utf-8";

/*
	CASE STUDY
*/


/*=============================================
	PC
=============================================*/

/*------------------------------
	VISUAL
------------------------------*/
#visual .inner{
	background: url(/_casestudy/images/visual_photo.jpg) no-repeat center top;
}

/*------------------------------
	CONTENTS
------------------------------*/
/*
	COMMON
*/

.photoR,
.photoL{
	margin-bottom: 20px;
}
.sectionBlock{
	clear: both;
}
.sectionUnit{
	clear: both;
}

/*
	TOP
*/


/*=============================================
	RESPONSE
=============================================*/
@media(max-width:600px){
.photoR,
.photoL{
	display: none;
}
}