@charset "UTF-8";


/******************************************************

 works
 
******************************************************/



.thumb.works06{
	background:#e9d5bf;
}



.main02 img,
.p_img01{
	width:100%;
	height:auto;
}
.main02{
	margin-top:25px;
}

.c_img01{
	float:right;
	margin:20px 0px 20px 40px;
}

@media screen and (max-width: 600px){
.c_img01{
	width:250px;
	height:auto;	
}
}

@media screen and (max-width: 400px){
.c_img01{
	float:none;
	width:100%;
	height:auto;
	margin:0px 0px 20px 0px;
}
}


/******************************************************

 clear fix
 
******************************************************/

.section01:after {
  display : block;
  clear : both;
  content : '';
}

.section01{
	zoom : 1;
}