@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 report.css
ユーザー事例

+++++++++++++++++++++++++++++++ */
#user_report {
    position: relative;
    overflow: hidden;
    width: 950px;
}
/*
応募誘導
-----------------------------------*/
.header_report { margin-bottom: 20px; }
.header_report .text {
    float: left;
    margin-top: 30px;
}
.header_report .entry {
    float: right;
    width: 550px;
    height: 77px;
    background: url(../images/glayout/bg_entry.jpg) no-repeat left top;
} 
.header_report .entry p {
    float: left;
    margin: 13px 20px 0;
}
.header_report .entry a {
    position: relative;
    top: 12px;
}
.header_report .entry a:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/*
事例一覧
-----------------------------------*/
.list_report { width: 966px; }
.list_report .item {
    position: relative;
    float: left;
    margin: 0 15px 20px 0;
    border-top: 2px solid #d3d3d3;
    background: #f4f4f4;
}
.list_report .item:nth-child(4n) { margin-right: 0; }
.list_report .item > a {
    display: block;
    width: 208px;
    padding: 0 8px;
}
.list_report .item > a:hover { text-decoration: none; }
.list_report .item > a:hover:before {
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    border-top: 2px solid #de0010;
    content: " ";
}
.list_report .item .title {
    display: table;
    width: 100%;
    height: 70px;
    margin: 0;
}
.list_report .item .title span {
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}
.list_report .item .image {
    position: relative;
    text-align: center;
}
.list_report .item a:hover .image > img {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.list_report .item .tag {
    position: absolute;
    top: 0;
    left: 0;
}
.list_report .item .image img { vertical-align: top; }
.list_report .item .user {
    margin: 8px 0;
    font-size; 12px;
}
.list_report .item .product {
    width: 198px;
    height: 50px;
    margin: 0  auto;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    font-size: 12px;
}
.list_report .item .date {
    margin: 5px 8px;
    font-size: 10px;
    text-align: right;
}

/*
事例詳細
-----------------------------------*/
.detail_report .heading03 img { vertical-align: middle; }
.detail_report .heading03 img:last-of-type { margin-right: 10px; }
.detail_report .user {
    margin: -20px 0 20px;
    padding: 15px 20px 14px;
    background: #fff9e6;
    font-size: 14px;
    font-weight: bold;
}

.box_report .image_wrap { margin-bottom: 20px; }
.box_report .image {
    float: left;
    width: 470px;
    font-size: 12px;
}
.box_report .image_wrap .image {
    width: 450px;
    margin-left: 20px;
}
.box_report .image_wrap .image.large {
    float: none;
    width: 100%;
    margin-left: 0;
}
.detail_report  .image img {
    display: block;
    margin-bottom: 10px;
}
.detail_report .caption {
    display: block;
    width: 100%;
    margin: -5px 0 10px;
}
.box_report .text {
    margin: 0;
    padding: 20px;
    border-radius: 5px;
    background: #f6fae1;
}
.box_report .image + .text {
    float: right;
    width: 422px;
}

.detail_report .gallery {
    margin-top: 60px;
}
.detail_report .gallery .heading02 {
    padding-bottom: 5px;
    font-size: 14px;
}
.detail_report .gallery .image {
    float: left;
    width: 400px;
    margin-left: 20px;
}
.detail_report .gallery img {
    display: block;
    margin-bottom: 10px;
}
.detail_report .gallery .box_list {
    float: right;
    width: 473px;
    margin-right: 20px;
}
.detail_report .gallery .box_list section { margin-top: 15px; }
.detail_report .gallery .box_list .title {
    margin: 0  0 5px;
    font-size: 13px;
}
.detail_report .gallery .box_list .title a:after { display: none; }
.detail_report .gallery .box_list .price {
    display: block;
    font-size: 12px;
}

.detail_report .gallery .office_data {
    float: right;
    width: 449px;
    margin-right: 20px;
    padding: 15px 20px;
    border: 2px solid #d3d3d3;
}
.detail_report .gallery .office_data .title {
    margin: 0 0 5px;
    padding: 0 5px 5px;
    border-bottom: 1px solid #a7a7a7;
    font-size: 13px;
}
.detail_report .gallery .office_data p { margin: 10px 5px 0; }

/* ページ移動 */
.pager {
    margin: 20px 0;
    font-size: 14px;
    text-align: center;
}
.pager a {
    position: relative;
    display: inline-block;
    width: 176px;
    padding: 10px 0 9px;
    border: 2px solid #d3d3d3;
}
.pager a:hover {
    border-color: #de0010;
    text-decoration: none;
}
.pager .prev { float: left; }
.pager .next { float: right; }

.pager .prev:after,
.pager .next:after {
    position: absolute;
    top: 50%;
    display: block;
    width: 6px;
    height: 10px;
    margin-top: -5px;
    background: url(../images/common/sprite_arrow.png) no-repeat -250px 0;
    content: " ";
}
.pager .prev:after { left: 10px; }
.pager .next:after {
    right: 10px;
    background-position: -200px 0;
}
.pager .prev:hover:after { background-position: -250px -100px; }
.pager .next:hover:after { background-position: -200px -100px; }

/*
事例募集
-----------------------------------*/
.header_entry {
    font-size: 14px;
    text-align: center;
}
.header_entry p { margin: 0; }
.header_entry .image { margin: 50px 0 25px; }
.header_entry .present {
    padding-top: 35px;
    background: url(../images/glayout/bg_present.png) no-repeat center top;
    font-size: 16px;
    line-height: 1.6;
}
.header_entry .present span {
    color: #de0010;
    font-size: 20px;
}

#user_report ol {
    margin: 0 35px 10px;
    padding: 0;
}
#user_report ol li {
    margin-bottom: 10px;
}

#user_report .box_entry {
    margin-top: 20px;
    padding: 15px;
    background: #f4f4f4;
    text-align: center;
}
#user_report .box_entry p {
    margin: 0 0 20px;
    font-size: 15px;
}