﻿@charset "utf-8";
/* CSS Document */
.works_frame{
	position: relative;
}
.works_frame > img:nth-of-type(1){
	position: absolute;
	top:0;
	left:0;
	width:100%;
	max-width: 200px;
}

	
/* tablet */
@media screen and (min-width: 600px) and (max-width: 860px) {

}
	
/* SP */
@media screen and (min-width: 0px) and (max-width: 599px) {
		
}

@media (max-width: 600px){


}
