/*!
 * jQuery UI Accordion 1.9.2
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */

.ui-accordion-header a							{ display             : block;
												  line-height         : 25px;
												  height              : 25px; }

.MenuTitle.ui-accordion-header					{ position            : relative; }

.MenuTitle.ui-accordion-header:before			{ content             : "";
												  position            : absolute;
												  right               : .5em;
												  top                 : 50%;
												  margin-top          : -8px;
												  width               : 16px;
												  height              : 16px;
												  background-image    : url(/img/menu_icon.svg);
												  background-position : 0px -200px; }

.MenuTitle.ui-accordion-header-active:before	{ background-position : -20px -200px; }


@media screen and (max-width: 768px){ /* =768px以下の場合= */ /* 1カラム */
	
	.ui-accordion-header a 						{ line-height         : inherit;
												  height              : inherit; }
}