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

html,body{width:100%; margin:0; padding:0;}

body{font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; color:#000; text-align:center; font-size:100%;
 line-height:200%; letter-spacing:0.2em; width: 100%;}

body{ background:url(../images/mainimage.jpg) no-repeat fixed; background-size:cover; height: 100vh;}

header{ padding:30px 0 100px 0; width:960px; margin:0 auto; text-align:left;}
h1{ color:#fff; font-size:1.2em; font-weight:bold; text-shadow:#666 1px 1px 3px;}

article{ width:960px; margin:0 auto; padding-top:100px;}

article .leadtext{ text-align:left; font-weight:bold; color:#fff; line-height:200%; text-shadow:#666 1px 1px 3px;}
article .leadtext h2{font-size:1.8em; line-height:140%; font-weight:bold; margin-bottom:20px;}
article .leadtext p{}

footer{ padding:10px 0;}
footer .news{ font-size:0.8em; color:#FFF;}
footer .news h3{ display:inline-block; background:#FFF; line-height:120%; border-radius:5px; color:#2EA7E0; margin-right:20px;
letter-spacing:0.1em; padding:4px 10px;}
footer .news ul{display:inline-block;}
footer .news ul .date{ margin-right:10px;}

footer{ background:#2EA7E0; position:absolute; width:100%; bottom:0;}
footer address{ color:#fff; text-align:center; font-style:normal; font-size:0.8em;}