@charset "EUC-JP";
/*---------------------------------------------------------------
* review_search
----------------------------------------------------------------*/
/* only for winIE6.0 and below */
* html body,
* html body #search_main,
* html body #search_main div table tbody tr td,
* html body #search_main td table tbody tr {
    text-align:left;
}

/* hack for modern browser-except IE7.0 */
*:first-child+html body
*:first-child+html body #search_main, 
*:first-child+html body #search_main div table tbody tr td,
*:first-child+html body #search_main td table tbody tr {
    text-align:left;
}

/* only for winIE8.0 and below */
html> body #search_main,
html> body #search_main div table tbody tr td,
html> body #search_main td table tbody tr {
    text-align:left;
}

div#search_main a {
    color:#1d54a7;
    text-decoration:none;
}

div#search_main a:hover {
    color:#bf0000;
    text-decoration:underline;
}

tr#search_reviewLoc a {
    color:#1d54a7;
    text-decoration:none;
}

tr#search_reviewLoc a:hover {
    color:#bf0000;
    text-decoration:underline;
}

div.action {
    padding:5px 5px 0px 0px;
}

div.action p{
    display:inline;
    font-size:82%;
}

div.action p.opinion span{
    font-size:120%;
    color:#BF0000;
}
