@charset "UTF-8";


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

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



.thumb.works10{
	background:#c9d3d1;
}



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

.img_fr {
	float:right;
	width: 50%;
	max-width: 360px;
	margin:20px 0px 20px 40px;
}

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


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

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

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

.section01{
	zoom : 1;
}