﻿@charset "utf-8";
/*------------------------------------------------------------------------------------------
@media screen and (min-width : 769px){ 
------------------------------------------------------------------------------------------ */

body {
    background:#ffffff;
    font-family: Meiryo, serif;
    color:#000080;
    margin:100px auto;
    text-align:center;
    line-height:1.5em;
    width:100%;
    height: 100%;
}
h1 {
    background:#ffffff;
    font-family: Meiryo, serif;
    font-size: 32px;
    color:#1BACE1;
    margin:20px 0 30px 0;
    text-align:center;
    line-height:1.0em;
}
p {
    background:#ffffff;
    font-family: Meiryo, serif;
    font-size: 26px;
    color:#1BACE1;
    margin:20px 0 0 0;
    text-align:center;
    line-height:0.8em;
}

}



/*------------------------------------------------------------------------------------------
@media screen and (max-width : 768px){ 
------------------------------------------------------------------------------------------ */

body {
    background:#ffffff;
    font-family: Meiryo, serif;
    color:#000080;
    margin:100px auto;
    text-align:center;
    line-height:1.5em;
    width: 100%;
    height: 100%;
}
h1 {
    background:#ffffff;
    font-family: Meiryo, serif;
    font-size: 28px;
    color:#1BACE1;
    margin:20px 0 20px 0;
    text-align:center;
    line-height:1.0em;
}
p {
    background:#ffffff;
    font-family: Meiryo, serif;
    font-size: 23px;
    color:#1BACE1;
    margin:20px 0 0 0;
    text-align:center;
    line-height:0.8em;
}

}

/*------------------------------------------------------------------------------------------
@media screen and (max-width : 640px){ 
------------------------------------------------------------------------------------------ */

body {
    background:#ffffff;
    font-family: Meiryo, serif;
    color:#000080;
    margin:100px auto;
    text-align:center;
    line-height:1.5em;
    width: 100%;
    height: 100%;
}
h1 {
    background:#ffffff;
    font-family: Meiryo, serif;
    font-size: 28px;
    color:#1BACE1;
    margin:20px 0 20px 0;
    text-align:center;
    line-height:1.0em;
}
p {
    background:#ffffff;
    font-family: Meiryo, serif;
    font-size: 23px;
    color:#1BACE1;
    margin:20px 0 0 0;
    text-align:center;
    line-height:0.8em;
}

}
