@charset "utf-8";
/*voice*/
div.category-voice{margin-bottom:3em;}
div.category-voice h3{background:url(../../img/bg_voice.gif) no-repeat bottom;padding:20px 50px 10px 0;min-height:20px;_height:20px;margin-bottom:0!important;color:#654a34!important;}
div.category-voice{margin-bottom:1em;}
div.category-voice div.entry{background:#efefef;padding:20px;font-size:90%;line-height:1.6em;}
div.category-voice div.entry img{display:block;margin-bottom:5px;border:1px solid #ccc;}
div.category-voice div.entry .alignright{margin-left:15px;border:1px solid #ccc;}
div.category-voice div.entry .alignleft{margin-right:15px;border:1px solid #ccc;}
div.category-voice div.entry .fr{margin:0 0 5px 15px;}
div.category-voice div.entry p{margin-bottom:1em;}

/*フロート解除*/
div.category-voice div.entry:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
div.category-voice div.entry{
display: inline-block;
}
/* Holly Hack Targets IE Win only \*/
* html div.category-voice div.entryheight: 1%;}
div.category-voice div.entry{display: block;}
/* End Holly Hack */