@charset "UTF-8";

#imageContainer {
	position:relative;
	margin:auto;
	width:500px; /*画像の横幅*/
	height:400px; /*画像の高さ*/
	border:1px solid #222; /*画像のまわりのボーダー*/
}
	
#imageContainer img {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}

.catchcopy2_nadeshico2a_j #imageContainer {
	position:absolute;
	margin:0px;
	width:100%; /*画像の横幅*/
	height:280px; /*画像の高さ*/
	border-style: none; /*画像のまわりのボーダー*/
	top: 0px;
	right: 0px;
}
	
.catchcopy2_nadeshico2a_j #imageContainer img {
	display:none;
	position:absolute;
	top:0px;
	left:282px;
}
