@charset "utf-8";
/* CSS Document */

/* =================================================================

 common

================================================================= */
/* -----------------------------------------------------------------
  onlySp
----------------------------------------------------------------- */
.onlySp{
    display:none !important;
}

/* -----------------------------------------------------------------
  html
----------------------------------------------------------------- */
html{
    height:100%;
    overflow-y:scroll;
}

/* -----------------------------------------------------------------
  body
----------------------------------------------------------------- */
body{
    min-width:737px;
    height:100%;
    background:#f4f2ef;
    color:#695555;
    font-size:15px;
    line-height:1.6;
    -webkit-font-smoothing:subpixel-antialiased;
    -webkit-text-size-adjust:100%;
}
#frame {
    position:relative;
    z-index:0;
    border-top:5px solid #e41010;
    border-bottom:5px solid #e41010;
}

/* -----------------------------------------------------------------
  font
----------------------------------------------------------------- */
h1.sideH1{
    padding:0 0 0 5px;
    border-left:5px solid #8f7979;
    font-weight:bold;
    font-size:16px;
}
#sideTab .sideRank ol li a .sideRankInfo h2{
    font-size:13px;
    font-weight:normal;
    color:#6f5959;
}
.sideRank ol li a .sideRankInfo h2{
    font-size:18px;
    font-weight:bold;
}
.red{
    font-weight:bold;
    color:#e41010;
}

/* -----------------------------------------------------------------
  Hyperlink
----------------------------------------------------------------- */
a:link,
a:visited{
    color:#695555;
    text-decoration:none;
}
a:hover,
a:active{
    color:#5570a9;
    text-decoration:underline;
}
a.aBlue:link,
a.aBlue:visited{
    color:#3b5999;
    text-decoration:underline;
}
a.aBlue:hover,
a.aBlue:active{
    color:#5570a9;
    text-decoration:none;
}

/* -----------------------------------------------------------------
  .trimming Img
----------------------------------------------------------------- */
/* --- .fade --- */
.fade{
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.fade:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* --- ..trimmingImg --- */
a .trimmingImg{
    display:block;
    position:relative;
    overflow:hidden;
    -webkit-transition:opacity 0.3s ease-in;
    -moz-transition:opacity 0.3s ease-in;
    -o-transition:opacity 0.3s ease-in;
    transition:opacity 0.3s ease-in;
}
a .trimmingImg img{
    position: absolute;
    position:relative\0;/* IE8以上 */
    top:50%;
    top: 0\0;/* IE8以上 */
    left: 50%;
    left: auto\0;/* IE8以上 */
    right: auto\0;/* IE8以上 */
    width: auto;
    width: 100%\0;/* IE8以上 */
    height: 100%;
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
html:not(:target) a .trimmingImg img{
    position: absolute;
    top:50%;
    left: 50%;
    width: auto;
}
a:hover .trimmingImg{
     opacity: 0.6;
    filter: alpha(opacity=60);
}



/* -----------------------------------------------------------------
  icon
----------------------------------------------------------------- */
/* ---(min-width: 737px) and (max-width: 899px) --- */
@media screen and (min-width: 737px) and (max-width: 899px) {
a.iconYaji{
    position: relative;
    padding:0 25px 0 0;
}
a.iconYaji:after{
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    width: 7px;
    height: 7px;
    margin: -4px 0 0;
    border-top: solid 2px #7f7f7f;
    border-right: solid 2px #7f7f7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.iconYaji:hover{
    background:#e0deda;
}
}

/* -----------------------------------------------------------------
  adsence
----------------------------------------------------------------- */
#div-gpt-ad-1432188645916-1,#div-gpt-ad-1432188645916-2{
    margin:0 auto;
}

/* -----------------------------------------------------------------
  #ul.ultag
----------------------------------------------------------------- */
ul.ultag li{
    float:left;
    position:relative;
    left:11px;
    margin:10px 20px 0 0;
    isplay: inline-block;
}
ul.ultag li a{
    position: relative;
    display: inline-block;
    padding:0 8px 0 12px;
    background:#e0deda;
    color:#6f5959;
    font-size:13px;
    font-weight:bold;
    text-decoration: none;
    line-height: 24px;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}
ul.ultag li a::before {
    position: absolute;
    top: 0;
    left: -11px;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent #e0deda transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    -webkit-transition: .2s;
    transition: .2s;
}
ul.ultag li a::after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #fff;
    border-radius: 100%;
}
ul.ultag li span {
    display: block;
    overflow: hidden;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
ul.ultag li a:hover {
    background: #e41010;
    color: #ffffff
}
ul.ultag li a:hover::before {
    border-right-color: #e41010;
}

/*
# HeaderArea

## ヘッダーエリアのスタイル

*/
#globalHeader {
    background: #ffffff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  height: 50px;
}

