main   {
	width:1200px;
	background: #FFF;
	height:auto;
	background-color:#FFF;
	margin: 0 auto;
}

/* お客様のサンキューレタータイトル　*/
main .title3  {
	width: 700px;
	font-size:24px;
	font-family:"ＭＳ ゴシック";
	font-weight:bold;
	color:#030549;
	margin:30px auto 15px ;
	border: solid 1px #F6F;
	padding-top:12px;
	padding-bottom: 10px;
	background-image:url("../../../../rulesimg/mainbar4.gif");
	text-align: center;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #646464;
}

main .title3 a{
	text-decoration: none;
	color: #460455;
}


/* お便りの詳細　*/ 
#letter article.detail{
	width: 1100px;
	height: auto;
	padding: 20px;
	margin: 0 auto 30px;
	overflow: hidden;
	}

#letter #photo{
	width: 420px;
	height: auto;
	}
#letter article.photo figure{
	float: right;
}

/* イメージ画像　*/
#letter figure img.shop{
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px;
	border: solid 1px #D3D3D3;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #979797;
}

/*　サンキューレターの文章　*/
#letter article.text{
	float: left;
}
/* 提供された写真　*/
#letter .images{
	float: right;
	width: 420px;
	height: auto;
	background:#F2F9F2;
	margin: 0 auto 5px;
	padding: 10px;
}
#letter figure img.shop{
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px;
	border: solid 1px #D3D3D3;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #979797;
}
#letter figure figcaption{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	text-align: center;
}
#letter figcaption .toko{
	font-weight: bold;
}
/* 提供されたビデオ　*/
#letter .film{
	float: right;
	width: 420px;
	height: auto;
	background:#F2F9F2;
	margin: 0 auto 5px;
	padding: 10px;
}
#letter figure video.shop{
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px;
	border: solid 1px #D3D3D3;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #979797;
}

/*　サンキューレターの文章　*/
#letter .text{
	float: left;
	width: 550px;
	height: auto;
	padding: 20px;
	background:#E0E7F5;
	border-radius: 15px;
}
#letter .text .point{
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 8px;
	text-indent: 1em;
	text-align: left;
	}
#letter .text .point2{
	font-size: 15px;
	line-height: 30px;
	padding: 10px;
	text-indent: 1em;
	text-align: center;
	}

/* お便りへの感謝　*/
#reply{
	width: 1000px;
	padding: 15px;
	/*border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;*/
	margin: 30px auto 20px;
	border: solid 1px #F3B9E2;
}
#thanks {
	background:#DBF3C6;
	padding: 15px 30px 5px;
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
}
#thanks .point3{
	font-size: 14px;
	padding: 0 50px 0;
}
