@charset "UTF-8";
/* CSS Document */

	.jq_text {
	display:none;
	width:90%;
	background-color:#FFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	}
	.jq_demo {
	color:#666;
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
	font-style: italic;
	}
	.jq_acc {
		float:left;
		width:90%x;
		margin:0px 0px 15px 0px;
	}
	.jq_acc_title {
	float:left;
	width:90%;
	height:20px;
	font-family: 'Ropa Sans', sans-serif;
	font-size:16px;
	color:#666;
	font-weight:400;
	cursor:hand;
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	.jq_acc_first {
		border-top:0px solid #ccc;
	}
	.jq_acc_content {
	display:none;
	float:left;
	width:90%;
	padding-top:10px;
	padding-bottom:10px;
	color:#999;
	font-family: 'Rosario', sans-serif;
	font-size:12px;
	}