@charset "UTF-8";

* {
margin: 0;
padding: 0;
/*border: 1px dotted #F00;*/
}
li {
list-style: none;
}
a img {
border: none;
}
html,body, .bgstretcher-area, #bgstretcher, .bgstretcher-page {
height:100%;
min-height: 800px;
}
body {
padding: 0;
margin: 0;
color: #000;
background: url(../image/bg_pt_00.png);
line-height: 120%;
}
a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
}
.container {
    height: auto;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
}
.fs06em {font-size: 0.8em;}
.fs20em {font-size: 1.6em;}
.mt30 {margin-top: 30px;!import}
.mt100 {margin-top: 100px;!import}
.mt200 {margin-top: 200px;!import}
.text-center {text-align: center;}

/*フッター
-----------------------------------------*/
footer {
height: 95px;
width: 100%;
position: absolute;
bottom: 0;
}

footer p {
display: block;
text-align: center;
}
