@charset "utf-8";
/*-------------------------------------------------------------------
    * css/10/items/detail.css
    * site name : チャンスイット
    * description : ショッピング・サービス案件詳細
-------------------------------------------------------------------*/

.detail_page {
    font-size: 14px;
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
.detail_tbl {
    padding: 10px 15px;
    border: 1px solid #cecece;
    border-radius: 8px;
}
.caution {
    margin: 5px 0 0;
    font-weight: bold;
    color: #f00;
}

/* -------------------------------未ログイン時のアラート */
.detail_page .not_login {
    padding: 15px 20px;
    border: 1px solid #ffc731;
    background: #ffffd5;
    line-height: 1.5;
    overflow: hidden;
}
.detail_page .not_login p {
    padding-left: 205px;
    background: url(../../../img/10/items/txt_not_login.gif) no-repeat left center;
}
.detail_page .not_login span {
    font-weight: bold;
}


/* -------------------------------広告案件のポイント条件 */
/* ポイント数 */
h2.ad_title {
    margin: 20px 0 3px;
    font-size: 20px;
    font-weight: bold;
}
span.new {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    padding: 1px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f55;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}
span.wpoint {
    vertical-align: middle;
    display: inline-block;
    margin-left: 6px;
    padding: 1px 7px 0;
    border: #b2b2b2 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    color: #555;
}
span.t-point {
    padding: 1px 7px 0 22px;
    background: #fff url(../../../img/10/items/icon_tpoint.gif) no-repeat 5px center;
}
.pt_detail {
    margin-bottom: 30px;
    border: 1px solid #cecece;
    border-radius: 8px;
}
.pt_detail_upper {
    position: relative;
    padding: 15px;
    border-radius: 8px 8px 0 0;
    border-bottom: 3px solid #f55;
    background: #f0f0f0;
    overflow: hidden;
}
.pt_detail_upper .frame_left,
.pt_detail_upper .frame_center,
.pt_detail_upper .frame_right {
    float: left;
}
.pt_detail_upper .frame_left img {
    height: 60px;
    width: auto;
    border: 3px solid #fff;
}

.pt_detail_upper .frame_center {
    margin: 0 10px;
}
.pt_detail_upper .frame_center ul {
    margin-bottom: 8px;
    font-size: 0;
}
.pt_detail_upper .frame_center ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 4px;
    padding: 2px 8px 2px 20px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: 4px center;
    font-size: 12px;
    color: #fff;
}
.pt_detail_upper .frame_center ul li.pt_up {
    background-color: #ff4949;
    background-image: url(../../../img/10/items/icon_ptup.png);
}
.pt_detail_upper .frame_center ul li.over_half {
    background-color: #ff9e4a;
    background-image: url(../../../img/10/items/icon_half.png);
}
.pt_detail_upper .frame_center ul li.finish {
    background-color: #65c981;
    background-image: url(../../../img/10/items/icon_finish.png);
}
.pt_detail_upper .frame_center ul li.soku {
    background-color: #5ca9ff;
    background-image: url(../../../img/10/items/icon_soku.png);
}
.pt_detail_upper .frame_center ul li.repeat {
    background-color: #fc738d;
    background-image: url(../../../img/10/items/icon_repeat.png);
}
.pt_detail_upper .frame_center .point{
    padding:0 0 0 30px;
    background:url(../../../img/10/items/icon_bigcoin.gif) 0 center no-repeat;
}
.pt_detail_upper .frame_center span.expiry_date {
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
}
.pt_detail_upper .frame_center span.expiry_date span {
    color: #f55;
}
.pt_detail_upper .frame_center span.ci-point,
.pt_detail_upper .frame_center ins {
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #f55;
}
.pt_detail_upper .until_date{
    color: #f55;
    font-weight:bold;

    font-size:13px;
    margin: 2px 0 0;
}

/* お気に入り登録 */
.pt_detail_upper .frame_right {
    position: absolute;
    right: 15px;
}
.pt_detail_upper .frame_right a:hover img {
    opacity: 0.6;
}

