@charset "utf-8";
/************************************************************************************
 .size01 (The size of a picture is 680px or more.)
*************************************************************************************/
@media screen and (max-width: 768px) {
 	/*The size of a picture is 680px or more.*/
 	#mainContentsBlock #mainContents img.size01{ 
 		width:100% !important; 
 		height: auto !important;
	}
}
/************************************************************************************
 .size02 (679~590)
*************************************************************************************/
@media screen and (max-width: 679px){
 	/* images(679~590)*/
 	#mainContentsBlock #mainContents img.size02 { 
 		width: 100% !important; 
 		height: auto !important;
 	}
}
/************************************************************************************
 .size03 (589~480)
*************************************************************************************/
@media screen and (max-width: 589px){
 	/* images(480~589)*/
 	#mainContentsBlock #mainContents img.size03{ 
 		width:100% !important;
 		height: auto !important;
 	}
}
/************************************************************************************
 .size04 (479~400)
*************************************************************************************/
@media screen and (max-width: 479px) {
 	/* images(400~479)*/
 	#mainContentsBlock #mainContents img.size04{ 
 		width: 100% !important; 
 		height: auto !important;
 	}
}

/************************************************************************************
 .size05 (399~320)
*************************************************************************************/
@media screen and (max-width: 399px){
 	/* images(320~399)*/
 	#mainContentsBlock #mainContents img.size05{ 
 		width:100% !important; 
 		height: auto !important;
 	}
}

/************************************************************************************
 .size06 (319~300)
*************************************************************************************/
@media screen and (max-width: 319px){
 	/* images(300~319)*/
 	#mainContentsBlock #mainContents img.size06{ 
 		width:100% !important; 
 		height: auto !important;
 	}
}