#globalHeader > .globalHeaderInner {
  position: relative;
  width: 1080px;
  height: 40px;
  margin: 0 auto;
  padding: 5px 0;
}

#globalHeader > .globalHeaderInner > .ci {
  position: absolute;
  top: 8px;
  left: 0;
  overflow: hidden;
}

#globalHeader > .globalHeaderInner > .ci > a {
  display: block;
  height: 35px;
  color: gray;
}

#globalHeader > .globalHeaderInner > .ci img {
  display: block;
  float: left;
  width: auto;
  height: 34px;
}

#globalHeader > .globalHeaderInner > .ci .ciTxt {
  font-size: 10px;
  font-size: 0.66667rem;
  display: block;
  float: left;
  width: 150px;
  margin: 5px 0 0 16px;
  line-height: 1.4;
}

#globalHeader > .globalHeaderInner > .headerNav {
  font-size: 12px;
  position: relative;
  margin-top: 12px;
  margin-left: 360px;
  text-align: right;
}

#globalHeader > .globalHeaderInner > .headerNav > li {
  position: relative;
  display: inline-block;
  margin-left: 0.4em;
  padding-left: 0.8em;
}

#globalHeader > .globalHeaderInner > .headerNav > li:before {
  display: block;
  position: absolute;
  content: "";
}

#globalHeader > .globalHeaderInner > .headerNav > li:before {
  top: 50%;
  left: 0;
  width: 1px;
  height: 1em;
  margin-top: -0.5em;
  background-color: #cccccc;
}

#globalHeader > .globalHeaderInner > .headerNav > li:first-child {
  margin-left: 0;
  padding-left: 0;
}

#globalHeader > .globalHeaderInner > .headerNav > li.navAbout {
  margin-left: 24px;
  padding-left: 0;
}

#globalHeader > .globalHeaderInner > .headerNav > li.navAbout > a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
}

#globalHeader > .globalHeaderInner > .headerNav > li.navAbout > a:before {
  display: block;
  position: absolute;
  content: "";
}

#globalHeader > .globalHeaderInner > .headerNav > li.navAbout > a:before {
  display: block;
  background-image: url("//special.aucfan.com/wp-content/themes/the-bootstrap/image/pc/common_ico_nav.png");
  background-repeat: no-repeat;
  width: 12px;
  height: 15px;
  top: 50%;
  left: 0;
  margin-top: -7.5px;
}

#globalHeader > .globalHeaderInner > .headerNav > li.navAbout:before {
  display: none;
}

#globalHeader > .globalHeaderInner > .headerNav > li:first-child:before {
  display: none;
}

#globalHeader > .globalHeaderInner > .headerNav > li a {
  color: #666666;
}

#globalHeader > .globalHeaderInner > .headerNav > li a:hover {
  text-decoration: underline;
}

body.typeExtend #globalHeader > .globalHeaderInner {
  width: auto;
  min-width: 1000px;
  max-width: 1200px;
}

body.typeWide #globalHeader > .globalHeaderInner {
  width: auto;
}



