@charset "utf-8";

/* voice
2011.11.18
--------------------------------------------------------------------------------- */

/* personal */
#voice .container-wrapper{
	padding-bottom:1.5em;
	margin-bottom:1.5em;
}
#voice .voice{
	border-bottom:1px dotted #ccc;
}
#voice .voice h3{
	background-color:#fff;
	background-image:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:none;
	border-radius:0;
	padding:10px 0 0 0;
}
#voice .float-right{
	width:440px;
}

/* corp */
.voice .float-left{
	margin:0 1em 1em 0;	
}
.voice .float-right{
	margin:0 0 1em 1em;	
}
