login_validation.css 3.49 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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
/* CSS Document */
@charset "utf-8";


/* Latest Update
   2012.10.31 write           */

/* author
   keiki ettyuu               */

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

	5. .sectionchangepassword setting

                              */
/* ---------- MENU ---------- */
/*
html,body {
	margin:0;
	padding:0;
}*/

/*----------------------------*/
/*	1. .sectionchangepassword setting        */
/*----------------------------*/


.sectionchangepassword{
	width:498px;
	height:383px;
	border:1px solid #86ACC7;
	
	padding:35px 0 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;
	-webkit-box-shadow: 0px 1px 3px 0px #666;
	-moz-box-shadow: 0px 1px 3px 0px #666;
	box-shadow: 0px 1px 3px 0px #666;
	
	display:none;
    z-index:1000;
    background-color:#fff;
}

.sectionchangepassword dl,.sectionchangepassword dl dt,.sectionchangepassword dl dd{
	margin:0;
	padding:0;
}
.sectionchangepassword dl{
	width:300px;
	margin:0 auto 5px;
}
.sectionchangepassword dl dt{
	width:290px;
	padding:5px;
	font-size:13px;
}
.sectionchangepassword dl dd{
	background:url(../img/login/loginbg.png) 0 0 no-repeat;
	padding:6px;
	width:288px;
	height:33px;
}
.sectionchangepassword dl dd input{
	/*background:#00CC66;*/
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	width:280px;
	height:27px;
	border:none;
	margin:3px 4px;
	padding:0;	
}


.sectionchangepassword p{
	text-align:center;
	margin:25px auto 0;
	font-size:13px;
}
.sectionchangepassword .loginbtn {
	width:304px;
	height:25px;
	margin:30px auto 0;
	display:block;
}
.sectionchangepassword .loginbtn a.change {
position:relative;
/*margin:0 194px 0 0;*/
}
.sectionchangepassword .loginbtn a.skip {
position:relative;
/*margin:-27px 97px 0 0;*/
}
.sectionchangepassword .loginbtn a.cancel {
position:relative;
/*margin:-27px 0 0 87px;*/
}
.sectionchangepassword .loginbtn a {
	width:85px;
	height:21px;
	-moz-box-shadow:inset 0px 1px 0px 0px #86ACC7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #86ACC7;
	box-shadow:inset 0px 1px 0px 0px #86ACC7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36638B), color-stop(1, #23486F) );
	background:-moz-linear-gradient( center top, #36638B 5%, #23486F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36638B', endColorstr='#23486F');
	background-color:#23486F;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #0C274D;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:2px 0;
	line-height:21px;
	text-decoration:none;
	text-align:center;
	float:right;
	margin-left:10px;
}
.sectionchangepassword .loginbtn a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #23486F), color-stop(1, #36638B) );
	background:-moz-linear-gradient( center top, #23486F 5%, #36638B 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23486F', endColorstr='#36638B');
	background-color:#36638B;
}
.sectionchangepassword .loginbtn a:active {
	position:relative;
	top:1px;
}
.sectionchangepassword .loginbtn a:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(button_back_off.svg);
}
.sectionchangepassword .loginbtn a:hover:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(button_back_on.svg);
}