@charset "utf-8";

/*---------------------------------------------------
	Title: event_mediaquery.css
	Description: media query css rules for works subpages

----------------------------------------------------*/
#rcnimg01{ margin:20px 0 0;}
#eveimg01{ margin:20px 0 0;}
#rcnimg02{ display:none;}
#eveimg02{ display:none;}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 950px) {

}
@media screen and (max-width: 680px) {
	#event th {
		width: 70px;
	}
	#event td {
		padding-left: 10px;
	}
}
@media screen and (max-width: 480px) {
	#rcnimg01{ display:none;}
	#rcnimg02{ display:block;}
	#eveimg01{ display:none;}
	#eveimg02{ display:block;}

}
 /*css for iPhone4 & 4S*/
@media only screen and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) {


}