@charset "utf-8";

@import url("reset.css");
@import url("fonts.css");
@import url("common.css");
@import url("style.css");

.main-photo {    text-align: center;}
.copyright {    text-align: center;}

/* 200318  */
#latest_cstm_review dd.more a {
    background:none;
    color: #1D54A7;
    text-decoration: none;
    display: inline;
    text-align: right;
    width: auto;
    height: auto;
    line-height: 1.3em;
    font-size: 11px;
    margin:0;
    transition: none;
}
.module-history-domsearch .History__wrapper a {
    transition: none;
}
#latest_cstm_review dd.more a:hover,
.module-history-domsearch .History__wrapper a:hover {
    text-decoration: underline;
    color: #C00;
    background: none;
}

