@charset "utf-8";/*文字化け防止*/

/*■■■■■■■■基本■■■■■■■■*/
body{
	max-height		: 100%;/*★★★これで下記の background-size を有効にできるかな？*/

	background-color	: #402222;				/*body 背景色 615352*/
	background-image	: url(../image/index/10_bg.png);	/*body 背景画像*/
	background-repeat	: repeat-x;				/*body 背景画像をリピート*/
	background-size		: contain;				/*スマホでの背景画像のサイズ調節*/

	margin			: 0;
	padding			: 0;

	text-align		: center;
	vertical-align		: top;
}
img{
	border			: 0;		/*境界なし*/
	max-width		: 100%;		/*★★★スマホ画面で横幅をはみ出ないよう。*/
}
img:active{
	text-decoration		: none;
}
a{
	text-decoration		: none;
}
table{
	border-collapse		: separate;	/*table 余白なし*/
	border-spacing		: 0;		/*border-collapse とセット*/
	text-align		: center;
}

.frameChoice{
	width			: 88.88%;
	height			: auto;
	border-radius		: 50%;
}
p{
	margin			: 0;
	padding			: 0;
}