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

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

  common

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

/* --- Pcオンリー --- */
.onlyPc{
    display:none;
}
/* --- オークファン共通ヘッダー --- */
#headrArea{
    display:none;
}

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

/* -----------------------------------------------------------------
  body
----------------------------------------------------------------- */
body{
    min-width:320px;
    height:100%;
    background:#f4f2ef;
    border-top:#e41010;
    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;
}

/* -----------------------------------------------------------------
  font
----------------------------------------------------------------- */
h1.sideH1{
    padding:0 0 0 5px;
    border-left:5px solid #8f7979;
    font-weight:bold;
    font-size:16px;
}
.red{
    font-weight:bold;
    color:#e41010;
}

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

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


/* -----------------------------------------------------------------
 .trimmingImg
----------------------------------------------------------------- */
.trimmingImg {
    position:relative;
    overflow:hidden;
 }
.trimmingImg img{
    position: absolute;
    position:relative\0;/* IE8以上 */
    left: -100%;
    left: auto\0;/* IE8以上 */
    right: -100%;
    right: auto\0;/* IE8以上 */
    margin: auto;
    width: auto;
    height: 100%;
    width: 100%\0;/* IE8以上 */
}

/* -----------------------------------------------------------------
  a.iconYaji
----------------------------------------------------------------- */
a.iconYaji,a.iconYajiSp{
    position: relative;
    padding:0 25px 0 0;
}
a.iconYaji:after,a.iconYajiSp:after{
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #7f7f7f;
    border-right: solid 2px #7f7f7f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* -----------------------------------------------------------------
  #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;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin: -3px 0 0;
    background-color: #fff;
    border-radius: 100%;
    z-index: 2;
}
ul.ultag li span {
    display: block;
    overflow: hidden;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.ultag li a:hover {
    background: #e41010;
    color: #ffffff
}
ul.ultag li a:hover::before {
    border-right-color: #e41010;
}


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

  header#auctopiHeader

================================================================= */
header#auctopiHeader{
    position:relative;
    margin:10px auto 0;
    padding:0 10px;
}
header#auctopiHeader img#auctopiHeaderLogo{
    position:absolute;
    left:32%;
    top:9%;
    width:35%;
    height:auto;
}
header#auctopiHeader img#auctopiHeaderImgSp{
    width:100%;
}
header#auctopiHeader #auctopiHeaderSpNavi{
    position:absolute;
    top:-5px;
    right:5px;
    width:44px;
    height:44px;
    background:url(http://special.aucfan.com/wp-content/themes/the-bootstrap/image/sp/common_parts_sprite.png) no-repeat 9px -41px #e41010;
    border-radius:6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow:0 3px 0 #930129;
    -moz-box-shadow:0 3px 0 #930129;
    -webkit-box-shadow:0 3px 0 #930129;
}
header#auctopiHeader #auctopiHeaderSpSearch a{
    display:block;
    position:absolute;
    top:-5px;
    left:5px;
    width:44px;
    height:44px;
    background:url(http://special.aucfan.com/wp-content/themes/the-bootstrap/image/sp/common_parts_sprite.png) no-repeat 6px 6px #fff;
}



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

  #contents

================================================================= */
#contents{
    margin:0 auto;
}
#main{
    width:100%;
    height:auto;
    border-top:5px solid #e41010;
}
#side{
    padding:0 10px;
    margin:20px 0 0;
}

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

  #main

================================================================= */
#main #mainContents{
    height:auto;
    margin:0 0 20px;
    background:#ffffff;
    border-bottom:5px solid #e41010;
}


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

  #side

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

/* -----------------------------------------------------------------
  #sideSnsCheck
----------------------------------------------------------------- */
#sideSnsCheck{
    padding:10px;
    background:#e0deda;
    border-radius:6px;
}
#sideSnsCheck p{
    padding:2px 0;
    width:100%;
    background:#ffffff;
    border-radius:20px;
    font-size:13px;
    text-align:center;
}
#sideSnsCheck .sideSnsCheckUl{
    position: relative;
    overflow: hidden;
    margin:10px 0 0;
}
#sideSnsCheck .sideSnsCheckUl ul{
    float: left;
    position: relative;
    left: 50%;
}
#sideSnsCheck .sideSnsCheckUl ul li{
    float:left;
    position: relative;
    left: -50%;
    height:43px;
    width:43px;
    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(http://special.aucfan.com/wp-content/themes/the-bootstrap/image/common/common_parts_sprite.png?date=20151130) no-repeat 0 0 #55acee;
}
#sideSnsCheck .sideSnsCheckUl ul li.sideSnsCheckFacebook a{
    background:url(http://special.aucfan.com/wp-content/themes/the-bootstrap/image/common/common_parts_sprite.png?date=20151130) no-repeat -53px 0 #315096;
}
#sideSnsCheck .sideSnsCheckUl ul li.sideSnsCheckFeed a{
    background:url(http://special.aucfan.com/wp-content/themes/the-bootstrap/image/common/common_parts_sprite.png?date=20151130) no-repeat -106px 0 #ff8c00;
}
#sideSnsCheck .sideSnsCheckUl ul li.sideSnsCheckLine a{
    background:url(http://special.aucfan.com/wp-content/themes/the-bootstrap/image/common/common_parts_sprite.png?date=20151130) no-repeat -162px 0 #00c300;
}

