pictcode / app / webroot / css / main.css @ 2fa140ec
履歴 | 表示 | アノテート | ダウンロード (17.421 KB)
| 1 | d6c3d8de | root | @header-height: 100px;  | 
      
|---|---|---|---|
| 2 | @header-color: white;  | 
      ||
| 3 | @header-bg: black;  | 
      ||
| 4 | @footer-height: 100px;  | 
      ||
| 5 | @footer-color: white;  | 
      ||
| 6 | @footer-bg: black;  | 
      ||
| 7 | @font-face {
 | 
      ||
| 8 | font-family: 'Yasashisa';  | 
      ||
| 9 | src:url('../fonts/YasashisaGothic.woff');  | 
      ||
| 10 | }  | 
      ||
| 11 | |||
| 12 | * {
 | 
      ||
| 13 | margin: 0;  | 
      ||
| 14 | padding: 0;  | 
      ||
| 15 | -webkit-box-sizing: border-box;  | 
      ||
| 16 | -moz-box-sizing: border-box;  | 
      ||
| 17 | -o-box-sizing: border-box;  | 
      ||
| 18 | -ms-box-sizing: border-box;  | 
      ||
| 19 | box-sizing: border-box;  | 
      ||
| 20 | }  | 
      ||
| 21 | |||
| 22 | |||
| 23 | |||
| 24 | body {
 | 
      ||
| 25 | background-color: #FFF;  | 
      ||
| 26 | padding: 0px;  | 
      ||
| 27 | margin: 0;  | 
      ||
| 28 | font-family: Yasashisa !important;  | 
      ||
| 29 | color: #4C2A01 !important;  | 
      ||
| 30 | background-image: url(../img/bg_main_001.png);  | 
      ||
| 31 | |||
| 32 | }  | 
      ||
| 33 | |||
| 34 | #preload{
 | 
      ||
| 35 | width: 100%;  | 
      ||
| 36 | height: 100%;  | 
      ||
| 37 | position: relative;  | 
      ||
| 38 | background: #777;  | 
      ||
| 39 | }  | 
      ||
| 40 | |||
| 41 | .progress{
 | 
      ||
| 42 | width: 200px;  | 
      ||
| 43 | position: absolute;  | 
      ||
| 44 | top: 0;  | 
      ||
| 45 | right: 0;  | 
      ||
| 46 | bottom: 0;  | 
      ||
| 47 | left: 0;  | 
      ||
| 48 | margin: auto;  | 
      ||
| 49 | }  | 
      ||
| 50 | |||
| 51 | #preload_bar{
 | 
      ||
| 52 | width: 200px;  | 
      ||
| 53 | }  | 
      ||
| 54 | |||
| 55 | #ui-tab{
 | 
      ||
| 56 | position: absolute;  | 
      ||
| 57 |         /*background: blue;*/
 | 
      ||
| 58 | width: 100%;  | 
      ||
| 59 |         /*height: 100%;*/
 | 
      ||
| 60 | }  | 
      ||
| 61 | |||
| 62 | #coding-tab{
 | 
      ||
| 63 | position: absolute;  | 
      ||
| 64 | }  | 
      ||
| 65 | |||
| 66 | #header{
 | 
      ||
| 67 | -moz-background-size:100% 100%;  | 
      ||
| 68 | background-size:100% 100%;  | 
      ||
| 69 | border:0px;  | 
      ||
| 70 | width: 100%;  | 
      ||
| 71 | height: 90px;  | 
      ||
| 72 | z-index: 10;  | 
      ||
| 73 | display: none;  | 
      ||
| 74 | }  | 
      ||
| 75 | |||
| 76 | .header_area {
 | 
      ||
| 77 | display:inline-block;  | 
      ||
| 78 | text-align:center;  | 
      ||
| 79 | position: absolute;  | 
      ||
| 80 | }  | 
      ||
| 81 | |||
| 82 | #header_left {
 | 
      ||
| 83 | width: 140px;  | 
      ||
| 84 | left: 10px;  | 
      ||
| 85 | }  | 
      ||
| 86 | |||
| 87 | #header_center {
 | 
      ||
| 88 | width: 210px;  | 
      ||
| 89 | left: 0;  | 
      ||
| 90 | right: 0;  | 
      ||
| 91 | margin-left: auto;  | 
      ||
| 92 | margin-right: auto;  | 
      ||
| 93 | }  | 
      ||
| 94 | |||
| 95 | #header_right {
 | 
      ||
| 96 | width: 420px;  | 
      ||
| 97 | right: 10px;  | 
      ||
| 98 | }  | 
      ||
| 99 | |||
| 100 | .header_button {
 | 
      ||
| 101 | width: 64px;  | 
      ||
| 102 | height: 64px;  | 
      ||
| 103 | padding: 0px;  | 
      ||
| 104 | background: transparent;  | 
      ||
| 105 | margin-top:10px;  | 
      ||
| 106 | margin-right: 2px;  | 
      ||
| 107 | border:0px;  | 
      ||
| 108 | outline: 0 !important;  | 
      ||
| 109 | overflow : hidden;  | 
      ||
| 110 | |||
| 111 | -moz-background-size:100% 100%;  | 
      ||
| 112 | background-size:100% 100%;  | 
      ||
| 113 | |||
| 114 | box-shadow: 3px 3px 5px 0px #555;  | 
      ||
| 115 | -webkit-box-shadow: 3px 3px 5px 0px #555;  | 
      ||
| 116 | -moz-box-shadow: 3px 3px 5px 0px #555;  | 
      ||
| 117 | |||
| 118 | border-radius: 12px;  | 
      ||
| 119 | -webkit-border-radius: 12px;  | 
      ||
| 120 | -moz-border-radius: 12px;  | 
      ||
| 121 | }  | 
      ||
