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

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

@media projection, screen {

	/* Toggler2 - example simple style */
	.toggler2 {
	font-size: 18px;
	line-height: normal;
	color: #003399;
	background-image: url(../layout/sh5p/custom-img/mizutti02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	text-decoration: none;
	display: block;
	margin: 10px 0px 10px 30px;
	height: 28px;
	padding-top: 9px;
	}
	.toggler2-closed {
	color:#0066CC;
	}
	.toggler2-closed:hover {
	color: #CC3300;
	}
	.toggler2-opened {
	font-weight: bold;
	}
	.toggler2-opened:hover {
	color: #CC3300;
	}

	/* Toggler3 - example simple style */
	.toggler3 {
	font-size: 16px;
	line-height: normal;
	color: #003399;
	background-image: url(../layout/sh5p/custom-img/q-img.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	text-decoration: none;
	display: block;
	margin: 10px 0px 10px 30px;
	height: 26px;
	padding-top: 9px;
	}
	.toggler3-closed {
	color:#003399;
	}
	.toggler3-closed:hover {
	color: #CC3300;
	}
	.toggler3-opened {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
	}
	.toggler3-opened:hover {
	color: #CC3300;
	}
	/* Container 
	.toggler2-c {
		margin-bottom:25px;
	}
	.toggler2-c-closed {
		margin:-25px 0px 25px 0px;
	   background:#fff;
	   border:solid 1px #d4d4d4;
	   border-top:0;
	   padding:20px;
		width:536px;
	}
	.toggler2-c-opened {
	   margin:-25px 0px 25px 0px;
	   background:#FFF8DC;
	   border:solid 1px #d4d4d4;
		border-top:0;
	   padding:20px;
		width:536px;
	}*/

}

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

	.toggler2-c { margin-bottom:25px; }
	/*.toggler2 { display: none; }*/
	
}
