@charset "UTF-8";


/* -------------------------- */
/* content */
/* -------------------------- */

.fig {
	width: 600px;
	margin: 100px auto;
	padding-bottom: 50px;
	line-height: 0;
}




/* ================================================================================================================================================================================== */
/* mobile */
/* ================================================================================================================================================================================== */

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* max-768 */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width:481px) and (max-width:768px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.fig {
	width: 100%;
}
	.fig img {
		width: 100%;
		height: auto;
	}

}




/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* max-480 */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width:320px) and (max-width:480px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.fig {
	width: 100%;
}
	.fig img {
		width: 100%;
		height: auto;
	}

}