| 122 | |||
| 123 | .header_button:hover {  | 
      ||
| 124 | width: 64px;  | 
      ||
| 125 | height: 64px;  | 
      ||
| 126 | padding: 0px;  | 
      ||
| 127 | background: transparent;  | 
      ||
| 128 | margin-top:10px;  | 
      ||
| 129 | margin-right: 2px;  | 
      ||
| 130 | margin-left: 2px;  | 
      ||
| 131 | border:0px;  | 
      ||
| 132 | |||
| 133 | -moz-background-size:100% 100%;  | 
      ||
| 134 | background-size:100% 100%;  | 
      ||
| 135 | |||
| 136 | box-shadow: 3px 3px 5px 0px #000 inset;  | 
      ||
| 137 | -webkit-box-shadow: 3px 3px 5px 0px #000 inset;  | 
      ||
| 138 | -moz-box-shadow: 3px 3px 5px 0px #000 inset;  | 
      ||
| 139 | |||
| 140 | border-radius: 12px;  | 
      ||
| 141 | -webkit-border-radius: 12px;  | 
      ||
| 142 | -moz-border-radius: 12px;  | 
      ||
| 143 | }  | 
      ||
| 144 | |||
| 145 | /*
 | 
      ||
| 146 | .header_button_image {
 | 
      ||
| 147 |         width: 64px;
 | 
      ||
| 148 |         height: 64px;
 | 
      ||
| 149 |         padding: 0px;
 | 
      ||
| 150 |         margin: 0px;
 | 
      ||
| 151 | }
 | 
      ||
| 152 | |||
| 153 | #modal_coding_vector_cancel{
 | 
      ||
| 154 |         padding: 5px;
 | 
      ||
| 155 |         background: transparent;
 | 
      ||
| 156 |         border:0px;
 | 
      ||
| 157 | }*/
 | 
      ||
| 158 | |||
| 159 | |||
| 160 | /* Header on WEB Pages */
 | 
      ||
| 161 | |||
| 162 | |||
| 163 | header {  
 | 
      ||
| 164 | z-index: 128;  | 
      ||
| 165 | position: fixed;  | 
      ||
| 166 | top: 0;  | 
      ||
| 167 | width: 100%;  | 
      ||
| 168 | padding:9px 8px;  | 
      ||
| 169 | color: @header-color;  | 
      ||
| 170 | background: @header-bg;  | 
      ||
| 171 | height: @header-height;  | 
      ||
| 172 | line-height: @header-height;  | 
      ||
| 173 | background-image: url(../img/bg_header_001.png);  | 
      ||
| 174 | text-align: center;  | 
      ||
| 175 | }  | 
      ||
| 176 | |||
| 177 | header img.left {  | 
      ||
| 178 | display: inline-block;  | 
      ||
| 179 | }  | 
      ||
| 180 | |||
| 181 | header img.left {  | 
      ||
| 182 | float: left;  | 
      ||
| 183 | }  | 
      ||
| 184 | |||
| 185 | header img.right {  | 
      ||
| 186 | float: right;  | 
      ||
| 187 | }  | 
      ||
| 188 | |||
| 189 | header img.center {  | 
      ||
| 190 | margin: 25px auto;  | 
      ||
| 191 | }  | 
      ||
| 192 | |||
| 193 | |||
| 194 | /* Main on WEB Pages */
 | 
      ||
| 195 | |||
| 196 | article {
 | 
      ||
| 197 | background-color: rgba(255,255,255,0.75);  | 
      ||
| 198 | width: 944px;  | 
      ||
| 199 | padding: 24px 111px 24px;  | 
      ||
| 200 | margin: 20px auto !important;  | 
      ||
| 201 | border-radius: 10px;  | 
      ||
| 202 | box-shadow:5px 5px rgba(51,38,20,0.5);  | 
      ||
| 203 |         font-family: 
 | 
      ||
| 204 | }  | 
      ||
| 205 | |||
| 206 | main {
 | 
      ||
| 207 | display: block;  | 
      ||
| 208 |         height: ;
 | 
      ||
| 209 | margin-top: 112px;  | 
      ||
| 210 | margin-bottom: 112px;  | 
      ||
| 211 | }  | 
      ||
| 212 | |||
| 213 | article.main_top{  | 
      ||
| 214 | display: block;  | 
      ||
| 215 | overflow: hidden;  | 
      ||
| 216 | background-image: url(../img/img_bg_top01.png);  | 
      ||
| 217 | width: 944px;  | 
      ||
| 218 | height: calc(100% - 300px);  | 
      ||
| 219 | padding: 24px 111px;  | 
      ||
| 220 | margin: 20px auto !important;  | 
      ||
| 221 | border-radius: 10px;  | 
      ||
| 222 | }  | 
      ||
| 223 | |||
| 224 | article h2 {  | 
      ||
| 225 | margin: 0 auto 24px;  | 
      ||
| 226 | }  | 
      ||
| 227 | |||
| 228 | article h3{  | 
      ||
| 229 | margin: 0 auto 24px auto;  | 
      ||
| 230 | font-weight: bold;  | 
      ||
| 231 | }  | 
      ||
| 232 | |||
| 233 | article section {  | 
      ||
| 234 | display: block;  | 
      ||
| 235 | margin: 0 auto 48px;  | 
      ||
| 236 | }  | 
      ||
| 237 | |||
| 238 | |||
| 239 | /* Footer on WEB Pages */
 | 
      ||
| 240 | |||
| 241 | footer {  
 | 
      ||
| 242 | z-index: 128;  | 
      ||
| 243 | position: fixed;  | 
      ||
| 244 | bottom: 0;  | 
      ||
| 245 | background-image: url(../img/bg_footer_001.png);  | 
      ||
| 246 | width: 100%;  | 
      ||
| 247 | padding-top: 5px;  | 
      ||
| 248 | padding-bottom: 5px;  | 
      ||
| 249 | margin-top: 20px;  | 
      ||
| 250 | color: @header-color;  | 
      ||
| 251 | background: @header-bg;  | 
      ||
| 252 | height: @footer-height;  | 
      ||
| 253 | line-height: @footer-height;  | 
      ||
| 254 | text-align: center;  | 
      ||
| 255 | }  | 
      ||