/* -----------------------------------------------------------------
  .sideRank
----------------------------------------------------------------- */
.sideRank ol{
    width:100%;
}
.sideRank ol li{
    width:100%;
}
.sideRank ol li a{
    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:100%;
    margin:0 auto;
    padding:10px;
    border-bottom:2px solid #e0deda;
}
.sideRank ol li a:hover{
    text-decoration:none;
}
.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{
    display:table-cell;
    width:60px;
    background:#fff;
    vertical-align:top;
}
.sideRank ol li a .sideRankInfo{
    display:table-cell;
    position:relative;
    width:auto;
    padding:0 0 0 5px;
    color:#8f7979;
    vertical-align:top;
}
.sideRank ol li a .sideRankInfo h2{
    font-size:15px;
    font-weight:bold;
}
.sideRank ol li a .sideRankInfo span.font20px{
    font-size:18px;
    font-weight:bold;
}
.sideRank ol li a .sideRankImg{
    width:60px;
    height:60px;
    border:2px solid #e0deda;
}
.sideRank ol li a .sideRankInfo p.sideTabCount{
    position:absolute;
    right:0;
    top:0;
    text-align:right;
}
p.sideRankMotto{
    margin:5px 0 0;
    text-align:right;
}
p.sideRankMotto span{
    display:inline-block;
    min-height:20px;
    padding:0.2em 0 0.2em 18px;
    background:url(http://special.aucfan.com/wp-content/themes/the-bootstrap/image/common/common_parts_sprite.png?date=20151130) 0 -343px no-repeat;
}

/* -----------------------------------------------------------------
  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;
    width: 229px\0;
}
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;
    }
}


/* -----------------------------------------------------------------
  #sideFollowSp
----------------------------------------------------------------- */
#sideFollowSp{
    position:relative;
    right:10px;
    top:10px;
    width:100%;
    padding:10px 10px 0;
    background:#fff;
}
#sideFollowSp ul{
    width:100%;
    background:#fff;
}
#sideFollowSp ul li{
    float:left;
    width:50%;
    margin:5px 0 10px;
}
#sideFollowSp ul li a{
    display:block;
    width:100%;
    padding:8px 0;
    border-left:2px solid #ffffff;
    border-right:2px solid #ffffff;
    color:#ffffff;
    text-align:center;
    font-size:13px;
}
#sideFollowSp ul li a:hover{
    text-decoration:none;
}
#sideFollowSp ul li.sideFollowSpTwitter a{
    background:#55acee;
}
#sideFollowSp ul li.sideFollowSpFacebook a{
    background:#315096;
}


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

  footer

================================================================= */
footer .footerImg{
    margin:50px 0 0;
    padding:0 10px;
    text-align:center;
}
footer .footerImgBox{
    position:relative;
    height:148px;
    width:300px;
    margin:0 auto;
}
footer .footerImg img#footerImgIllust{
    top:60px;
    width:100%;
}
footer .footerImg img#footerImgRocket{
    position:absolute;
    top:-20px;
    left:118px;
    z-index:100;
    width:70px;
}
footer .footerImg img#footerBtnWriter{
    position:absolute;
    z-index:10;
    top:6px;
    left:198px;
    width:80px;
}
footer .footerImg a img#footerBtnWriterHover{
    display:none;
}

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

  Global Footer Area

================================================================= */
#globalFooterArea{
    position:relative;
    z-index:2;
    clear:both;
    width:100%;
    font-size:12px;
}

/* -----------------------------------------------------------------
  footNavBox
----------------------------------------------------------------- */
#globalFooterArea .footNavBox{
    padding:20px 0;
    background:#70c328;
}

/* -----------------------------------------------------------------
  footNotesBox
----------------------------------------------------------------- */
#globalFooterArea .footNotesBox{
    padding:20px 0;
    background:#554444;
    text-align:center;
}
#globalFooterArea .footNotesBox ul{
    margin-bottom:10px;
    padding:0 5px;
    text-align:left;
}
#globalFooterArea .footNotesBox li{
    display:block;
    float:left;
    width:33%;
    font-size:11px;
}
#globalFooterArea .footNotesBox li:last-child{
    width:100%;
}
#globalFooterArea .footNotesBox li a{
    display:block;
    padding:5px 0;
    color:#fff;
}
#globalFooterArea .footNotesBox li a:before{
    content:"|";
    margin:0 0 0.2em 3px;
    color:#fff;
}
#globalFooterArea .footNotesBox .copyright{
    padding:0 10px;
    font-size:11px;
    color:#fff;
}
#globalFooterArea p.footDisplay{
    display:none;
}



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

    #backTop

