/*
* jQuery Mobile v1.4.2
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/

/* Some unsets */


/* Loading screen ---------*/
.ui-loading .ui-loader {
	display: none;
}


/* List View  -------------*/
.ui-listview,
.ui-listview > li {
	font-size: 1.3rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ui-listview > li {
	border-top: 1px solid #CCCCCC;
}
.ui-listview > li:last-of-type {
	border-bottom: 1px solid #CCCCCC;
}
.ui-listview li > a {
	color: #333333;
	padding: 15px;
	display: block;
	text-decoration: none;
}
/* search_result --------- */
#contents #main .search_result {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	font-size:1.4rem;
	font-weight:700;
}

/* js-autocomplete_target --------- */
#contents #main .js-autocomplete_target {
	margin: 0;
	width: 100%;
	display: block;
}
#contents #main .js-autocomplete_target li {
	width: 100%;
	display: block;
	margin: 0;
	line-height: 140%;
	padding: 0!important;
}