| 256 | |||
| 257 | footer ul {  | 
      ||
| 258 | display: block;  | 
      ||
| 259 | width: 940px;  | 
      ||
| 260 | padding-left: 10px;  | 
      ||
| 261 | padding-right: 10px;  | 
      ||
| 262 | list-style-type: none;  | 
      ||
| 263 | }  | 
      ||
| 264 | |||
| 265 | footer ul li {  | 
      ||
| 266 | float: left;  | 
      ||
| 267 | background:url(../img/footer_arrow01.png) left no-repeat;  | 
      ||
| 268 | padding: 10px 0 10px 20px;  | 
      ||
| 269 | margin-right: 30px;  | 
      ||
| 270 | text-decoration: none;  | 
      ||
| 271 | color: #4C2A01 !important;  | 
      ||
| 272 | }  | 
      ||
| 273 | |||
| 274 | footer hr {  | 
      ||
| 275 | clear: both;  | 
      ||
| 276 | border-top:1px solid #4C2A01 !important;  | 
      ||
| 277 | margin:5px auto;  | 
      ||
| 278 | }  | 
      ||
| 279 | |||
| 280 | footer ul li a,a:link,a:visited {  | 
      ||
| 281 | font-size: 12px;  | 
      ||
| 282 | color: #4C2A01 !important;  | 
      ||
| 283 | font-weight: bold;  | 
      ||
| 284 | text-decoration: none !important;  | 
      ||
| 285 | }  | 
      ||
| 286 | |||
| 287 | footer ul li a:hover {  | 
      ||
| 288 | color: #4C2A01 !important;  | 
      ||
| 289 | text-decoration: underline !important;  | 
      ||
| 290 | }  | 
      ||
| 291 | |||
| 292 | img.logo {  | 
      ||
| 293 | float: right;  | 
      ||
| 294 | right: 0;  | 
      ||
| 295 | margin: 0 10px 0;  | 
      ||
| 296 | }  | 
      ||
| 297 | |||
| 298 | #wrapper {
 | 
      ||
| 299 | display: block;  | 
      ||
| 300 | width: 960px;  | 
      ||
| 301 | margin: 0 auto;  | 
      ||
| 302 | text-align: left;  | 
      ||
| 303 | }  | 
      ||
| 304 | |||
| 305 | /* TOP Page */
 | 
      ||
| 306 | |||
| 307 | section.main_top01 {  | 
      ||
| 308 | display: block;  | 
      ||
| 309 | width: 630px;  | 
      ||
| 310 | height: 350px;  | 
      ||
| 311 | margin: 6px auto 0 150px;  | 
      ||
| 312 | background-image: url(../img/img_contents_top01.png);  | 
      ||
| 313 | }  | 
      ||
| 314 | |||
| 315 | section.main_top01 p.main_btn01{  | 
      ||
| 316 | display:inline-block;  | 
      ||
| 317 | width: 420px;  | 
      ||
| 318 | height: 80px;  | 
      ||
| 319 | margin:190px 0 3px 140px;  | 
      ||
| 320 | text-align: center;  | 
      ||
| 321 | background-color: #FFF;  | 
      ||
| 322 | border-radius: 5px;  | 
      ||
| 323 | box-shadow:0 5px rgba(58,20,20,0.65);  | 
      ||
| 324 | }  | 
      ||
| 325 | |||
| 326 | section.main_top01 p.main_btn01 a{  | 
      ||
| 327 | display:block;  | 
      ||
| 328 | padding-top:20px;  | 
      ||
| 329 | height:80px;  | 
      ||
| 330 | font-size: 32px;  | 
      ||
| 331 | font-weight: bold;  | 
      ||
| 332 | color: #EA7575 !important;  | 
      ||
| 333 | }  | 
      ||
| 334 | |||
| 335 | section.main_top01 img {  | 
      ||
| 336 | margin-right: 20px;  | 
      ||
| 337 | margin-top: -5px;  | 
      ||
| 338 | }  | 
      ||
| 339 | |||
| 340 | section.main_top01 p.main_btn01:hover{  | 
      ||
| 341 | margin:195px 0 0 140px;  | 
      ||
| 342 | box-shadow:none;  | 
      ||
| 343 | }  | 
      ||
| 344 | |||
| 345 | section.main_top02{  | 
      ||
| 346 | display: block;  | 
      ||
| 347 | width: 738px;  | 
      ||
| 348 | height: 270px;  | 
      ||
| 349 | margin: 4px auto 0 auto;  | 
      ||
| 350 | background-image: url(../img/img_contents_top02.png);  | 
      ||
| 351 | }  | 
      ||
| 352 | |||
| 353 | section.main_top02 p.main_btn02{  | 
      ||
| 354 | width: 210px;  | 
      ||
| 355 | height: 40px;  | 
      ||
| 356 | margin:90px 0 3px 385px;  | 
      ||
| 357 | font-size: 18px;  | 
      ||
| 358 | font-weight: bold;  | 
      ||
| 359 | display:inline-block;  | 
      ||
| 360 | text-align: center;  | 
      ||
| 361 | background-color: #F39800;  | 
      ||
| 362 | border-radius: 3px;  | 
      ||
| 363 | box-shadow:0 3px rgba(56,41,20,0.65);  | 
      ||
| 364 | }  | 
      ||
| 365 | |||
| 366 | section.main_top02 p.main_btn02 a{  | 
      ||
| 367 | display:block;  | 
      ||
| 368 | padding-top: 8px;  | 
      ||
| 369 | height:40px;  | 
      ||
| 370 | font-size: 18px;  | 
      ||
| 371 | font-weight: bold;  | 
      ||
| 372 | color: #FFF !important;  | 
      ||
| 373 | }  | 
      ||
| 374 | |||
| 375 | section.main_top02 p.main_btn02:hover{  | 
      ||
| 376 | margin:93px 0 0 385px;  | 
      ||
| 377 | box-shadow:none;  | 
      ||
| 378 | }  | 
      ||
