@charset "utf-8";
/* CSS Document */

/* ページャー */
/* ページャー */
.pager {
    float: right;
    margin:0 10px 7px;
}
.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 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 2px 3px #999999;
	clear: both;
    margin: 0 auto 20px;
    padding: 10px;
    width: 677px;
}

/* 一覧表示 */
.list {
	border-bottom: 1px dotted #CCCCCC;
    overflow: hidden;
    padding: 20px;
}

.list:hover {
	background:#EBEBEB;
	cursor:pointer;
}

/* left */
.list .pht {
	background: url("/images/search/bg_mobilettl.jpg") repeat scroll 0 0;
	width:240px;
	height:184px;
	float: left;
	padding: 2px 0 0;
	overflow: hidden;
}

.list .main {
	background: url("/images/bg_spot_phtBak.jpg") repeat scroll;
	border:1px solid #cccccc;
	display: table-cell;
    height: 182px;
    text-align: center;
    vertical-align: middle;
    width: 240px;
}

.list .main .origin {
    max-width: 196px;
    max-height: 137px;
}

/* right */
.list .info {
	float: left;
    height: 186px;
    margin: 0 0 0 24px;
    position: relative;
    width: 372px;
}

.list .info .name {
	border-bottom:1px solid #cccccc;
	width:100%;
	overflow:hidden;
	padding: 0 0 5px;
}

.list .info .name h2 {
	font-size:18px;
	font-weight:bold;
	float:left;
	padding:0 0 0 20px;
	position:relative;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    width: 254px;
}

.list .info .name h2:before {
    content: url("/images/search/bg_mobilettl.jpg");
    left: 6px;
    position: absolute;
    top: 12px;
	-webkit-transform: scale(11,11);
	-moz-transform: scale(11,11);
	-ms-transform: scale(11,11);
}

.contentCustomer .list .info .name h2 {
    padding:0 0 0 10px\9; /* IE8以下 */
}

.contentCustomer .list .info .name h2:before {
    position: fixed\9; /* IE8以下 */
}

.list .info .name span {
	float:right;
	line-height: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 98px;
    text-align: right;
}

.list .info .comment {
	padding:10px;
}

.list .info dl {
	bottom: 0;
	left:0;
    float: left;
    overflow: hidden;
    position: absolute;
}

.list .info dl dt {
	float:left;
}

.list .info .staff .origin {
    max-width: 60px;
    max-height: 54px;
}
.list .info dl dd {
	float:left;
	margin: 0 0 0 10px;
}

.list .info .click {
	bottom: 5px;
	right:0;
	position:absolute
}

.list .info .click a {
	background: url("/images/search/bg_mobilettl.jpg") repeat scroll;
    border-radius: 20px;
    color: #FFFFFF;
    display: inline;
    padding: 7px 10px;
    text-align: center;
}

.list .info .click a:hover {
	opacity:0.7;
	text-decoration:none;
}