@charset "utf-8";
body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main_ {width:1140px;}
#contents > header {height:300px; margin-top:2.3em;}

div {display: block;}
div#container_ {text-align: center; margin: 0 auto;}

hr {margin-top:20px;}
h2.title {
    text-align: center;
    display: block;
    font-size: xx-large;
    font-weight: normal;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
h3.sentence {line-height: 3em;}
h4.sentence {line-height: 1.5em;}
.sentence {
    text-align: center;
    display: block;
    font-size: large;
    font-weight: normal;
}

p {font-weight:bold; margin:0 auto; text-align:center; vertical-align: middle;}
p.title {
    margin-top:20px; margin-bottom:20px;
    background:-webkit-linear-gradient(60deg, #f00, #00f);
    background:-moz-linear-gradient(60deg, #f00, #00f);
    background:-o-linear-gradient(60deg, #f00, #00f);
    background:linear-gradient(60deg, #f00, #00f);
    color: white;
}
p.team {font-size:medium;}
p#gp {font-size:xx-large; width:982px; height:55px;}
p#gp2 {font-size:x-large; width:768px; height:45px;}
p#nyusyo {font-size:large; width:1068px; height:35px;}

table {float:center; margin:0 auto;}
table td {white-space:nowrap; text-align:center; padding:0em 1em 1em 1em;}
table td > iframe {width:512px; height:288px; border:0;}

iframe.gp {width:978px; height:550px;}
iframe.gp2 {width:768px; height:432px;}
iframe.nyusyo {width:512px; height:288px;}

/* smartphone */
@media screen and (max-width:599px) {
    #main_ {width:auto;}
    div#container_ {text-align: center; margin: 0 auto;}
    #contents > header {height:auto; margin-top:-0.5em;}

    hr {margin-top:0.5em;}
    h2.title {margin-top:-0.3em}
    h3.sentence {line-height:2em;}
    h4.sentence {line-height:1.5em; margin-top:-0.5em;}
    .sentence {width:95%;}

    p {font-weight:bold; margin:0 auto;}
    p.title {margin-top:0.5em; margin-bottom:0.5em;}
    p#gp,p#gp2,p#nyusyo {width:332px;}    
    p#gp {font-size:x-large;;height:50px;}
    p#gp2 {font-size:large;;height:40px;}
    p#nyusyo {font-size:normal;;height:30px;}

    table {width:100%; text-align:center; margin:0 auto;}
    table th,td {width:332px;}
    table td {white-space:normal; display:block;}

    iframe.gp,iframe.gp2,iframe.nyusyo {width:332px; height:180px;}
}


