@charset "euc-jp";
/* common

共通で使用するスタイル
※idでの記述を極力避ける

.regist
背景色にグラデーションを定義

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

body {
  color: #3b3b3b;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 1px;
  background: #fff;
}
.contents {
  width: 950px;
  overflow: hidden;
  margin: 15px auto 0;
  padding: 0 0 40px;
}
.wrapper {
  width: 650px;
  float: left;
}

/* レイアウト
------------------------------------------------ */
.l_content {
  clear: both;
}
.l_content2 {
  width: 1000px;
  margin: 0 auto;
  clear: both;
}

/* 2カラム */
.l_content2_main {
  width: 790px;
  float: right;
}
.l_content2_left {
  width: 180px;
  float: left;
}
.l_content1 {
  width: 100%;
  clear: both;
}

/* 1カラム */
.l_content1_inner {
  width: 1000px;
  margin: 0 auto;
}


/* 左・中央カラム */
/* リンク
------------------------------------------------ */
a {
  color: #2882d6;
}
a:hover {
  color: #f5a202;
}
.rollover {
  transition: .2s linear;
}


/* 見出し
------------------------------------------------ */
.contents h2 {
  height: 16px;
  padding: 12px 0;
  border-top: #367bbb 1px solid;
  border-bottom: #1d2087 2px solid;
  border-left: #367bbb 1px solid;
  border-right: #367bbb 1px solid;
  background: #5a9fdf;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.contents h3 {
  padding: 12px 0 9px 10px;
  border-bottom: #73b6f4 2px solid;
  background: #d0e8ff;
  font-size: 15px;
  font-weight: bold;
  color: #173864;
}
.l_content h2.heading {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 17px 0 10px;
  font-weight: bold;
  font-size: 26px;
}
.l_content h2.heading span.sub {
  display: inline-block;
  position: relative;
  margin-left: 40px;
  font-weight: normal;
  font-size: 14px;
}
.l_content h2.heading span.sub::before {
    width: 40px;
    height: 2px;
    position: absolute;
    top: 5px;
    left: -40px;
    display: block;
    content: '';
    background: #3d3d3d;
    border-radius: 4px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* SSP
------------------------------------------------ */
.ssp_box2 {
  width: 300px;
  max-height: 300px;
  margin-bottom: 10px;
}
.ssp_box3 {
  width: 300px;
  margin-bottom: 10px;
}
.ssp_box1 span, .ssp_box2 span, .ssp_box3 span { display: inline !important;}


/* 広告案件　リスト　共通
------------------------------------------------ */
.ad_list { margin-bottom: 30px;}
.ad_list ul {
  width: 790px;
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  background: #f5f5f5;
}
.ad_list li a:nth-child(1):hover { background: #fef5d1;}

/* お気に入りボタン */
.ico_favorite:hover, .favorite_release:hover { opacity: 0.5;}
.favorite_comment {
  display: none;
  position: absolute;
  z-index: 1;
}
.favorite_comment p {
  width: 170px;
  height: 55px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding-top: 8px;
  border-radius: 6px;
  background: #3cb9ff;
  letter-spacing: 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.favorite_comment p:after {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  top: 55px;
  left: 50%;
  border-top: #3cb9ff 8px solid;
  border-bottom: 8px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: -6px;
}


/* 広告案件　リスト　1列
------------------------------------------------ */
.ad_list li {
  width: 750px;
  position: relative;
  margin-bottom: 10px;
}
.ad_list li:last-child { margin-bottom: 0;}
.ad_list li a:nth-child(1) {
  width: 750px;
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 20px 20px 5px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 1px 1px 2px #d5d5d5;
  text-decoration: none;
  color: #3d3d3d;
}
.ad_list .status { display: table;}
.ad_list .thumnail,
.ad_list .point_status {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
.ad_list .thumnail {
  width: 150px;
  height: 150px;
  display: table;
  box-sizing: border-box;
  border: #ebebeb 1px solid;
  background: #f5f5f5;
  margin-bottom: 15px;
  text-align: center;
}
.ad_list .thumnail span {
  display: table-cell;
  vertical-align: middle;
}
.ad_list .thumnail img {
  max-width: 120px;
  max-height: 120px;
  vertical-align: bottom;
}
.ad_list .point_status {
  width: 560px;
  padding-left: 20px;
}
.ad_list .name {
  width: 720px;
  display: block;
  margin-bottom: 20px;
  font-size: 19px;
  color: #3d3d3d;
}
.ad_list .point_status .ico_point {
  display: block;
  margin-top: 20px;
  padding-left: 20px;
  background: url(../../img/15/icon/ico_coin1.png) no-repeat 0 0;
  font-size: 23px;
}
.ad_list .point_status .usually {
  display: table-cell;
  padding: 0 12px 0 0;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 16px;
  color: #363636;
}
.ad_list .point_status del { padding-right: 12px;}
.ad_list .point_status .point {
  display: table-cell;
  background-position: 0 0;
  padding-left: 0;
  background: none;
  vertical-align: top;
  font-size: 40px;
}
.ad_list .point_status .addpointtime {
  display: inline-block;
  padding-top: 25px;
}
.ad_list .point_status .addpointtime span {
  display: inline-block;
  margin-right: 29px;
}
.ad_list .point_status .friendbonus {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 17px;
}
.ad_list .point_status .friendbonus .buy {
  display: inline-block;
  margin-right: 2px;
  font-size: 12px;
}
.ad_list .comment {
  display: inline-block;
  line-height: 1.6em;
  font-size: 14px;
  white-space: normal;
}


/* 広告案件　リスト　3列
------------------------------------------------ */
.ad_list.ad_list_row3 ul { padding: 20px 20px 0;}
.ad_list.ad_list_row3 ul:before,
.ad_list.ad_list_row3 ul:after {
  content:"";
  display:table;
}
.ad_list.ad_list_row3 ul:after { clear:both;}
.ad_list.ad_list_row3 li {
  width: 240px;
  height: 200px;
  box-sizing: border-box;
  float: left;
  position: relative;
  margin: 0 15px 15px 0;
}
.ad_list.ad_list_row3 li:nth-child(3n) { margin: 0 0 15px 0;}
.ad_list.ad_list_row3 li:last-child { margin: 0 0 20px;}
.ad_list.ad_list_row3 li a:nth-child(1) {
  width: 240px;
  height: 200px;
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 15px 15px 15px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 1px 1px 2px #d5d5d5;
  text-align: center;
  text-decoration: none;
  color: #3d3d3d;
}
.ad_list.ad_list_row3 li a:nth-child(1):hover { background: #fef5d1;}
.ad_list.ad_list_row3 .thumnail {
  width: auto;
  height: auto;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  background: none;
  margin-bottom: 20px;
  text-align: center;
}
.ad_list.ad_list_row3 .thumnail img { max-height: 60px;}
.ad_list.ad_list_row3 .name {
  width: auto;
  display: block;
  margin-bottom: 13px;
  font-size: 13px;
}
.ad_list.ad_list_row3 .ico_point { display: inline-block;}
.ad_list.ad_list_row3 .usually {
  display: table-cell;
  padding: 3px 5px 0 0;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 11px;
  color: #363636;
}
.ad_list.ad_list_row3 .point {
  display: table-cell;
  background-position: 0 0;
  padding-left: 0;
  background: none;
  vertical-align: top;
  font-size: 22px;
}
.ad_list.ad_list_row3 .addpointtime {
  width: 165px;
  display: block;
  margin: 0 auto;
  padding-top: 8px;
  font-size: 13px;
}


/* 広告案件　リスト　パーツ
------------------------------------------------ */
.name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #2882d6;
}
.point {
  display: inline-block;
  padding-left: 26px;
  background: url(../../img/15/icon/ico_coin1.png) no-repeat 4px center;
  font-weight: bold;
  letter-spacing: 0;
  color: #f23d52;
}
.comment {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.addpointtime {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* 広告案件　アイコン
------------------------------------------------ */
.sokupt, .yoteipt, .repeat, .shop_icon, .safe {
  height: 16px;
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 1px 2px 2px 16px;
  border-radius: 1px;
  font-size: 11px;
}

/* 即時加算 */
.sokupt {
  background: url(../../img/15/icon/ico_star.png) no-repeat 0 center;
  background-color: #2dbcff;
  color: #fff;
}

/* 獲得予定 */
.yoteipt {
  background: url(../../img/15/icon/ico_star.png) no-repeat 0 center;
  background-color: #fba500;
  color: #fff;
}

/* リピートOK*/
.repeat {
  background: url(../../img/15/icon/ico_repeat.png) no-repeat 2px center;
  background-color: #f0666c;
  color: #fff;
}

/*　ショップアイコン*/
.shop_icon {
  padding: 1px 4px 2px;
  text-align: center;
  color: #57595a;
  border: #c0c0c0 1px solid;
  background-color: #fff;
}
.t_point {
  padding: 1px 6px 2px 20px;
  background-image: url(../../img/15/icon/icon_t.gif);
  background-repeat: no-repeat;
  background-position: 4px center;
}

/* クリックポイント */
.clickpt {
  height: 16px;
  display: inline-block;
  margin: 0 3px;
  padding: 1px 2px 2px;
  background-color: #2f92ef;
  font-size: 11px;
  color: #fff;
}

/* お買い物保証 */
.safe {
  height: 16px;
  display: inline-block;
  padding: 1px 2px 2px;
  background-color: #7fba00;
  font-size: 11px;
  color: #fff;
}
.about_safe a {
  padding-left: 23px;
  background: url(../../img/15/icon/ico_safe.png) no-repeat 0 center;
  font-weight: bold;
  font-size: 12px;
}

/* 紹介ボーナス */
.friendbonus {
  font-weight: bold;
  color: #f23d52;
}
.about_bonus a {
  padding-left: 23px;
  background: url(../../img/15/icon/ico_bonus.png) no-repeat 0 center;
  font-weight: bold;
  font-size: 12px;
}


/* ページャー
------------------------------------------------ */
ul.pager {
  width: 428px;
  padding: 7px 10px;
  border: #e0e0e0 1px solid;
  text-align: center;
}
.pager li { display: inline-block;}
.pager li:nth-child(n+1) { margin-right: 5px;}
.pager li.prev { margin-right: 10px;}
.pager li:last-child {
  margin-left: 5px;
  margin-right: 0;
}
.pager li a {
  display: block;
  padding: 3px 7px;
  border: #e0e0e0 1px solid;
  background: #fff;
  text-decoration: none;
  transition: .2s linear;
}
.pager li a:hover {
  background: #c6def5;
  color: #0a5774;
}
.pager li.select {
  padding: 3px 7px;
  border: #367bbb 1px solid;
  background: #5a9fdf;
  font-weight: bold;
  color: #fff;
}


/* 左カラム　リスト
------------------------------------------------ */
.menu_list1 { margin-bottom: 10px;}
.menu_list1 h2 {
  padding-left: 30px;
  cursor: text;
}
.menu_list1 li {
  max-height: 60px;
  border-bottom: #e0e0e0 1px solid;
  border-left: #e0e0e0 1px solid;
  border-right: #e0e0e0 1px solid;
  letter-spacing: 0;
  font-size: 12px;
}
.menu_list1 li a {
  /* height: 20px; */
  display: block;
  padding: 12px 0 8px 20px;
  background: url(../../img/15/icon/ico_arrow1.png) no-repeat 10px center;
  background-color: #fff;
  text-decoration: none;
  color: #57595a;
  transition: .2s linear;
}

/* ロールオーバー */
.menu_list1 li a:hover { background-color: #fef5d1;}

/* 選択状態 */
.menu_list1 li.select a { background-color: #fef5d1;}

/* マイページ - マイメニュー */
.mymenu h2 {
  background: url(../../img/15/icon/ico_mymenu1.gif) no-repeat 5px 9px;
  background-color: #5a9fdf;
}

/* リスト */
.menu_list {
  margin-bottom: 10px;
  color: #3d3d3d;
}
.menu_list h3 {
  height: 50px;
  box-sizing: border-box;
  padding: 17px 0 10px 10px;
  border-bottom: #2879c4 1px solid;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 15px;
}
.menu_list li {
  height: 45px;
  border-bottom: #e0e0e0 1px solid;
    letter-spacing: 0;
  font-size: 13px;
}
.menu_list li a {
  height: 45px;
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 14px 0 8px 10px;
    background-color: #fff;
  text-decoration: none;
  color: #3d3d3d;
  transition: .2s linear;
}
.menu_list li a:hover { background-color: #fef5d1;}
.menu_list li.select a { background-color: #fef5d1;}
.menu_list a::before,.menu_list a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    content: '';
    width: 9px;
    height: 2px;
    background: #818181;
    border-radius: 4px;
}
.menu_list a::before {
    margin-top: -4px;
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
}
.menu_list a::after {
    margin-top: 2px;
    -webkit-transform: rotate(-58deg);
    transform: rotate(-58deg);
}
@supports (-ms-ime-align:auto) {
.menu_list a::before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
}

/* リスト　NEWアイコン */
.menu_list li .new,
.left_column li .new {
  width: 32px;
  height: 15px;
  display: inline-block;
  margin-left: 5px;
  padding: 0 0 3px;
  border-radius: 1px;
  background: #f23d52;
  opacity: 0.92;
  font-size: 10px;
  text-align: center;
  color: #fff;
}


/* アコーディオン
------------------------------------------------ */
.hidden {
  display: none;
}
