
/*--商品紹介のトップのメイン画像--*/
#vs #mainphotoother {
	display: block;
	width: 888px;
	margin:auto;
	text-align: center;
	clear:both;
	}
#vs #mainphotoother h2 {
	margin:8px 0 0 15px;
	font-size:16px;
	text-align:left;
	}
#vs #mainphotoother p {
	display:none;
	}
/*--ポストカードページのメイン画像--*/
#vs #mainphotoother2 {
	display: block;
	width: 680px;
	height: 230px;
	margin: 0px 0px 0px 5px;
	background-image:url(../img/postcard/top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	clear: right;
	float: right;
	}
#vs #mainphotoother2 h2 {
	margin:8px 0 0 15px;
	font-size:16px;
	text-align:left;
	}
/*--焼き増し価格表のメイン画像--*/
#vs #mainphotoother3 {
	display: block;
	width: 680px;
	height: 200px;
	margin: 0px 0px 0px 5px;
	background-image:url(../img/pricelist/top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	clear: right;
	float: right;
	}
#vs #mainphotoother3 h2 {
	margin:8px 0 0 15px;
	font-size:16px;
	text-align:left;
	}
#vs #mainphotoother3 p {
	display:none;
	}