================================================================= */
#backTop{
    position:relative;
}

#backTop a{
}

#backTop img{
    position:absolute;
    right:0;
    top:120px;
    z-index:100;
}




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

    #dlMenu　スライドメニュー

================================================================= */
/* -----------------------------------------------------------------
  .dlMenuwrapper　元の設定
----------------------------------------------------------------- */
.dlMenuwrapper {
    float: left;
    position:absolute;
    right:5px;
    top:0;
    width: 260px;
}
.dlMenuwrapper:first-child {
    margin-right: 100px;
}
.dlMenuwrapper button {
    position:absolute;
    right:0;
    top:-5px;
    overflow: hidden;
    width: 44px;
    height: 44px;
    background: #e41010;
    border: none;
    text-indent: -900em;
    cursor: pointer;
    outline: none;
}
.dlMenuwrapper ul {
    background: #554444;
    border-top:4px solid #e41010;
}
.dlMenuwrapper button:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 16%;
    width: 68%;
    height: 5px;
    background: #fff;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}
.dlMenuwrapper ul {
    padding: 0;
    list-style: none;
    -ms-transform: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.dlMenuwrapper li {
    position: relative;
}
.dlMenuwrapper li a {
    display: block;
    position: relative;
    padding: 12px 20px;
    border-top:2px solid #6c5a5a;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
    text-align:center;
    outline: none;
}
.dlMenuwrapper li a:hover {
    text-decoration:none;
}
.no-touch .dlMenuwrapper li a:hover {
    background: rgba(255,248,213,0.1);
}
.dlMenuwrapper li.dl-back > a {
    padding-left: 30px;
    background: rgba(0,0,0,0.1);
}
.dlMenuwrapper li.dl-back:after,
.dlMenuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    content: "\e000";
    line-height: 50px;
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
}
.dlMenuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(212,204,198,0.3);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dlMenuwrapper li > a:after {
    right: 10px;
    color: rgba(0,0,0,0.15);
}
.dlMenuwrapper .dlMenu {
    position: absolute;
    top:40px;
    width: 100%;
    margin: 3px 0 0 0;
    opacity: 0;
    pointer-events: none;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.dlMenuwrapper .dlMenu.dlMenu-toggle {
    transition: all 0.3s ease;
}
.dlMenuwrapper .dlMenu.dlMenuopen {
    opacity: 1;
    pointer-events: auto;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/* No JS Fallback */
.no-js .dlMenuwrapper .dlMenu {
    position: relative;
    opacity: 1;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
.no-js .dlMenuwrapper li .dl-submenu {
    display: block;
}
.no-js .dlMenuwrapper li.dl-back {
    display: none;
}
.no-js .dlMenuwrapper li > a:not(:only-child) {
    background: rgba(0,0,0,0.1);
}
.no-js .dlMenuwrapper li > a:not(:only-child):after {
    content: '';
}

/* -----------------------------------------------------------------
  #dlMenu　こちらで設定
----------------------------------------------------------------- */
#dlMenu{
    z-index:100;
}
.dlMenu{
    z-index:100;
}

.dlTrigger{
    background:#e41010;
}

.dlMenu ul#slide_menuSns{
    height:50px;
    margin:8px;
    border:none;
}
.dlMenu ul#slide_menuSns li{
    float:left;
    height:45px;
    width:45px;
    margin:0 5px;
    padding:3px;
    background:#fff;
    border-radius:50%;
}
.dlMenu ul#slide_menuSns li a{
    display:block;
    height:100%;
    width:100%;
    padding:0;
    border-radius:50%;
    border:none;
}
.dlMenu ul#slide_menuSns li.sideSnsCheckTwitter a{
    background:url(http://special.aucfan.com/wp-content/themes/the-bootstrap/image/sp/icon_sp_sprite.png) 2px 3px no-repeat #55acee;
    background-size: 90% auto;
}
.dlMenu ul#slide_menuSns li.sideSnsCheckFacebook a{
    background:url(http://special.aucfan.com/wp-content/themes/the-bootstrap/image/sp/icon_sp_sprite.png) -2px -43px no-repeat #315096;
    background-size: 90% auto;
}
.dlMenu ul#slide_menuSns li.sideSnsCheckFeed a{
    background:url(http://special.aucfan.com/wp-content/themes/the-bootstrap/image/sp/icon_sp_sprite.png) 2px -220px no-repeat #ff8c00;
    background-size: 90% auto;
}
.dlMenu ul#slide_menuSns li.sideSnsCheckLine a{
    background:url(http://special.aucfan.com/wp-content/themes/the-bootstrap/image/sp/icon_sp_sprite.png) 2px -176px no-repeat #00c300;
    background-size: 90% auto;
}