| 379 | |||
| 380 | section.main_top02 p.main_btn03{  | 
      ||
| 381 | width: 190px;  | 
      ||
| 382 | height: 30px;  | 
      ||
| 383 | margin:60px 0 3px 395px;  | 
      ||
| 384 | font-weight: bold;  | 
      ||
| 385 | display:inline-block;  | 
      ||
| 386 | text-align: center;  | 
      ||
| 387 | background-color: #6AB4DE;  | 
      ||
| 388 | border-radius: 3px;  | 
      ||
| 389 | box-shadow:0 3px rgba(22,47,58,0.65);  | 
      ||
| 390 | }  | 
      ||
| 391 | |||
| 392 | section.main_top02 p.main_btn03 a{  | 
      ||
| 393 | display:block;  | 
      ||
| 394 | padding-top: 5px;  | 
      ||
| 395 | height:30px;  | 
      ||
| 396 | font-size: 15px;  | 
      ||
| 397 | font-weight: bold;  | 
      ||
| 398 | color: #FFF !important;  | 
      ||
| 399 | }  | 
      ||
| 400 | |||
| 401 | section.main_top02 p.main_btn03:hover{  | 
      ||
| 402 | margin:63px 0 0 395px;  | 
      ||
| 403 | box-shadow:none;  | 
      ||
| 404 | }  | 
      ||
| 405 | |||
| 406 | article {
 | 
      ||
| 407 | display: block;  | 
      ||
| 408 | }  | 
      ||
| 409 | |||
| 410 | /* Login and Save Page */
 | 
      ||
| 411 | |||
| 412 | |||
| 413 | article.large_form {  | 
      ||
| 414 | font-size: 18px;  | 
      ||
| 415 | }  | 
      ||
| 416 | |||
| 417 | article.large_form p {  | 
      ||
| 418 | margin-bottom: 6px;  | 
      ||
| 419 | }  | 
      ||
| 420 | |||
| 421 | article.large_form dl {  | 
      ||
| 422 | display: inline-table;  | 
      ||
| 423 | height: 40px;  | 
      ||
| 424 | margin: 12px 0 0;  | 
      ||
| 425 | }  | 
      ||
| 426 | |||
| 427 | article.large_form dl dt {  | 
      ||
| 428 | position: absolute;  | 
      ||
| 429 | padding: 0;  | 
      ||
| 430 | margin: 6px 0;  | 
      ||
| 431 | display: block;  | 
      ||
| 432 | width: 226px;  | 
      ||
| 433 | }  | 
      ||
| 434 | |||
| 435 | article.large_form dl dd {  | 
      ||
| 436 | margin:0;  | 
      ||
| 437 | padding: 3px 0 3px 155px;  | 
      ||
| 438 | }  | 
      ||
| 439 | |||
| 440 | article.large_form dl dt label{  | 
      ||
| 441 | width: 226px;  | 
      ||
| 442 | margin-right: 0;  | 
      ||
| 443 | margin-bottom: 24px;  | 
      ||
| 444 | float: left;  | 
      ||
| 445 | text-align: left;  | 
      ||
| 446 | font-size: 36px;  | 
      ||
| 447 | font-weight: bold;  | 
      ||
| 448 | }  | 
      ||
| 449 | |||
| 450 | article.large_form dl dd input,  | 
      ||
| 451 | article.large_form dl dd textarea {  | 
      ||
| 452 | display: block;  | 
      ||
| 453 | position: relative;  | 
      ||
| 454 | width: 464px;  | 
      ||
| 455 | height: 60px;  | 
      ||
| 456 | margin: 0 0 24px 120px;  | 
      ||
| 457 | padding: 3px 0 3px 1em;;  | 
      ||
| 458 | -webkit-border-radius: 5px;  | 
      ||
| 459 | -moz-border-radius: 5px;  | 
      ||
| 460 | border-radius: 5px;  | 
      ||
| 461 | font-size: 24px;  | 
      ||
| 462 | }  | 
      ||
| 463 | |||
| 464 | article.large_form dl dd textarea {  | 
      ||
| 465 | height: 180px !important;  | 
      ||
| 466 | }  | 
      ||
| 467 | |||
| 468 | article.large_form dl dd input:focus,  | 
      ||
| 469 | article.large_form dl dd textarea:focus{  | 
      ||
| 470 | -webkit-transition: all .3s;  | 
      ||
| 471 | transition: all .3s;  | 
      ||
| 472 | box-shadow: 0 0 7px #1abc9c;  | 
      ||
| 473 | border: 1px solid #1abc9c;  | 
      ||
| 474 | }  | 
      ||
| 475 | |||
| 476 | /*
 | 
      ||
| 477 | article.login dl dd {
 | 
      ||
| 478 |         display: block;
 | 
      ||
| 479 |         position: relative;
 | 
      ||
| 480 |         width: 464px;
 | 
      ||
| 481 |         margin: 0 0 24px 120px;
 | 
      ||
| 482 |         padding: 3px 0 3px 1em;;
 | 
      ||
| 483 |         -webkit-border-radius: 5px;
 | 
      ||
| 484 |         -moz-border-radius: 5px;
 | 
      ||
| 485 |         border-radius: 5px;
 | 
      ||
| 486 | }
 | 
      ||
| 487 | |||
| 488 | article.login dl dd input {
 | 
      ||
| 489 |         height: 60px;
 | 
      ||
| 490 | }
 | 
      ||
| 491 | |||
| 492 | article.login dl dd textarea {
 | 
      ||
| 493 |         height: 180px;
 | 
      ||
| 494 | }
 | 
      ||
| 495 | */
 | 
      ||
| 496 | |||
| 497 | |||
| 498 | /* Register Page */
 | 
      ||
| 499 | |||
| 500 | article.register,  | 
      ||