/* -----------------------------------------------------------------
    optionMember
----------------------------------------------------------------- */
#optionMember{
    position:absolute;
    top:34px;
    right:15px;
    width:180px;
}
#optionMember a:hover{
    opacity:0.75;
}
#optionMember p{
    position:absolute;
    top:-23px;
    right:0;
    width:360px;
    text-align:right;
}
#optionMember div{
    width:176px;
    margin:8px 0 0;
    background:#fff;
    text-align:center;
    border-radius:4px;
    border:2px solid #f14747;
}
#optionMember div a{
    display:block;
    height:36px;
    padding:5px 0;
    background:#f14747;
    border:1px solid #fff;
    border-radius:4px;
    color:#fff;
    font-weight:bold;
    font-size:16px;
}
#optionMember div a:hover{
    text-decoration:none;
}
#optionMember div a span{
    font-size:12px;
}
#optionMember ul{
    width:180px;
    text-align:center;
}
#optionMember ul li{
    float:left;
    display:inline-block;
    width:85px;
}
#optionMember ul li:first-child{
    padding-left:0;
    background:none;
}
#optionMember ul li.optionMemberMy{
    margin:0 10px 0 0;
}
#optionMember ul li a{
    display:block;
    width:85px;
    height:20px;
    padding:3px 0;
    background:#acabab;
    color:#fff;
    font-weight:bold;
    border-radius:4px;
}
#optionMember ul li a:hover{
    text-decoration:none;
}
#optionMember ul li.optionMemberMy a{
    background:#98cf36;
}

/* -----------------------------------------------------------------
    #optionMember div.optionMemberRecess a
----------------------------------------------------------------- */
#optionMember div.optionMemberRecess a{
    height:16px;
    padding:15px 0;
    font-size:16px;
    border:1px solid #fff;
    border-radius:4px;
}

/* -----------------------------------------------------------------
    #optionMember ul li.optionMemberGuestPremium
----------------------------------------------------------------- */
#optionMember ul li.optionMemberGuestPremium{
    width:104px;
    margin:0 10px 0 0;
}
#optionMember ul li.optionMemberGuestPremium a{
    width:104px;
    background:#f14747;
}
#optionMember ul li.optionMemberGuestlogin{
    width:66px;
}
#optionMember ul li.optionMemberGuestlogin a{
    width:66px;
    background:#acabab;
}

#optionMember div.optionMemberGuestFree{
    border:2px solid #4787f1;
}
#optionMember div.optionMemberGuestFree a{
    height:36px;
    padding:10px 0 0 0;
    background:#4787f1;
    border:1px solid #fff;
    border-radius:4px;
    font-size:16px;
}

#optionMember div.general a{
    display: block;
    padding: 5px 0;
    height: 46px;
    background: #f14747;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 4px;
}

#optionMember div.premium a{
    display: block;
    padding: 5px 0;
    height: 46px;
    background: #f14747;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 4px;
}

/* ---(min-width: 900px) and (max-width: 1119px) --- */
@media screen and (min-width: 900px) and (max-width: 1119px) {
    #globalHeader{
        display:none;
    }
}
/* ---(min-width: 737px) and (max-width: 899px) --- */
@media screen and (min-width: 737px) and (max-width: 899px) {
    #globalHeader{
        display:none;
    }
}

/* =================================================================

  header#auctopiHeader

================================================================= */
header#auctopiHeader{
    position:relative;
    width:1080px;
    margin:15px auto 30px;
    padding:0 20px;
}
header#auctopiHeader img#auctopiHeaderLogo{
    position:absolute;
    left:38.4%;
    top:17%;
    width:282px;
    height:152px;
}
header#auctopiHeader img#auctopiHeaderImg{
    width:100%;
}
/* -----------------------------------------------------------------
  nav#auctopiHeaderNav
----------------------------------------------------------------- */
nav#auctopiHeaderNav{
    position:relative
}
nav#auctopiHeaderNav ul{
    position:relative;
    width:100%;
    margin:10px 0 0 0;
}
nav#auctopiHeaderNav ul li{
    float:left;
    width:17%;
}
nav#auctopiHeaderNav ul li a{
    position:relative;
    width:100%;
    display:block;
    background:#e0deda;
    color:#695555;
    font-size:15px;
    text-align:center;
    text-decoration:none;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
