@charset "utf-8";

/* ------------------------------全体共通設定------------------------------ */

#wrapper{
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
#container {
    width:100%;
    padding:0;
}
#contents {
    width: 100%;
    overflow:visible;
}
.top:after,
.main:after{
    content: "";
    clear: both;
    display: block;
}
/* テキスト装飾 */
.top h3{
    font-size:16px;
    color:#555555;
    font-weight:bold;
}
.top .condition{
    color:#929292;
    text-align:left;
    font-size:12px;
}
.top .comment{
    font-size:14px;
    color:#555555;
    text-align:left;
}
/* ポイント数 */
.top .point{
    color:#545454;
}
.top .ci-point,
.top ins{
    color:#ff5555;
    font-weight:bold;
    font-size:18px;
    text-decoration:none;
}
.top del{
    font-weight:normal;
    color:#545454;
}
/* リンク*/
.top a{
    text-decoration:none;
    display:inline-block;
}
.top a:hover{
    transition: all 0.8s;
}
/* ボタン */
.top .button {
    width: 250px;
    float: right;
    margin-top: 10px;
    background: #3dba8f;
    color: #fff;
    display: block;
    text-align: center;
    padding: 13px 5px 13px 0;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
}
.top .button:hover{
    background-color:#059262;
}
.top .button::before,
.top .button::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 3px;
    background: #fff;
    border-radius: 4px;
}
.top .button::before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.top .button::after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.top .main{
    width:1150px;
    margin:0 auto;
}

/* ---------右カラムエリア----------- */

/* 共通 */
.top .right{
    width:900px;
    float:right;
}
.top .right .title{
    border-top: 2px solid #ff5555;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    overflow: hidden;
    color: #4d4d4d;
}
.top .right .title h2{
    font-size: 20px;
    font-weight: bold;
    float:left;
}
.top .right .title p{
    font-size: 14px;
    float:right;
    padding:5px 0 0;
}
.top .right .title h2 span{
    font-size: 14px;
    font-weight: normal;
}

/* お知らせ */
.information {
    width: 100%;
    margin: 0 0 20px;
    overflow:hidden;
}
.information h2,
.information a {
    margin-bottom: 3px;
    float:left;
}
.information h2 {
    text-align: center;
    width: 12%;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 0;
    background: #f94f5a;
    color: #fff;
}
.information a {
    width: 88%;
    box-sizing: border-box;
    padding: 5px 15px;
    display: block;
    text-decoration: none;
    color: #666;
    font-size: 13px;
    border-top:1px solid #bdbdbd;
    border-right:1px solid #bdbdbd;
    border-bottom:1px solid #bdbdbd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.information a:hover{
    transition: all 0.8s;
    background-color:#fff8d6;
}

