@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Courgette');

body {
font-family:'Courgette', sans-serif, "ＭＳ Ｐゴシック",sans-serif;
}

html,body{margin:0;padding:0;}

#container {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
 
#main{  
text-align:center;
padding-bottom: 100px;/* フッターのスペース確保 */
}
#main p{   
text-align:center;
margin-left:50px;
color: #9f9fa0;
}

h1{
text-align:left;
color: #9f9fa0;
margin-left:20px;
font-size:9px;
font-style:normal;
}


#footer{ 
position: fixed;/* フッターを固定 */
bottom: 0;
width: 100%;/* フッターを固定 */
height: 100px;/* フッターを固定 */
background-color:#d70029;
}
#footer p{  
text-align:right;
padding-right:30px;
color: #FFFFFF;
}