nav#auctopiHeaderNav ul li a:before{
    position:absolute;
    top:0;
    right:0;
    content:'';
    width:5px;
    height:100%;
    background:#f4f2ef;
}
nav#auctopiHeaderNav ul li a:hover{
    background:#e41010;
    color:#ffffff;
}
nav#auctopiHeaderNav ul li.auctopiHeaderNavLiLast{
    width:15%;
}
nav#auctopiHeaderNav ul li.auctopiHeaderNavLiLast a:before{
    position:absolute;
    top:0;
    right:0;
    content:'';
    width:5px;
    height:100%;
    background:#e0deda;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
nav#auctopiHeaderNav ul li.auctopiHeaderNavLiLast a:hover:before{
    background:#e41010;
}

/* --- (min-width: 900px) and (max-width: 1119px) --- */
@media screen and (min-width: 900px) and (max-width: 1119px) {
    header#auctopiHeader{
        width:auto;
    }
    header#auctopiHeader img#auctopiHeaderLogo{
        left:38.4%;
        top:14%;
        width:25%;
        height:auto;
    }
}
/* ---(min-width: 737px) and (max-width: 899px) --- */
@media screen and (min-width: 737px) and (max-width: 899px) {
    header#auctopiHeader{
        margin:15px auto 30px;
        width:auto;
    }
    header#auctopiHeader img#auctopiHeaderLogo{
        left:38.4%;
        top:12%;
        width:25%;
        height:auto;
    }
}



/* =================================================================

  #contents

================================================================= */
#contents{
    display:table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width:1080px;
    margin:0 auto;
}
#main{
    display:table-cell;
    width:100%;
    margin:0 0 80px;
    padding:0 30px 0 0;
    vertical-align:top;
}
#side{
    isplay:table-cell;
    width:300px;
    color:#8f7979;
    vertical-align:top;
}

/* --- (max-width: 1119px) --- */
@media screen and (min-width: 900px) and (max-width: 1119px) {
#contents{
    width:100%;
    max-width:none;
}
#main{
    padding:0 30px 0 20px;
}
#side{
    padding: 0 20px 0 0;
}
}
/* ---(min-width: 737px) and (max-width: 899px) --- */
@media screen and (min-width: 737px) and (max-width: 899px) {
#contents{
    display:block;
    width:auto;
    padding:0 20px;
}
#main{
    display:block;
    width:auto;
    padding:0;
    margin:0 0 30px;
}
#side{
    display:block;
    width:auto;
    margin:20px 0 0;
    padding:0;
}
}

/* =================================================================

  #side

================================================================= */
#side .sideBox{
    margin:0 0 20px 0;
    text-align:center;
}
#side section{
    margin:0 0 30px 0;
}

/* -----------------------------------------------------------------
  #sideSnsCheck
----------------------------------------------------------------- */
#sideSnsCheck{
    padding:10px;
    background:#e0deda;
    border-radius:6px;
}
#sideSnsCheck p{
    width:100%;
    padding:2px 0;
    background:#ffffff;
    border-radius:20px;
    font-size:13px;
    text-align:center;
}
#sideSnsCheck .sideSnsCheckUl{
    position: relative;
    height:50px;
    margin:10px 0 0;
    overflow: hidden;
}
#sideSnsCheck .sideSnsCheckUl ul{
    display: inline-block;
    position: relative;
}
#sideSnsCheck .sideSnsCheckUl ul li{
    float:left;
    position: relative;
    height:45px;
    width:45px;
    margin:0 5px;
}
#sideSnsCheck .sideSnsCheckUl ul li a{
    display:block;
    height:100%;
    width:100%;
    border-radius:50%;
}
#sideSnsCheck .sideSnsCheckUl ul li.sideSnsCheckTwitter a{
    background:url(//special.aucfan.com/wp-content/themes/the-bootstrap/image/pc/icon_pc_sprite.png) 0 0 no-repeat #55acee;
}
#sideSnsCheck .sideSnsCheckUl ul li.sideSnsCheckFacebook a{
    background:url(//special.aucfan.com/wp-content/themes/the-bootstrap/image/pc/icon_pc_sprite.png) 0 -48px no-repeat #315096;
}
#sideSnsCheck .sideSnsCheckUl ul li.sideSnsCheckFeed a{
    background:url(//special.aucfan.com/wp-content/themes/the-bootstrap/image/pc/icon_pc_sprite.png) 0 -249px no-repeat #ff8c00;
}