| 501 | article.contact {  | 
      ||
| 502 | display: block;  | 
      ||
| 503 | height:100%;  | 
      ||
| 504 | margin-top:112px;  | 
      ||
| 505 | padding: 24px 111px 24px;  | 
      ||
| 506 | }  | 
      ||
| 507 | |||
| 508 | article.register {  | 
      ||
| 509 | font-size: 18px;  | 
      ||
| 510 | }  | 
      ||
| 511 | |||
| 512 | article.register ol {  | 
      ||
| 513 | display: block;  | 
      ||
| 514 | overflow: hidden;  | 
      ||
| 515 | width: 768px;  | 
      ||
| 516 | height: 85px;  | 
      ||
| 517 | margin: 24px auto 48px;  | 
      ||
| 518 | padding: 0;  | 
      ||
| 519 | list-style: none;  | 
      ||
| 520 | }  | 
      ||
| 521 | article.register ol li {  | 
      ||
| 522 | display: block;  | 
      ||
| 523 | overflow: hidden;  | 
      ||
| 524 | float: left;  | 
      ||
| 525 | background-image: url(../img/img_register_nav.png);  | 
      ||
| 526 | width: 185px;  | 
      ||
| 527 | height: 85px;  | 
      ||
| 528 | margin: 0;  | 
      ||
| 529 | }  | 
      ||
| 530 | article.register ol li#navigator01_off {background-position:0 0;}  | 
      ||
| 531 | article.register ol li#navigator01_on {background-position:0 -85px;}  | 
      ||
| 532 | article.register ol li#navigator02_off {background-position:555px 0;}  | 
      ||
| 533 | article.register ol li#navigator02_on {background-position:555px -85px;}  | 
      ||
| 534 | article.register ol li#navigator03_off {background-position:370px 0;}  | 
      ||
| 535 | article.register ol li#navigator03_on {background-position:370px -85px;}  | 
      ||
| 536 | article.register ol li#navigator04_off {background-position:185px 0;}  | 
      ||
| 537 | article.register ol li#navigator04_on {background-position:185px -85px;}  | 
      ||
| 538 | |||
| 539 | article h3 {  | 
      ||
| 540 | text-align: center;  | 
      ||
| 541 | margin: 24px auto;  | 
      ||
| 542 | font-size: 36px;  | 
      ||
| 543 | font-weight: bold;  | 
      ||
| 544 | color:#4C2A01;  | 
      ||
| 545 | }  | 
      ||
| 546 | |||
| 547 | article.register img {  | 
      ||
| 548 | display: block;  | 
      ||
| 549 | margin: 24px auto 12px;  | 
      ||
| 550 | }  | 
      ||
| 551 | |||
| 552 | article.register dl {  | 
      ||
| 553 | display: inline-table;  | 
      ||
| 554 | height: 40px;  | 
      ||
| 555 | margin: 12px 0 0;  | 
      ||
| 556 | }  | 
      ||
| 557 | |||
| 558 | article.register dl dt {  | 
      ||
| 559 | position: absolute;  | 
      ||
| 560 | padding: 12px 0 0;  | 
      ||
| 561 | margin: 12px 0;  | 
      ||
| 562 | display: block;  | 
      ||
| 563 | width: 226px;  | 
      ||
| 564 | }  | 
      ||
| 565 | |||
| 566 | |||
| 567 | article.register dl dd {  | 
      ||
| 568 | margin:12px 0 0;  | 
      ||
| 569 | padding: 12px 0 3px 155px;  | 
      ||
| 570 | font-size: 24px;  | 
      ||
| 571 | }  | 
      ||
| 572 | |||
| 573 | article.register dl dd p {  | 
      ||
| 574 | margin:9px 0 0 0px;  | 
      ||
| 575 | padding: 3px 0 3px 120px;  | 
      ||
| 576 | }  | 
      ||
| 577 | |||
| 578 | article.register dl dt label{  | 
      ||
| 579 | width: 226px;  | 
      ||
| 580 | margin-right: 0;  | 
      ||
| 581 | float: left;  | 
      ||
| 582 | text-align: left;  | 
      ||
| 583 | font-size: 24px;  | 
      ||
| 584 | font-weight: bold;  | 
      ||
| 585 | }  | 
      ||
| 586 | |||
| 587 | article.register dl dd input {  | 
      ||
| 588 | display: block;  | 
      ||
| 589 | position: relative;  | 
      ||
| 590 | width: 464px;  | 
      ||
| 591 | height: 40px;  | 
      ||
| 592 | margin: 0 0 0 120px;  | 
      ||
| 593 | padding: 3px 0 3px 1em;;  | 
      ||
| 594 | -webkit-border-radius: 5px;  | 
      ||
| 595 | -moz-border-radius: 5px;  | 
      ||
| 596 | border-radius: 5px;  | 
      ||
| 597 | }  | 
      ||
| 598 | |||
| 599 | article.register dl dd input:focus{  | 
      ||
| 600 | -webkit-transition: all .3s;  | 
      ||
| 601 | transition: all .3s;  | 
      ||
| 602 | box-shadow: 0 0 7px #1abc9c;  | 
      ||
| 603 | border: 1px solid #1abc9c;  | 
      ||
| 604 | }  | 
      ||
| 605 | |||
| 606 | |||
| 607 | /* Contact Form */
 | 
      ||
| 608 | |||
| 609 | article.contact{  | 
      ||
| 610 | font-size: 14px;  | 
      ||
| 611 | }  | 
      ||
| 612 | |||
| 613 | article.contact dl {  | 
      ||
| 614 | display: inline-table;  | 
      ||
| 615 | height: 40px;  | 
      ||
| 616 | margin: 12px 0 0;  | 
      ||
| 617 | }  | 
      ||
| 618 | |||
| 619 | article.contact dl dt {  | 
      ||
| 620 | position: absolute;  | 
      ||
| 621 | padding: 8px 0 0;  | 
      ||
| 622 | margin: 12px 0;  | 
      ||
| 623 | display: block;  | 
      ||
| 624 | width: 226px;  | 
      ||
| 625 | }  | 
      ||
