@charset "UTF-8";

/* 本の紹介用CSS */

body{
margin:0;
padding:0;
background-color:#ffffff;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img{
border:1px solid #cccccc;
}

div{
margin:0;
padding:0;
}

#reviewblock{
}

#reviewblock:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

div.reviewblock{
width:370px;
height:195px;
}

div.icon{
float:left;
width:162px;
height:162px;
padding:8px;
text-align:center;
}


div.detail{
float:right;
width:180px;
margin:5px 0 0 0;
}

div.detail p.booktitle{
font-size:14px;
font-weight:bold;
margin:0 0 10px 0;
color:#d2691e;
}

div.detail p.detail{
font-size:12px;
padding:0;
margin:0;
line-height:1.3em;
}

a:link{
color:#375e8d;
background:transparent;
}

a:visited{
color:#375e8d;
background:transparent;
}

a:hover, a:active{
color:#375e8d;
background:transparent;
}

