@charset "utf-8";

/* CSS Document */


/****▼▼▼ 共通 ▼▼▼****/

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    background-color: #000;
}

/*
a:link{ color:red;}
a:visited{ color:white;}
a:active{ color:white;}
a:hover{ color:red;}
*/

#main img {
    opacity: 0.9;
    vertical-align: top;
}
#main img:hover {
    opacity: 1;
    background-color: #FFF;
}
a {
    outline: none;
}
.box {
    margin: 0;
    padding: 0;
    display: block;
}
#right-bnr {
    position: fixed;
    top: 100px;
    right: 0;
    width: 60px;
    height: 900px;
    margin: 0;
    padding: 0;
    z-index: 999;
}
#left-baner-area {
    position: absolute;
    width: 100px;
    height: 2468px;
    top: 0px;
    left: 0px;
    min-height: 100%;
    z-index: 0;
    visibility: visible;
    background: url(http://image.rakuten.co.jp/wangfujing/cabinet/top/160805_kosyou_tate.jpg) repeat-y scroll;
}
#left-baner-area a {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.oseibo_main_bottom{
    background: url(http://image.rakuten.co.jp/wangfujing/cabinet/top/banner/oseibo_main02_bottom.jpg);
    height: 200px;
}
.oseibo_main_bottom p{
    font-family: "Sawarabi Mincho";
    width: 650px;
    color: #fff;
    line-height: 24px;
    padding: 10px 20px;
}
/*小さいモニタの場合非表示にする*/

@media screen and (max-width: 1220px) {
    #left-baner-area {
        visibility: hidden;
    }
}
.iframe {
    margin: 0;
    padding: 0;
    z-index: 999;
}
.clearfix {
    content: " ";
    clear: both;
    display: block;
    min-height: 10px;
}
.clearfix:after {
    zoom: 1;
}
#slideshow {
    width: 2000px;
    height: 500px;
    position: absolute;
    /*top: -50%;*/
    left: 50%;
    margin-left: -1000px;
    /*margin-top: 160px;*/
}
.banner {
    text-align: center;
    margin: 30px auto;
}
.banner a {
    color: #144172;
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-decoration: none;
    font-size: 20px;
}

/****▼▼▼ ヘッダー ▼▼▼****/

#header {
    width: 950px;
    height: 110px;
    margin: 0 auto;
    clear: both;
}
#nav_bg {
    width: 100%;
    clear: both;
    background: #B12200;
    background: -moz-linear-gradient(left, #B12200 0%, #DD2A00 100%);
    background: -webkit-linear-gradient(left, #B12200 0%, #DD2A00 100%);
    background: linear-gradient(to right, #B12200 0%, #DD2A00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#B12200', endColorstr='#DD2A00', GradientType=1);
}
#nav {
    width: 950px;
    height: 30px;
    clear: both;
    margin: 0 auto;
}
#slide {
    width: 100%;
    height: 500px;
    position: relative;
}

/****▼▼▼ コンテナー ▼▼▼****/

#container {
    margin: 0 auto;
    width: 950px;
    margin-bottom: 20px;
    clear: both;
}
#ranking {
    width: 950px;
    margin-top: 15px;
}
#ranking .rank1 {
    width: 930px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 50px;
}
#ranking ul {
    width: 100%;
}
#ranking::after {
    clear: both;
}
#ranking ul.rank2-3 li {
    width: 465px;
    float: left;
    margin-bottom: 50px;
}
#ranking ul.rank2-3 li:first-child {
    margin-left: 10px;
}
#ranking ul.rank2-3 li:last-child {
    margin-left: 5px;
    margin-right: 5px;
}
#ranking ul.rank_other {
    width: 930px;
    margin: 0 auto;
}
#ranking ul.rank_other li {
  width: 305px;
  height: 280px;
  float: left;
  margin-bottom: 50px;
}
#ranking ul.rank_other li:nth-child(1),
#ranking ul.rank_other li:nth-child(4)
 {
    margin-left: 0;
}

#ranking ul.rank_other li:nth-child(2),
#ranking ul.rank_other li:nth-child(5)
 {
    margin-left: 7.5px;
}

#ranking ul.rank_other li:nth-child(3),
#ranking ul.rank_other li:nth-child(6)
 {
    margin-left: 7.5px;
}


/****▼▼▼ フッター ▼▼▼****/

#footer {
    width: 100%;
    clear: both;
    /*background-color: rgba(#93ccbd, 1);*/
    margin-top: 10px;
    height: 200px;
    padding-top: 100px;
}
#copy {
    color: #000;
    text-align: center;
    width: 948px;
    clear: both;
    margin-top: 50px;
    height: 100px;
}