| 626 | |||
| 627 | |||
| 628 | article.contact dl dd {  | 
      ||
| 629 | margin:12px 0 0;  | 
      ||
| 630 | padding: 6px 0 2px 155px;  | 
      ||
| 631 | }  | 
      ||
| 632 | |||
| 633 | article.contact dl dt label{  | 
      ||
| 634 | width: 226px;  | 
      ||
| 635 | margin-right: 0;  | 
      ||
| 636 | float: left;  | 
      ||
| 637 | text-align: left;  | 
      ||
| 638 | font-size: 14px;  | 
      ||
| 639 | font-weight: bold;  | 
      ||
| 640 | }  | 
      ||
| 641 | |||
| 642 | article.contact dl dd input,  | 
      ||
| 643 | article.contact dl dd textarea {  | 
      ||
| 644 | display: block;  | 
      ||
| 645 | position: relative;  | 
      ||
| 646 | width: 464px;  | 
      ||
| 647 | height: 36px;  | 
      ||
| 648 | margin: 0 0 0 120px;  | 
      ||
| 649 | padding: 2px 0 2px 1em;;  | 
      ||
| 650 | -webkit-border-radius: 5px;  | 
      ||
| 651 | -moz-border-radius: 5px;  | 
      ||
| 652 | border-radius: 5px;  | 
      ||
| 653 | }  | 
      ||
| 654 | |||
| 655 | article.contact dl dd textarea {  | 
      ||
| 656 | height: 180px;  | 
      ||
| 657 | }  | 
      ||
| 658 | |||
| 659 | article.contact dl dd.radio label,  | 
      ||
| 660 | article.contact dl dd.radio input {  | 
      ||
| 661 | display: block;  | 
      ||
| 662 | width: 80px;  | 
      ||
| 663 | height: 36px;  | 
      ||
| 664 | margin: 0 0 0 20px;  | 
      ||
| 665 | padding: 2px 0 2px 1em;;  | 
      ||
| 666 | -webkit-border-radius: 5px;  | 
      ||
| 667 | -moz-border-radius: 5px;  | 
      ||
| 668 | border-radius: 5px;  | 
      ||
| 669 | }  | 
      ||
| 670 | |||
| 671 | article.contact dl dd input:focus,  | 
      ||
| 672 | article.contact dl dd textarea:focus,  | 
      ||
| 673 | article.contact dl dd.radio:focus {  | 
      ||
| 674 | -webkit-transition: all .3s;  | 
      ||
| 675 | transition: all .3s;  | 
      ||
| 676 | box-shadow: 0 0 7px #1abc9c;  | 
      ||
| 677 | border: 1px solid #1abc9c;  | 
      ||
| 678 | }  | 
      ||
| 679 | |||
| 680 | |||
| 681 | /* Nav Button */
 | 
      ||
| 682 | |||
| 683 | section.button_area01 {  | 
      ||
| 684 | display: block;  | 
      ||
| 685 | overflow: hidden;  | 
      ||
| 686 | position: bottom;  | 
      ||
| 687 | width: 536px;  | 
      ||
| 688 | height: 85px;  | 
      ||
| 689 | margin:48px auto 0;  | 
      ||
| 690 | }  | 
      ||
| 691 | |||
| 692 | section.button_area01 .button {  | 
      ||
| 693 | display: block;  | 
      ||
| 694 | overflow: hidden;  | 
      ||
| 695 | width: 214px;  | 
      ||
| 696 | height: 85px;  | 
      ||
| 697 | background: no-repeat;  | 
      ||
| 698 | }  | 
      ||
| 699 | |||
| 700 | section.button_area01 .button:hover {background-position: bottom;}  | 
      ||
| 701 | |||
| 702 | section.button_area01 .btn_back01 {background: url(../img/img_button_back01.png) top; float: left;}  | 
      ||
| 703 | section.button_area01 .btn_back02 {background: url(../img/img_button_back02.png) top; float: left;}  | 
      ||
| 704 | section.button_area01 .btn_back03 {background: url(../img/img_button_back03.png) top; float: left;}  | 
      ||
| 705 | section.button_area01 .btn_alter01 {background: url(../img/img_button_alter01.png) top; float: left;}  | 
      ||
| 706 | section.button_area01 .btn_alter02 {background: url(../img/img_button_alter02.png) top; float: left;}  | 
      ||
| 707 | section.button_area01 .btn_check01 {background: url(../img/img_button_check01.png) top; float: right;}  | 
      ||
| 708 | section.button_area01 .btn_check02 {background: url(../img/img_button_check02.png) top; float: right;}  | 
      ||
| 709 | section.button_area01 .btn_register {background: url(../img/img_button_register01.png) top; float: right;}  | 
      ||
| 710 | section.button_area01 .btn_submit {background: url(../img/img_button_submit01.png) top; float: right;}  | 
      ||
| 711 | section.button_area01 .btn_save {background: url(../img/img_button_save01.png) top; float: right;}  | 
      ||
| 712 | section.button_area01 .btn_save02 {background: url(../img/img_button_save02.png) top; float: right;}  | 
      ||
| 713 | section.button_area01 .btn_delete {background: url(../img/img_button_delete01.png) top; float: right;}  | 
      ||
| 714 | section.button_area01 .btn_reissue {background: url(../img/img_button_reissue01.png) top; float: right;}  | 
      ||
| 715 | section.button_area01 .btn_login {background: url(../img/img_button_login01.png) top; float: right; width: 274px;}  | 
      ||
| 716 | section.button_area01 .btn_top01 {background: url(../img/img_button_top01.png) top; margin:auto;}  | 
      ||
| 717 | section.button_area01 .btn_top02 {background: url(../img/img_button_top02.png) top; margin:auto;}  | 
      ||
| 718 | section.button_area01 .btn_top03 {background: url(../img/img_button_top03.png) top; margin:auto; width: 274px;}  | 
      ||
| 719 | |||
| 720 | |||
| 721 | /* Reminder */
 | 
      ||
