@charset "utf-8";

/*■■■共通■■■*/

#customer h2,
#photo-comment ul,
#customer-staff {
    overflow: hidden;
    height: 100%;
}
#customer-detail {
    border: 1px solid #bbb;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
}
#customer {
    border: 1px solid #bbb;
    box-shadow: 0 1px 3px #ccc;
}

/*------------------------------------------------

#customer-detail

------------------------------------------------*/

#customer-detail {
    padding: 17px 0 0 0;
    margin: 0 0 20px;
    background: #fff;
}

/*------------------------------------------------

#customer

------------------------------------------------*/

#customer {
    width: 628px;
    margin: 0 auto 20px;
    padding: 10px 20px;
}
#customer h2 {
    border-bottom: 1px dotted #130975;
    width: 628px;
    margin: 0 0 1px;
}
#customer h2 span#name {
    float: left;
    font-size: 150%;
    font-weight: bold;
}
#customer h2 span#job {
    float: right;
    padding: 9px 0 0 0;
}
#customer h2 span#job span {
    color: #130975;
    font-weight: bold;
}
#photo-comment {
    border-top: 1px dotted #130975;
    width: 628px;
    padding: 5px 0 0 0;
}
#photo-comment ul {
    margin: 0 0 15px;
}
#photo-comment li {
    float: left;
    border: 1px solid #5f5f5f;
}
#photo-comment li.right {
    float: right;
}
#photo-comment li div {
    width: 307px;
    height: 250px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    layout-grid-line: 219px;
}
#photo-comment li img {
    border: 1px solid #fff;
}
#photo-comment li .origin {
    max-width: 270px;
    max-height: 250px;
}
#photo-comment dt {
    color: #130975;
    font-weight: bold;
    font-size: 120%;
    background: url(/images/icn_customer_pencil.jpg) no-repeat 70px center;
}
#photo-comment dd {
    background: #e9e7ff;
    border-radius: 10px;
    padding: 20px 10px;
}

/*------------------------------------------------

#customer-staff

------------------------------------------------*/

#customer-staff {
    width: 668px;
    margin: auto;
}
#staff-photo {
    background: #e9e7ff;
    border-radius: 5px;
    width: 275px;
    padding: 10px;
    float: left;
    box-shadow: 0 1px 2px #ccc;
    margin-bottom: 24px;
}
#staff-photo p.from-staff {
    border-bottom: 1px dotted #130975;
    margin: 0 0 1px;
    color: #1b3183;
    font-weight: bold;
}
#staff-photo div.staff-content {
    border-top: 1px dotted #130975;
    padding: 5px 0 0 0;
}
#staff-photo div.staff-upper{
	position: relative;
}
#staff-photo p.staff-image {
    border: 1px solid #5f5f5f;
    width: 184px;
    height: 130px;
    float: left;
    margin: 0 5px 8px 0;
    text-align: center;
    float: left;
}
#staff-photo p.staff-image span{
	height: 130px;
	width: 184px;
    display: table-cell;
    vertical-align: middle;
}
#staff-photo p.staff-image .origin {
    max-width: 182px;
    max-height: 128px;
}
#staff-photo p.name {
	position: absolute;
	bottom: 0px;
	float: left;
	left: 195px;
	bottom: 5px;
}
#staff-photo dd.comment {
    clear: both;
}
#staff-photo dt img {
    border: 1px solid #fff;
}
#staff-free {
    float: right;
    width: 354px;
}
#staff-free dl {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 5px;
    margin: 0 0 5px;
}
#staff-free dt {
    background: url(/images/bg_customer_dotted.jpg) no-repeat left center;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 110%;
    font-weight: bold;
    color: #1b3183;
}
#staff-free dd {
    padding: 0 0 0 10px;
}


/*下の詳細部分*/
#article .customer-prev {
    width:238px;
    margin:0 auto;
}
#article .customer-prev li {
    cursor: pointer;
    float: left;
}
#article .customer-prev .btn {
    background: -moz-linear-gradient(top,#FFF 0%,#EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #CCCCCC;
    text-align:center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
    margin:0 10px;
}
#article .customer-prev .btn a{
    display: block;
    width: 100px;
    padding: 14px 0;
    color:#111;
    text-decoration: none;
}

#article .customer-prev li:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background: #fff;
}

#customer-staff .noStaffId {
    float: none;
    width: 100%;
}
