﻿@charset "UTF-8";

body {
 background-image : url();
 background-attachment: fixed;
 background-repeat: repeat;
 background-position: 50% 50%;
 background: #000000;
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
 color: white;
 width:600px;
 margin-left: auto;
 margin-right: auto;
 padding-bottom: 60px; 
}
.topimg{
    width:100%;
}
a {color: yellow;}
table {
 width :100%;
 table-layout: fixed;}
 .txt-center{
    text-align:center;
 }
#footer {
 background: #000000;
 position: fixed;
 bottom: 0;
 height: 50px;
 width :600px;
}
.foot-table {
    vertical-align:middle;
    text-align:center;
    height:50px;
 }
@media only screen and (max-device-width: 640px) {
 -webkit-text-size-adjust: 100%;
 .main {
  width: 100%; 
  }
 #footer {
    height: 100px;
    width:100%;}
 .foot-table {
     height:100px;
  }
 .ans{
     padding-left:30px;
  }
 }

.ans{
   padding-left:30px;
}