

/*
==============================
ページ上部
==============================*/
#voice_head{width:600px;margin:20px auto;text-align:center;font-size:16px;line-height:1.5em;}
#voice_head p{}
#voice_head span{color:#F90;font-weight:bold;}

/*ページ上部リンク*/
	.voice_page {
		width:600px;
		margin:0 auto;
		text-align:center;
		overflow:hidden;
		background:#fff;
		line-height:20px;
		padding:10px 0 5px 0;
		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		}
	.voice_page p{	line-height:30px;margin: 0;padding:0;}
	.voice_page li{
    display:inline-block;
    *display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
	color:#999;
	height:30px;
	margin: 0 4px 0 0;
	padding:0;
	font-size:14px;
	}
	.voice_page li.select{
	text-decoration:none;
	color:#FFF;
	background:#1E283C;
	font-weight:bold;
	padding:0 10px;
	}

	.voice_page li a{
	text-decoration:none;
	display:block;
	color:#1E283C;
	background:#D7DCE1;
	font-weight:bold;
	padding:0 10px;
	}
	.voice_page li a:hover{	
	background:#C8DC00;
	}


/*
==============================
意見
==============================*/
#voice_main{position:relative;background:#fff;margin:0 0 30px 0;}

/*意見*/
#voice_main .guest {padding:20px 0 20px 180px;font-size:16px;line-height:1.5em;font-weight:bold;}
#voice_main .guest span{background:url(/00voice/images/v_sub01.gif) no-repeat 0 3px;display:block;padding:0 45px 5px 15px;margin:0 0 5px 0;}
#voice_main .guest table {height:105px;width:700px;margin:0 0 0 15px;}
#voice_main .guest td {vertical-align: top;}
#voice_main .guest .ic{position:absolute;top:0;left:40px;width:120px;height:195px;}


/*男性*/
.male{
	border-left:3px solid #50A0F0;
	border-right:3px solid #50A0F0;
	border-bottom:3px solid #50A0F0;
}
.male .guest .ic{display:block;background: url(/00voice/images/ic_male.png);}
.male .guest {border-top:10px solid #50A0F0;}
.male .guest span{border-bottom:1px solid #B9D9F9;}
.male .guest td {color:#328EEC;}

/*女性*/
.female{
	border-left:3px solid #FF8C8C;
	border-right:3px solid #FF8C8C;
	border-bottom:3px solid #FF8C8C;
}
.female .guest .ic{display:block;background: url(/00voice/images/ic_female.png);}
.female .guest {border-top:10px solid #FF8C8C;}
.female .guest span{border-bottom:1px solid #FFD5D5;}
.female .guest td {color:#FF7D7D;}

/*複数*/
.group{
	border-left:3px solid #49D1BA;
	border-right:3px solid #49D1BA;
	border-bottom:3px solid #49D1BA;
}
.group .guest .ic{display:block;background: url(/00voice/images/ic_group.png);}
.group .guest {border-top:10px solid #49D1BA;}
.group .guest span{border-bottom:1px solid #B6EDE3;}
.group .guest td {color:#30BCA4;}

/*
==============================
蒲郡：回答
==============================*/
#voice_main .gama{padding:0 40px 20px 40px;background:#FBF7E0;overflow:hidden;font-size:16px;line-height:25px;}
#voice_main .gama .ans {width:864px;margin:0 0 0 0;overflow:hidden;}
#voice_main .gama .ans .ic{float:right;width:120px;height:195px;}
#voice_main .gama .ans table{float:left;width:730px;height:170px;margin:25px 0 0 0;}
#voice_main .gama .ans td {vertical-align: top;background: url(/00voice/images/bg_ans.png) repeat;}


/*nodata*/
#main #nodata {
	text-align:center;
	border-bottom:1px dotted #999;
	border-top:1px dotted #999;
	margin:50px auto;
	padding:10px 0;
	width:300px;
}