body {
	font-family: sans-serif;
	background-color: #000000;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	margin: 0px;
}


img {
	width: 100%;
	vertical-align: top;

	/* SPの長押し禁止 */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	user-select:none;
	
	/* PCの右クリック禁止 */
	pointer-events: auto;
}

.img-button {
	text-align: center; 
	width: auto;
	max-width: 600px;
	margin: 0px auto 0px auto;
}


.wrapper{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #7300a9;
	min-height: 20px;
	position: relative;/*相対位置*/
	padding-bottom: 0px;/*footerの高さ*/
	box-sizing: border-box;/*全て含めて*/
}
