.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-both {
	clear: both !important;
}

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

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

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


#search-tabs {
}
.form-line{
	line-height:2.5em;
}

/* search form style */
.search-input{
	margin-left:5px;
}

.search-input[type=text]{
	width:560px;
}
.search-input[type=checkbox],
.search-input[type=checkbox] + label{
	vertical-align:middle;
}

#search-tabs form label{
	display:inline-block;
	width: 100px;
	font-size:12px;
	line-height:26px;
}

.form-line{
	line-height:2.5em;
}


.jqui-button,
.jqui-button-static{
	padding: .5em .8em;
}

.jqui-button .ui-button-text,
.jqui-button-static .ui-button-text{
	padding: 0;
}

.jqui-button .ui-button-text {
	font-size: 12px;
}


/* pager style */
section.pager span.pager-button{
	display:block;
	float:left;
	padding:0;
	margin:0;
	height:34px;
	line-height:34px;
	border-right-width:0px;
	font-weight:normal;
	min-width:30px;
}

section.pager span.pager-button.ui-state-disabled,
section.pager span.pager-button.ui-state-active,
section.pager span.pager-button a{
	height:20px;
	line-height:20px;
	padding:7px 5px;
	min-width:20px;
}

section.pager span.pager-button.jqui-button .ui-button-text{
	padding:0;
}

section.pager span.pager-button.ui-corner-right{
	border-right-width:1px;
}

section.pager{
	margin-top: 0.6em;
	margin-bottom: 0.4em;
}

section.pager div.pager-link{
	width:500px;
}

section.pager div.pager-info{
	float:right;
	text-align:right;
	width:250px;
	vertical-align:bottom;
}

div#search_conleft {
	width: 190px;
	float: left;
	margin: 10px 10px 0 0
}

div#search_conright {
	width: 760px;
	float: right;
}

div#search_conleft h3 {
	margin: 0 0 5px;
}

div#search_conleft .search-filter {
	margin: 0 0 10px;
}

div#search_conleft .search-filter li {
	margin: 0 0 1px;
}

div#search_conleft .toggle_button {
	display: block;
	text-align: right;
	margin: 3px 0
}

#search_conright th a {
	color: #fff;
}
#search_conright th a.asc:after {
	content: '\2193';
}
#search_conright th a.desc:after {
	content: '\2191';
}

/* ------------------------------
	検索結果の条件
------------------------------ */

#search-tabs {
	margin: 0;
}

#article_search_current_conditions {
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	padding: 20px 3%;
}
#article_search_current_conditions h2 {
	font-size: 18px;
	padding: 0 0 10px;
}
#article_search_current_conditions li {
	font-size: 16px;
	/*font-weight: bold;*/
	color: #0098CE;
	/*color: #333;*/
}
#article_search_current_conditions li span {
	font-size: 12px;
	color: #333;
	font-weight: normal;
}