@charset "euc-jp";

/* parts.css

共通で使用するパーツのスタイル

important_news
header
g_navi
searchbar
searchbar - service shopping
use_keyword
information(お知らせ・メンテナンス)
bnr_mission
bread list
rotation_banner
main_column
left_column
right_column
floating_banner
footer

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

/* important_news
------------------------------------------------ */
.important_news {
    background-color: #ff4455;
}
.important_news > div {
    display: table;
    width: 950px;
    margin: 0 auto;
    padding: 8px 0;
    overflow: hidden;
}
.important_news .news_title {
    display: table-cell;
    padding-left: 27px;
    background: url("../../img/15/icon/ico_info_caution.png") no-repeat 0 6px;
    background-size: 20px auto;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}
.important_news .news_content {
    padding: 7px 0;
    display: table-cell;
    background: #fff;
    border-radius: 30px;
    text-align: center;
}
.important_news .news_content a {
    text-decoration: none;
    color: #555;
}
.important_news .news_content .date {
    color: #e9283f;
    font-weight: bold;
    font-size: 16px;
}
.important_news .news_content .click {
    text-decoration: underline;
    color: #2882d6;
}


/* header
------------------------------------------------ */
.header { width: 100%;}
.header h1 {
  letter-spacing: 1px;
  font-size: 11px;
}
.header .userinfo {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #3693ec;
}
.header .userinfo_list {
  width: 950px;
  margin: 0 auto;
}
.header .userinfo_list h1 {
  float: left;
  padding-top: 7px;
  color: #3d3d3d;
}
.header .userinfo_list ul li {
  float: left;
  margin-right: 16px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.header .userinfo_list ul li:last-child { margin-right: 0;}
.header .userinfo_list ul li a {
  text-decoration: none;
  color: #fff;
}
.header .userinfo_list ul li a:hover {
  text-decoration: underline;
}
.header .userinfo_list ul li a {
  display: block;
  box-sizing: border-box;
  padding: 6px 0 4px;
}
.header .userinfo_list ul.head_help li { letter-spacing: 0;}

.header .userinfo_list ul.head_help li:nth-child(1) a {
  padding-left: 16px;
  background: url(../../img/15/icon/ico_head_beginner.gif) no-repeat 0 center;
}
.header .userinfo_list ul.head_help li:nth-child(2) a {
  padding-left: 22px;
  background: url(../../img/15/icon/ico_head_faq.gif) no-repeat 0 center;
}
.header .userinfo_list ul.head_info li.btn_inform a {
  padding-left: 22px;
  background: url(../../img/15/icon/ico_head_inform.gif) no-repeat 0 center;
}
.header .userinfo_list ul.head_info li.btn_menu a {
  padding-left: 22px;
  background: url(../../img/15/icon/ico_head_menu.gif) no-repeat 0 center;
}
.header .userinfo_list ul.head_info li.btn_mypage a {
  padding-left: 16px;
  background: url(../../img/15/icon/ico_head_mypage.gif) no-repeat 0 center;
}
.header .userinfo_list ul.head_info li.btn_login a {
  padding-left: 19px;
  background: url(../../img/15/icon/ico_head_login.gif) no-repeat 0 center;
}
.header .userinfo_list ul.head_info li.btn_logout a {
  padding-left: 19px;
  background: url(../../img/15/icon/ico_head_logout.gif) no-repeat 0 center;
}
.head_info li .head_child {
  display: none;
  box-sizing: border-box;
  position: relative;
}
.head_info li .head_child .head_child_list {
  display: table;
  position: absolute;
  z-index: 10;
  box-sizing: border-box;
  padding: 18px 20px 20px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 5px #c4c4c4, 0 1px 5px #c4c4c4;
  color: #3d3d3d;
}
.head_info li .head_child:before,
.head_info li .head_child:after {
  width: 15px;
  height: 18px;
  content: '';
  position: absolute;
  background: #fff;
  top: -2px;
}
.head_info li .head_child:before {
  transform: translateX(-50%) rotate(45deg) skew(6deg,6deg);
  box-shadow: 0 -2px 3px 0 #c4c4c4;
  z-index: 9;
}
.head_info li .head_child:after {
  transform: translateX(-50%) rotate(45deg) skew(6deg,6deg);
  z-index: 11;
}
.head_info li.btn_menu .head_child:before,
.head_info li.btn_menu .head_child:after { left: 50px;}
.head_info li.btn_menu .head_child_list {
  width: 535px;
  right: -225px;
}
.head_info li.btn_mypage .head_child:before,
.head_info li.btn_mypage .head_child:after { left: 50px;}
.head_info li.btn_mypage .head_child_list {
  width: 445px;
  right: -110px;
}

/* header　ログイン済
   はじめての方へ・FAQ・お知らせ・メニュー・マイページ・ログアウト・ログイン */
.header h1.heading {
  width: 950px;
  margin: 10px auto 0;
}
.header .userinfo_list ul.head_info { float: right;}
.header .userinfo_list ul.head_help { float: left;}
.header .userinfo_list ul li.user_name {
  margin-right: 12px;
  padding-top: 6px;
  letter-spacing: 0;
  font-size: 12px;
}
.header .userinfo_list ul li.user_point {
  margin-right: 12px;
  letter-spacing: 0;
}
.header .userinfo_list ul li.user_point a { color: #fbdb00;}
.header .userinfo_list ul li.rest {
  padding-top: 7px;
  font-size: 11px;
}
.header .userinfo_list ul li.rest span { color: #fbdb00;}
.header .userinfo_list ul li.rest a {
  padding: 0;
  letter-spacing: 0;
  font-size: 12px;
}
.header .userinfo_list ul li.user_name,
.header .userinfo_list ul li.user_point a { padding: 7px 0 0;}

/* heder ログイン済　バッジ */
.header .userinfo_list ul li .ico_new {
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 1px;
  padding: 0;
  border-radius: 50%;
  background: #f03955;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.3px;
  font-size: 12px;
  color: #fff;
}

/* header　ログイン済　ドロップダウン　メニュー・マイページ */
.header .userinfo_list ul.head_info li .head_child .head_child_list a {
  height: auto;
  background: none;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
  color: #3d3d3d;
  transition: .2s linear;
}
.header .userinfo_list ul.head_info li .head_child .head_child_list a:hover { color: #197fde;}
.head_info li .head_child .head_child_list .list_row {
  box-sizing: border-box;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
}
.head_info li .head_child .head_child_list .list_row:last-child { padding-right: 0;}
.head_info li .head_child .head_child_list .list_row ul { overflow: hidden;}
.head_info li .head_child .head_child_list .list_row ul li:nth-child(1) {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #3d3d3d;
}
.head_info li .head_child .head_child_list .list_row ul li {
  margin: 0 0 12px;
  white-space: nowrap;
  width: 100%;
}
.head_info li .head_child .head_child_list .list_row ul li:last-child { margin: 0;}

/* header　ログイン済　ドロップダウン　メニュー　開催中お得イベント */
.head_info li .head_child .head_child_list .list_row .eventday { margin-bottom: 40px;}
.head_info li .head_child .head_child_list .list_row ul.eventday li:nth-child(1) span {
  display: inline-block;
  margin-right: 4px;
  padding: 1px 5px 0 8px;
  border-radius: 15px;
  background: #f03955;
  font-size: 13px;
  color: #fff;
}

/* header　ログイン済　ドロップダウン　マイページ　
　　獲得予定・webメール・申請状況・お気に入り　*/
.head_info li .head_child .head_child_list .list_row:nth-child(2) li { width: 100%;}
.head_info li .head_child .head_child_list .list_row ul.my_status li:nth-child(1),
.head_info li .head_child .head_child_list .list_row ul.exchange_status li:nth-child(1),
.head_info li .head_child .head_child_list .list_row ul.favorite_list li:nth-child(1) {
  border-bottom: #bababa 1px solid;
}

.head_info li .head_child .head_child_list .list_row ul.my_status,
.head_info li .head_child .head_child_list .list_row ul.exchange_status {
  margin-bottom: 30px;
}
.head_info li .head_child .head_child_list .list_row ul.my_status a {
  display: inline-block;
  float: left;
}
.head_info li .head_child .head_child_list .list_row ul.my_status span.num {
  display: inline-block;
  float: right;
  font-weight: normal;
  font-size: 12px;
  color: #3d3d3d;
}
.head_info li .head_child .head_child_list .list_row ul.my_status span.num span { color: #f03955;}
.head_info li .head_child .head_child_list .list_row ul.exchange_status span {
  display: inline-block;
  font-weight: normal;
  color: #3d3d3d;
}
.head_info li .head_child .head_child_list .list_row ul.exchange_status span a {
  text-decoration: underline;
  color: #197fde;
}
.head_info li .head_child .head_child_list .list_row ul.exchange_status span a:hover { color: #f5a202;}
.head_info li .head_child .head_child_list .list_row ul.exchange_status span:nth-child(1) { float: left;}
.head_info li .head_child .head_child_list .list_row ul.exchange_status span:nth-child(2) { float: right;}
.head_info li .head_child .head_child_list .list_row ul.favorite_list {
    overflow: hidden;
}
.head_info li .head_child .head_child_list .list_row ul.favorite_list li ul li:nth-child(1) {
    border: none;
    padding-bottom: 0;
}
.head_info li .head_child .head_child_list .list_row ul.favorite_list li ul li {
    box-sizing: border-box;
    margin-bottom: 5px;
    width: 50%;
}
.head_info li .head_child .head_child_list .list_row ul.favorite_list li ul li a {
    display: block;
}
.head_info li .head_child .head_child_list .list_row ul.favorite_list li ul li a:hover {
    opacity: 0.7;
}
.head_info li .head_child .head_child_list .list_row ul.favorite_list li ul li .thumbnail{
    height: 53px;
    width: 106px;
    margin-bottom: 2px;
}
.head_info li .head_child .head_child_list .list_row ul.favorite_list li ul li:nth-child(even) .thumbnail {
    padding-left: 4px;
}
.head_info li .head_child .head_child_list .list_row ul.favorite_list li ul li .thumbnail img {
    height: auto;
    width: 100%;
}

/* header　未ログイン
   はじめての方へ・FAQ・お知らせ・メニュー・マイページ・ログアウト・ログイン */
.header .userinfo_list.checkout h1 { color: #fff;}
.header .userinfo_list.checkout ul {
  float: right;
  margin-right: 16px;
}

/* サイトロゴ・SSP */
.header .sitelogo {
  width: 950px;
  height: 90px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 20px;
  clear: both;
}
.header .sitelogo li { float: left;}
.header .sitelogo li:first-child {
  width: 185px;
  height: 90px;
  margin: 0 37px 0 0;
}


/*-- g_navi
-------------------------------------------------------- */
.g_navi {
  width: 100%;
  clear: both;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0 15px;
  border-bottom: #bababa 1px solid;
  letter-spacing: 0;
}
.g_navi ul {
  width: 950px;
  height: 60px;
  margin: 0 auto;
}
.g_navi li {
  width: 102px;
  height: 60px;
  float: left;
  text-align: center;
}
.g_navi li:nth-child(n+1) {
  border-right: #e0e2e4 1px solid;
}
.g_navi li:nth-child(7),
.g_navi li:last-child {
  border-right: none;
}
.g_navi li a {
  width: 102px;
  height: 22px;
  display: block;
  position: relative;
  padding-top: 40px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
  color: #3d3d3d;
  transition: .2s linear;

}
.g_navi .home a { background: url(../../img/15/common/ico_gnav_home.png) no-repeat center 5px;}
.g_navi .service a { background: url(../../img/15/common/ico_gnav_service.png) no-repeat center 5px;}
.g_navi .shopping a { background: url(../../img/15/common/ico_gnav_shopping.png) no-repeat center 5px;}
.g_navi .game a { background: url(../../img/15/common/ico_gnav_game.png) no-repeat center 5px;}
.g_navi .survey a { background: url(../../img/15/common/ico_gnav_survey.png) no-repeat center 5px;}
.g_navi .monitor a { background: url(../../img/15/common/ico_gnav_monitor.png) no-repeat center 5px;}
.g_navi .friend a { background: url(../../img/15/common/ico_gnav_friend.png) no-repeat center 5px;}
.g_navi .credit a { background: url(../../img/15/common/ico_gnav_credit.png) no-repeat center 5px; letter-spacing: -1px;}
.g_navi li a:hover{	opacity: 0.4;}
.g_navi li.select a::before {
  width: 94px;
  height: 3px;
  display: block;
  content: '';
  margin-left: -47px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  z-index: 1;
  background: #fac42d;
}

/* searchbar */
.g_navi .search {
  width: 229px;
  height: 47px;
  padding: 9px 0 0 0;
}
.g_navi .search p {
  display: table;
  border: #e0e2e4 1px solid;
}
.g_navi .search span {
  height: 38px;
  display: table-cell;
  vertical-align: top;
}
.g_navi .search input[type="text"] {
  width: 167px;
  height: 20px;
  display: block;
  padding: 10px 10px 10px 8px;
  border: none;
  background: #f5f5f5;
  font-size: 12px;
}
.g_navi .search input[type="text"]:-ms-placeholder { color: #1f1f1f;}
.g_navi .search input[type="text"]:-moz-placeholder { color: #1f1f1f;}
.g_navi .search input[type="text"]::-moz-placeholder { color: #1f1f1f;}
.g_navi .search input[type="text"]::-webkit-input-placeholder { color: #1f1f1f;}
.g_navi .search input[type="submit"] {
  width: 40px;
  height: 40px;
  display: block;
  border: none;
  border-radius: 1px;
  background: url(../../img/15/common/ico_search1.png) no-repeat center 11px;
  background-color: #fbc500;
  cursor: pointer;
}
.g_navi .search input[type="submit"]:hover {
  background-color: #fbdb00;
}

/* searchbar - service shopping
------------------------------------------------ */
.ad_search  {
  overflow: hidden;
  margin-bottom: 25px;
}
.ad_search ul {
  width: 1000px;
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
  padding: 0 10px;
  background: #f4f4f4;
}
.ad_search ul li {
  box-sizing: border-box;
  display: table-cell;
  padding: 10px 0;
  vertical-align: middle;
  text-align: left;
}
.ad_search ul li:nth-child(1),.ad_search ul li:nth-child(2) { width: 195px;}
.ad_search select { -webkit-appearance: none; -moz-appearance: none; }
.ad_search ul li select {
  width: 190px;
  height: 40px;
  box-sizing: border-box;
  border: #e0e2e4 1px solid;
  border-radius: 2px;
  background: #fff url(../../img/15/icon/ico_bottom_arrow.gif) no-repeat right 8px top 50%;
  padding: 0 28px 0 5px;
  cursor: pointer;
  letter-spacing: 0;
  font-size: 13px;
  color: #5e5e5e;
}
select::-ms-expand { display: none;}
.ad_search ul li:nth-child(3) { width: 470px;}
.ad_search ul li input[type="text"] {
  width: 465px;
  height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  border: #e0e2e4 1px solid;
  border-radius: 2px;
  font-size: 14px;
}
.ad_search ul li:nth-child(4) { width: 130px;}
.ad_search ul li input[type="submit"] {
  width: 120px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 0 8px;
  border: none;
  border-radius: 2px;
  background-color: #fbc600;
  text-shadow: 1px 1px 0 #fcdf72;
  box-shadow: 1px 1px 2px #a8a8a8;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #010101;
  transition: .2s linear;

}
.ad_search ul li input[type="submit"]:hover { background-color: #fbdb00;}

/* 検索している条件 */
.ad_search_select {
  width: 950px;
  box-sizing: border-box;
  overflow: hidden;
  border: #e0e2e4 1px solid;
  margin: 0 auto 35px;
  padding: 15px 0 5px 20px;
  border-radius: 2px;
}
.ad_search_select p,.ad_search_select ul {
  display: table-cell;
  vertical-align: middle;
}
.ad_search_select p {
  width: 155px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
}
.ad_search_select li {
  float: left;
  margin: 0 10px 10px 0;
}
.ad_search_select li:last-child { margin: 0;}
.ad_search_select li a {
  display: block;
  padding: 6px 5px 5px 10px;
  background: #fff;
  border: #e0e2e4 1px solid;
  border-radius: 2px;
  text-decoration: none;
  font-size: 11px;
  color: #2882d6;
  transition: .2s linear;
}
.ad_search_select li a:hover {
  opacity: 0.5;
}
.ad_search_select li a span {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}
.ad_search_select li a span:nth-child(1) {
  padding: 1px 8px 0 0;
}
.ad_search_select li a span.ad_search_delete {
  width: 24px;
  height: 24px;
  position: relative;
  border-radius: 1px;
  background: #5a9fdf;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.ad_search_select li a span.ad_search_delete::before,
.ad_search_select li a span.ad_search_delete::after {
  position: absolute;
  top: 10px;
  left: 5px;
  display: block;
  content: '';
  width: 14px;
  height: 3px;
  background: #fff;
  border-radius: 4px;
}
.ad_search_select li a span.ad_search_delete::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ad_search_select li a span.ad_search_delete::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ad_search_select li:last-child a {
  padding: 8px 0 3px 0;
  border: none;
  background: none;
  text-decoration: underline;
}
.ad_search_select li:last-child a::before,
.ad_search_select li:last-child a::after { display: none;}
.ad_search_select li:last-child a:hover {
  opacity: 1;
  color: #f5a202;
}

/* よく検索されるワード */
.use_keyword { margin-bottom: 25px;}
.use_keyword ul {
  display: table;
  margin-left: 20px;
}
.use_keyword li {
  display: table-cell;
  vertical-align: middle;

}
.use_keyword li:nth-child(1) {
  padding-right: 15px;
  font-size: 14px;
}
.use_keyword li:nth-child(n+2) { padding-right: 10px;}
.use_keyword li a {
  display: block;
  padding: 5px 5px 3px;
  border: #e0e2e4 1px solid;
  border-radius: 2px;
  text-decoration: none;
  font-size: 11px;
  color: #404040;
}
.use_keyword li a:hover {
  background: #f4f4f4;
  color: #197fde;
}

/* 検索結果なし */
.notfound {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 25px 20px 10px;
  border: #e0e0e0 1px solid;
  letter-spacing: 0;
  font-size: 16px;
}
.notfound .hint {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #f45769;
}
.notfound .not {
  margin-bottom: 20px;
}
.notfound .not span {
  font-weight: bold;
  color: #f45769;
}
.notfound ol { padding-left: 15px;}
.notfound ol li{
  list-style-type: decimal;
  margin-bottom: 15px;
  line-height: 1.8em;
  font-size: 14px;
}

/* information(お知らせ・メンテナンス)
------------------------------------------------ */
.information {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0 15px 0;
  background: #f5f5f5;
}
.information ul {
  width: 950px;
  display: table;
  margin: 0 auto;
}
.information li {
  display: table-cell;
  vertical-align: middle;
}
.information li:nth-child(2) p span {
  margin-right: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #f23d52;
}
.information li a {
  height: 20px;
  display: block;
  background-color: #fff;
  padding: 5px 0;
  text-decoration: none;
  color: #19191a;
}
.information li:first-child p {
  width: 100px;
}
.information li:nth-child(2) p {
  width: 837px;
  padding-left: 10px;
  letter-spacing: 0;
  font-size: 12px;
}
.information li:nth-child(2) {
  border-top: #e0e0e0 1px solid;
  border-bottom: #e0e0e0 1px solid;
  border-right: #e0e0e0 1px solid;
}
.information li:nth-child(2) p a {
  width: 837px;
  display: block;
  color: #19191a;
}
.information li a:hover { background-color: #fef5d1;}
.information li:first-child.important, .information li:first-child.news {
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
}
.information li:first-child.important {
  border: #d92036 1px solid;
  background: #f23d52;
}
.information li:first-child.news {
  border: #367bbb 1px solid;
  background: #5a9fdf;
}

/* bnr mission 初心者ミッションバナー
------------------------------------------------ */
.bnr_mission {
    height: 90px;
    background: #fd1a4a;
    text-align: center;
}
.bnr_mission a {
    display: block;
}

/* bread list パンくずリスト
------------------------------------------------ */
.bread_list {
  width: 950px;
  clear: both;
  margin: 10px auto;
}
.bread_list li {
  display: inline-block;
  font-size: 11px;
}
.bread_list li:after { content:" > ";}
.bread_list li:last-child:after { content:"";}
.bread_list li a { color: #2f2f2f;}
.bread_list li a:hover { color: #2882d6;}


/* rotation banner ローテションバナー
------------------------------------------------ */

/* メインバナー 1枠 */
.mainimg_1frame {
  width: 950px;
  height: 150px;
  margin: 10px auto 60px;
  padding-top: 5px;
}

/* ローテーションバナー   ※詳細は jquery.bxslider.cssを参照 */
.rotation {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 0 30px;
}
.rotation .bx-wrapper {
  margin: 0 auto;
  position: relative;
}
.rotation .rotation_inner {
  width: 950px;
  height: 220px;
  margin: 0 auto;
}
.rotation .slider li { display: block;}
.rotation .slider li a {
  width: 220px;
  display: block;
  margin: 0 auto;
}
.rotation .slider li a:hover { opacity: 0.6;}
.rotation .bx-controls-direction { position: relative;}
.rotation .bx-next, .rotation .bx-prev {
  width: 42px;
  height: 80px;
  position: absolute;
  z-index: 1;
  background: url(../../img/15/top/bg_prevenext.png) no-repeat 1px center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.rotation .bx-prev {
  top: -150px;
  left: -42px;
  transform: rotateY( 180deg );
}
.rotation .bx-next {
  top: -150px;
  right: -42px;
}
.rotation .bx-controls-direction a.disabled { display: none;}

/* main_column 中央カラム
------------------------------------------------ */
.main_column {
    width: 450px;
    float: right;
    margin: 0 20px;
}


/* left_column 左カラム
------------------------------------------------ */
.left_column {
    width: 160px;
    float: left;
}

/* 会員登録する・ログインする */
.userinfo_list2 li {
  height: 40px;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 15px;
}
.userinfo_list2 li a {
  height: 40px;
  display: block;
  margin: 0 0 10px;
  padding-left: 38px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}
.userinfo_list2 li:first-child span,
.userinfo_list2 li:nth-child(2) span {
  height: 16px;
  display: block;
  padding: 12px 0 12px 0;
  text-align: center;
}
.userinfo_list2 li:first-child {
  border: #d84659 1px solid;
  background: url(../../img/15/icon/ico_regist1.png) no-repeat 11px center;
  background-color: #f87584;
  transition: .2s linear;
  -o-transition: .2s linear;
  -ms-transition: .2s linear;
}/* ロールオーバー */
.userinfo_list2 li:first-child span { border-left: #d84659 1px solid;}
.userinfo_list2 li:nth-child(2) {
  border: #177857 1px solid;
  background: url(../../img/15/icon/ico_login.png) no-repeat 9px center;
  background-color: #0e9c6c;
  transition: .2s linear;
  -o-transition: .2s linear;
  -ms-transition: .2s linear;
}/* ロールオーバー */
.userinfo_list2 li:nth-child(2) span {	border-left: #177857 1px solid;}
.userinfo_list2 li:first-child:hover {	background-color: #fc5568;}
.userinfo_list2 li:nth-child(2):hover {	background-color: #06845a;}

/* リスト　毎日チェック */
.everdaycheck { margin-bottom: 50px;}
.everdaycheck li {
  position: relative;
}
.everdaycheck li.check {
  border-top: #fff 1px solid;
  background-color: #e8f4ff;
}
.everdaycheck li.check a { background-color: #e8f4ff;}
.everdaycheck li.check a:hover, .everdaycheck li.finish a:hover { background-color: #fef5d1;}
.everdaycheck li.finish a { background: url(../../img/15/icon/ico_finish1.gif) no-repeat 142px center;}

/* リスト　毎日チェック　バッジ */
.everdaycheck li p.yet {
  position: absolute;
  z-index: 2;
  top: 3px;
  left: -17px;
}
.everdaycheck li p.yet span {
  width: 22px;
  height: 22px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding: 2px 0 0;
  border-radius: 50%;
  background: #f03955;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}
.everdaycheck li p.yet span::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 15px;
  top: 13px;
  z-index: 1;
  border-right: 10px solid #f03955;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(-145deg);
}

/* 話題のサービス */
.now_list1 { margin-bottom: 10px;}
.now_list1 h2 {
  padding-left: 30px;
  background: url(../../img/15/icon/ico_now1.gif) no-repeat 4px center;
  background-color: #5a9fdf;
}
.now_list1 li {
  border-bottom: #b3b5e5 1px dotted;
  border-left: #e0e0e0 1px solid;
  border-right: #e0e0e0 1px solid;
  padding-bottom: 1px;
  text-align: center;
  transition: .2s linear;
}
.now_list1 li:last-child {
  border-bottom: #e0e0e0 1px solid;
}
.now_list1 a {
  display: block;
  padding: 15px 15px 3px;
  text-decoration: none;
}
.now_list1 a:hover {
  background-color: #fef5d1;
}
.now_list1 .name {
  margin-bottom: 5px;
  font-size: 12px;
}
.now_list1 .point { font-size: 18px;}
.now_list1 .addpointtime {
  font-size: 11px;
  color: #2f2f2f;
}
.now_list1 .btn_details a {
  height: 14px;
  width: 126px;
  margin: 3px auto 3px;
  padding: 8px 10px;
  border: #b7b7b7 1px solid;
  border-radius: 2px;
  background: #A4A4A4;
  background: -moz-linear-gradient(top, #d4d5d7 0%, #d4d5d7 50%, #c4c5c6 50%, #c4c5c6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d5d7), color-stop(50%,#d4d5d7), color-stop(50%,#c4c5c6), color-stop(100%,#c4c5c6));
  background: -webkit-linear-gradient(top, #d4d5d7 0%, #d4d5d7 50%, #c4c5c6 50%, #c4c5c6 100%);
  background: linear-gradient(to bottom, #d4d5d7 0%, #d4d5d7 50%, #c4c5c6 50%, #c4c5c6 100%);
  text-shadow: 1px 1px 0 #e8ebed;
  font-weight: bold;
  font-size: 14px;
  color: #243747;
}
.now_list1 .btn_details a:hover {
  color: #2882d6;
}

/* サービス・ショッピング */
.service_list1, .shopping_list1 { margin-bottom: 10px;}
.service_list1 h2 { background: url(../../img/15/icon/ico_service1.gif) no-repeat 5px center;}
.shopping_list1 h2 { background: url(../../img/15/icon/ico_shopping1.gif) no-repeat 5px center;}
.service_list1 h2.passive span, .shopping_list1 h2.passive span {
  width: 128px;
  display: block;
  background: url(../../img/15/icon/ico_arrow5.png) no-repeat 115px center;
}
.service_list1 h2, .shopping_list1 h2 {
  padding-left: 30px;
  background-color: #5a9fdf;
  cursor: pointer;
}
.service_list1 li,
.shopping_list1 li {
  height: 40px;
  border-bottom: #e0e0e0 1px solid;
  border-left: #e0e0e0 1px solid;
  border-right: #e0e0e0 1px solid;
  letter-spacing: 0;
  font-size: 12px;
}
.service_list1 li a,
.shopping_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;
}

/* ロールオーバー */
.service_list1 li a:hover, .shopping_list1 li a:hover { background-color: #fef5d1;}
.shopping_list1 li:nth-last-child(3) a {
  font-size: 10px;
}

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

/* バナーエリア */
.bnr_list1 li {
  margin-bottom: 10px;
}
.standing_banner{
  display: inline-block;
  margin: 0 0 5px;
}

/* リスト　案件カテゴリ */
.ad_ctategory p a {
  height: 45px;
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 14px 20px 8px 0;
  background-color: #fff;
  text-align: right;
  text-decoration: underline;
  font-size: 12px;
  color: #2882d6;
}
.ad_ctategory p a:hover { color: #f5a202;}

/* リスト　SNS */
.sns_list h4 { margin-bottom: 15px;}
.sns_list .tw {
  margin-bottom: 15px;
  border: #e0e0e0 1px solid;
  border-radius: 2px;
}
.sns_list .tw .twitter-timeline { min-width: 178px!important;}
.sns_list .fb,.sns_list .in { margin-bottom: 15px;}

/* リスト　お気に入り・最近チェックした案件 */
.ad_your { overflow: hidden;}
.ad_your li {
  height: 65px;
  border-bottom: #e0e0e0 1px solid;
  letter-spacing: 0;
  font-size: 13px;
}
.ad_your li a {
  width: 180px;
  height: 65px;
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
  position: relative;
  padding: 10px 0 8px 10px;
  background-color: #fff;
  text-decoration: none;
  color: #3d3d3d;
  transition: .2s linear;
}
.ad_your li a::before,
.ad_your li a::after,
.ad_your .ad_history_delete::before,
.ad_your .ad_history_delete::after {
  position: static;
  display: block;
  content: none;
}
.ad_your li a p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
.ad_your li a p:nth-child(1) { width: 80px;}
.ad_your li a p img {
  vertical-align: bottom;
}
.ad_your li a .point {
  display: block;
  padding-left: 0;
  background: none;
  font-size: 14px;
}
.ad_your p a {
  height: 45px;
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 14px 20px 8px 0;
  background-color: #fff;
  text-align: right;
  text-decoration: underline;
  font-size: 12px;
  color: #2882d6;
}
.ad_your p a:hover { color: #f5a202;}
.ad_your .ad_history_delete {
  display: block;
  margin: 15px 5px 15px 0;
  text-align: right;
  font-size: 12px;
}
.ad_your .ad_history_delete span {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: 0 7px 0 0;
  border-radius: 1px;
  background: #5a9fdf;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  vertical-align: middle;
}
.ad_your .ad_history_delete span::before,
.ad_your .ad_history_delete span::after {
  position: absolute;
  top: 8px;
  left: 2px;
  display: block;
  content: '';
  width: 14px;
  height: 3px;
  background: #fff;
  border-radius: 4px;
}
.ad_your .ad_history_delete span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ad_your .ad_history_delete span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ad_your .ad_not {
  margin: 20px 5px 25px;
  padding: 4px 0 2px;
  border-radius: 15px;
  background: #5a9fdf;
  letter-spacing: 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

/* right_column 右カラム
------------------------------------------------ */
.right_column {
    width: 300px;
    float: left;
}

/* SSPではなく純広表示パターン */
.ad_box1_point {
  width: 300px;
  height: 280px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0;
}
.ad_box1_point a {
  display: block;
  text-decoration: none;
}
.ad_box1_point .point {
  margin-top: 5px;
  font-size: 14px;
}
.ad_box1_point a .addpointtime {
  font-size: 10px;
  color: #2f2f2f;
}

/* 注目のショッピング */
.attention_list1 { overflow: hidden; margin-bottom: 10px;}
.attention_list1 h2 {
  padding-left: 30px;
  background: url(../../img/15/icon/ico_attention1.gif) no-repeat 4px center;
  background-color: #5a9fdf;
}
.attention_list1 li {
  width: 148px;
  height: 160px;
  float: left;
  border-bottom: #e0e0e0 1px solid;
  border-left: #e0e0e0 1px solid;
  border-right: #e0e0e0 1px solid;
  text-align: center;
}
.attention_list1 li:nth-child(odd) {
  width: 149px;
  border-right: none;
}
.attention_list1 li:nth-child(even) { border-left: #b3b5e5 1px dotted;}
.attention_list1 a {
  height: 130px;
  display: block;
  padding: 15px 13px;
  text-decoration: none;
}
.attention_list1 a:hover { background-color: #fef5d1;}
.attention_list1 .name {
  margin-bottom: 5px;
  font-size: 12px;
}
.attention_list1 .point {
  font-size: 18px;
}
.attention_list1 .addpointtime {
  font-size: 11px;
  color: #2f2f2f;
}

/* 定番ショップ */
.shop_list1 { overflow: hidden;}
.shop_list1 h2 {
  padding-left: 30px;
  background: url(../../img/15/icon/ico_shop1.gif) no-repeat 4px center;
  background-color: #5a9fdf;
}
.shop_list1 li {
  width: 148px;
  height: 90px;
  float: left;
  border-top: #b3b5e5 1px dotted;
  border-left: #e0e0e0 1px solid;
  border-right: #e0e0e0 1px solid;
  text-align: center;
  letter-spacing: 0;
}
.shop_list1 li:nth-child(odd) {
  width: 149px;
  border-right: none;
}
.shop_list1 li:first-child, .shop_list1 li:nth-child(2)  { border-top: none;}
.shop_list1 li:last-child, .shop_list1 li:nth-child(9)  { border-bottom: #e0e0e0 1px solid;}
.shop_list1 li:nth-child(even) { border-left: #b3b5e5 1px dotted;}
.shop_list1 a {
  height: 60px;
  display: block;
  padding: 15px 13px;
  text-decoration: none;
}
.shop_list1 a:hover { background-color: #fef5d1;}
.shop_list1 .point {
  margin: 5px 0 0;
  font-size: 17px;
}
.shop_list1 span.usually {
  margin-right: 3px;
  padding-right: 13px;
  background: url(../../img/15/icon/ico_arrow3.png) no-repeat right 5px;
  font-size: 14px;
  color: #2f2f2f;
}

/*定番ショップ一覧へのボタン*/
.shop_list1_btn{
  text-align:center;
  border-left: #e0e0e0 1px solid;
  border-right: #e0e0e0 1px solid;
  border-bottom: #e0e0e0 1px solid;
  margin-bottom: 15px;
  padding:8px 0;
}
.shop_list1_btn a{
  display: inline-block;
  text-decoration:none;
  text-align:center;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  width:280px;
  background: #3539a4;
  font-weight: bold;
  border-radius: 5px;
}
.shop_list1_btn a:hover{
  background: #fbc600;
  transition:0.3s linear;
}
.bnr_safe { margin-bottom: 10px;}
.bnr_safe a:hover { opacity: 0.7;}

/* 高額ポイント */
.rich_list1 { overflow: hidden; margin-bottom: 10px;}
.rich_list1 h2 {
  padding-left: 30px;
  background: url(../../img/15/icon/ico_rich1.gif) no-repeat 4px center;
  background-color: #5a9fdf;
}
.rich_list1 li {
  width: 298px;
  height: 150px;
  display: table;
  border-bottom: #b3b5e5 1px dotted;
  border-left: #e0e0e0 1px solid;
  border-right: #e0e0e0 1px solid;
}
.rich_list1 li:last-child { border-bottom: #e0e0e0 1px solid;}
.rich_list1 a {
  height: 120px;
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #484848;
}
.rich_list1 a:hover { background-color: #fef5d1;}
.rich_list1 .name {
  width: 265px;
  margin-bottom: 5px;
  font-size: 12px;
}
.rich_list1 .thumnail {
  width: 120px;
  display: table-cell;
}
.rich_list1 .detail {
  width: 100%;
  display: table-cell;
  padding: 0 0 0 15px;
  vertical-align: top;
}
.rich_list1 .point {
  font-size: 18px;
}
.rich_list1 .addpointtime {
  width: 130px;
  font-size: 11px;
  color: #2f2f2f;
}
.rich_list1 .comment {
  width: 265px;
  padding-top: 10px;
  font-size: 13px;
}

/* 高額ポイント！で一気に貯めるの 下部ボタンで使用するスタイル */
.rich_btn ul{
  overflow:hidden;
  margin-bottom:10px;
}
.rich_btn li{
  background: #b0dbf8;
  background: -moz-linear-gradient(top,  #b0dbf8 0%, #589fe1 2%, #589fe1 50%, #70bdf3 50%);
  background: -webkit-linear-gradient(top,  #b0dbf8 0%,#589fe1 2%,#589fe1 50%,#70bdf3 50%);
  background: linear-gradient(to bottom,  #b0dbf8 0%,#589fe1 2%,#589fe1 50%,#70bdf3 50%);
  border:1px solid #589fe1;
  border-radius:5px;
  float:left;
  width:138px;
  height:55px;
}
.rich_btn li:first-child{
  margin:0 10px 0 5px;
}
.rich_btn a{
  color:#FFF;
  display:block;
  font-weight:bold;
  text-decoration:none;
  text-align:center;
}
.rich_btn li:hover{
  opacity:0.8;
  transition:0.3s linear;
}
.rich_btn p{
  padding:10px 0 0 35px;
}
.rich_btn li:first-child p{
  background:url(../../img/15/icon/ico_btn_card.png) 5px 5px no-repeat;
}
.rich_btn li:last-child p{
  background:url(../../img/15/icon/ico_btn_shop.png) 5px 5px no-repeat;
}

/* バナーエリア */
.bnr_list2 {
  margin-top: 10px;
}
.bnr_list2 li {
  margin-bottom: 10px;
}

/* floatind banner フローティングバナー
------------------------------------------------ */
.floating_banner {
    max-width: 270px;
    padding: 10px;
    position: fixed;
    bottom: 0;
    right: 20px;
    background: #cde3e7;
    box-shadow: 1px 0px 20px 4px #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 9999;
    text-align: center;
}
.floating_banner a {
    display: block;
    text-decoration: none;
}
.floating_banner .name {
    width: 200px;
    margin: 5px auto 7px;
    color: #3d3d3d;
}
.floating_banner .point {
    font-size: 20px;
}
.floating_banner p img {
    max-width: 200px;
}
.floating_banner a img {
    min-width: 200px;
    max-width: 250px;
}
.floating_banner.close{
    display: none;
}
.floating_banner .closebanner {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    right: -10px;
    cursor: pointer;
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;   
}

/* footer
------------------------------------------------ */
.footer {
  width: 100%;
  clear: both;
  padding: 15px 0 0;
  border-top: #1d2087 2px solid;
  background: #e9eef4;
}
.footer .sitelogo {
  width: 950px;
  height: 90px;
  margin: 0 auto 20px;
  clear: both;
}
.footer .sitelogo li {
  float: left;
}
.footer .sitelogo li:first-child {
  width: 185px;
  height: 90px;
  margin: 0 37px 0 0;
}
.footer .footer_list {
  width: 950px;
  margin: 0 auto;
}
.footer .f_navi {
  width: 770px;
  float: left;
}
.footer ul.f_navi {
  display: table;
}
.footer .f_navi li {
  display: table-cell;
  vertical-align: top;
  padding-right: 15px;
}
.footer .footer_list {
  overflow: hidden;
}
.footer .navi_list li {
  display: block;
}
.footer .navi_list li a {
  text-decoration: none;
  color: #333;
}
.footer .navi_list li a:hover {
  text-decoration:underline;
  color: #197fde;
}
.footer .navi_list li:first-child {
  padding-bottom: 5px;
  border-bottom: #b3b5e5 1px dotted;
  font-weight: bold;
  font-size: 14px;
  color: #3a3a3a;
}
.footer .navi_list li:nth-child(n+2)  {
  padding: 5px 0 5px 10px;
  font-size: 11px
}
.footer .safety_list {
  width: 160px;
  float: left;
  margin-left: 20px;
  text-align: center;
}
.footer .safety_list li {
  margin-bottom: 5px;
}
.footer .copyright {
  width: 950px;
  clear: both;
  margin: 0 auto;
  padding: 0 0 10px;
  font-size: 10px;
}

/* ページトップへ戻る */
.pagetop {
  width: 950px;
  margin: 0 auto;
  clear: both;
}
.pagetop p {
  width: 140px;
  float: right;
  border-top: #e0e0e0 1px solid;
  border-left: #e0e0e0 1px solid;
  border-right: #e0e0e0 1px solid;
  border-bottom: #fbc600 2px solid;
}
.pagetop a {
  width: 108px;
  display: block;
  padding: 8px 0 6px 32px;
  background: url(../../img/15/icon/ico_pagetop.gif) no-repeat 10px 14px;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 11px;
  color: #303030;
}

/* 既存ページ　打消し CSS
------------------------------------------------ */

/* コンテンツ */
#wrapper {   margin-top: 15px;}
.ssp_box1 span, .ssp_box2 span {
  display: inline !important;
}

/* 試験実装 */
.ssp_box_test {
  width: 468px;
  margin-left: 257px;
  padding-top: 15px;
  text-align: right;
}