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



/*----------------------------------------
　全size
----------------------------------------*/


/*----------------------------------------
　pc size
----------------------------------------*/
@media screen and (min-width: 751px) {}



/*----------------------------------------
　sp size
----------------------------------------*/
@media screen and (max-width: 750px) {
	
	.flbox02 .img,
	.pic-right {
		margin-bottom: 10px;
	}
	
}


