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

/* スタッフ紹介 */
#staff-detail,
#favorite-section,
#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:25px;
    width: 647px;
	overflow:hidden;
}

.bg {
	background:url("/images/search/bg_mobilettl.jpg");
	border-radius: 0 0 4px 4px;
	padding:2px 0 0;
}

#staff-detail .info {
	float:left;
	width:316px;
}

#staff-detail .info h2 {
	font-size:18px;
	font-weight:bold;
	padding:0 0 3px 5px;
}

#staff-detail .type p {
	background:#fff;
	text-align:right;
	padding:3px 0 0;
}

#comment {
	margin:25px 0 0;
}

#detail {
	margin:25px 0 0;
	border:1px solid #cccccc;
}

#detail dl {
    border-bottom: 1px dotted #CCCCCC;
    clear: both;
	overflow:hidden;
	padding: 5px 0;
}

#detail dt {
    background: url("/images/bg_staffArw.jpg") no-repeat scroll right center;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 5px 0 8px;
    width: 75px;
}

#detail dd {
    float: left;
    width: 220px;
}

#massage {
	margin:25px 0 0;
	background:#fff;
	border:1px solid #cccccc;
	border-radius: 4px;
	position:relative;
	overflow:hidden;
}

#massage dt {
	background:#f0f0f0;
	font-size:14px;
	font-weight:bold;
	padding: 8px 0 8px 25px;
}

#massage dt:before {
    content: url("/images/search/bg_mobilettl.jpg");
    left: 13px;
    position: absolute;
    top: 17px;
	-webkit-transform: scale(11,11);
	-moz-transform: scale(11,11);
	-ms-transform: scale(11,11);
}

.info #massage dt {
    padding:8px\9; /* IE8以下 */
}

.info #massage dt:before {
    position: fixed\9; /* IE8以下 */
}

#massage dd {
	padding: 8px;
}

#free-html {
	clear: both;
    float: left;
    margin: 25px 0 0;
    overflow: hidden;
}

.pht {
	float:right;
	width:305px;
	margin: 28px 0 0;
}

.pht ul {
	overflow:hidden;
}

.pht ul li {
	width:305px;
	height:240px;
	float: left;
	overflow: hidden;
	margin:0 0 15px;
}

.pht ul li p {
	background: url("/images/bg_spot_phtBak.jpg") repeat scroll;
	border:1px solid #cccccc;
	display: table-cell;
    height: 238px;
    text-align: center;
    vertical-align: middle;
    width: 305px;
}
.pht ul li p a {
    width: 305px;
    height: 238px;
}
.pht ul li .origin {
    max-width: 270px;
    max-height: 210px;
}

.pht .click {
	background: url("/images/icn_company_glass.jpg") no-repeat scroll;
	line-height: 23px;
    margin: 0 auto;
    padding: 0 0 0 30px;
    width: 200px;
}

.bg2 {
	background:url("/images/search/bg_mobilettl.jpg");
	padding:0 0 2px;
}

/* 担当物件 */
#favorite-section h2,
#customer-section h2 {
	background:#fff;
	font-size:18px;
	font-weight:bold;
	padding:0 0 3px 5px;
}

.inner {
	overflow:hidden;
    padding: 10px 0;
}

.favorite-list,
.customer-list {
    border-right: 1px dotted #cccccc;
    display: inline;
    float: left;
    padding: 0 10px;
    position: relative;
    width: 195px;
}

.inner .last {
    border-right: none;
}

.favorite-list h3 {
    margin: 0 auto;
	padding:0 0 0 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info1 {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 0 0;
    width: 180px;
}

.info1 p {
    border: 1px solid #CCCCCC;
    margin-bottom: 6px;
    height: 137px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info1 p img {
    max-width: 100%;
    max-height: 137px;
}
.info1 li {
    font-size: 90%;
    line-height: 1.1;
	margin: 0 0 5px;
}

.info1 li span.price {
    font-size: 150%;
    font-weight: bold;
	margin: 0 0 0 5px;
}

.info2 {
    border-top: 1px dotted #CCCCCC;
    clear: both;
    margin: auto;
    padding: 3px 0 0;
    width: 180px;
	font-size: 80%;
}

.info2 ul,
.comment {
    height: 100%;
    margin: 0 0 10px;
    overflow: hidden;
}
.info2 ul.access{
    height: 39px;
}

.view-detail {
	background: -moz-linear-gradient(top,#FFF 0%,#FFF 50%,#EEE 50%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom,from(#FFF), color-stop(0.5,#FFF), color-stop(0.5,#EEE),  to(#EEE));
	border: 1px solid #DDD;
	padding: 5px 0;
	border-radius: 3px;
	text-align:center;
	font-size:14px;
	font-weight: bold;
}

.view-detail:hover {
	opacity:0.7;
}

.view-detail a {
	color:#333333;
	padding:8px 53px;
}

.view-detail a:hover {
	text-decoration:none;
}

.comment {
	border-top: 1px dotted #CCCCCC;
}

.more {
	float: right;
    margin: 10px 0 0;
    text-align: center;
    width: 220px;
}

.more a {
	background: url("/images/search/bg_mobilettl.jpg");
    border-radius: 20px;
    color: #FFFFFF;
    display: block;
    height: 24px;
    margin: auto;
    padding: 9px 0 3px;
    text-decoration: none;
}

.more a:hover {
	opacity:0.7;
}

/* お客様の声 */
.customer-pht {
	background: url("/images/bg_spot_phtBak.jpg") repeat scroll;
	border: 1px solid #CCCCCC;
    display: table-cell;
    height: 148px;
    text-align: center;
    vertical-align: middle;
    width: 193px;
}

.customer-pht .origin {
    max-width: 196px;
    max-height: 137px;
}

.customer-list ul {
	overflow:hidden;
	margin:5px 0;
}

.customer-list ul .name {
	float:left;
}

.customer-list ul .job {
	float:right;
}

.comment {
    border-top: 1px dotted #CCCCCC;
    clear: both;
    padding: 3px 0 0;
	font-size: 80%;
}

.view-detail {
    background: -moz-linear-gradient(top,#FFF 0%,#FFF 50%,#EEE 50%,#EEE);
    background: -webkit-gradient(linear, left top, left bottom,from(#FFF), color-stop(0.5,#FFF), color-stop(0.5,#EEE), to(#EEE));
    border: 1px solid #DDD;
    padding: 5px 0;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.view-detail a {
    color: #333333;
}
.limited_img{
    text-align: center;
    background: url(/images/search/bg_mobilettl.jpg) 0 0 repeat;
    padding: 26px 0;
    width: 185px;
    position: absolute;
    top: 23px;
    left: 4px;
}
.limited_bkn{
    cursor: pointer;
}
.limited_bkn:hover{
    opacity: 0.8;
}

.kana {
    font-size: 13px;
}

.name {
    display: table-cell;
}
