@charset "euc-jp";
/* point shopping

サービスのみで使用するスタイル

main_column
left_column

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

/* l_content1_main 中央カラム
------------------------------------------------ */
.service .service_inner {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
}
.service .service_inner h2 {
  margin-left: 25px;
}
.service .ad_search {
  margin-top: 15px;
}
/* ページ内遷移 */
.service .pagelink_list {
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-left: 25px;
}
.service .pagelink_list li {
  float: left;
  margin-right: 15px;
}
.service .pagelink_list li:last-child {
  margin-right: 0;
}
.service .pagelink_list li a {
  height: 45px;
  display: block;
  box-sizing: border-box;
  padding: 12px 10px 8px 40px;
  border: #e0e2e4 1px solid;
  border-radius: 2px;
  text-decoration: none;
  font-weight: bold;
}
.service .pagelink_list li:nth-child(1) a { background: url(../../img/15/icon/ico_service_repeatok.png) no-repeat left 8px top 50%;}
.service .pagelink_list li:nth-child(2) a { background: url(../../img/15/icon/ico_service_list.png) no-repeat left 8px top 50%;}
.service .pagelink_list li:nth-child(3) a { background: url(../../img/15/icon/ico_service_deals.png) no-repeat left 8px top 50%;}
.service .pagelink_list li a:hover {
  border: #2882d6 1px solid;
  color: #2882d6;
}
/* スタッフが選ぶお手軽案件 */
.service .choice {
  margin-bottom: 50px;
}
.service .choice .detail {
  position: relative;
}
.service .choice a:nth-child(1) {
  width: 1000px;
  display: table;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 3px;
  background: #f5f5f5;
  box-shadow: 2px 2px 2px #d5d5d5;
  text-decoration: none;
  color: #3d3d3d;
}
.service .choice a:nth-child(1):hover {
  background: #fef5d1;
}
.service .choice .thumnail, .service .choice .status {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
.service .choice .thumnail {
  width: 200px;
  height: 166px;
  display: table;
  background: #fff;
  text-align: center;
}
.service .choice .thumnail span {
  display: table-cell;
  vertical-align: middle;
}
.service .choice .thumnail img {
  max-width: 200px;
  vertical-align: bottom;
}
.service .choice .status {
  width: 720px;
  padding-left: 20px;
}
.service .choice .status .clickpt {
  margin-right: 10px;
}
.service .choice .status .name {
  width: 720px;
  margin-bottom: 20px;
  white-space: nowrap;
  font-size: 19px;
  color: #3d3d3d;
}
.service .choice .status .ico_point {
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
  background: url(../../img/15/icon/ico_coin1.png) no-repeat 0 0;
  font-size: 23px;
}
.service .choice .status .usually {
  display: table-cell;
  padding: 0 12px 0 0;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 16px;
  color: #363636;
}
.service .choice .status del {
  padding-right: 12px;
}
.service .choice .status .point {
  display: table-cell;
  background-position: 0 0;
  padding-left: 0;
  background: none;
  vertical-align: top;
  font-size: 32px;
}
.service .choice .status .addpointtime {
  display: inline-block;
}
.service .choice .status .addpointtime span {
  display: inline-block;
  margin-right: 29px;
}
.service .choice .status .friendbonus {
  display: inline-block;
  font-size: 17px;
}
.service .choice .onepoint {
  width: 660px;
  font-weight: bold;
  padding-top: 15px;
}
.service .choice .onepoint span {
  width: 108px;
  height: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 15px;
  padding: 3px 0 0;
  border-radius: 2px;
  background: #ffbb2a;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.service .choice .favorite {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.favorite_comment {
  bottom: 72px;
  right: -42px;
}

/* リピートOK定番サービス */
.service .service_repeatok {
  margin-bottom: 50px;
  padding-top: 30px;
  background: #c1e0fe;
  background: -moz-linear-gradient(to right, #b3fafd 0%, #b3fafd 47%, #c1e0fe 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%, #b3fafd), color-stop(47%, #c1dffe), color-stop(100%, #c1dffe));
  background: -webkit-linear-gradient(right, #b3fafd 0%, #c1dffe 47%, #c1dffe 100%);
  background: linear-gradient(to right, #b3fafd 0%, #c1dffe 47%, #c1dffe 100%);
}
.service .service_repeatok .standard {
  width: 950px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 50px;
}
.service .service_repeatok .standard h3 {
  float: left;
  margin: 10px 0 20px 0;
  font-weight: bold;
  font-size: 16px;
  color: #3d3d3d;
}
.service .service_repeatok .standard .about_safe a {
  float: right;
  margin: 20px 15px 20px 0;
  font-weight: normal;
  font-size: 13px;
}
.service .service_repeatok .standard ul {
  width: 950px;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.service .service_repeatok .standard li {
  width: 190px;
  height: 95px;
  float: left;
  box-sizing: border-box;
  border-top: #e0e0e0 1px dotted;
  border-right: #e0e0e0 1px dotted;
}
.service .service_repeatok .standard li:nth-child(-n+5) {
  border-top: none;
}
.service .service_repeatok .standard li:nth-child(5), .service .service_repeatok .standard li:last-child {
  border-right: none;
}
.service .service_repeatok .standard li a {
  width: 190px;
  height: 95px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  text-decoration: none;
}
.service .service_repeatok .standard li a:hover {
  background-color: #fef5d1;
}
.service .service_repeatok .standard li a img {
  vertical-align: bottom;
}
.service .service_repeatok .btn_more a {
  width: 460px;
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 17px 0 15px;
  border: #2882d6 1px solid;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  color: #2882d6;
}
.service .service_repeatok .btn_more a:hover {
  border: #5a9fdf 1px solid;
  background-color: #c6def5;
}
.service .service_repeatok .btn_more a::before, .service .service_repeatok .btn_more a::after {
  position: absolute;
  top: 50%;
  right: 105px;
  display: block;
  content: '';
  width: 12px;
  height: 2px;
  background: #2882d6;
  border-radius: 4px;
}
.service .service_repeatok .btn_more a::before {
  margin-top: -6px;
  -webkit-transform: rotate(58deg);
  transform: rotate(58deg);
}
.service .service_repeatok .btn_more a::after {
  margin-top: 3px;
  -webkit-transform: rotate(-58deg);
  transform: rotate(-58deg);
}
.service .service_repeatok .standardping_mainimg {
  width: 950px;
  box-sizing: border-box;
  margin: 50px auto 0;
  padding: 15px;
  background: #f5f5f5;
}
.service .service_repeatok .standardping_mainimg img {
  vertical-align: bottom;
}
.service .service_repeatok .standardping_mainimg a:hover {
  opacity: 0.5;
}
/* SSP 300x250 */
.service .ssp {
  width: 790px;
  overflow: hidden;
  box-sizing: border-box;
  float: right;
  margin-bottom: 100px;
  padding: 0 55px;
}
.service .ssp .ssp_left, .service .ssp .ssp_right {
  width: 300px;
  float: left;
  margin: 0 20px;
}
/* 人気のポイント案件 */
.service .service_popular {
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
  padding: 30px 0 70px 0;
  background: #f2f2f2;
}
.service .service_popular .popular_list {
  float: left;
  box-sizing: border-box;
  text-align: center;
}
.service .service_popular .popular_list a {
  text-decoration: none;
}
.service .service_popular .popular_list .name {
  margin-bottom: 15px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: normal;
  color: #3d3d3d;
}
.service .service_popular .popular_list a:hover {
  text-decoration: underline;
  color: #2882d6;
}
.service .service_popular .popular_list a img, .service .service_popular .popular_list a .name {
  transition: .2s linear;
}
.service .service_popular .popular_list a:hover img {
  opacity: 0.5;
}
.service .service_popular .popular_list a:hover .name {
  color: #2882d6;
}
.service .service_popular .popular_list.sokuzi {
  width: 495px;
  margin-right: 10px;
}
.service .service_popular .popular_list.free {
  width: 325px;
  margin-right: 10px;
}
.service .service_popular .popular_list.all {
  width: 160px;
}
.service .service_popular .popular_list .txt {
  border-radius: 1px;
  margin-bottom: 15px;
  padding: 6px 0 4px;
  color: #fff;
}
.service .service_popular .popular_list.sokuzi .txt {
  background: #2dbcff;
}
.service .service_popular .popular_list.free .txt {
  background: #48d6ff;
}
.service .service_popular .popular_list.all .txt {
  background: #2a92fc;
}
.service .service_popular .popular_list ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.service .service_popular .popular_list ul li {
  width: 33%;
  display: table-cell;
  vertical-align: top;
}
/* l_content2_main 中央カラム
------------------------------------------------ */

/* 新着サービス案件 */
.ad_list { margin-bottom: 50px;}
.ad_list ul { margin-bottom: 30px;}

/* もっと見るボタン */
.btn_more a {
  width: 460px;
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 17px 0 15px;
  border: #2882d6 1px solid;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  color: #2882d6;
}
.btn_more a:hover {
  border: #5a9fdf 1px solid;
  background-color: #c6def5;
}
.btn_more a::before, .btn_more a::after {
  position: absolute;
  top: 50%;
  right: 140px;
  display: block;
  content: '';
  width: 12px;
  height: 2px;
  background: #2882d6;
  border-radius: 4px;
}
.btn_more a::before {
  margin-top: -6px;
  -webkit-transform: rotate(58deg);
  transform: rotate(58deg);
}
.btn_more a::after {
  margin-top: 3px;
  -webkit-transform: rotate(-58deg);
  transform: rotate(-58deg);
}
/* お得なキャンペーン情報をお知らせ */
.service .deals {
  margin-bottom: 50px;
}
.service .deals ul {
  width: 790px;
  box-sizing: border-box;
  padding: 20px;
  background: #f5f5f5;
}
.service .deals li {
  width: 750px;
  position: relative;
  margin-bottom: 10px;
}
.service .deals li:last-child {
  margin-bottom: 0;
}
.service .deals li a {
  width: 750px;
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
  position: relative;
  padding: 15px 40px 15px 20px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 1px 1px 2px #d5d5d5;
  text-decoration: none;
  color: #3d3d3d;
}
.service .deals li a:hover {
  background: #fef5d1;
}
.service .deals li .name {
  width: 670px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #3d3d3d;
}
.service .deals li .txt {
  line-height: 1.6em;
  font-size: 14px;
}
.service .deals li .txt span {
  margin-left: 10px;
  line-height: 1.4em;
  font-size: 11px;
}
.service .deals li a::before, .service .deals li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 14px;
  height: 2px;
  background: #818181;
  border-radius: 4px;
}
.service .deals li a::before {
  margin-top: -6px;
  -webkit-transform: rotate(58deg);
  transform: rotate(58deg);
}
.service .deals li a::after {
  margin-top: 4px;
  -webkit-transform: rotate(-58deg);
  transform: rotate(-58deg);
}
.service .deals li .new {
  width: 50px;
  height: 20px;
  margin-right: 10px;
  padding: 2px 5px 1px;
  border-radius: 1px;
  background: #f23d52;
  opacity: 0.92;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
/* みんなによく見られている案件 */
.service .look {
  margin-bottom: 45px;
}
.service .look ul {
  width: 790px;
  box-sizing: border-box;
  padding: 20px;
  background: #f5f5f5;
}
.service .look li {
  width: 750px;
  height: 70px;
  position: relative;
  margin-bottom: 10px;
}
.service .look li:last-child {
  margin-bottom: 0;
}
.service .look li a {
  width: 750px;
  height: 70px;
  display: table;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 1px 1px 2px #d5d5d5;
  text-decoration: none;
  color: #3d3d3d;
}
.service .look li a:hover {
  background: #fef5d1;
}
.service .look li .thumnail, .service .look li .status {
  display: table-cell;
  vertical-align: middle;
}
.service .look li .thumnail {
  width: 120px;
  height: 60px;
}
.service .look li .thumnail img {
  vertical-align: bottom;
}
.service .look li .name {
  width: 430px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #3d3d3d;
}
.service .look li .status {
  box-sizing: border-box;
  padding-left: 10px;
}
.service .look li .point_status {
  width: 430px;
  overflow: hidden;
}
.service .look li .point_status .point {
  line-height: 1.2em;
  font-size: 25px;
}
.service .look li .count {
  float: right;
  display: inline-block;
  padding: 1px 3px 0;
  border: #ccc 1px solid;
  border-radius: 1px;
  background: #fff;
  font-size: 12px;
}
.service .look li .count span {
  font-size: 13px;
}
.service .look li a.btn_detail {
  width: 160px;
  height: 50px;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 15px 0 0;
  border: #428fca 1px solid;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #428fca;
}
.service .look li a.btn_detail::before, .service .look li a.btn_detail::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 9px;
  height: 2px;
  background: #428fca;
  border-radius: 4px;
}
.service .look li a.btn_detail::before {
  margin-top: -4px;
  -webkit-transform: rotate(58deg);
  transform: rotate(58deg);
}
.service .look li a.btn_detail::after {
  margin-top: 2px;
  -webkit-transform: rotate(-58deg);
  transform: rotate(-58deg);
}
.service .look li a.btn_detail:hover {
  border: #5a9fdf 1px solid;
  background-color: #c6def5;
}
/* 50,000Pt以上の高額案件 */
.service .rich {
  position: relative;
}
.service .rich h2 .bonus {
  display: inline-block;
  padding-left: 23px;
  background: url(../../img/15/icon/ico_bonus.png) no-repeat 1px center;
}
.service .rich::before, .service .rich::after {
  width: 4px;
  height: 245px;
  content: '';
  position: absolute;
  top: 80px;
  z-index: 1;
  background: #fff;
}
.service .rich::before {
  right: 27px;
}
.service .rich::after {
  left: 27px;
}
.service .rich ul.slider_rich {
  width: 735px;
  overflow: hidden;
  margin: 0 auto 45px;
}
.service .rich .slider_rich li {
  width: 245px;
  height: 245px;
  float: left;
  border-right: #e0e0e0 1px dotted;
}
.service .rich .slider_rich li a {
  width: 244px;
  height: 245px;
  display: block;
  box-sizing: border-box;
  padding: 20px 20px 0;
  text-decoration: none;
  text-align: center;
  color: #3d3d3d;
}
.service .rich .slider_rich li a:hover {
  background: #fef5d1;
}
.service .rich .slider_rich li .thumnail {
  margin-bottom: 20px;
}
.service .rich .slider_rich li .name {
  margin-bottom: 20px;
  color: #3d3d3d;
}
.service .rich .slider_rich li .point {
  margin-bottom: 15px;
  font-size: 25px;
}
.service .rich .slider_rich li .addpointtime {
  margin-bottom: 15px;
  font-size: 13px;
}
.service .rich .slider_rich li p:nth-child(5) {
  font-size: 13px;
}
.service .rich .slider_rich li .thumnail img {
  display: inline-block;
}
.service .rich .bx-controls-direction {
  position: relative;
}
.service .rich .bx-next, .service .rich .bx-prev {
  width: 40px;
  height: 80px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.service .rich .bx-prev {
  top: -170px;
  left: -40px;
  transform: rotateY( 180deg );
}
.service .rich .bx-next {
  top: -170px;
  right: -43px;
}
.service .rich .bx-prev::before, .service .rich .bx-prev::after, .service .rich .bx-next::before, .service .rich .bx-next::after {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  width: 35px;
  height: 4px;
  background: #575757;
  border-radius: 4px;
}
.service .rich .bx-prev::before, .service .rich .bx-prev::after {
  right: 0;
}
.service .rich .bx-next::before, .service .rich .bx-next::after {
  left: 0;
}
.service .rich .bx-prev::before, .service .rich .bx-next::before {
  margin-top: -7px;
  -webkit-transform: rotate(58deg);
  transform: rotate(58deg);
}
.service .rich .bx-prev::after, .service .rich .bx-next::after {
  margin-top: 20px;
  -webkit-transform: rotate(-58deg);
  transform: rotate(-58deg);
}
@supports (-ms-ime-align:auto) {
.service .rich .bx-prev::before, .service .rich .bx-next::before {
 -webkit-transform: rotate(60deg);
 transform: rotate(60deg);
}
.service .rich .bx-prev::after, .service .rich .bx-next::after {
 margin-top: 21px;
}
}
.service .rich p.url {
  width: 750px;
  display: table;
  box-sizing: border-box;
  position: relative;
  margin: 45px auto 0;
  padding: 15px;
  background: #e8f4ff;
}
.service .rich p.url .your, .service .rich p.url input[type="text"] {
  display: table-cell;
  vertical-align: middle;
}
.service .rich p.url .your {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.service .rich p.url input[type="text"] {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  display: block;
  padding: 0 10px;
  border: #ccd1d6 1px solid;
  border-radius: 2px;
  background: #fff;
  font-weight: bold;
  font-size: 15px;
  color: #471f03;
}
.service .rich p.url .copy {
  position: absolute;
  top: -20px;
  right: 20px;
}
.service .rich p.url .copy span {
  width: 330px;
  height: 25px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding-top: 3px;
  border-radius: 15px;
  background: #3cb9ff;
  letter-spacing: 0;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.service .rich p.url .copy span:after {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 20px;
  border-top: #3cb9ff 8px solid;
  border-bottom: 8px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: -6px;
}
.service .rich ul.about_friend {
  margin: 15px 15px 85px 0;
  float: right;
}
.service .rich ul.about_friend li {
  position: relative;
  float: left;
  margin-right: 15px;
  padding-right: 20px;
  font-size: 13px
}
.service .rich ul.about_friend li:last-child {
  margin-right: 0;
}
.service .rich ul.about_friend li::before, .service .rich ul.about_friend li::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  content: '';
  width: 9px;
  height: 2px;
  background: #818181;
  border-radius: 4px;
}
.service .rich ul.about_friend li::before {
  margin-top: -4px;
  -webkit-transform: rotate(58deg);
  transform: rotate(58deg);
}
.service .rich ul.about_friend li::after {
  margin-top: 2px;
  -webkit-transform: rotate(-58deg);
  transform: rotate(-58deg);
}
/* l_content2_left 左カラム
------------------------------------------------ */

.ad_ctategory { margin-bottom: 30px;}
.menu_list li { font-size: 12px;}
