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

/*PCサイトへのボタン*/
ul.btn_gotoPc{
  width:80%;margin-left:auto; margin-right:auto;text-align:center;  margin-top:30px;}
ul.btn_gotoPc li{

background-image: -moz-linear-gradient(top, #FFFFFF 0%, #D4D4D4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #D4D4D4));

border: 1px solid #888888;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow: 0 3px 4px rgba(0,0,0,0.40);
-webkit-box-shadow:0 3px 4px rgba(0,0,0,0.40);
-moz-box-shadow:0 3px 4px rgba(0,0,0,0.40);
/*文字*/
color:#006599;
line-height:2;
text-align:center;
font-size:20px;
font-weight:bold;

text-shadow:0px 1px 1px #ffffff,0px 0px 1px #ffffff,1px 0px 1px #ffffff,0px -1px 1px #ffffff,-1px -1px 1px #ffffff,-1px 0px 1px #ffffff;
list-style:none;
}
ul.btn_gotoPc li a{height:40px;width:100%;text-decoration:none;color:#006599;display:block;}
ul.btn_gotoPc li a:visited{color:#006599;}

/*フッター*/
/* footercss　/common/sp/css/footer.cssへ移植分 */

.mbsspfooter{
      background-color: #343434;
      background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #4c4c4c), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #4c4c4c),color-stop(.75, #4c4c4c), color-stop(.75, transparent),to(transparent));
      -webkit-background-size: 7px 7px;
      padding:10px 0;
      line-height:1.4;
      font-size:12px;
      color:#fff;
      text-align:center;
}
.mbsspfooter *{
  font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.footer_sp{
  margin-top:0;
  position:relative;
  z-index:1000;
}
.mbsspfooter p:first-child{
  padding-bottom:5px;

}
.mbsspfooter p a{
  color:#c1e6f5;
  text-decoration:none;
        font-size:14px;
}
.mbsspfooter p a:visited{
  color:#c1e6f5;
}
