@charset "utf-8";

/****************************************

          基本要素

*****************************************/

html {background: #009d8e}
*{margin:0;padding: 0;box-sizing:border-box}

body{
    font-size:13px;
    *font-size: small;
    *font: x-small;
    line-height: 1.6;
    font-family: Arial, Verdana, "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #fff;
    margin: 0 auto;
}

a{outline:none;color: #ffdf05;}
a img {border:none;text-decoration: none ;}
a:focus {outline:none;} 
a:hover {cursor:pointer;text-decoration:none;}
img{vertical-align: bottom;}

.no-text{
text-indent:-9999px
    }

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}

table   {border-collapse:collapse;}

h1{font-size:200%;
text-align: center;margin-bottom: 1em }
h1 strong {font-weight: bold;}

h2{font-family: serif;
font-size: 18px;margin-bottom: 1em}

main img {vertical-align: middle;
margin: 22px 12px}
main,footer {
    padding: 0 20px;
    display: block;
 
}
main {color: #424242;padding-top: 40px;
background: #fff}
main section {}

main .se1 {
text-align: center;
font-size:116%;
line-height: 2.0}

main .se2 {max-width: 660px;
margin: 0 auto;
padding: 20px 24px 0;
border: 1px solid;
}

main article {padding-bottom: 2em}
main .se2 h4 {
font-size:131%;
text-align: center;
font-family: seif;
font-weight: bold;
margin-bottom: 1em}
footer {}

footer article {display: table;
max-width: 640px;
margin: 0 auto;
width: 100%}
footer article section {display: table-cell;vertical-align: top;padding: 20px 0}

main .se2 dt {color: #009d8e;
font-weight: bold;
font-size:116%;}

main .se2 dl {margin-bottom: 1em}


footer {background: #009d8e}
footer h3 {margin-right: 1em;font-size: 17px;
white-space: nowrap;}

footer h3 strong {font-weight: bold}

div#logo {margin: 24px 0}
@media screen and (max-width: 640px) {

footer article ,footer article section{display: block;}
footer article section {padding: 10px 0}
main .se1 {font-size: 100%}
}