/* -----------------------------------------------------------------
  .sideTab
----------------------------------------------------------------- */
#sideTab ul{
    margin:10px 0 0;
    border-bottom:2px solid #e0deda;
}
#sideTab ul li{
    float:left;
    width:90px;
    margin:0 10px 0 0;
}
#sideTab ul li a{
    display:block;
    width:100%;
    background:#e0deda;
    border-radius:6px 6px 0 0;
    font-size:18px;
    text-align:center;
    text-decoration:none;
    color:#8f7979;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
#sideTab ul li a.active{
    float:left;
    background:#e41010;
    color:#ffffff;
}
#sideTab ul li a:hover{
    background:#e41010;
    color:#fff;
}
#sideTab .motion {
    display: none;
}
#sideTab #motionArea1 {
    display: block;
}
#sideTab a.active {
    background: #ddd;
}
#sideTab .sideRank ul.sideTabCount{
    margin:5px 0;
    border:0;
}
#sideTab .sideRank ul.sideTabCount li{
    float:left;
    width:auto;
    margin:0 10px 0 0;
    padding:0 0 0 18px;
    border:0;
    font-size:11px;
}
#sideTab .sideRank ul.sideTabCount li.sideTabCountTwitter{
    background:url(//special.aucfan.com/wp-content/themes/the-bootstrap/image/common/common_parts_sprite.png?date=20151130) no-repeat 0 -49px;
}
#sideTab .sideRank ul.sideTabCount li.sideTabCountFacebook{
    background:url(//special.aucfan.com/wp-content/themes/the-bootstrap/image/common/common_parts_sprite.png?date=20151130) no-repeat -80px -49px;
}
#sideTab .sideRank ul.sideTabCount li.sideTabCountHatena{
    margin:0;
    background:url(//special.aucfan.com/wp-content/themes/the-bootstrap/image/common/common_parts_sprite.png?date=20151130) no-repeat -160px -49px;
}

/* -----------------------------------------------------------------
  .sideRank
----------------------------------------------------------------- */
.sideRank ol{
    width:100%;
}
.sideRank ol li{
    width:100%;
}
.sideRank ol li a{
    display:table;
    width:100%;
    margin:0 auto;
    padding:10px 0;
    border-bottom:2px solid #e0deda;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
.sideRank ol li a:hover{
    background:#ebe9e6;
    text-decoration:none;
}
/* --- .sideRank ol li a .sideRankNumber ---*/
.sideRank ol li a .sideRankNumber{
    display:table-cell;
    width:24px;
    padding:0 10px 0 0;
    vertical-align:top;
    text-align:center;
}
.sideRank ol li a .sideRankNumber p{
    width:24px;
    height:20x;
    padding:2px 0;
    background:#e41010;
    border-radius:2px;
    color:#fff;
    font-weight:bold;
    text-align:center;
}

/* --- .sideRank ol li a .sideRankImg ---*/
.sideRank ol li a .sideRankImg{
    display:table-cell;
    width:90px;
    height:90px;
    background:#fff;
    border:2px solid #e0deda;
    vertical-align:top;
 }
.sideRank ol li a .sideRankImg img{
    position:relative\0;/* IE8以上 */
    top: 0\0;/* IE8以上 */
    left: auto\0;/* IE8以上 */
    right: auto\0;/* IE8以上 */
    width: 100%\0;/* IE8以上 */
    -ms-transform:none\0;
    -webkit-transform:none\0;
    transform:none\0;
}

/* --- .sideRank ol li a .sideRankInfo ---*/
.sideRank ol li a .sideRankInfo{
    display:table-cell;
    width:auto;
    padding:0 0 0 10px;
    color:#8f7979;
    vertical-align:top;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
.sideRank ol li a .sideRankInfo span.font20px{
    font-size:20px;
    font-weight:bold;
}
.sideRank ol li a:hover .sideRankNumber p{
    background:#f53030;
}
.sideRank ol li a .sideRankInfo p.sideRankInfo{
    text-align:right;
}
p.sideRankMotto{
    margin:5px 0 0;
    text-align:right;
}
p.sideRankMotto span{
    display:inline-block;
    position:relative;
    padding:0 0 0 18px;
}
p.sideRankMotto span:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
    background:url(//special.aucfan.com/wp-content/themes/the-bootstrap/image/common/common_parts_sprite.png?date=20151130) 0 -346px no-repeat;
}


/* --- .sideNewsDate ---*/
.sideNewsDate {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 5px;
}
.sideRank ol li a .sideNewsDate p{
    width:70px;
    padding:1px 0;
    background:#bcafad;
    border-radius:2px;
    color:#fff;
    text-align:center;
}

/* -----------------------------------------------------------------
  form#sideSerch
----------------------------------------------------------------- */
form#sideSerch {
    position: relative; /* 基準位置とする */
    margin:10px 0 50px;
}
form#sideSerch input[type="search"] ,form#sideSerch input#sideSerchInputSearch{
    position: absolute;
    left: 0;
    top: 0;
    height: 41px;
    width: 249px;
    width: 229px\0; /* IE8 */
    padding: 0 10px 0;
    padding: 0 30px 0 10px\0; /* IE8 */
    background-color: #ffffff;
    border: 0;
    border-radius:6px 0 0 6px;
}
form#sideSerch input[type="image"] ,form#sideSerch input#sideSerchInputBtn{
    position: absolute;
    left: 249px;
    top: 0;
    width: 51px;
    height: 41px;
    padding: 0;
    border: 0;
    border-radius:0 6px 6px 0;
}
/* --- only Fire Fox --- */
@-moz-document url-prefix() {
    form#sideSerch input[type="search"] ,form#sideSerch input#sideSerchInputSearch{
        width: 229px;
        padding: 0 30px 0 10px;
    }
}


