@charset "euc-jp";
/* detail

案件詳細ページのみで使用するスタイル

main_column

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

/* main_column 中央カラム
------------------------------------------------ */

/* 案件詳細 */
.matter h2 {
    height: auto;
    padding: 11px 0 9px 42px;
    background: url(../../img/15/icon/ico_arrow7.gif) no-repeat 10px center;
    background-color: #5a9fdf;
    font-size: 17px;
    }
.matter li {
    width: 448px;
    height: 200px;
    display: table;
    padding-bottom: 20px;
    border-left: #e0e0e0 1px solid;
    border-right: #e0e0e0 1px solid;
    text-decoration: none;
    font-size: 12px;
    color: #57595a;
}
.matter li .detail1 {
    width: 420px;
    margin: 10px auto;
}
.matter li .detail2 {
    width: 150px;
    display: table-cell;
    box-sizing: border-box;
    padding: 0 15px 0 0;
    vertical-align: top;
}
.matter li .detail2 .thumnail {
    width: 150px;
    height: 100px;
    display: table;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: #ebebeb 1px solid;
    background: #f5f5f5;
}
.matter li .detail2 .thumnail {
    width: 150px;
    height: 100px;
    display: table-cell;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}
.matter li .detail2 .thumnail img {  vertical-align: bottom;}
.matter li .detail3 {
    display: table-cell;
    margin-left: 15px;
    border-top: 1px solid #e0e0e0;
    letter-spacing: 0;
}
.matter li .detail3 p {
    width: 255px;
    height: 58px;
    display: table;
    box-sizing: border-box;
    background: none repeat scroll 0 0 #fff1be;
    border: 1px solid #fbc600;
    border-radius: 1px;
}
.matter li .detail3 .sub {
    width: 90px;
    float: left;
    border-bottom: 0;
}
.matter li .detail3 .text {
    padding-left: 100px;
    font-size: 12px;
}
.matter li .detail4 span,
.matter li .detail5 span,
.matter li .detail6,
.matter li .detail7 {
    display: block;
    padding: 14px 5px 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}
