header.css 5.07 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 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
    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; }

104 105
.header_ws .cnt_header .menu_language ul li a img { display: inline; }
.header_ws .cnt_header .menu_language ul .language {
106 107 108
    padding: 0;
    margin-left: 0px;
}
109 110
.header_ws .cnt_header .menu_language .button .menuIcon img { display: inline; }
.header_ws .cnt_header .menu_language ul li a#jQueryPush{
111 112 113
    text-decoration: none !important;
    color:#333;
}
114
.header_ws .cnt_header .menu_language .button {
115 116 117

}

118
.header_ws .cnt_header .menu_language #header-searchbox {
119 120 121
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
122
.header_ws .cnt_header .menu_language #header-searchbox span
123 124
{
}
125
.header_ws .cnt_header .menu_language #header-searchbox a#searchbox-search {
126 127 128 129 130 131 132 133 134 135
	-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;
}
136
.header_ws .cnt_header .menu_language #header-searchbox a#searchbox-search:hover {
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
	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{
164 165
	color:#2d83da;
	background:url(../../img/common/icon_triangle_u.png) no-repeat right 5px;
166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
}
.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;    
}