/* =================================================================

    #backTop

================================================================= */
#backTop{
    position:fixed;
    bottom:120px;
    right:0;
    display:none;
    z-index:100;
    width:63px;
    height:55px;
}


/* =================================================================

  footer

================================================================= */
footer .footerImg{
    background:url(//special.aucfan.com/wp-content/themes/the-bootstrap/image/common/footer_bg_white.jpg) repeat-x;
    text-align:center;
}
footer .footerImg .footerImgBox{
    position:relative;
    width:1060px;
    height:413px;
    padding:0 20px;
    margin:0 auto;
}
footer .footerImg img#footerImgIllust{
    position:absolute;
    bottom:0;
    left:150px;
    width:70%;
    max-width:850px;
}
footer .footerImg img#footerImgRocket{
    position:absolute;
    z-index:100;
    top:10px;
    left:470px;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

footer .footerImg img#footerImgRocket:hover{
    top:-5px;
    -webkit-animation: rumble 0.12s linear infinite;
    animation: rumble 0.12s linear infinite;
}
footer .footerImg a img#footerBtnWriter{
    position:absolute;
    z-index:100;
    top:76px;
    left:640px;
}
footer .footerImg a img#footerBtnWriterHover{
    display:none;
    position:absolute;
    top:66px;
    left:766px;
    width:31px;
    height:37px;
}
footer .footerImg a:hover img#footerBtnWriterHover{
    display:block;
}

@-webkit-keyframes rumble{
    0%    {-webkit-transform:rotate(0deg)    translate(0,0);}
    12.5%    {-webkit-transform:rotate(0.4deg)    translate(1px,-1px);}
    25%    {-webkit-transform:rotate(0.8deg)    translate(0px,1px);}
    37.5%    {-webkit-transform:rotate(0.4deg)    translate(-1px,0);}
    50%    {-webkit-transform:rotate(0deg)    translate(0,0);}
    62.5%    {-webkit-transform:rotate(-0.4deg)    translate(1px,0);}
    75%    {-webkit-transform:rotate(-0.8deg)    translate(0,1px);}
    87.5%    {-webkit-transform:rotate(-0.4deg)    translate(-1px,-1px);}
    100%    {-webkit-transform:rotate(0deg)    translate(0,0);}
}
@keyframes rumble{
    0%    {transform:rotate(0deg)    translate(0,0);}
    12.5%    {transform:rotate(0.4deg)    translate(1px,-1px);}
    25%    {transform:rotate(0.8deg)    translate(0px,1px);}
    37.5%    {transform:rotate(0.4deg)    translate(-1px,0);}
    50%    {transform:rotate(0deg)    translate(0,0);}
    62.5%    {transform:rotate(-0.4deg)    translate(1px,0);}
    75%    {transform:rotate(-0.8deg)    translate(0,1px);}
    87.5%    {transform:rotate(-0.4deg)    translate(-1px,-1px);}
    100%    {transform:rotate(0deg)    translate(0,0);}
}


