/*body///////////////////////////////////////////////////////////*/

body{
    margin: 0;
    background-color: gray;
    
}


video{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;

    width: auto;
    height: auto;
    z-index: -1;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    left: 0;
    top:0;


}

#wrapper{
    height: 100%;
    height: 100vh;
    position: absolute;
    width: 100%
}


/*header///////////////////////////////////////////////////////////*/

header{
    background-color: rgba(0,0,0,0.9);
    height: 60px;
    position: fixed;
    width: 100%;
    top: -60px;
}

#header-info{
    width: 800px;
    margin: auto;
}

#header-log{
    float: left;                      /*ロゴを左に揃える*/
}

#global-navi ul{
    float: right;                      /*ナビを右に揃える*/
}

#global-navi ul li{
    text-align: center;        /*各メニューを中央に揃える*/
    width: 90px;              /*メニューの幅*/
    float: left;               /*横並びにする*/
    list-style: none;
}


/*page01///////////////////////////////////////////////////////////*/

#page01{
    height: 800px;
    
}

#page01-box {
    width: 800px;
    padding-top: 200px;
    margin: auto;  
    

}

#page01-log{
    text-align: center;
    
}

#page01-box h1{
    text-align: center;
    
}

#page01-box p{
    text-align: center;
    
}

#page01-box about{
    text-align: center;
    margin: auto;

}

#page01-news  {
    margin: auto; 
    color: aliceblue;
}



/*page02///////////////////////////////////////////////////////////*/

#page02{
    height: 800px;                      /*ページ全体の高さを固定*/
}

#page02-box{
    width: 800px;
    margin: auto;                     /*ボックスをセンターリング*/
    padding-top: 80px;
}

#page02-box p {
    text-align: center;             　/*文字画像をセンターリング*/
}

#page02-box h1 {
    text-align: center;             　/*文字画像をセンターリング*/

}

#page02-box h1 {
    color: aliceblue;             　/*文字画像をセンターリング*/

}



#page02-box h4 {
    text-align: center;             　/*文字画像をセンターリング*/
}
#page02-description{
    width: 800px;
    background-color: rgb(0,0,0,0.3);
    padding: 10px;

    
}

#page02-description p{
    color: aliceblue;

    
}


/*page03///////////////////////////////////////////////////////////*/

#page03{
    height: 800px;                      /*ページ全体の高さを固定*/
}

#page03-box{
    width: 800px;
    margin: auto;                     /*ボックスをセンターリング*/
    padding-top: 80px;
}

#page03-box p {
    text-align: center;             　/*文字画像をセンターリング*/
}

#page03-description{
    width: 800px;
    background-color: rgb(0,0,0,0.3);
    padding: 10px;
  
}


#page03-description table{
    margin: auto;                       /*テーブルをセンターリング*/
    border-spacing: 15px;               /*テーブルの行間*/
    
}

#page03-description table tr td{
    font-size: 11pt;
    color: aliceblue;

}


/*page04///////////////////////////////////////////////////////////*/

#page04{
    height: 800px;                      /*ページ全体の高さを固定*/
}

#page04-box{
    width: 800px;
    margin: auto;                     /*ボックスをセンターリング*/
    padding-top: 80px;
}

#page04-box p {
    text-align: center;             　/*文字画像をセンターリング*/
}

#page04-description{
    width: 800px;
    
}


/*page05///////////////////////////////////////////////////////////*/

#page05{
    height: 800px;                      /*ページ全体の高さを固定*/
}

#page05-box{
    width: 800px;
    margin: auto;                     /*ボックスをセンターリング*/
    padding-top: 80px;
}

#page-title {
    text-align: center;             　/*文字画像をセンターリング*/
}

#page05-description{
    width: 800px;
    
}

#access01{
    font-size: 11pt;
    color: aliceblue;
    
}

#access02{
    font-size: 11pt;
    color: aliceblue;
}


/*page06///////////////////////////////////////////////////////////*/

#page06{
    height: 800px;                      /*ページ全体の高さを固定*/
}

#page06-box{
    width: 800px;
    margin: auto;                     /*ボックスをセンターリング*/
    padding-top: 80px;
}

#page06-box p {
    text-align: center;             　/*文字画像をセンターリング*/
    font-size: pt;
    color: aliceblue;
}

#recruit-caption{
    font-size: 11pt;
}

#page06-description{
    width: 800px;
    
}

#page06-descriotion li{
    list-style: none;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    border-color: rgb(0,160,230);
    height: 30px;
    width: 200px;
    margin: auto;                       /*センターリング*/
    margin-top: 30px;
    
    /*background-color:rgba(255,255,255,0);*/
    background-color: ;
    
}

#page06-descriotion a{
    font-weight: bold;
    font-size: 11pt;
    color: rgb(0,160,230);
    text-decoration: none;          /*アンダーラインを消す*/
}



/*page07///////////////////////////////////////////////////////////*/

#page07{
    height: 700px;                      /*ページ全体の高さを固定*/
}

#page07-box{
    width: 800px;
    margin: auto;                     /*ボックスをセンターリング*/
    padding-top: 80px;
}

#page07-box p {
    text-align: center;             　/*文字画像をセンターリング*/
}

#page07-description{
    width: 800px;
    
}

iframe {
    border: 0px red solid;

}


/*footer///////////////////////////////////////////////////////////*/

footer{
    height: 200px;
    background-color: black;
}

#footer-copy{
    margin: auto;
    width: 800px;
}

#footer-copy p {
    text-align: center;
    
}

#footer-copy p small{
    color: dodgerblue;
    
}