/* 加算条件 */
.pt_detail_lower {
    padding: 15px;
}
.pt_detail_lower .frame {
    position: relative;
    overflow: hidden;
}
.pt_detail_lower dl {
    float: left;
    width: 480px;
}
.pt_detail_lower dl:first-child {
    border-bottom: 1px dotted #ccc;
}
.pt_detail_lower .btn_point {
    position: absolute;
    top: 0;
    right: 0;
}
.pt_detail_lower .btn_point a {
    display:inline-block;
}
.pt_detail_lower .btn_point a:hover img {
    opacity: 0.6;
}
.pt_detail_lower dl dt {
    float: left;
    width: 90px;
    padding: 8px 0 8px 18px;
    background: url(../../../img/10/items/icon_arrow.gif) no-repeat 0 10px;
}
.pt_detail_lower dl dt:after {
    content: "：";
}
.pt_detail_lower dl dd {
    margin: 0 0 0 90px;
    padding: 8px 0 8px 10px;
}

/* -------------------------------タブの切り替え */
.tab {
    overflow: hidden;
    padding-bottom: 8px;
}
.tab li {
    float: left;
    margin: 0 5px 0 5px;
    padding: 5px 10px;
    border: 1px solid #9C9C9C;
    background: #F0F0F0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.tab li.select {
    position: relative;
    border: 1px solid #FF5555;
    background: #FF5555;
    color: #fff;
}
.tab li.select:before {
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    position: absolute;
    top: 32px;
    left: 50%;
    border-top: 6px solid #FF5555 ;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -3px;
}

/* -------------------------------HTML詳細 */
.detail_tbl {
    margin-bottom: 30px;
    background: url(../../../img/10/items/icon_ribon.gif) no-repeat 15px 0;
}
.detail_tbl h3 {
    margin-bottom: 20px;
    padding-left: 35px;
    font-weight: bold;
    font-size: 16px;
}
.detail_tbl span {
    margin-left: 5px;
    font-size: 12px;
    color: #F55;
}
.ad_detail img {
    display: block;
    margin: 0 auto;
}
.ad_detail li.hide {
    display: none;
}
.ad_detail a {
    font-weight: bold;
}
.btn_point_extra {
    margin-bottom: 30px;
    text-align: center;
}
.btn_point_extra a {
    display:inline-block;
}
.btn_point_extra a:hover img {
    opacity: 0.6;
}

/* -----------------------------重要な注意事項 */
.ad_detail h4 {
    padding: 10px 0 8px 0;
    font-weight: bold;
    font-size: 16px;
}
ul.point_note  {
    margin: 10px 0 20px;
    padding-left: 20px;
}
ul.point_note li {
    padding: 20px 0;
    border-top: 1px dotted #555;
    list-style: outside;
    list-style-type: disc;
}
ul.point_note li:first-child {
    padding-top: 0;
    border-top: none;
}

/* -------------------------------掲載終了 */
.finished_ad {
    margin-bottom: 30px;
    padding: 100px 0;
    border: 1px solid #cecece;
    border-radius: 8px;
    background: #f0f0f0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/* -----------------------------リコメンド案件 */
.more_ad .more_inner {
    display: inline-block;
    overflow: hidden;
    text-align: center;
}
.more_ad .more_item {
    float: left;
    width: 153px;
    text-align: center;
}
.more_item .item_image a {
    height: 100px;
    display: block;
    position: relative;
}
.more_item .item_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100px;
    max-width: 120px;
}
.more_ad .more_item p.item_name {
    margin-top: 5px;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.more_ad .more_item dl {
    margin: 0 5px 5px;
}
.more_ad .more_item dl dt {
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.more_ad .more_item dl dd {
    margin: 5px 0 0;
    line-height: 1.4;
    font-size: 13px;
    font-weight: bold;
}
.more_ad .more_item dl dd img{
    vertical-align: middle;
    margin-right: 2px;
}
.more_ad .more_item .point{
    padding: 0 0 0 17px;
    background: url(../../../img/icon/ico-pt.gif) 0 center no-repeat;
}
.more_ad .more_item .point .ci-point {
    font-weight: bold;
    color: #f55;
}
.more_ad .more_item dl dd del {
    font-size: 12px;
    font-weight: normal;
}
.more_ad .more_item dl dd ins {
    font-weight: bold;
    text-decoration: none;
    color: #f55;
}

.ad_area {
    text-align: center;
}