.main-search-box {
	min-width:280px;
}

.search-ttl {
	font-size:26px;
	color:#222;
	text-align:center;
	padding:30px 0px;
}

.search-form {
	width:820px;
	margin:0 auto 120px auto;
	position:relative;
}

.search-form input[type="text"]{
	width:678px;
	height:30px;
	border:1px solid #cccccc;
	padding-left:50px;
	font-size:13px;
	float:left;
}

.search-form input[type="submit"]{
	width:80px;
	height:34px;
	border:1px solid #cccccc;
	border-left:none;
	background:#fff;
	cursor:pointer;
	float:left;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.search-zoom {
	width:24px;
	height:24px;
	background:url(../images/search-zoom.png) 0 0 no-repeat;
	display:block;
	position:absolute;
	z-index:1000;
	top:5px;
	left:3px;
}

.search-hint {
	position: absolute;
	width:730px;
	z-index: 10000;
	background:#fff;
	-webkit-box-shadow: -4px 10px 24px -9px rgba(0,0,0,0.42);
	-moz-box-shadow: -4px 10px 24px -9px rgba(0,0,0,0.42);
	box-shadow: -4px 10px 24px -9px rgba(0,0,0,0.42);
	display: none;
}

.search-hint p {
	font-size:13px;
	padding:12px 10px 12px 50px;
	border-bottom:1px solid #f1f1f1;
	cursor: pointer;
}

.search-hint p.hover-item {
	font-weight: bold;
	background: #f1f1f1;
	color:#000;
}

.search-hint p:last-child {
	border-bottom: none;
}

.main-category-box {
	overflow:hidden;
	min-width:280px;
	/* min-height:100vh; */
}


.item-title {
	font-size:26px;
	color:#222;
	padding:5px 0px 5px 6px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;    
}

.item-sub-title {
	font-size:18px;
	margin-top:15px;
	font-weight:normal;
	font-family: 'MyriadPro-Regular';
	color:#464646;
	background:#fff3df;
	padding:20px;
	border-radius:4px;
}


/* stream list */
.stream-list {
	min-height: 65vh;
}


.items-list-table {
	width:100%;
	margin:20px 0;
	font-size:15px;
}

.items-list-table thead tr th {
	padding:15px 10px;
	background:#c1c1c1;
	color:#000;
	border-right:1px solid #fff;
}

.items-list-table.links-items thead tr th {
	background:#4869a0;
	border-right:1px solid #c1c1c1;
}


.items-list-table thead tr th a {
	text-decoration: none;
	color:#000;
}

.items-list-table tbody tr td {
	padding:15px 10px;
	color:#424242;
}

.items-list-table tbody tr td a {
	color:#424242;
}

.items-list-table tbody tr:nth-child(2n) {
	background: #f0f0f0;
}

.text-center {
	text-align: center;
}

/* search page */
.main-search-page {
	margin-top:40px;
	min-height:100vh;
}

.site-sort {
	display:inline-block;
	position:relative;
	color:#999999;
	font-size:15px;
	padding:10px 24px 10px 0px;
}

.site-sort a {
	color:#999999;
	margin:0px 6px;
}

.sort-select {
	display:none;
	position:absolute;
	right:20px;
	top:30px;
	background:#fff;
	padding:15px 20px;
	-webkit-box-shadow: 0px 14px 17px -1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 14px 17px -1px rgba(0,0,0,0.15);
	box-shadow: 0px 14px 17px -1px rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index:1000;
}

.sort-select li {
	padding:10px 0;
	border-bottom:1px dashed #c1c1c1;
	cursor:pointer;
	width:180px;
	height:18px;
}

.sort-select li:hover {
	color:#222;
}

.sort-asc-icon, .sort-desc-icon {
	background:url(../images/sort-icon.png) right 2px no-repeat;
}

.sort-asc-icon {
	background-position:right -32px;
}

.search-items-list {
	margin-top:40px;
}

.search-items-list ul {
	display:block;
}

.search-items-list ul li {
	padding:15px 0;
	font-size:15px;
	border-bottom:1px solid #f1f1f1;
}

.search-items-list ul li a {
	color:#000;
}

.search-items-list ul li a:hover {
	color:#424242;
}

.search-items-list ul li .start-date {
	margin:10px 0 10px 0;
	display:block;
	font-size:13px;
	color:#778899;
}

.no-list {
	text-align:center;
}

@media screen and (max-width:1200px){

	.search-form input[type="text"]{
		width:478px;
	}

	.search-form {
		width:620px;
	}

	.search-hint {
		width: 530px;
	}

	.main-category-box {
		width:840px;
		margin:0 auto;
	}
	
	/* search page */
	.search-items-list ul {
		width:90%;
		margin:0 auto;
	}
	
	.site-sort {
		margin-left:5%;
	}
}


@media screen and (max-width:900px){
	
	.main-category-box {
		width:560px;
	}
	
}


@media screen and (max-width:800px){
	.search-form input[type="text"]{
		width:320px;
	}

	.search-form {
		width:462px;
	}
	
	.search-hint {
		width: 372px;
	}

}


@media screen and (max-width:560px){
	.search-ttl {
		padding:30px 0px;
		font-size:20px;
	}
	.search-form input[type="text"]{
		width:220px;
	}

	.search-form {
		width:362px;
		margin-bottom:60px;
	}

	.search-hint {
		width: 272px;
	}

	.main-category-box {
		width:100%;
	}

}


@media screen and (max-width:400px){
	.search-form input[type="text"]{
		width:150px;
		padding-left:40px;
	}

	.search-form {
		width:274px;
	}
	.search-hint {
		width: 192px;
	}
}