@charset "utf-8";

body{
    width: 368px;
    max-width: 368px;
    height: auto;
    margin: 0 auto;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' ,sans-serif; 
    font-size: 16px;
    line-height: 1.6em;
    background-color: black;
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.top_img{
    width: 360px;
    text-align: center;
}

.container{
    width: 360px;
    height: auto;
    margin: 0;
    padding: 0 4px 0 4px;
    overflow: hidden;
}
 
a{
    color: #ffffff;		/*リンク部分の文字色*/
}
    
a:hover {
    color: #62cdfe;		/*リンク部分のカーソルオーバー時の文字色*/
}

.mark{
    color: #54abf7; 
    font-size: 16px;
}

/*ヘッダーとナビの設定*/
header{
    width: 352px;
    height: fit-content;
}

.h_td1{
    width: 352px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ff7fff;
}

h1{
    color: #ff7fff;
    font-size: 23px;
    text-align: center;
}

.h_table1{
    width: 352px;
    line-height: 2em;
    margin-bottom: 20px;
}

.h_td2{
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.h_td3{
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.h_table2{
    width: 352px;
    height: 60px;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.h_table2 td{
    width: 117px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background-color: black;
    border: 2px solid white;
}

/*ヘッダーと本文との間隔の設定*/
main{
    margin-top: 10px;
}

/*バナーの設定*/
.banner{
    width: 100%;
    line-height: 40px;
    margin-top: 60px;
    height: fit-content;
    text-align: center;
  }

  .banner img{
    width: 330px;
    height: 94px;
    text-align: center;
  }

/*フッターの設定*/
footer{
    text-align: center;
    color: #ff7fff;
    line-height: 1.6em;
    border-top: 1px solid #ffffff;
    margin-top: 40px;
    padding-top: 15px;
}