.matter li .detail5 {
    border-bottom: 1px solid #e0e0e0;
}
.matter li .detail5 span {
    border: none;
}
.matter li .detail4,
.matter li .detail5 {
    width: 255px;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.matter li .detail6,
.matter li .detail7 {
    width: 255px;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.matter li .detail6 .sub {
    width: 140px;
}
.matter li .detail6 .text {
    padding: 0 5px 4px 140px;
}
.matter li .detail6 .t_point {
    background: url(../../img/15/icon/icon_t.gif) no-repeat 142px 2px;
    padding: 0 5px 4px 160px;
}
.matter li .detail7 .sub {
    width: 120px;
}
.matter li .detail7 .friendbonus {
    font-size: 17px;
}
.matter li .friendbonus .buy {
    display: inline-block;
    margin-right: 2px;
    font-size: 12px;
}
.matter li .about_bonus,
.matter li .about_safe {
    float: right;
    margin: 0 15px 15px 0;
}
.matter li .reduction {
    position: relative;
    clear: both;
    padding: 5px 0;
    margin: 0 100px 8px;
    background: #f03955;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
.matter li .reduction::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: 0 auto;
  border-top: 10px solid #f03955;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.matter li .stutas {
    clear: both;
    box-sizing: border-box;
    margin: 0 13px 12px;
    padding: 18px 0 8px;
    border: 1px solid #fbc600;
    border-radius: 1px;
    background: none repeat scroll 0 0 #fff1be;
    text-align: center;
 }
.matter li .stutas .ico_point {
    display: inline-block;
    padding-left: 20px;
    background: url(../../img/15/icon/ico_coin1.png) no-repeat 0 0;
    font-size: 23px;
}
.matter li .stutas .usually {
    display: table-cell;
    padding: 0 12px 0 0;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 16px;
    color: #363636;
}
.matter li .stutas del {
    padding: 0 12px 0 3px;
    font-size: 18px;
}
.matter li .stutas .point {
    display: table-cell;
    background-position: 0 0;
    padding-left: 0;
    background: none;
    vertical-align: top;
    font-size: 32px;
}
.matter li .stutas .point .jpy {
    display: block;
    font-size: 16px;
    margin-top: 8px;
    font-weight: normal;
    color: #363636;
}
.matter li .stutas .period {
    letter-spacing: 0;
    font-weight: bold;
    font-size: 11px;
    color: #f23d52;
}
.matter li .btn_area {
    height: 70px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.matter li .detail2 .favorite {
    height: 35px;
    display: inline-block;
    transition: .2s linear;
}
.matter li .detail2 .favorite:hover, .matter li .detail2 .pointsave:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.btn_area2,.bnr_area {
    margin: 15px 0 5px;
    text-align: center;
}
.btn_area a, .btn_area2 a,.bnr_area a,.bnr_area a img {
    transition: .2s linear;
}
.btn_area a:hover, .btn_area2 a:hover .bnr_area a:hover,.bnr_area a:hover img {
    filter: alpha(opacity=70);
    opacity: 0.7;
}


/* アイコン　獲得予定 即時加算 クリポ リピートOK お買い物保証 */
.matter li .detail1 .icon {
    margin-bottom: 5px;
    display: block;
}
.matter li .detail1 .sokupt,
.matter li .detail1 .yoteipt,
.matter li .detail1 .clickpt,
.matter li .detail1 .repeat,
.matter li .detail1 .safe,
.matter li .detail1 .shop_icon {
    display: inline-block;
    margin: 0 5px 5px 0;
}
.matter li .detail .repeat {
    font-size: 10px;
}
/* ポイント獲得得条件・広告詳細 */
.detail_list1 {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    word-wrap: break-word;
}
.detail_list1 h3 {
    position: relative;
    font-size: 16px;
}
.detail_list1 h3 a {
    color: #252525;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 10px;
    right: 6px;
}
.detail_list1 h3 span {
    font-size: 11px;
    padding: 3px 5px 2px 20px;
    background: url(../../img/15/icon/ico_arrow1_s.png) no-repeat 10px center;
    background-color: #fbc600;
}
.detail_list1 p {
    padding: 15px 15px 25px;
    font-size: 13px;
}

/* 関連のある広告 */
.detail_list2 {
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.detail_list2 ul {
    overflow: hidden;
    margin-bottom: 10px;
}
.detail_list2 li {
    width: 148px;
    height: 178px;
    float: left;
    border-bottom: #b3b5e5 1px dotted;
    text-align: center;
}
.detail_list2 li:first-child, .detail_list2 li:nth-child(4), .detail_list2 li:nth-child(7) {
    width: 149px;/*border-left: #e0e0e0 1px solid;*/
}
.detail_list2 li:nth-child(2), .detail_list2 li:nth-child(5), .detail_list2 li:nth-child(8) {
    border-left: #b3b5e5 1px dotted;
    border-right: #b3b5e5 1px dotted;
}
.detail_list2 li:nth-child(3n) {
    width: 149px;/*border-right: #e0e0e0 1px solid;*/
}
.detail_list2 li:nth-last-child(-n+3) {
    border-bottom: #e0e0e0 1px solid;
}
.detail_list2 a {
    height: 148px;
    display: block;
    padding: 15px 13px;
    text-decoration: none;
}
.detail_list2 a:hover {
    background-color: #fef5d1;
}
.detail_list2 .name {
    margin-bottom: 5px;
    font-size: 12px;
}
.detail_list2 .point {
    font-size: 18px;
}
.detail_list2 .addpointtime {
    font-size: 11px;
    color: #2f2f2f;
}
/* 注意事項 */
.notes_list1 {
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.notes_list1 h3, .notes_list2 h3 {
    background: #e7e7e7;
    border-bottom: 2px solid #c4c4c4;
    color: #333;
}
.notes_list1 li p, .notes_list2 li p {
    padding: 15px;
    font-size: 13px;
}
.notes_list2 {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}