/*
* jQuery Mobile Framework 1.1.0 db342b1f315c282692791aa870455901fdb46a55
* http://jquerymobile.com
*
* Copyright 2011 (c) jQuery Project
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
*/
/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-x {
	border: 0px solid 		#FF0000 /*{a-bar-border}ヘッダー、フッターの枠線*/;
	background: 			#022C74 /*{a-bar-background-color}*/;
	color: 					#ffffff /*{a-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000000 /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #022C74 /*{a-bar-background-start}*/), to( #2667C6 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #022C74 /*{a-bar-background-start}*/, #2667C6 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #022C74 /*{a-bar-background-start}*/, #2667C6 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #022C74 /*{a-bar-background-start}*/, #2667C6 /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #022C74 /*{a-bar-background-start}*/, #2667C6 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #022C74 /*{a-bar-background-start}*/, #2667C6 /*{a-bar-background-end}*/);
}
.ui-body-x .ui-listview h3,
.ui-body-x .ui-footer .ui-title {
    overflow: visible;
    white-space: normal;
}
.ui-btn-up-x{
	color:#ffffff;
}
.ui-btn-down-x{
	color:#ffffff;
}
.ui-btn-hover-x{
	color:#ffffff;
}
a{
	text-decoration: none;
}