@charset "utf-8";


/* Latest Update
   2012.11.5 write           */

/* author
   koyuki watanabe               */

/* ---------- MENU ---------- */
/*

	5. .sectionrestore setting

                              */
/* ---------- MENU ---------- */

/*----------------------------*/
/*	1. .sectionrestore setting        */
/*----------------------------*/

.sectionrestore{
	width:420px;
	height:328px;	
	padding:0;
	margin:0;
	overflow:hidden;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	
	display:none;
	z-index:1000;
}

.sectionrestore h1{
	margin:0 0 38px 0;
	padding:0;
	height:64px;
	line-height:62px;
	text-align:center;

	letter-spacing: 2px;
}

.sectionrestore p{
	width:320px;
	margin:0 50px;
}

.sectionrestore p.message{
	margin-bottom:20px;

}

.sectionrestore p.notice{
	line-height:20px;
	font-size:12px;
}

.sectionrestore .restorebtn {
	width:325px;
	height:25px;
	margin:29px auto 0;
}
.sectionrestore .restorebtn a.ok {
	position:relative;
	margin:0 98px 0 0;
}
.sectionrestore .restorebtn a.cancel {
	position:relative;
	margin:-27px 0 0 135px;
}
.sectionrestore .restorebtn a {
	width:85px;
	height:21px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	padding:2px 0;
	line-height:21px;
	text-decoration:none;
	text-align:center;
	float:right;
}
.sectionrestore .restorebtn a:hover {
}
.sectionrestore .restorebtn a:active {
	position:relative;
	top:1px;
}
.sectionrestore .restorebtn a:not(:target) {
    filter: none;
    -ms-filter: none;    
}
.sectionrestore .restorebtn a:hover:not(:target) {
    filter: none;
    -ms-filter: none;
}