/* ローテーションバナー */
.rotation {
  width: 100%;
    margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.rotation h2 {
    margin-bottom: 10px;
    display: flex;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
}
.rotation h2:before,
.rotation h2:after {
    content: "";
    flex-grow: 1;
    height: 5px;
    margin-bottom: 5px;
    border-top:#000 1px solid;
    border-bottom:#000 1px solid;
    background: #fff;
    display: block;
}
.rotation h2:before {
    margin-right: 20px;
}
.rotation h2:after {
    margin-left: 20px;
}
.rotation .bx-wrapper {
    margin: 0 auto;
    position: relative;
}
.rotation .rotation_inner {
    width: 900px;
    height: 250px;
    margin: 0 auto;
}
.rotation .slider li { display: block;}
.rotation .slider li a {
    width: 250px;
    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: 30px;
    height: 60px;
    position: absolute;
    z-index: 1;
    background: url("../../img/top/bg_prevenext.png") no-repeat 1px center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.rotation .bx-prev {
    top: -155px;
    left: -30px;
    transform: rotateY( 180deg );
}
.rotation .bx-next {
    top: -155px;
    right: -30px;
}
.rotation .bx-controls-direction a.disabled { display: none;}

.rotation_txt {
    width: 840px;
    padding: 10px 0;
    margin: -30px auto 30px;
    position: relative;
    background: #FF5555;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.rotation_txt a {
    color: #FFF000;
    text-decoration: underline;
}
.rotation_txt::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  border-top: 8px solid #FF5555;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

/* スーパータイムセール */
#special_ts_line .special_ts .btn_area h3 {
    line-height: 1.2;
}

/* 最新セール＆キャンペーン */
.top .right .sale_campaign{
    margin-bottom: 40px;
}
.top .right .sale_campaign .wrap{
    background:url("../../img/top/bg_sale.gif") 0 0 repeat;
    padding:15px;
}
.top .right .sale_campaign ul{
    border: #d2d2d2 1px solid;
    box-shadow:0px 0px 6px -2px #8c8c8c;
}
.top .right .sale_campaign ul li{
    border-bottom:#cccccc 1px dotted;
}
.top .right .sale_campaign ul li:last-child{
    border-bottom:none;
}
.top .right .sale_campaign ul li a{
    background:#fff;
    padding:13px;
    display:block;
    overflow:hidden;
}
.top .right .sale_campaign ul li a:hover{
    background-color:#fff8d6;
}
.top .right .sale_campaign ul li p{
    float:left;
    font-size:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .right .sale_campaign ul li p.shop{
    color:#fff;
    text-align:center;
    background:#ff5555;
    width:180px;
    padding:6px 10px;
    border-radius:5px;
}
.top .right .sale_campaign ul li p.txt{
    color:#555555;
    text-align:left;
    padding:6px 0 6px 15px;
    max-width:620px;
}

/* 右カラム block要素 */
.top .right .block {
    margin-bottom: 40px;
    overflow: hidden;
}
.top .right .block .no_data {
    padding: 20px 0;
    margin-top: 10px;
    background: #eee;
    text-align: center;
    font-size: 14px;
}
.top .right .block ul {
    margin: 10px 0 0;
    overflow:hidden;
}
.top .right .block li {
    float: left;
    text-align:center;
}
.top .right .block li a {
    width: 180px;
    box-sizing: border-box;
    padding: 10px 15px;
    color: #4d4d4d;
    border-right: #ccc 1px solid;
}
.top .right .block li a:hover {
    background-color:#fff8d6;
}
.top .right .block li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    margin:0 0 7px;
}
.top .right .block li .banner {
    height:120px;
    position: relative;
    margin-bottom: 5px;
}
.top .right .block li img {
position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 120px;
}
.top .right .block li:last-child a{
    border-right: none;
}
.top .right .block li .condition{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ぽちっとチャンス */
.top .right .block.pochitto {
    text-align:center;
}
.top .right .block.pochitto ul {
    margin-top: 0px;
    padding: 20px;
    background: #ffc63c;
    background: -moz-linear-gradient(left, #ffd878 0%, #ffecad 51%, #ffd878 100%);
    background: -webkit-linear-gradient(left, #ffd878 0%,#ffecad 51%,#ffd878 100%);
    background: linear-gradient(to right, #ffd878 0%,#ffecad 51%,#ffd878 100%);
}
.top .right .block.pochitto ul li {
    float: none;
    display: inline-block;
    margin-right: 45px;
    width: 180px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #e8c878;
}
.top .right .block.pochitto ul li a{
    border-right: none;
}
.top .right .block.pochitto ul li a.detail{
    color: #04c;
    border-top: #ccc 1px dotted;
}
.top .right .block.pochitto ul li a.detail:hover{
    color: #6cf;
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.top .right .block.pochitto ul li:last-child {
    margin-right: 0;
}

/* 最新の懸賞情報 */
.top .right .present_info ul {
    overflow:hidden;
    margin:10px 0 0;
}
.top .right .present_info ul li {
    float:left;
}
.top .right .present_info ul li a {
    width:225px;
    padding:20px 0;
    text-align:center;
}
.top .right .present_info ul li a:hover {
    background-color:#fff8d6;
}
.top .right .present_info ul li img {
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
}
.top .right .present_info ul li .winner,
.top .right .present_info ul li h3,
.top .right .present_info ul li .company {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .right .present_info ul li .winner {
    color: #ff5555;
    font-weight: bold;
    background-position: 0 3px;
    display: inline-block;
    font-size: 20px;
    margin: 10px auto 0;
    max-width: 200px;
}
.top .right .present_info ul li h3 {
    font-size: 16px;
    max-width: 180px;
    margin: 0 auto;
}
.top .right .present_info ul li .company{
    color: #acacac;
    font-size: 12px;
    max-width: 180px;
    margin: 0 auto;
}
.top .right .present_info .button{
    width: 280px;
    font-size: 14px;
}
.top .right .present_info .button:hover{
    background-color:#059262;
}

/* ssp */
.top .right .top_ssp {
    overflow:hidden;
    width: 680px;
    margin:0 auto 0;
}
.top .right .top_ssp > div{
    padding: 30px 20px;
    width: 300px;
    float:left;
}

/* 特集キャンペーン */
.special h2 {
    margin-bottom: 10px;
    display: flex;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
}
.special h2:before,
.special h2:after {
    content: "";
    flex-grow: 1;
    height: 5px;
    margin-bottom: 5px;
    border-top:#000 1px solid;
    border-bottom:#000 1px solid;
    background: #fff;
    display: block;
}
.special h2:before {
    margin-right: 20px;
}
.special h2:after {
    margin-left: 20px;
}
.special ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.special ul li {
    margin-right: 33px;
    margin-top: 33px;
    display: inline-block
}
.special ul li:nth-child(4n) {
    margin-right: 0;
}
/* ---------左カラムエリア---------- */

/* 共通 */
.top .left{
    width:220px;
    float:left;
}
.top .left .staff_pickup a:hover,
.top .left .top_attention a:hover,
.top .left .category a:hover{
    background-color:#fff8d6;
}
/* 初心者バナー */
.top .left .beginner{
    margin:0 0 20px;
}
.top .left .beginner:hover{
    transition: all 0.4s;
    opacity:0.7;
}

/* 純広告枠(ピックアップ案件) */
.top .left .advertising{
    background:#ffde00;
    padding:6px 10px 10px 10px;
    margin:0 0 20px;
    overflow:hidden;
    text-align:center;
    position:relative;
    z-index:0;
    border-radius:5px;
}
.top .left .advertising h2{
    margin:0 0 10px;
}
.top .left .advertising .wrap{
    width:200px;
    border-radius:0 0 5px 5px;
    background:#fff;
    padding:0 0 5px;
    box-shadow:1px 1px 4px -1px #a6a48f;
}
.top .left .advertising .wrap a{
    display: inline-block;
}
.top .left .advertising .wrap img{
    width: 200px;
    height: auto;
}
.top .left .advertising .wrap img:hover{
    transition: all 0.5s;
    opacity:0.7;
}
.top .left .advertising .point{
    display:inline-block;
    color:#ff5555;
    margin:5px 10px 0;
    font-weight:bold;
    font-size:19px;
}
.top .left .advertising .point .ci-point{
    background-position: 0 5px;
}
.top .left .advertising .condition{
    text-align:center;
    margin:0 20px;
}
.top .left .advertising .condition p{
    width:160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .left .advertising .to-dtl a{
    width:160px;
    background:#43BB90;
    padding:4px 10px;
    color:#fff;
    font-size:14px;
    margin:8px 0 6px;
    border-radius:5px;
}
.top .left .advertising .to-dtl a:hover{
    transition: all 0.4s;
    background-color:#059262;
}
.top .left .advertising .load{
    opacity:0.8;
    text-align:center;
    height:454px;
    width:454px;
    position:absolute;
    z-index:-1;
    top: -40px;
    left:-110px;
    bottom:0;
    background-image:url("../../img/top/bg_pickup.png");
    background-position:center center, center center;
    background-repeat:repeat, no-repeat;
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinitec;
    -ms-animation: spin 20s linear infinite;
    -o-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}
@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
    0% {-ms-transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
    0% {-ms-transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);}
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

/* 純広告以外の枠 */
.top .left .except_advertising{
    background:#fff;
    margin:0 0 20px;
    text-align:center;
}
/* スタッフ厳選枠 */
.top .left .staff_pickup{
    background:#f3f0e7;
    text-align:center;
    border-radius:5px;
    padding:17px 0 0 0;
    margin:0 0 20px;
}
.top .left .staff_pickup h2{
    font-size:20px;
    font-weight:bold;
    color:#555555;
    margin:0 0 10px;
    text-align:center;
}
.top .left .staff_pickup ul{
    padding:0 15px 2px;
}
.top .left .staff_pickup a{
    background:#fff;
    display:block;
    margin:0 0 15px;
    box-shadow:0px 0px 4px -1px #61583a;
    border-radius:5px;
    padding: 18px 0 0;
}
.top .left .staff_pickup h3{
    text-align:center;
    margin:0 10px 5px;
    line-height:23px;
}
.top .left .staff_pickup p img{
    width: 140px;
    height: auto;
    margin: 0 auto;
}
.top .left .staff_pickup .point{
    display:inline-block;
    text-decoration:none;
    margin:6px 0 0;
}
.top .left .staff_pickup .point del{
    font-size: 9px;
}
.top .left .staff_pickup .condition{
    padding:0 15px 10px;
    word-break: break-all;
}
.top .left .staff_pickup .comment{
    background:#f6f6f6;
    padding:5px 20px;
    line-height:20px;
    border-radius:0 0 5px 5px;
}
.top .left .staff_pickup .click_pt{
    margin: 10px 40px 0; 
    padding: 4px 0;
    background:#ff5555;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
      -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* 毎日チェック */
.top .left .top_attention{
    margin:20px 0 0;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}
.top .left .top_attention h2{
    color:#4d4d4d;
    font-size:18px;
    font-weight:bold;
    border-top:2px solid #ff5555;
    border-bottom:1px solid #cccccc;
    padding:10px;
    overflow:hidden;
}
.top .left .top_attention li a{
    text-decoration:none;
    font-size:14px;
    display:block;
    height: 19px;
    padding: 10px 7px 10px 32px;
    color:#555555;
    background-image: url("../../img/top/ico_contents.gif");
    background-repeat: no-repeat;
    background-position: 8px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .left .top_attention ul li{
    border-bottom: 1px dotted #ccc;
}
.top .left .top_attention ul li:last-child{
    border:none;
}
.top .left .top_attention #click .new_info{
    padding:1px 6px 0;
    margin:0 0 0 3px;
    border-radius:50px;
}

/* カテゴリ */
.top .left .category ul{
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}
.top .left .category h2{
    color:#4d4d4d;
    font-size:18px;
    font-weight:bold;
    padding:10px;
    overflow:hidden;
    margin:20px 0 0;
    border:1px solid #cccccc;
    border-top:2px solid #ff5555;
}
.top .left .category li a{
    text-decoration:none;
    font-size:14px;
    display:block;
    height: 19px;
    padding: 12px;
    color:#555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .left .category ul li{
    border-bottom: 1px dotted #ccc;
}
.top .left .category ul li:last-child{
    border:none;
}
.top .left .category .button{
    width:200px;
    margin:10px auto 30px;
    padding: 16px 20px 12px 0px;
}
.top .left .category a.button:hover{
    background-color:#059262;
}

/* バナーエリア */
.top .left .banner_area li{
    line-height:0;
    text-align:center;
    margin:20px 0 0;
}
.top .left .shufoo a:hover,
.top .left .banner_area a:hover{
    transition: all 0.4s;
    opacity:0.7;
}

/* NEWアイコン */
#click a span {
    margin-left: 2px;
    padding: 1px;
    background: #F55;
    letter-spacing: -0.5px;
    font-size: 11px;
    color: #fff;
    -webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% { opacity:0.1;}
    100% { opacity:1;}
}
@-moz-keyframes blink{
    0% { opacity:0.1;}
    100% { opacity:1;}
}
@keyframes blink{
    0% { opacity:0.1;}
    100% { opacity:1;}
}

/* -------------フローティングバナー--------- */
.floating_banner {
    max-width: 270px;
    padding: 10px;
    position: fixed;
    bottom: 0;
    right: 20px;
    background: #f3edb7;
    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 > p {
    margin-bottom: 5px;
}
.floating_banner a {
    display: block;
    text-decoration: none;
}
.floating_banner .name {
    width: 200px;
    margin: 5px auto 0;
    color: #3d3d3d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}
.floating_banner .ci-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;   
}


/* -------------下エリア--------- */

.top .footer_nav .wrap{
    width:1100px;
    overflow:hidden;
    margin:0 auto;
}
/* ページトップへ */
.page_top {
    width: 1000px;
    margin: 100px auto 0;
    text-align: right;
}
.page_top a{
    font-weight:normal;
    width:170px;
    background:#aca9a1;
    padding:10px 0 8px 10px;
    text-align:center;
    color:#fff;
    font-size:14px;
    border-radius:10px 10px 0 0;
    position:relative;
}
.page_top a:visited{
    color:#fff;
}
.page_top a:hover{
    opacity:0.8;
    color:#fff;
}
.page_top a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 55%;
    left: 24px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #fff;
}
.page_top a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 65%;
    left: 24px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #aca9a1;
}
.page_top a:hover:after {
    background: #aca9a1;
}

/* フッターナビ */
.top .footer_nav{
    clear:both;
    padding:50px 0;
    background:#f3f0e7;
    color:#4d4d4d;
    border-top:#d1ccbd 3px solid;

    border-bottom:#d1ccbd 3px solid;
}
.top .footer_nav a{
    color:#4d4d4d;
}
.top .footer_nav a:hover{
    color:#fc4752;
    transition: all 0s;
    text-decoration:underline;
}
.top .footer_nav a:before{
    content: "\0bb";
    color: #fc4752;
}
.top .footer_nav .nav_shop,
.top .footer_nav .nav_service,
.top .footer_nav .nav_other{
    width:305px;
    float:left;
    overflow:hidden;
    border-right:#d1ccbd 1px solid;
}
.top .footer_nav .nav_service{
    padding:0 10px 0 30px;
}
.top .footer_nav .nav_other{
    width:205px;
    float:left;
    overflow:hidden;
    border-right:#d1ccbd 1px solid;
    padding:0 10px 0 20px;
}
.top .footer_nav .nav_support{
    width:192px;
    float:left;
    overflow:hidden;
    padding:0 0 0 20px;
}
.top .footer_nav h2{
    font-size:20px;
    font-weight:bold;
    margin:0 0 25px;
    clear: both;
}
.top .footer_nav .nav_shop h2{
    padding:0 0 0 35px;
    background:url("../../img/top/nav_shop.png") 0 0 no-repeat;
}
.top .footer_nav .nav_service h2{
    padding:0 0 0 35px;
    background:url("../../img/top/nav_service.png") 0 0 no-repeat;
}
.top .footer_nav h2.nav_game{
    padding:0 0 0 24px;
    background:url("../../img/top/nav_game.png") -2px 0 no-repeat;
}
.top .footer_nav h2.nav_survey{
    padding:0 0 0 24px;
    background:url("../../img/top/nav_survey.png") -4px 0 no-repeat;
}
.top .footer_nav .nav_support h2{
    padding:0 0 0 24px;
    background:url("../../img/top/nav_support.png") -4px 0 no-repeat;
}
.top .footer_nav h2.nav_etc{
    padding:0 0 0 30px;
    background:url("../../img/top/nav_etc.png") -1px 0 no-repeat;
}
.top .footer_nav h2.nav_sns{
    padding:0 0 0 30px;
    background:url("../../img/top/nav_sns.png") -1px 0 no-repeat;
}
.top .footer_nav .nav_other h2,
.top .footer_nav .nav_support h2{
    margin:0;
}
.top .footer_nav dl,
.top .nav_support ul{
    float:left;
    margin:0 15px 0 0;
}
.top .footer_nav ul:nth-child(2),
.top .footer_nav ul:nth-child(4){
    margin:0 0 30px;
}
.top .footer_nav dt{
    font-size:15px;
    font-weight:bold;
}
.top .footer_nav dd,
.top .footer_nav li{
    margin:15px 0 0;
    font-size:13px;
}
.footer_wrap{
    z-index: 0;
    padding: 0 0 330px;
    position:relative;
    width:950px;
    margin:0 auto;
}

/* iPad対応; */
@media screen and (min-width:600px){
    #header, #wrapper{
    width: 100%;
    min-width:1150px;
    overflow: hidden;
    }
}