/* --- (min-width: 900px) and (max-width: 1119px) --- */
@media screen and (min-width: 900px) and (max-width: 1119px) {
footer .footerImg .footerImgBox{
    width:840px;
    height:350px;
}
footer .footerImg img#footerImgIllust{
    bottom:0;
    left:130px;
    width:70%;
}
footer .footerImg img#footerImgRocket{
    top:0px;
    left:372px;
}
footer .footerImg img#footerImgRocket:hover{
    top:-15px;
}
footer .footerImg a img#footerBtnWriter{
    top:76px;
    left:530px;
    width:130px;
}
footer .footerImg a img#footerBtnWriterHover{
    display:none;
    position:absolute;
    top:66px;
    left:640px;
    width:31px;
    height:37px;
}
footer .footerImg a:hover img#footerBtnWriterHover{
    display:block;
}
}
/* ---(min-width: 737px) and (max-width: 899px) --- */
@media screen and (min-width: 737px) and (max-width: 899px) {
footer .footerImg .footerImgBox{
    width:640px;
    height:234px;
}
footer .footerImg img#footerImgIllust{
    bottom:0;
    left:100px;
    width:70%;
}
footer .footerImg img#footerImgRocket{
    top:0px;
    left:302px;
    width:80px;
}
footer .footerImg img#footerImgRocket:hover{
    top:-15px;
}
footer .footerImg a img#footerBtnWriter{
    top:26px;
    left:400px;
    width:100px;
}
footer .footerImg a img#footerBtnWriterHover{
    display:none;
    position:absolute;
    top:16px;
    left:486px;
    width:31px;
    height:37px;
}
footer .footerImg a:hover img#footerBtnWriterHover{
    display:block;
}
}

/* -----------------------------------------------------------------
  #footerRank
----------------------------------------------------------------- */
#footerRank{
    margin:100px 0 0;
    background:#fff;
}
#footerRank #footerRankBox{
    width:1040px;
    padding:25px 20px;
    margin:0 auto;
}
#footerRank #footerRankBox h1{
    text-align:center;
}
#footerRank #footerRankBox h1 span{
    font-size:24px;
    font-weight:bold;
}
#footerRank #footerRankBox ul li{
    display: inline;
    float:left;
    width:245px;
    margin:15px 0 0 20px;
}
#footerRank #footerRankBox ul li:first-child{
    margin:15px 0 0 0;
}
#footerRank #footerRankBox ul li a{
    display:block;
    position:relative;
}
#footerRank #footerRankBox ul li a:hover{
    text-decoration:none;
}
#footerRank #footerRankBox ul li a .footerRankBoxImg{
    width:241px;
    height:200px;
    border-radius:6px;
    border:2px solid #e0deda;
}
#footerRank #footerRankBox ul li a .footNotesBoxCount{
    position:absolute;
    top:2px;
    left:2px;
    padding:2px 10px 1px 10px;
    background:#e41010;
    border-radius:5px 0 0 0;
    text-align:center;
}
#footerRank #footerRankBox ul li a .footNotesBoxCount span{
    padding:0 0 0 20px;
    background:url(//special.aucfan.com/wp-content/themes/the-bootstrap/image/common/common_parts_sprite.png?date=20151130) no-repeat 0 -151px;
    color:#ffffff;
}
#footerRank #footerRankBox ul li a p{
    margin:10px 0 0;
}
#footerRank #footerRankBox ul li a:hover p{
    text-decoration:none;
}

