@charset "utf-8";
/* CSS Document */

#verification_logo {
	width: 200px;
	height: 100px;
	margin-bottom: 20px;
	background-image: url(../image/verification/verification_logo.gif) ;
	background-repeat: no-repeat;
	background-size: 100% auto;   /* 横幅100%、高さは自動 */
}
#verification_contents {
	width: 190px;
	margin: 0 5px 20px;
	text-align: left;
	color: #333;
}
#verification_contents p {
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 20px;
}
#button{
	width: 200px;
	height: 20px;
}
#agree {
	width: 90px;
	height: 40px;
	float: left;
	text-align: center;
}
#agree a {
	width: 90px;
	height: 40px;
	display: block;
	background-image: url(../image/verification/agree.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;   /* 横幅100%、高さは自動 */
}
#agree a:hover {
	background-position: 0 -40px;
}
#not_agree {
	width: 90px;
	height: 40px;
	float: right;
	text-align: center;
}
#not_agree a {
	width: 90px;
	height: 40px;
	margin: 0 auto;
	display: block;
	background-image: url(../image/verification/not_agree.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;   /* 横幅100%、高さは自動 */
}
#not_agree a:hover {
	background-position: 0 -40px;
}

.fancybox-content {
	border-radius: 10px;   /* 角丸の大きさを指定 */
	padding: 25px!important;
}