setting.css 15.1 KB
Newer Older
Motohisa Nakano committed
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
/* CSS Document */
@charset "utf-8";


/* Latest Update
   2012.10.31 write           */

/* author
   keiki ettyuu               */

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

	1. gloval setting
	2. wrapper setting
	3. header setting
	4. footer setting
	5. section setting
	999. clearfix

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


/*----------------------------*/
/*	1. gloval setting         */
/*----------------------------*/

html,body{
	width:100%;
}

body{
}


/*----------------------------*/
/*	2. wrapper setting        */
/*----------------------------*/

#wrapper {
	height:100%;
}


/*----------------------------*/
/*	3. header setting         */
/*----------------------------*/


/*----------------------------*/
/*	4. footer setting         */
/*----------------------------*/



/*----------------------------*/
/*	5. section setting        */
/*----------------------------*/
60
/*
Motohisa Nakano committed
61 62 63 64
#main{
	width:960px;
	padding:0;
}
65
*/
Motohisa Nakano committed
66 67
article{
	display:block;
68
	margin-bottom:20px;
Motohisa Nakano committed
69 70 71 72 73
	overflow:hidden;
}

section{
	display:block;
74 75
	padding:0 20px 20px 20px;
	margin:0px;
Motohisa Nakano committed
76 77 78 79
	overflow:hidden;
}

section div#user_info{
80 81
	margin-bottom:60px;
	color:#fff;
Motohisa Nakano committed
82 83 84
}

section div#user_info h2{
85
	padding:4px 0 8px 40px;
Motohisa Nakano committed
86 87 88 89
	margin-bottom:15px;
	border-bottom:1px solid #CCC;
	font-size:14px;
	font-weight:bold;
90
	background:url(../images/user_icon.png) no-repeat 5px 0px;
Motohisa Nakano committed
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
}

section div#user_info dl{
	width:inherit;
	list-style:none;
	text-align:left;
	font-size:13px;
}
section div#user_info dl dt, section div#user_info dl dd{
	padding:0;
	margin:0 0 5px 0;
}
section div#user_info dl dt{
	width:159px;
	float:left;
}
section div#user_info dl dd{
	width:641px;
	float:left;
}

section div#user_info .passchgbtn {
113 114
	float:right;
	margin:-20px 20px 0 0;
