@charset "utf-8";

/* ▼ certifiHeader
----------------------------------------------- */
.certifiHeader{
	text-align:center;
	padding:10px 0;
}
.certifiHeader .logo{
}


div.certifi{
	text-align:left;
	border:solid 1px #343434;
	background:#1a1a1a;
	margin:10px 10px 20px 10px;
	padding:10px;
}
div.certifi .caution{
	color: #F03607;
	margin-bottom:15px;
}
div.certifi .leaving{
}
div.certifi .leaving a{
	display:block;
	color:#fff;
	height:36px;
	font-size:14px;
	font-weight:bold;
	line-height:36px;
	text-align:center;
	
	text-shadow: 0 -1px 1px #2a2a2a;
	text-decoration:none;
	
	background: -moz-linear-gradient(top, #4d4d4d, #282828);
	background: -webkit-gradient(linear, center top, center bottom, from(#4d4d4d), to(#282828));
	
	border-radius: 2px;        /* CSS3草案 */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;   /* Firefox用 */
	
	-moz-box-shadow: inset 0 18px 1px #575757, 0 0 0 #000, 0 0 0 #000;
	-webkit-box-shadow: inset 0 18px 1px #575757, 0 0 0 #000, 0 0 0 #000;
	
	border-top:solid 1px #6b6b6b;
	border-right:solid 1px #373737;
	border-bottom:solid 1px #373737;
	border-left:solid 1px #6b6b6b;
	
	padding:0 5px;
	margin:10px 15px 10px 15px;
}


