@charset "utf-8";

.voting_content {
}

.voting_subContent1 {
  float:left;
  width:390px;
  line-height:1.5;
  font-size:93%;
}
.voting_subContent2 {
  float:right;
  background-color:#fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border:1px solid #e5e5e5;
  width:359px;
  font-size:93%;
  padding:15px;
  height:600px;
  overflow:auto;
}

.voting_subContentFile {
  float:right;
  background-color:#fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border:1px solid #e5e5e5;
  width:359px;
  font-size:93%;
  padding-left:15px;
  padding-right: 15px;
  margin-bottom: 5px;
  height: 30px;
  overflow:auto;
}

dt.votingTitle {
  margin-top: 5px;
  padding-left: 5px;
  font-size: 1.2em;
  background: #ccc none;
}

dd.votingSubTitle {
  margin: 5px;
}

dd.votingAnswer {
  margin: 5px;
}

dd.votingAnswerConfirm {
  margin-left: 5px;
  vertical-align: middle;
  height: 30px;
}

p.text_content_93 {
  font-size:93%;
  height: 30px;
}

#tablelist thead{
  background: #ccc none;
  height: 25px;
}

#tablelist .header > th{
  text-align: center;
  font-weight: bold;
}

#tablelist tbody > tr{
  height: 40px;
}

#tablelist tbody > tr > td{
  padding-left: 10px;
  font-size: 13px;
  vertical-align: middle;
}

#tablelist tbody > tr > td.center{
  text-align: center;
}

.clearfix:after { 
	content: url(/images/portal/spacer.gif); 
	display: block; 
	clear: both; 
	height: 0; 
}

* html .clearfix{
	display:inline-table;
	isplay:block;


}