@charset "utf-8";

#customer-section {
    clear: both;
}
#display {
    float: left;
    margin: 0 0 10px;
}
#display span {
    color: #ff0000;
    font-size: 150%;
    font-weight: bold;
}
#display p {
    float: left;
    margin: 0 5px 0 0;
}
#display dl {
    border: 1px solid #ccc;
    overflow: hidden;
    height: 100%;
    width: auto;
    float: left;
    padding: 3px 5px 0;
}
#display  dt {
    float: left;
    font-weight: bold;
    margin: 0 5px 0 0;
}
#display dd {
    float: left;
    margin: 0 5px 0 0;
}
#display dd.here {
    font-weight: bold;
}
.pager {
    float: right;
}
.under {
    clear: both;
}
.pager p {
    float:right;
    margin:0 5px 0 0;
}
.pager ul{
    float: left;
    padding: 12px 0 0 0;
}
.pager ul:after {
    clear: both;
    content: url("/images/clearfix.gif");
    display: block;
    height: 0;
}
.pager li {
    float: left;
    display: inline;
    margin: 0 5px 0 0;
    border-right: 1px solid #ccc;
    padding: 0 5px 0 0;
}
.pager ul li.go {
  border: none;
}
.pager p {
  float: left;
  margin: 0 20px 0 0;
}
.pager p span {
    color: #2577C4;
    font-size: 190%;
    font-weight: bold;
}

.pager li a {
    text-decoration: none;
}
.pager li.here {
    border: 1px solid #0271a6;
    background: #eff2f5;
    text-decoration: underline;
}
#customer-section {
    margin: 0 0 10px;
    overflow: hidden;
    height: 100%;
    padding-top:5px;
}
.list {
    width: 198px;
    float: left;
    margin: 0 6px 12px;
    _margin: 0 5px 12px;
    display: inline;
    border: 1px solid #1b3183;
    background: #fff url(/images/bg_line.jpg) no-repeat top center;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    position: relative;
    cursor:pointer;
}
.list:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 7px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width:190px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}
.list:hover {
    background: #ebebeb url(/images/bg_line.jpg) no-repeat top center;
}
.list img {
    border: 1px solid #1b3183;
}
.list h2 {
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px solid #1b3183;
    margin: 0 0 1px;
}
.list h2 span {
    font-size: 80%;
    font-weight: bold;
    color: #c2c2c2;
    margin: 0 5px 0 0;
}
.list p.main {
    border-top: 1px solid #1b3183;
    padding: 5px 0 0 0;
    margin: 0 0 5px;
    height: 137px;
    width: 198px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.list p.main .origin {
    max-width: 196px;
    max-height: 137px;
}

.list p.comment {
    background: url(/images/bg_voice_fukidashi.png) no-repeat top center;
    width: 190px;
    height: 42px;
    padding: 18px 5px 0 ;
}
.list dl {
    float: left;
}

.list dl dd{
    text-align: center;
}
.list .staff .origin {
    max-width: 60px;
    max-height: 54px;
}

.list p.click {
    background: url(/images/bg_voice_arrow.png) no-repeat left center;
    padding: 0 0 0 15px;
    margin: 66px 0 0 0;
    float: right;
    line-height: 1;
}