@charset "utf-8";

.footer{
    font-size:13px;
    font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
div.footerareabtn {
    margin: 5px 0;
}
div.footerareabtn a{
    width: 280px;
    display: block;
    text-align: center;
    border: solid 1px #999;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin: 2px auto 0 auto;
    color: #F09;

    /*角丸の設定*/
    border-radius: 15px; /*css3*/
    -webkit-border-radius : 15px; /*ChromeSafari用*/
    -moz-border-radius: 15px; /*Firefox用*/

    /*グラデーションの設定*/
    background: #FFF;/*その他用保険*/
    background: linear-gradient(-90deg,#FFF 0%,#CCC 100%);/*IE9用*/
    background: -webkit-gradient(linear, left top, left bottom,from(#FFF),to(#CCC)); /*ChromeSafari用*/
    background: -moz-linear-gradient(top,  #FFF,  #CCC);/*Firefox用*/

    /*ボックスシャドウの設定*/
    box-shadow: 0px 0px 3px 0 #CCC; /*css3*/
    -moz-box-shadow:  0px 0px 3px 0 #CCC;/*Firefox用*/
    -webkit-box-shadow: 0px 0px 3px 0 #CCC;  /*ChromeSafari用*/
}
div.footerareabtn a img{
    vertical-align: middle;
    top: -2px;
}
#bt_link:after {
    clear: both;
    content: "";
    display: block;
}
#bt_link ul {
    width: 100%;
}
#bt_link li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #DCDCDC;
    float: left;
    height: 30px;
    margin: 6px 2%;
    text-align: center;
    width: 43%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#bt_link a {
    color: #333333;
    display: block;
    font-size: 12px;
    height: 32px;
    padding-top: 2px;
    text-align: center;
    vertical-align: middle;
}
#bt_link li.ft_fav img {
    height: 25px;
    vertical-align: middle;
    width: 23px;
}
#bt_link li.ft_beginner img {
    height: 25px;
    vertical-align: middle;
    width: 19px;
}
/* ページトップ */
#pageTop {
/*
    bottom:0px;
    position: fixed;
    left:0px;
    z-index:100;
    width:100%;
*/
    clear:both;
    text-align:center;
    margin-top:10px;
}
#pageTop a{
    background-color:#222;
    background: linear-gradient(#222 0%, #000 100%);
    background: -moz-linear-gradient(top center, #222 0%, #000 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#222), to(#000));
    height:50px;
    line-height:50px;
    color:#fff;
    display:block;
    font-size:13px;
    opacity:0.80;
}
#pageTop a:hover{
    background-color:#000;
    background: linear-gradient(#000 0%, #222 100%);
    background: -moz-linear-gradient(top center, #000 0%, #222 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#000), to(#222));
}
#pageTop a span{
    background:url(/img/s/iconPageTop.png) 0 50% no-repeat;
    background-size:12px;
    padding-left:20px;
}
.over18 {
    font-size: 10px;
    line-height: 10px;
    color: #666;
    display: block;
    padding: 6px;
    background-color: #ddd;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.siteLink a{
font-size: 12px;
    display: block;
    color: #9E9E1D;
    width: 50%;
    float: left;
    background: white;
    box-sizing:border-box;
}
.siteLink a:first-child{
  border-right:1px solid #eee;
}
.pcsite {
    display: block;
    background-color: white;
    border-top: 1px solid #ccc;
    color: #333;
    font-weight: bold;
    padding: 5px 0;
    font-size: 12px;
}
.pcsite .pcimg {
    margin-right: 5px;
    vertical-align: middle;
    width: 20px;
    height: 30px;
}
