header.css 9.39 KB
Newer Older
1 2
@charset "utf-8";

3
.header_ws{
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
    height: 100px;
    width: 100%;
    display: block;
}

.cnt_header{
    width: 960px;
    height: 100px;
    position: relative;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.cnt_header .logo{
    width: 87px;
    height: 80px;
    display: block;
    margin-top: 10px;
    float: left;
    margin-left: 10px;
}

.cnt_header .menu_language{
    float: right;
   /* width: 520px;*/
    width: 820px;
}
.cnt_header .menu_language ul{
    padding: 0;
    text-align: right;
    display: inline-block;
    line-height: 25px;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    position:relative;
}

.cnt_header .menu_language ul li{
    list-style-type: none;
    display: inline;
    padding-left: 15px;
    margin-left: 9px;
}
.cnt_header .menu_language ul li input{
    line-height: 15px;
    height: 20px;
    padding-left: 25px;
    width: 175px;
    vertical-align: text-bottom;
}

.cnt_header .menu_language ul li a{

}
61 62
.cnt_header .menu_language ul li a:hover{

63 64 65 66 67 68 69 70 71 72 73
}
.cnt_header .menu_language ul li.jp{
    margin-left:11px;
}
.cnt_header .menu_language ul li.eng{
}
.cnt_header .menu_language ul li.kor{
    margin-left:6px;
}

.button{ float:right; margin-top:20px; margin-right:2px;}
74 75
.cnt_header .box_open{
    width:180px;
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
    height:120px;
    position:absolute;
    border:1px solid #999999;
    right:0;
    top:38px;
    display:none;
    z-index:9999;
}
.cnt_header .box_open .t_top{
    height:19px;
    margin:0;
    line-height:19px;
    padding-left:5px;
}
.cnt_header .box_open ul{ margin:0; padding:3px 0 0 4px;}
91 92
.cnt_header .box_open ul li{
    list-style-type:none;
93 94 95 96 97 98
    margin-bottom:4px;
    height:19px;
    line-height:18px;
}
.cnt_header .box_open ul li input{ vertical-align:middle;}
.cnt_header .box_open ul li label{ line-height:16px;}
99 100 101 102
.cnt_header .box_open .btn_search{
    width:100px;
    height:30px;
    display:block;
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
    margin:12px auto 0 auto;
}

.cnt_header .menu_language ul .pushMessage {
    text-align: center;
    line-height: 25px;
    display: inline-block;
    padding:0;
}
.cnt_header .menu_language ul .pushMessage span
{
    float:left;
    display:block;
    height:25px;
}
.cnt_header .menu_language ul .pushMessage .icon
{
    width:26px;
}
.cnt_header .menu_language ul .pushMessage .arrow
{
    width:6px;
    margin-right:5px;
}



.cnt_header .menu_language ul.pushMessage a:hover { }

132 133
.header_ws .cnt_header .menu_language ul li a img { display: inline; }
.header_ws .cnt_header .menu_language ul .language {
134 135 136
    padding: 0;
    margin-left: 0px;
}
137 138
.header_ws .cnt_header .menu_language .button .menuIcon img { display: inline; }
.header_ws .cnt_header .menu_language ul li a#jQueryPush{
139 140

}
141
.header_ws .cnt_header .menu_language .button {
142
    width: 520px;
143
    /*width: 590px;*/
144 145 146
    position: relative;
}

147
.header_ws .cnt_header .menu_language #header-searchbox {
148 149 150 151 152 153 154 155
	width: 200px;
	position: absolute;
	top: 25px;
	z-index: 9999;
	text-align: left;
	right: 0px;
	padding-top:5px;
}
156
.header_ws .cnt_header .menu_language #header-searchbox span
157 158 159
{
    cursor:pointer;
}
160
.header_ws .cnt_header .menu_language #header-searchbox a#searchbox-search {
161 162 163 164 165 166 167
	height: 20px;
	line-height:20px;
	/*width: 25px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 1px 20px;
168
	text-decoration: none;
169 170 171 172 173
	/*margin: 0 10px 10px 125px;*/
	float:right;
	display: inline-block;
	margin:0 5px 5px 0;
}
174
.header_ws .cnt_header .menu_language #header-searchbox a#searchbox-search:hover {
175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
}
a#searchbox-search:active{
	position:relative;
	top:1px;
}

/* for pushmessage */
.notification-pushmessage
{
    position:fixed;
    height:40px;
    line-height:40px;
    text-align:center;
    top:0;
    left:0;
    right:0;
    z-index:10000;
}

.tops ul.sort li.current a.descending_sort{
	text-decoration: underline;
	padding-right: 15px;
	margin-right:5px;
}
199
.tops ul.sort li.current a.ascending_sort{
200 201 202
	text-decoration:underline;
	padding-right: 15px;
	margin-right:5px;
203 204 205 206 207 208 209 210
}
.tops ul.sort li b{
}
.tops ul.sort {
    margin: 0;
    display:inline-block;
    padding: 6px;
}
211
.tops ul.sort li{
212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229
    display:inline;
}
.tops ul.sort li a{
    padding-left:5px;
    padding-right:7px;
}
.tops ul.sort li a:hover{ }
.tops ul.sort li a.active_tops{ }

