* { 
    margin: 0px;
    padding: 0px;
}

head {
   width: 1080px;
   margin-right: auto;
   margin-left : auto;
}

body {background-image: url('../image/apgame_BG.png');
   background-size: auto; 
   max-width: 1080px;
   margin-right: auto;
   margin-left : auto;
}

/*ヘッダー草固定*/
div#top-leaf{
    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    width: 100%;
}

/*フッター草固定*/
div#bottom-leaf{
    position: fixed;            /* フッターの固定 */
    bottom: 0px;                /* 位置(下0px) */
    left: 0px;                  /* 位置(左0px) */
    width: 100%;                /* 横幅100%　*/
}

/*バナーマージン*/
.banner{
     margin : 90px 10px 50px 10px;
     text-align: right
} 

/*画像を中央に配置する*/
.center {
    text-align:center
    margin-top: 0;

}

/*ダウンロード*/
table{
    width: 100%;
     margin-left: auto;
     margin-right: auto
}

th{
   text-align: left
}

td {
   width:10%;
   text-align:center
}



/*アソビカタ画像を中央に配置する*/
.center_description {
    margin-top:50px;
    text-align:center 
}

/*アソビカタ*/
.video{
width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;

}
.video iframe{
position: absolute;
top: 0;
left: 5%;
width: 90%;
height: 90%;

}

/*テキスト右寄り*/
p.right  {
     margin-bottom:150px;
     text-align: right
} 

.rogo{
    text-align: right
} 