Motohisa Nakano committed
115 116
}
section div#user_info .passchgbtn a {
117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
	display:block;
	width:170px;
	height:28px;
	padding-top:8px;
	text-decoration:none;
	border:1px #333333 solid;
	
	-pie-background: linear-gradient(top, #999 0%, #000 54%, #414141 93%, #626262 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #626262), color-stop(0.93, #414141), color-stop(0.54, #000), color-stop(0.00, #999));
	background: -webkit-linear-gradient(top, #999 0%, #000 54%, #414141 93%, #626262 97%);
	background: -moz-linear-gradient(top, #999 0%, #000 54%, #414141 93%, #626262 97%);
	background: -o-linear-gradient(top, #999 0%, #000 54%, #414141 93%, #626262 97%);
	background: -ms-linear-gradient(top, #999 0%, #000 54%, #414141 93%, #626262 97%);
	background: linear-gradient(to bottom, #999 0%, #000 54%, #414141 93%, #626262 97%);
	
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	
	
	color:#fff;
Motohisa Nakano committed
138 139 140
	font-size:14px;
	font-weight:bold;
	text-align:center;
141 142
	
	behavior:url('/abvw/css/PIE.htc');
Motohisa Nakano committed
143 144
}
section div#user_info .passchgbtn a:hover {
145 146 147 148 149 150 151 152 153 154
	-pie-background:linear-gradient(top, #d7d7d7 0%, #1a1a1a 54%, #6b6b6b 93%, #9d9d9d 97%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.97, #9d9d9d), color-stop(0.93, #6b6b6b), color-stop(0.54, #1a1a1a), color-stop(0.00, #d7d7d7));
	background:-webkit-linear-gradient(top, #d7d7d7 0%, #1a1a1a 54%, #6b6b6b 93%, #9d9d9d 97%);
	background:-moz-linear-gradient(top, #d7d7d7 0%, #1a1a1a 54%, #6b6b6b 93%, #9d9d9d 97%);
	background:-o-linear-gradient(top, #d7d7d7 0%, #1a1a1a 54%, #6b6b6b 93%, #9d9d9d 97%);
	background:-ms-linear-gradient(top, #d7d7d7 0%, #1a1a1a 54%, #6b6b6b 93%, #9d9d9d 97%);
	background:linear-gradient(to bottom, #d7d7d7 0%, #1a1a1a 54%, #6b6b6b 93%, #9d9d9d 97%);
	text-decoration:underline;
	
	behavior:url('/abvw/css/PIE.htc');
Motohisa Nakano committed
155 156 157 158 159
}
section div#user_info .passchgbtn a:active {
	position:relative;
	top:1px;
}
160
/*
Motohisa Nakano committed
161 162 163 164 165 166 167 168 169 170
section div#user_info .passchgbtn a:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../css/button_back_off.svg);
}
section div#user_info .passchgbtn a:hover:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../css/button_back_on.svg);
}
171
*/
Motohisa Nakano committed
172 173
div#user_option{
	width:inherit;
Motohisa Nakano committed
174
	height:395px;
175
	background-color:#ddd;
Motohisa Nakano committed
176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

div#user_option h3{
	padding:25px 0 0 0;
	margin:0 0 8px 30px;
	font-size:14px;
	font-weight:bold;
	color:#333;
}

div#user_option ul {
	list-style:none;
	padding:0;
	margin:0 0 2px 30px;
	line-height:26px;
	font-size:13px;
}

div#user_option ul li .choice {
	margin-right:47px;
}
div#user_option ul li .notice {
	font-size:11px;
	margin-left:8px;
}

div#user_option ul li input {
	display:inline;
	vertical-align:-2px;
	margin:0 5px 0 0;
	padding:0;
}

div#user_option ul li input.chkbx {
	margin-right:10px;
}

section div#user_option .backupbtn .backup{
	margin-right:10px;
}
section div#user_option .logout_backup{
	margin:0 0 16px 30px;
	font-size:13px;
}

section div#user_option input {
	display:inline;
	vertical-align:-2px;
	margin:0 10px 0 0;
	padding:0;
}


section div#user_option .backupbtn {
233 234
	margin:0 0 25px 30px;
	overflow:hidden;
