/* CSS Document */

body {
	background-color: #ebebeb;
}
main {
	padding: 0px 18px;
}
a, a:hover {
	text-decoration: none
}
#request  {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 450px;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	background-color: #F5F5F5;
	box-sizing: border-box;
}
#request p:first-of-type  {
	font-weight: 600;
	/* [disabled]font-size: larger; */
}
#request .storelogo a img {
	width: 230px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.storelogo {
	text-align: center;
}
#request .button {
	margin-bottom: 10px;
}
.button {
	color: #fff;
	background-color: #007aff;
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 20px;
}
.button:active {
	background-color: #006ADE;
}
#request p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.check {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.check img {
	width: 100%;
	margin-bottom: 30px
}
#confirm p a, #confirm p a:visited {
	color: #007aff
}
#confirm p a:hover {
	text-decoration: underline
}
#request .notice {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}
