@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 center top; background-size:200%; height: 90vh;}

header{ padding:10px 0 100px 0; width:95%; margin:0 auto; text-align:left;}
h1{ color:#fff; font-size:0.8em; font-weight:bold; text-shadow:#666 1px 1px 3px; letter-spacing:0;}

article{ width:95%; margin:0 auto; padding-top:40px;}

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.4em; line-height:140%; font-weight:bold; margin-bottom:20px;}
article .leadtext p{ letter-spacing:0;}

footer{ padding:10px 0;}
footer .news{ font-size:0.8em; color:#FFF; letter-spacing:0;}
footer .news h3{ display:inline-block; background:#FFF; line-height:120%; border-radius:5px; color:#2EA7E0; margin-right:10px;
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;}