@charset "utf-8";

/* =================================================================================
会員登録削除
================================================================================= */

/* -------------------------------------------------------
 Title 
------------------------------------------------------- */

/* .withdrawal ------------------------------ */
.withdrawal .noticeArea{
	background:#ffeded none repeat scroll 0 0;
	padding:10px;
	border:1px solid #ff6d6d;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.withdrawal .btnArea a{
	display:block;
	width:204px;
	margin:0 auto;
}

.withdrawal .btnArea a:hover img{
	filter:alpha(opacity=80);
	opacity:0.8;
}

/* EOF */
