restore.css 1.68 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
@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;
}