| 722 | |||
| 723 | section.caution {  | 
      ||
| 724 | display: block;  | 
      ||
| 725 | text-align: center;  | 
      ||
| 726 | border: red 4px solid;  | 
      ||
| 727 | background-color: #FFF;  | 
      ||
| 728 | width: 736px;  | 
      ||
| 729 | height: auto;  | 
      ||
| 730 | margin: 24px auto 48px;  | 
      ||
| 731 | padding: 24px;  | 
      ||
| 732 | }  | 
      ||
| 733 | |||
| 734 | section.caution p {  | 
      ||
| 735 | color: red;  | 
      ||
| 736 | font-weight: bold;  | 
      ||
| 737 | font-size: 18px;  | 
      ||
| 738 | }  | 
      ||
| 739 | |||
| 740 | section.image img {  | 
      ||
| 741 | display: block;  | 
      ||
| 742 | margin: 24px auto;  | 
      ||
| 743 | }  | 
      ||
| 744 | |||
| 745 | section span.link_reminder {  | 
      ||
| 746 | font-weight: bold;  | 
      ||
| 747 | font-size: 18px;  | 
      ||
| 748 | color: red;  | 
      ||
| 749 | }  | 
      ||
| 750 | |||
| 751 | article.legacy h3 {  | 
      ||
| 752 | font-size: 24px;  | 
      ||
| 753 | text-align: left;  | 
      ||
| 754 | }  | 
      ||
| 755 | |||
| 756 | article.legacy section p {  | 
      ||
| 757 | margin-left: 12px;  | 
      ||
| 758 | }  | 
      ||
| 759 | |||
| 760 | article.legacy section ol,  | 
      ||
| 761 | article.legacy section ul {  | 
      ||
| 762 | f4a6dc2c | shiwa | margin-left: 48px;  | 
      
| 763 | margin-top: 24px;  | 
      ||
| 764 | list-style-position: outside;  | 
      ||
| 765 | }  | 
      ||
| 766 | |||
| 767 | article.legacy section ol li,  | 
      ||
| 768 | article.legacy section ul li {  | 
      ||
| 769 | margin-bottom: 12px;  | 
      ||
| 770 | list-style-position: outside;  | 
      ||
| 771 | d6c3d8de | root | }  | 
      
| 772 | |||
| 773 | /* Login Top */
 | 
      ||
| 774 | |||
| 775 | article.login_top {  | 
      ||
| 776 | font-size: 18px;  | 
      ||
| 777 | margin: 0 auto 12px;  | 
      ||
| 778 | }  | 
      ||
| 779 | |||
| 780 | article.login_top section {  | 
      ||
| 781 | display: block;  | 
      ||
| 782 | margin: 12px auto;  | 
      ||
| 783 | }  | 
      ||
| 784 | |||
| 785 | article.login_top p.btn_new ,  | 
      ||
| 786 | article.login_top p.btn_continued {  | 
      ||
| 787 | display: block;  | 
      ||
| 788 | overflow: hidden;  | 
      ||
| 789 | width: 738px;  | 
      ||
| 790 | height: 155px;  | 
      ||
| 791 | background: no-repeat;  | 
      ||
| 792 | }  | 
      ||
| 793 | |||
| 794 | article.login_top section p.btn_new { background: url(../img/img_button_login_top01.png) top; margin:auto; }  | 
      ||
| 795 | article.login_top section p.btn_continued { background: url(../img/img_button_login_top02.png) top; margin:auto; }  | 
      ||
| 796 | |||
| 797 | article.login_top section p.btn_new:hover,  | 
      ||
| 798 | article.login_top p.btn_continued:hover {  | 
      ||
| 799 | background-position: bottom;  | 
      ||
| 800 | }  | 
      ||
| 801 | |||
| 802 | article.login_top section.howto {  | 
      ||
| 803 | display: block;  | 
      ||
| 804 | width: 620px;  | 
      ||
| 805 | height: 200px;  | 
      ||
| 806 | margin: 12px auto;  | 
      ||
| 807 | background: url(../img/img_bg_login_top01.png) no-repeat;  | 
      ||
| 808 | }  | 
      ||
| 809 | |||
| 810 | section.howto p.howto_btn{  | 
      ||
| 811 | display:inline-block;  | 
      ||
| 812 | width: 280px;  | 
      ||
| 813 | height: 40px;  | 
      ||
| 814 | margin:110px 0 0 272px;  | 
      ||
| 815 | text-align: center;  | 
      ||
| 816 | background-color: #FFF;  | 
      ||
| 817 | border-radius: 5px;  | 
      ||
| 818 | box-shadow:0 3px rgba(22,53,20,0.5);  | 
      ||
| 819 | }  | 
      ||
| 820 | |||
| 821 | section.howto p.howto_btn a{  | 
      ||
| 822 | display:block;  | 
      ||
| 823 | height:40px;  | 
      ||
| 824 | padding-top:8px;  | 
      ||
| 825 | font-size: 18px;  | 
      ||
| 826 | color: #00B26A !important;  | 
      ||
| 827 | font-weight: bold;  | 
      ||
| 828 | }  | 
      ||
| 829 | |||
| 830 | section.howto p.howto_btn a img{  | 
      ||
| 831 | margin: -5px 10px 0 0;  | 
      ||
| 832 | }  | 
      ||
| 833 | |||
| 834 | section.howto p.howto_btn:hover{  | 
      ||
| 835 | margin:113px 0 0 272px;  | 
      ||
| 836 | box-shadow:none;  | 
      ||
| 837 | }  | 
      ||
| 838 | |||
| 839 | /* Program Delete */
 | 
      ||
| 840 | |||
| 841 | section.delete img {  | 
      ||
| 842 | display: block;  | 
      ||
| 843 | margin: 24px auto  | 
      ||
| 844 | }  | 
      ||
