﻿@charset "UTF-8";


/* =votePage
---------------------------------------- */

#votePage .colMain h2{
	line-height:130%;
	font-size:170%;
	color:#060;
	margin-bottom:10px;
}

#votePage .colMain h2 .head{
	color:#490;
	font-size:60%;
	display:block;
}	

/* 
---------------------------------------- */

#votePage .colMain #writeArea{
	border:2px solid #CCC;
	font-size:90%;
}

#writeArea p{
	font-size:90%;
	color:#490;
	margin-bottom:10px;
}

#votePage .colMain #writeArea .voteChoiceList {
	float:left;
	padding:10px 20px 0 20px;
}

#votePage .colMain #writeArea .voteChoiceList .choice {
	float:left;
	margin-right:5px;
}

#votePage .colMain #writeArea .voteChoiceList .voteChoice {
	margin-bottom:0.8em;
}

#votePage .colMain #writeArea .voteChoiceList .voteChoice .graph img {
	margin-top:2px;
	height: 12px;
	background-color: #490;
}

#votePage .colMain #writeArea .votePost{
	float:right;
	background:#EEE;
	width:250px;
}

#votePage .colMain #writeArea .votePost .wrap{
	padding:10px 20px 30px 20px;
}

#votePage .colMain #writeArea .votePost .comment{
	margin-bottom:10px;
}

#votePage .colMain #writeArea .votePost .comment label{
	display:block;
	margin-bottom:3px;
}

#votePage .colMain #writeArea .votePost .comment textarea{
	width:210px;
}

#votePage .colMain #writeArea .votePost .name{
	margin-bottom:10px;
}

#votePage .colMain #writeArea .votePost .name label{
	margin-right:5px;
}

#votePage .colMain #writeArea .votePost .name input{
	width:150px;
}


/* 
---------------------------------------- */

#votePage .colMain h3{
	margin:30px 0 15px 0;
	font-size:120%;
	color:#490;
	padding-left:25px;
	background:#FFF url("../../../images/icon_comment_s.png") no-repeat left;
}

#votePage .colMain .voteCommentList .voteComment{
	margin-bottom:20px;
}

#votePage .colMain .voteCommentList .voteComment .head{
	
}

#votePage .colMain .voteCommentList .voteComment .head li{
	display:inline;
	font-weight:bold;
}

#votePage .colMain .voteCommentList .voteComment h4{
	float:left;
	padding-right:10px;
	color:#060;
}

#votePage .colMain .voteCommentList .voteComment .body{
	
}

#votePage .colMain .voteCommentList .voteComment .foot{
	color:#666;
}














