contentsearch.css 11.7 KB
Newer Older
Motohisa Nakano committed
1 2 3 4 5 6 7 8 9
/* Latest Update
   2012.11.5 write           */

/* author
   koyuki watanabe               */

/* article */
.articlecontentsearch{ 
	display:block;
10
	margin-bottom:20px;
Motohisa Nakano committed
11 12 13 14 15
	overflow:hidden;
}
.tops{
	position:relative;
	font-size:12px;
16
	overflow:hidden;
Motohisa Nakano committed
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
}
.tops a.btn_gray, .tops a.btn_blue{
	float:left;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:80px;
	layout-grid-line:80px;
	height:19px;
	text-decoration:none;
	margin-right:10px;
	color:#fff;
}
.tops a.btn_gray img, .tops a.btn_blue img{
	display:inline;
	line-height:19px;
    vertical-align:middle;
}

36 37 38 39 40 41 42 43 44 45 46 47
.tops a:hover.btn_black {
    -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
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63

.tops a:hover.btn_blue,.tops a:hover.btn_gray{ 
	border:1px solid #fff; 
	outline:1px solid #727171;
	
	background: rgb(45,123,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */

	margin-right:10px;
}
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87

.tops a.btn_black {
	height:24px !important;
	margin-top:-3px;
	padding-top:4px;
	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: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	
	color:#fff;
	
	behavior:url('/abvw/css/PIE.htc');
}

Motohisa Nakano committed
88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
.tops a.btn_blue,.tops a.btn_gray{ 
	border:1px solid #fff; 
	outline:1px solid #2d83da;
	background-image: linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
	background-image: -o-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.27, rgb(69,154,239)),
	color-stop(0.77, rgb(117,185,254)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77bafe', endColorstr='#4599ef');
}
.button{ float:right; margin-top:20px; margin-right:2px;}


107 108 109
.tops ul{
	float:right;
	margin:15px 0 5px 0;
Motohisa Nakano committed
110 111
	padding:9px 0 9px 5px;
	width:360px;
112 113 114 115 116
	height:18px;
	background:url(../images/order_box_bg.png) no-repeat;
}

.tops ul li{ display:inline; }
Motohisa Nakano committed
117 118 119
.tops ul li a{ 
	font-size:12px; 
	float:left; 
120
	color:#fff;
Motohisa Nakano committed
121 122 123 124 125 126 127
	text-decoration:none; 
	margin-right:5px; 
	margin-left:5px;
}
.tops ul li span{ 
	font-size:12px; 
	float:left; 
128
	color:#fff; 
Motohisa Nakano committed
129 130 131 132
	text-decoration:none; 
	margin-right:5px; 
	margin-left:5px;
}
133 134 135 136 137 138 139
.tops ul li a:hover{ text-decoration:underline; }
.tops ul li a.gray_text{ color:#999999; }
.tops ul li a.active_tops{
	color:#D3D300;
	font-weight:bold;
	text-decoration:underline;
}
Motohisa Nakano committed
140
.tops ul li span.sortHead {
Motohisa Nakano committed
141 142 143
    text-align:center;
	width:70px;
	margin-right:7px;
Motohisa Nakano committed
144
}
145
.tops p{ font-size:14px; padding:22px 2px 0 10px; margin:0; color:#f0f0f0;}
Motohisa Nakano committed
146 147 148

/* section */
section{ 
149
	float:left;
Motohisa Nakano committed
150 151 152 153 154 155 156
	padding-top:10px;
	border-top:1px dashed #cccccc;
	margin-top:10px;
	display:block;
}
.cnt_section{ 
	margin:0; 
157 158 159
	padding:5px;
	width:920px;
	height:130px;
Motohisa Nakano committed
160
}
161
.cnt_section:hover{ background-color:rgba(255,255,255,0.24); }
Motohisa Nakano committed
162 163 164 165 166 167 168 169 170 171 172 173 174
.cnt_section a.img{ 
	display:block;
	width:161px;
	height:120px;
	float:left;
	background:#fff;
}
.cnt_section a.img canvas{ margin:0 auto; height: 105px; width: 150px;}
.cnt_section .text{
	float:left;
	height:120px;
	margin:0 0 0 35px;
}
175
.cnt_section .text a.name{ color:#fff;font-size:18px;}
Motohisa Nakano committed
176 177 178 179 180 181 182 183
.cnt_section .text a.name:hover{ text-decoration:none;}


.cnt_section .text ul.date{
margin-top:0px;
float:left;
}
.cnt_section .text ul.date li{
184
color:#ccc;
Motohisa Nakano committed
185 186 187 188 189 190 191
font-size:13px;
}
/*---*/
.cnt_section .text .info{ overflow:hidden; margin-top:10px;}

.cnt_section .text ul.pic{
float:left;
Motohisa Nakano committed
192
margin-left:280px;
Motohisa Nakano committed
193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210
}
.cnt_section .text ul.pic li{
height:82px;
float:left;
margin-left:17px;
}
.cnt_section .text ul.pic li img {
position:relative;
top:100%;
}
.cnt_section .text ul.pic li img.sticker {
margin-top:-40px;
}
.cnt_section .text ul.pic li img.pen {
margin-top:-40px;
}

.cnt_section .text ul.pic li a.read {
211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227
	margin-top:30px;
	width:90px;
	height:30px;
	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
228 229
	display:inline-block;
	color:#ffffff;
230 231
	font-size:16px;
	padding:6px 0 0 0;
Motohisa Nakano committed
232
	text-decoration:none;
233
	text-align:center;
Motohisa Nakano committed
234
	margin-left:5px;
235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251
	
	behavior:url('/abvw/css/PIE.htc');
}

.cnt_section .text ul.pic li a.read:hover {
	-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;
	cursor: pointer;
}

.cnt_section .text ul.pic li a.read:active {
Motohisa Nakano committed
252 253 254
	position:relative;
	top:1px;
}
255 256

/*
Motohisa Nakano committed
257 258 259 260 261 262 263 264 265 266
.cnt_section .text ul.pic li a.read:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../css/button_back_off.svg);
}
.cnt_section .text ul.pic li a.read:hover:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../css/button_back_on.svg);
}
267
*/
Motohisa Nakano committed
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

.cnt_section .text ul.pic li a.read_hover {
	-moz-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
	box-shadow:inset 0px 1px 0px 0px #b6b3b3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #777575), color-stop(1, #3f3d3d) );
	background:-moz-linear-gradient( center top, #777575 5%, #3f3d3d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777575', endColorstr='#3f3d3d');
	background-color:#777575;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #63636d;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 26px;
	text-decoration:none;
	text-shadow:1px 1px 0px #686666;
	margin-left:5px;
	line-height:20px;
}.cnt_section .text ul.pic li a.read_hover:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f3d3d), color-stop(1, #777575) );
	background:-moz-linear-gradient( center top, #3f3d3d 5%, #777575 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d3d', endColorstr='#777575');
	background-color:#3f3d3d;
}.cnt_section .text ul.pic li a.read_hover:active {
	position:relative;
	top:1px;
}
.btn_bott{ 
	display:block; 
	width:278px; 
	height:33px;
	line-height:33px;
	margin:37px auto 0 auto;
	font-size:14px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border:1px solid #fff; 
	outline:1px solid #2d83da;
	background: #78bafe; /* Old browsers */
	background: -moz-linear-gradient(top,  #78bafe 0%, #4499ef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78bafe), color-stop(100%,#4499ef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #78bafe 0%,#4499ef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #78bafe 0%,#4499ef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #78bafe 0%,#4499ef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #78bafe 0%,#4499ef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bafe', endColorstr='#4499ef',GradientType=0 ); /* IE6-9 */
}
a:hover.btn_bott{
	background: rgb(45,123,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
}
#main-searchresult
{
	border:1px solid #ccc;
	padding:10px 20px 10px 22px;
	display:block;
	margin:10px 10 20px 10px;
	height: 25px;
338 339
	background-color:#999;
	color:#fff;
Motohisa Nakano committed
340 341 342 343
}
#main-searchresult span
{
	float: left; 
344
	padding-top:4px;
Motohisa Nakano committed
345 346 347 348 349 350 351 352 353
	margin-right: 15px;
}
#main-searchresult input
{
	float: left;
	margin-right: 10px;
}
#main-searchresult input[type="radio"]
{
354
	margin-top:4px;
Motohisa Nakano committed
355 356
	margin-right: 5px;
}
357 358 359 360 361 362 363 364 365 366 367
#main-searchresult input[type="text"]
{
	padding:2px 5px;
	-webkit-border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
}
#main-search {
	margin-left:15px;
}
.tops a.btn_gray, .tops a.btn_blue, .tops a.btn_black{
Motohisa Nakano committed
368 369 370 371 372 373 374 375 376 377 378 379
	float:left;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:80px;
	layout-grid-line:80px;
	height:19px;
	text-decoration:none;
	margin-right:10px;
	color:#fff;
	margin-right: 15px;
}
380

Motohisa Nakano committed
381 382 383 384 385 386 387 388 389 390 391 392
a:hover
{
	cursor:pointer;
}
#main-searchresult span:hover
{
	cursor: pointer;
}

#msgSearchNotExist
{
    display: none;
393 394
	font-size: 16px;
	color:#fff;
Motohisa Nakano committed
395
}