#enquete_contents_01 .tit_03 {
	color: #c83b53;
	border-bottom: 2px dotted #cccccc;
	}
	
#enquete_contents_01 .tit_04 {
	color: #c83b53;
	font-weight: bold;
	}
	

#enquete_contents_01 .link {
    margin-bottom: 10px;
	text-align: right;
}

#enquete_contents_01 .link a {
	color: #c83b53;
	font-weight: bold;
}

#enquete_contents_01 .link a:before {
	margin-right: 5px;
	content: url("/kyousei_html/enquete/01img_sp/icon_link.gif");
}

#enquete_contents_01 .box_txt_enquete .txt_enquete {
    background: url("/kyousei_html/enquete/01img_sp/icon_comment.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0px;
    text-indent: 25px;
}

/*toggle
--------------------------*/
.box_navi_area li.area_name {
	padding: 5px 10px;
	border-bottom: 1px solid #C83B53;
	background:  #F5B4BF;
}


.box_navi_area li.closed span {
		background: url("/kyousei_html/enquete/01img_sp/icon_open.gif") no-repeat scroll right center;
	}
	
.box_navi_area li.opened span {
		background: url("/kyousei_html/enquete/01img_sp/icon_close.gif") no-repeat scroll right center;
	}

.box_navi_area li.area_name span {
	display: block;
}

.box_navi_area li.list_pref_name {
	display: none;
}

.box_navi_area li.list_pref_name ul li {
	padding: 5px 10px;
	border-bottom: 1px solid #FFA0B0;
	background: #FFD6DD;
}

