/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {

	/* Toggler - default style */
		.toggler {
		margin-top:1px;
		margin-bottom:1px;
		cursor:pointer;
		text-decoration: none;
		font-weight:bold;
		display: block;
	}


	.toggler-closed {
		margin-left:1px;
		padding:5px 10px 5px 24px;
		background: url(../images/bg_subnavi_01.gif) repeat-y left 0.1em;
		display:block;
		width:174px;
		color:#fff !important;
	}

	.toggler-opened {
		margin-left:1px;
		padding:5px 10px 5px 24px;
		background:url(../images/bg_subnavi_02.gif) repeat-y left 0.1em;
		display:block;
		width:174px;
		color:#fff !important;
	}

/*--------------------*/

	.qa .toggler {
		margin-top:10px;
		margin-bottom:0px;
		cursor:pointer;
		text-decoration: none;
		font-weight:bold;
		display: block;
		border:none;
	}


	.qa .toggler-closed {
		margin-left:8px;
		padding:5px 0 5px 50px;
		background:url(../images/icon_q_01.gif) no-repeat 10px 0.3em;
		width:652px;
		color:#4d9b07 !important;
		font-size:116%;
		text-decoration:none !important;
	}

	.qa .toggler-opened {
		margin-left:8px;
		padding:5px 0 5px 50px;
		background:url(../images/icon_q_02.gif) no-repeat 10px 0.3em;
		width:652px;
		font-size:116%;
		color:#4d9b07 !important;
		text-decoration:none !important;
	}
}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	
	.qa .toggler-closed {
		display:block;
		margin-left:8px;
		padding:5px 0 5px 40px;
		background:url(../images/icon_q_01.gif) no-repeat left 0.3em;
		color:#4d9b07 !important;
		font-size:116%;
		text-decoration:none !important;
	}

		.qa .toggler-opened {
		display:block;
		margin-left:8px;
		padding:5px 0 5px 40px;
		background:url(../images/icon_q_02.gif) no-repeat left 0.3em;
		font-size:116%;
		color:#4d9b07 !important;
		text-decoration:none !important;
	}

}