.tops ul.sort li.sort a:hover{ text-decoration:underline;}
.tops ul.sort li b{

}

.toast-item-loading
{
    text-align:center;
    height:40px;
230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421
}


.header_ws{
    background-image:  url(../../img/common/header_border.jpg) ,url(../../img/common/header_bg.jpg);
    background-repeat: repeat-x, repeat;
    background-position: bottom, top;
}

.cnt_header{

}

.cnt_header .logo{
    background-image: url(../../img/common/logo.png);
    background-repeat: no-repeat;
}

.cnt_header .menu_language{
    font-size: 12px;
    color: #333333;
}
.cnt_header .menu_language ul{

}

.cnt_header .menu_language ul li{

}

.cnt_header .menu_language ul li input{
    border: 1px solid #999999;
    border-radius: 3px;
    font-size: 12px;
    background: url(../../img/common/icon_serch.png) 3px 2px no-repeat;
    behavior: url("/PIE.htc");
}

.cnt_header .menu_language ul li a{
    color:#000;
    text-decoration:none;
}
.cnt_header .menu_language ul li a:hover{
    text-decoration:underline;
}
.cnt_header .menu_language ul li.jp{
    background: url(../../img/common/flg_jpn.png) no-repeat left center;
}
.cnt_header .menu_language ul li.eng{
    background: url(../../img/common/flg_usa.png) no-repeat left center;
}
.cnt_header .menu_language ul li.kor{
    background: url(../../img/common/flg_kor.png) no-repeat left center;
}

.button{ }
.cnt_header .box_open{
    background:#fff;
}
.cnt_header .box_open .t_top{
    color:#cccccc;
    font-size:10px;
    border-bottom:1px solid #999999;
}

.cnt_header .box_open ul{ }
.cnt_header .box_open ul li{
    color:#333333;
    font-size:12px;
}
.cnt_header .box_open ul li input{ }
.cnt_header .box_open ul li label{ }
.cnt_header .box_open .btn_search{
    background:url(../../img/common/btn_search.png) no-repeat;
}

.cnt_header .menu_language ul .pushMessage {
    /*background-image: url(../../img/common/icon_newmessage.png), url(../../img/common/icon_triangle.png), url(../../img/common/box_pushmessage.jpg);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 5px center, right 5px center, bottom;
    border: solid 1px #CCCCCC;*/
    background: url(../../img/common/box_pushmessage.jpg) repeat-x;
    border: solid 1px #CCCCCC;
}
.cnt_header .menu_language ul .pushMessage span
{
    float:left;
    display:block;
    height:25px;
}
.cnt_header .menu_language ul .pushMessage .icon
{
    background: url(../../img/common/icon_newmessage.png) no-repeat center;
    width:26px;
}
.cnt_header .menu_language ul .pushMessage .arrow
{
    background: url(../../img/common/icon_triangle.png) no-repeat center;
    width:6px;
    margin-right:5px;
}

.cnt_header .menu_language ul.pushMessage a:hover { text-decoration: none; }

.header_ws .cnt_header .menu_language ul li a img { display: inline; }
.header_ws .cnt_header .menu_language ul .language {
    padding: 0;
    margin-left: 0px;
}
.header_ws .cnt_header .menu_language .button .menuIcon img { display: inline; }
.header_ws .cnt_header .menu_language ul li a#jQueryPush{
    text-decoration: none !important;
    color:#333;
}
.header_ws .cnt_header .menu_language .button {

}

.header_ws .cnt_header .menu_language #header-searchbox {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.header_ws .cnt_header .menu_language #header-searchbox span
{
}
.header_ws .cnt_header .menu_language #header-searchbox a#searchbox-search {
	-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;
	border: 1px solid #0C274D;
	color: #ffffff;
}
.header_ws .cnt_header .menu_language #header-searchbox a#searchbox-search: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;
}
a#searchbox-search:active{
}

.tops ul.sort {
    border: 1px solid #B3B3B3;
    border-radius: 4px;
}
.tops ul.sort li{

}
.tops ul.sort li a{
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

.tops ul.sort li.sort a:hover{ text-decoration:underline;}
.tops ul.sort li.current a.descending_sort{
	color: #2d83da;
	background: url(../../img/common/icon_triangle_d.png) no-repeat right 5px;
}
.tops ul.sort li.current a.ascending_sort{
	color:#2d83da;
	background:url(../../img/common/icon_triangle_u.png) no-repeat right 5px;
}
.tops ul.sort li b{
	font-weight: normal;
	font-size: 12px;
}
.tops ul.sort li b{
    font-weight: normal;
    font-size: 12px;
}

/* for pushmessage */
.notification-pushmessage
{
    background-color:#bde;
    opacity:0.8;
    border:solid 1px #333;
    color:#000;
    border:solid 1px #000;
    font-weight:bold;
    font-size:13px;
}
.toast-item-loading
{
    text-align:center;
    height:40px;
    background:url(../../img/data_loading.gif) no-repeat center;
422
}