| 845 | section.delete p {  | 
      ||
| 846 | display: block;  | 
      ||
| 847 | background-color: white;  | 
      ||
| 848 | border-radius: 12px;  | 
      ||
| 849 | width: 524px;  | 
      ||
| 850 | height: auto;  | 
      ||
| 851 | margin: 0 auto 12px;  | 
      ||
| 852 | padding: 12px;  | 
      ||
| 853 | }  | 
      ||
| 854 | |||
| 855 | /* Program Login */
 | 
      ||
| 856 | |||
| 857 | section.login_top01 {  | 
      ||
| 858 | display: block;  | 
      ||
| 859 | overflow: hidden;  | 
      ||
| 860 | margin: 12px auto;  | 
      ||
| 861 | width: 738px;  | 
      ||
| 862 | height: 300px;  | 
      ||
| 863 | background: url(../img/img_contents_top03.png) no-repeat;  | 
      ||
| 864 | }  | 
      ||
| 865 | |||
| 866 | section.login_top01 p.register_btn01{  | 
      ||
| 867 | display:inline-block;  | 
      ||
| 868 | width: 420px;  | 
      ||
| 869 | height: 80px;  | 
      ||
| 870 | margin:120px 0 0 60px;  | 
      ||
| 871 | text-align: center;  | 
      ||
| 872 | background-color: #FFF;  | 
      ||
| 873 | border-radius: 5px;  | 
      ||
| 874 | box-shadow:0 5px rgba(58,20,20,0.65);  | 
      ||
| 875 | }  | 
      ||
| 876 | |||
| 877 | section.login_top01 a p.register_btn01{  | 
      ||
| 878 | display:block;  | 
      ||
| 879 | padding-top:18px;  | 
      ||
| 880 | height:80px;  | 
      ||
| 881 | font-size: 32px !important;  | 
      ||
| 882 | font-weight: bold;  | 
      ||
| 883 | color: #EA7575 !important;  | 
      ||
| 884 | }  | 
      ||
| 885 | |||
| 886 | section.login_top01 p.register_btn01 img {  | 
      ||
| 887 | margin-right: 20px;  | 
      ||
| 888 | margin-top: -5px;  | 
      ||
| 889 | }  | 
      ||
| 890 | |||
| 891 | section.login_top01 p.register_btn01:hover{  | 
      ||
| 892 | margin:125px 0 0 60px;  | 
      ||
| 893 | box-shadow:none;  | 
      ||
| 894 | }  | 
      ||
| 895 | |||
| 896 | |||
| 897 | /* Admin Top */
 | 
      ||
| 898 | |||
| 899 | article.admin p {  | 
      ||
| 900 | font-size: 18px;  | 
      ||
| 901 | }  | 
      ||
| 902 | |||
| 903 | |||
| 904 | article.admin section.save_data {  | 
      ||
| 905 | display: block;  | 
      ||
| 906 | overflow: hidden;  | 
      ||
| 907 | background-color: rgba(255,255,255,0.5);  | 
      ||
| 908 | border-radius: 10px;  | 
      ||
| 909 | width: 744px;  | 
      ||
| 910 | height: auto;  | 
      ||
| 911 | margin: 12px auto;  | 
      ||
| 912 | padding: 12px;  | 
      ||
| 913 | }  | 
      ||
| 914 | |||
| 915 | article.admin section.saved {  | 
      ||
| 916 | background-color: #F39800;  | 
      ||
| 917 | color: #FFF !important;  | 
      ||
| 918 | }  | 
      ||
| 919 | |||
| 920 | article.admin section.save_data a,  | 
      ||
| 921 | article.admin section.save_data a:hover,  | 
      ||
| 922 | article.admin section.save_data a:visited,  | 
      ||
| 923 | article.admin section.save_data a:link {  | 
      ||
| 924 | color: #40220F;  | 
      ||
| 925 | text-decoration: none;  | 
      ||
| 926 | }  | 
      ||
| 927 | |||
| 928 | article.admin section.save_data h3 {  | 
      ||
| 929 | text-align: left;  | 
      ||
| 930 | margin: 6px auto 12px;  | 
      ||
| 931 | }  | 
      ||
| 932 | |||
| 933 | article.admin section.save_data img {  | 
      ||
| 934 | float: left;  | 
      ||
| 935 | margin: 0 12px auto 0;  | 
      ||
| 936 | }  | 
      ||
| 937 | |||
| 938 | article.admin section.save_data p {  | 
      ||
| 939 | width: auto;  | 
      ||
| 940 | font-size: 14px;  | 
      ||
| 941 | margin: 12px 0 12px 24px;  | 
      ||
| 942 | }  | 
      ||
| 943 | |||
| 944 | article.admin section.save_data ul {  | 
      ||
| 945 | float: right;  | 
      ||
| 946 | height: 45px;  | 
      ||
| 947 | margin: 0 0 0 auto;  | 
      ||
| 948 | }  | 
      ||
| 949 | |||
| 950 | e9a3e780 | shiwa | article.admin section.save_data ul li {  | 
      
| 951 | display:inline;  | 
      ||
| 952 | float: left;  | 
      ||
| 953 | d6c3d8de | root | margin:0 0 0 75px;  | 
      
| 954 | text-align: center;  | 
      ||
| 955 | }  | 
      ||
| 956 | |||
| 957 | e9a3e780 | shiwa | article.admin section.save_data ul li a {  | 
      
| 958 | d6c3d8de | root | padding:6px 21px;  | 
      
| 959 | font-size: 18px;  | 
      ||
| 960 | font-weight: bold;  | 
      ||
| 961 | e9a3e780 | shiwa | background-color: #FFF;  | 
      
| 962 | border-radius: 5px;  | 
      ||
| 963 | box-shadow:0 3px rgba(58,20,20,0.65);  | 
      ||
| 964 | d6c3d8de | root | }  | 
      
| 965 | |||
| 966 | e9a3e780 | shiwa | article.admin section.save_data ul li a:hover {  | 
      
| 967 | display: block;  | 
      ||
| 968 | d6c3d8de | root | box-shadow:none;  | 
      
| 969 | }  |