/* ---(min-width: 900px) and (max-width: 1119px) --- */
@media screen and (min-width: 900px) and (max-width: 1119px) {
    #footerRank #footerRankBox{
        width:840px;
    }
    #footerRank #footerRankBox ul li{
        width:195px;
    }
    #footerRank #footerRankBox ul li a .footerRankBoxImg{
        width:195px;
        height:160px;
    }
    #footerRank #footerRankBox ul li a .footNotesBoxCount{
        font-size:14px;
    }
}

/* ---(min-width: 737px) and (max-width: 899px) --- */
@media screen and (min-width: 737px) and (max-width: 899px) {
    #footerRank{
        margin:0;
    }
    #footerRank #footerRankBox{
        width:640px;
    }
    #footerRank #footerRankBox ul li{
        width:145px;
    }
    #footerRank #footerRankBox ul li a .footerRankBoxImg{
        width:141px;
        height:100px;
    }
    #footerRank #footerRankBox ul li a .footNotesBoxCount{
        font-size:13px;
    }
}



/* =================================================================

    Global Footer Area

================================================================= */
#globalFooterArea{
    clear:both;
    width:100%;
    font-size:12px;
}
/* footNaviBox */
#globalFooterArea .footNaviBox{
    padding:20px 0;
    background:#e0deda;
}
#globalFooterArea .footNaviBox .footNaviBoxInner{
    display:table;
    width:980px;
    margin:0 auto;
}
#globalFooterArea .footNaviBox .footNaviBoxInner div{
    display:table-cell;
    width:225px;
    padding-right:20px;
}
#globalFooterArea .footNaviBox .footNaviBoxInner div h4{
    margin:15px 0 10px 0;
    padding:0 0 0 10px;
    background:url(//x1.afimg.jp/image/common/global_icon_sprite.png) no-repeat 0 -675px;
    font-size:14px;
    font-weight:bold;
    color:#554444;
}
#globalFooterArea .footNaviBox .footNaviBoxInner div h4:first-child{
    margin:0 0 10px 0;
}
#globalFooterArea .footNaviBox .footNaviBoxInner ul li{
    display:block;
    font-size:11px;
    line-height:2;
    text-indent:1em;
}
#globalFooterArea .footNaviBox a{
    color:#554444;
}

/* footNotesBox */
#globalFooterArea .footNotesBox{
    padding:20px 0;
    background:#8f7979;
    text-align:center;
}
#globalFooterArea .footNotesBox ul{
    margin:0 0 10px;
    text-align:center;
}
#globalFooterArea .footNotesBox li:before{
    content:"|";
    margin:0 0.5em 0 0.2em;
    color:#fff;
}
#globalFooterArea .footNotesBox li:first-child:before{
    content:"";
}
#globalFooterArea .footNotesBox li{
    display:inline;
    font-size:11px;
    white-space:nowrap;
}
#globalFooterArea .footNotesBox li a{
    color:#fff;
}
#globalFooterArea .footNotesBox .copyright{
    font-size:11px;
    color:#fff;
}
#globalFooterArea .footPcOrSmBox a{
    font-weight:bold;
    color:#fff;
}
#globalFooterArea .footPcOrSmBox span{
    margin:0 10px 0 0;
}
#globalFooterArea .footPcOrSmBox p.footDisplay{
    display:none;
}

/* --- (max-width: 1119px) --- */
@media screen and (min-width: 900px) and (max-width: 1119px) {
    #globalFooterArea .footNaviBox .footNaviBoxInner{
        width:860px;
    }
    #globalFooterArea .footNaviBox .footNaviBoxInner div{
        width:215px;
        padding:0 20px 0 0;
    }
}
/* ---(min-width: 737px) and (max-width: 899px) --- */
@media screen and (min-width: 737px) and (max-width: 899px) {
    #globalFooterArea .footNaviBox .footNaviBoxInner{
        width:696px;
    }
    #globalFooterArea .footNaviBox .footNaviBoxInner div{
        width:174px;
        padding:0 15px 0 0;
    }
    #globalFooterArea .footNotesBox ul{
        width:696px;
        margin:0 auto 10px auto;
        padding:0 15px;
        text-align:left;
    }
    #globalFooterArea .footNotesBox li{
        display:block;
        float:left;
        width:19%;
        font-size:12px;
    }
}
