@charset "utf-8";

.bbs--view .bbs--view--header .bbs--view--opt span:first-child:before {display:none;}

.poll_view {}
.poll_view .poll_q{display:inline-block;position:relative;width:100%;margin-top:25px;margin-bottom:10px;padding:15px 5px 5px;border-top:1px solid #D3D3D3;color:#536fa8}
.poll_view .poll_q:first-child {margin:0; padding-top:0;border:none;}
.poll_view .poll_q .text{display:block;padding-bottom:5px;font-weight:700;color:#222}
.poll_view .poll_q .text span{display:inline-block;margin-right:7px;padding:0 6px;border-radius:5px;background-color:#222;color:#fff}
.poll_view .poll_q_list{position: relative;/* padding-left: 22px; */margin-left: 15px;color: #222;}
.poll_view .poll_q_list textarea {display: block;width: 100%;height:150px;border:1px solid #ddd;}
.poll_view .poll_q .poll_subject {display: block;border-top-style: dashed;color: #000;}
.poll_view .poll_q .poll_subject span.poll_num {display: block;float: left;padding: 0 10px;border-radius: 3px;background: #7d7d7d;color: #fff;text-align: center;}
.poll_view .poll_q .etc {position:static; display:block; text-align:right;}

.poll_rslt {display: inline-block;/* float: left; */position: relative;width: 100%;margin: 5px 0 0;padding-top: 5px;padding-bottom: 11px;border-bottom: 1px dotted #ddd;}
.poll_rslt:after {display:block; clear:both; visibility:hidden; content:'';}
.poll_rslt .rslt_04 p {display: block;height: 11px;margin: 3px 0 0;background: url(/images/prog/poll/graphbg.gif) repeat-x 0 0;font-size: 0;}

.poll_foot{position:relative;margin: 30px 0 0;padding:20px 0;/* border-top:1px dashed #dad9d9; */text-align:center;}