Motohisa Nakano committed
235 236
}
section div#user_option .backupbtn a {
237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256
	display:block;
	width:170px;
	height:28px;
	float:left;
	padding-top:8px;
	text-decoration:none;
	border:1px #333333 solid;
	
	-pie-background: linear-gradient(top, #999 0%, #000 54%, #414141 93%, #626262 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #626262), color-stop(0.93, #414141), color-stop(0.54, #000), color-stop(0.00, #999));
	background: -webkit-linear-gradient(top, #999 0%, #000 54%, #414141 93%, #626262 97%);
	background: -moz-linear-gradient(top, #999 0%, #000 54%, #414141 93%, #626262 97%);
	background: -o-linear-gradient(top, #999 0%, #000 54%, #414141 93%, #626262 97%);
	background: -ms-linear-gradient(top, #999 0%, #000 54%, #414141 93%, #626262 97%);
	background: linear-gradient(to bottom, #999 0%, #000 54%, #414141 93%, #626262 97%);
	
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	
Motohisa Nakano committed
257 258 259 260 261
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	margin:0 0 0 0;
	text-align:center;
262 263
	
	behavior:url('/abvw/css/PIE.htc');
Motohisa Nakano committed
264 265
}
section div#user_option .backupbtn a:hover {
266 267 268 269 270 271 272 273 274 275
	-pie-background:linear-gradient(top, #d7d7d7 0%, #1a1a1a 54%, #6b6b6b 93%, #9d9d9d 97%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.97, #9d9d9d), color-stop(0.93, #6b6b6b), color-stop(0.54, #1a1a1a), color-stop(0.00, #d7d7d7));
	background:-webkit-linear-gradient(top, #d7d7d7 0%, #1a1a1a 54%, #6b6b6b 93%, #9d9d9d 97%);
	background:-moz-linear-gradient(top, #d7d7d7 0%, #1a1a1a 54%, #6b6b6b 93%, #9d9d9d 97%);
	background:-o-linear-gradient(top, #d7d7d7 0%, #1a1a1a 54%, #6b6b6b 93%, #9d9d9d 97%);
	background:-ms-linear-gradient(top, #d7d7d7 0%, #1a1a1a 54%, #6b6b6b 93%, #9d9d9d 97%);
	background:linear-gradient(to bottom, #d7d7d7 0%, #1a1a1a 54%, #6b6b6b 93%, #9d9d9d 97%);
	text-decoration:underline;
	
	behavior:url('/abvw/css/PIE.htc');
Motohisa Nakano committed
276 277 278 279 280
}
section div#user_option .backupbtn a:active {
	position:relative;
	top:1px;
}
281
/*
Motohisa Nakano committed
282 283 284 285 286 287 288 289 290 291
section div#user_option .backupbtn a:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../css/button_back_off.svg);
}
section div#user_option .backupbtn a:hover:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../css/button_back_on.svg);
}
292
*/
Motohisa Nakano committed
293
section #user_option .savebtn{
294 295
	padding:20px 0 0 480px;
	border-top:1px solid #fff;
Motohisa Nakano committed
296 297 298
}

section #user_option .savebtn a {
299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317
	display:block;
	width:170px;
	height:28px;
	padding-top:8px;
	text-decoration:none;
	border:1px #263957 solid;
	
	-pie-background: linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #1B2440), color-stop(0.00, #89c));
	background: -webkit-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -moz-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -o-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -ms-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: linear-gradient(to bottom, #89c 0%, #1B2440 97%);
	
	-webkit-border-radius:8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	
Motohisa Nakano committed
318 319 320 321
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
322 323 324
	float:left;
	
	behavior:url('/abvw/css/PIE.htc');
Motohisa Nakano committed
325 326
}
section #user_option .savebtn a:hover {
327 328 329 330 331 332 333 334 335 336
	-pie-background: linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #303E6C), color-stop(0.00, #B9C5E5));
	background: -webkit-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -moz-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -o-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -ms-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: linear-gradient(to bottom, #B9C5E5 0%, #303E6C 97%);
	text-decoration:underline;
	
	behavior:url('/abvw/css/PIE.htc');
Motohisa Nakano committed
337 338 339 340 341
}
section #user_option .savebtn a:active {
	position:relative;
	top:1px;
}
342
/*
Motohisa Nakano committed
343 344 345 346 347 348 349 350 351 352
section #user_option .savebtn a:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../css/button_back_off.svg);
}
section #user_option .savebtn a:hover:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../css/button_back_on.svg);
}
353
*/
Motohisa Nakano committed
354
section #user_option .savebtn .save{
355
	margin-right:20px;
Motohisa Nakano committed
356 357 358
}

section #user_option .savebtn .default{
359
	
Motohisa Nakano committed
360 361 362 363 364 365 366 367 368 369 370 371 372 373 374
}


section .memory{
	width:300px;
	font-size:12px;
	vertical-align:middle;
	margin:50px auto 0;
}
section .memory input{
	vertical-align:middle;
	margin:0 5px 0;
	padding:0;
}
section .loginbtn {
375
	/*width:300px;*/
Motohisa Nakano committed
376 377 378
	margin:14px auto 0;
}
section .loginbtn a {
379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395
	width:100px;
	height:28px;
	padding-top:8px;
	border:1px #263957 solid;
	
	-pie-background: linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #1B2440), color-stop(0.00, #89c));
	background: -webkit-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -moz-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -o-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -ms-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: linear-gradient(to bottom, #89c 0%, #1B2440 97%);
	
	-webkit-border-radius:8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	
Motohisa Nakano committed
396 397 398 399 400 401
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
402 403
	
	behavior:url('/abvw/css/PIE.htc');
Motohisa Nakano committed
404 405
}
section .loginbtn a:hover {
406 407 408 409 410 411 412 413 414 415
	-pie-background: linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #303E6C), color-stop(0.00, #B9C5E5));
	background: -webkit-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -moz-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -o-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -ms-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: linear-gradient(to bottom, #B9C5E5 0%, #303E6C 97%);
	text-decoration:underline;
	
	behavior:url('/abvw/css/PIE.htc');
Motohisa Nakano committed
416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505
}
section .loginbtn a:active {
	position:relative;
	top:1px;
}

.alertTxt {
	position:absolute;
	margin:-70px 0 0 49px;
	font-size:13px;
	color:#e60012;
	display:block;
	text-align:center;
	width:300px;
}





/*----------------------------*/
/*	999. clearfix             */
/*----------------------------*/

/*clearfix*/
.fix {
}
.fix:after {
	font-size:1px;
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.fix {
	zoom:1;
}
/*------------*/




.sectionchangepassword{
	width:498px;
	height:450px;
	border:1px solid #cccccc;
	display: none;
	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;
	background-color: #ffffff;
	z-index: 101;
}

.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: "���C���I", "Meiryo", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "�l�r �o�S�V�b�N", "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;
506
	margin:10px auto 0;
Motohisa Nakano committed
507 508 509
	font-size:13px;
}
.sectionchangepassword .loginbtn {
510
	/*width:304px;
Motohisa Nakano committed
511
	height:25px;
512
	margin:30px auto 0;*/
Motohisa Nakano committed
513 514
}
.sectionchangepassword .loginbtn a.change {
515 516
    /*position:relative;
    margin:0 194px 0 0;*/
Motohisa Nakano committed
517 518
}
.sectionchangepassword .loginbtn a.skip {
519 520
    /*position:relative;
    margin:-27px 97px 0 0;*/
Motohisa Nakano committed
521 522
}
.sectionchangepassword .loginbtn a.cancel {
523 524
    /*position:relative;
    margin:-27px 0 0 87px;*/
Motohisa Nakano committed
525 526
}
.sectionchangepassword .loginbtn a {
527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543
	width:100px;
	height:28px;
	padding-top:8px;
	border:1px #263957 solid;
	
	-pie-background: linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #1B2440), color-stop(0.00, #89c));
	background: -webkit-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -moz-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -o-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -ms-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: linear-gradient(to bottom, #89c 0%, #1B2440 97%);
	
	-webkit-border-radius:8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	
Motohisa Nakano committed
544 545 546 547 548 549
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
550 551
	
	behavior:url('/abvw/css/PIE.htc');
Motohisa Nakano committed
552 553
}
.sectionchangepassword .loginbtn a:hover {
554 555 556 557 558 559 560 561 562 563
	-pie-background: linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #303E6C), color-stop(0.00, #B9C5E5));
	background: -webkit-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -moz-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -o-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -ms-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: linear-gradient(to bottom, #B9C5E5 0%, #303E6C 97%);
	text-decoration:underline;
	
	behavior:url('/abvw/css/PIE.htc');
Motohisa Nakano committed
564 565
}
.sectionchangepassword .loginbtn a:active {
566 567
	/*position:relative;
	top:1px;*/
Motohisa Nakano committed
568
}
569 570

/*
Motohisa Nakano committed
571 572 573 574 575 576 577 578 579 580
.sectionchangepassword .loginbtn a:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../css/button_back_off.svg);
}
section .loginbtn a:hover:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../css/button_back_on.svg);
}
581 582
*/

Motohisa Nakano committed
583 584 585 586 587 588 589 590
.alertTxtDialog {
	font-size:13px;
	color:#e60012;
	display:block;
	text-align:center;
	/*width:300px;*/
}
section h1{
591
	margin:2px 2px 38px 2px;
Motohisa Nakano committed
592 593 594 595 596 597
	padding:0;
	height:64px;
	line-height:62px;
	text-align:center;
	letter-spacing: 2px;
	color:#333;
598 599 600 601
	background-color:#dfdfdf;
	-moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
Motohisa Nakano committed
602 603 604 605
}

#user_info div.label
{
606 607
    width: 160px;
	margin-left:10px;
Motohisa Nakano committed
608 609 610 611 612 613 614 615 616 617 618 619 620
    font-size: 13px; 
    float: left;
}
#user_info div.show
{
    font-size: 13px;
    float: left;
}

.title 
{
    font-size: large;
}