/*!
 * jQuery Mobile v1.0b2
 * http://jquerymobile.com/
 *
 * Copyright 2010, jQuery Project
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 */
/*
* jQuery Mobile Framework
* Copyright (c) jQuery Project
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* ad
-----------------------------------------------------------------------------------------------------------*/
.ui-content {/*jqmのデフォルトインデントを解除*/
	padding: 0px;
}
div.contentbox {/*左右上下にインデント*/
	padding: 0 15px 0 15px;
}

