#review{
	font-family: メイリオ , Meiryo, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	padding:20px 0;
}


#review .boxtitle{
	background:url(/special/lcc/images/ico_comment.gif) no-repeat left bottom ;
	font-size: 22px;
    height: 27px;
    padding-left: 40px;
    line-height:27px;

}
#review .box{
    margin:5px 0 40px;
    position: relative;
    background:#e9e9e9;
    padding:20px;
    line-height:2;
}

#review .box:before{
    content: '';
    z-index: 1;
    position: absolute;
    border: 1px dashed #bbb;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    -moz-box-shadow: 0 0 0 1px #eee;
    -webkit-box-shadow: 0 0 0 1px #eee;
    box-shadow: 0 0 0 1px #eee;
}

