<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

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

body {
    font-family: 'Meiryo', 'メイリオ', '平成明朝', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 0.06em;
    font-size: 15px;
    background-repeat: no-repeat;
}
p,.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6,dl {
    margin: 0;
    padding: 0;
    font-size: 1em;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
a{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.f-lg{
    font-size: 1.4em;
}
#wrapper{
    padding-top: 67px;
    background: #FFF;
}
/* header */
#header {
    margin: 0;
    width:100%;
    text-align: center;
    background: url(../img/headerbg.png) no-repeat center top;
    background-size: cover;
}
#headinner{
    max-width: 980px;
    margin: 0 auto;
}
#headinner img{
    vertical-align: bottom;
}

/* sp-footer */
#footer{
    background-color: #2694ff;
    color: #FFF;
}
#sp-footer{
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}
#sp-footer li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    list-style: none;
    width: 32%;
    font-size: 70%;
    text-align: center;
    line-height: 1.6em;
    letter-spacing: .1em;
}
#sp-footer span,
#sp-footer i {
    font-size: 180%;
}
#sp-footer a {
    color: #FFF;
}

#sp-footer a {
    display: block;
    padding: .8em;
}
#sp-footer a:hover,
#sp-footer a:active {
    background: #3CF;
    color: #FFF;
    border-radius: 8px;
    text-decoration: none;
}
#copyright{
    text-align: center;
        padding: 1em;
        font-size: .8em;
}
/*SNS*/
.snsbtn {
padding-top: .5em;
overflow: visible;
padding-left:0;
text-align:center;
}
.snsbtn li {
display:inline-block;
vertical-align:bottom;
margin-right: 15px;
}
.snsbtn li:last-child {
margin-right: 0;
}
.fb_iframe_widget &gt; span {
vertical-align: baseline !important;
}
#spnavsns,
#footsns{
    padding: 0;
}

#spnavsns li,
#footsns li{
  width: 33.3%;
  display: inline-block;
}
#spnavsns a,
#footsns a{
  color: #FFF;
  min-height: 30px;
  display: block;
  padding: .6em .3em;
  text-align: center;
  letter-spacing: 0;
}
#spnavsns .facebook,
#footsns .facebook {
    background-color: #3B5998;
}
#spnavsns .twitter,
#footsns .twitter {
    background-color: #00aced;
}
#spnavsns .line,
#footsns .line {
    background-color: #00c300;
}
#spnavsns a:hover,
#footsns a:hover{
    text-decoration: none;
    background: #66B9FF;
}

/* pagetop */

#pagetop {
  position: fixed;
  right: 12px;
  bottom: 50px;
  width: 54px;
  height: 54px;
  text-align: center;
  z-index: 999;
  background: #FFF;
  box-shadow: rgba(60, 60, 60, 0.6) 0px 2px 6px 0px;
  -webkit-box-shadow: rgba(60, 60, 60, 0.6) 0px 2px 6px 0px;
  -moz-box-shadow: rgba(60, 60, 60, 0.6) 0px 2px 6px 0px;
  border-radius: 50%;
  overflow: hidden;
}

#pagetop a {
  display: block;
  padding-top: .3em;
  font-size: 1.2em;
  color: #FFF;
  background: #FF43A6;
  height: 54px;
}
#pagetop a:hover {
  color: #FFF;
  background: #FBB03B;
}

/* list icon */
.dlist li, #wrapper .dlist dt{
  position: relative;
  padding-left: 18px;
  list-style: none;
}

.dlist li:before,.dlist dt:before{
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #2694FF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.dlist li:before{
    top: 8px;
}
.dlist li{
    margin-bottom: .5em;
}
dl.dlist dt{
    padding: .3em 0 0;
}
dl.dlist dd{
    padding: 0 0 .3em;
}
.free.dlist li:before{
    background-color: #6fc00b;
}

/* nav */
#nav{
    border-bottom: 3px solid #0C9EED;
    background: #FFF;
    box-shadow: rgba(33, 33, 33, 0.6) 0px 2px 6px 0px;
    -webkit-box-shadow: rgba(33, 33, 33, 0.6) 0px 2px 6px 0px;
    -moz-box-shadow: rgba(33, 33, 33, 0.6) 0px 2px 6px 0px;
}

#nav .container{
    width: 100%;
}
.navbar-toggle{
    padding: 5px;
}
.navbar-toggle p{
    font-size: .7em;
    color: #FA4C07;
}
.navbar-brand{
    width: 74%;
    padding: 8px 0 0 10px;
    max-width: 275px;
}
.glyphicon.glyphicon-menu-down {
    font-size: 1.5em;
    vertical-align: bottom;
    color: #FA4C07;
}
#headnav a:hover{
    background: #FFEAFB;
}

#spnav{
    border-top: 1px solid #FA4C07;
}
#spnav li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 33.3%;
    border-right: 1px solid #FA4C07;
    border-bottom: 1px solid #FA4C07;
    vertical-align: bottom;
}
#spnav li:nth-child(3),
#spnav li:last-child{
    border-right: none;
}
#spnav .spnw4{
    width: 25%;
}
#spnav a{
    display: block;
    padding: 12px 3px 17px;
    position: relative;
}
#spnav a:before{
    content:'';
    display:block;
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height:0;
    width:0;
    border-top: 6px solid #FBB03B;
    border-right: 5px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 5px solid transparent;
}
#spnav a:hover{
    background: #FFEAFB;
    }
#spnav a:hover:before{
    border-top: 6px solid #AA2130;
    border-right: 5px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 5px solid transparent;
}
#spnav li img{
    max-height: 20px;
    display: block;
    margin: 0 auto;
}

/* main_contents */
.container{
    max-width: 980px;
}
.xs-dl-horizontal dt{
float: left;
overflow: hidden;
clear: left;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
padding: .6em 0 0;
width: 120px;
}
.xs-dl-horizontal dd {
    padding: .6em 0;
    margin-left: 120px;
}
h3.text-center{
    margin-bottom: 1em;
    margin-top: 1em;
}
.item{
    line-height: 1.8em;
}
.item dt{
    color: #FA4C07;
    margin: 1em 0 .8em;
    padding: .4em;
    font-size: 1.1em;
    letter-spacing: .1em;
    background: #FFFEC7;
}
.border dt{
    border-top: 1px dotted #888;
}
.border dt:first-child{
    border-top: none;
}
.item dd{
    padding-bottom: .6em;
}

ul.caution{
    list-style: none;
    margin-bottom: 0;
}
p.caution,
.caution li{
    font-size: 1em;
    position: relative;
    padding-left: 1.2em;
    margin-bottom: .3em;
}
p.caution:before,
.caution li:before{
    content: "※";
    position: absolute;
    left: 0;
}
.red,
.caution li.red{
    color: #F00;
}
.bld,
.caution li.bld{
    font-weight: bold;
}
.item{
    padding: 0 0 2em;
}
.item h2{
    position: relative;
    border-top: 1px solid #0D3386;
    border-bottom: 1px solid #0D3386;
    color: #0D3386;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.6em;
    margin: 1em auto 1.6em;
    padding: .4em;
    text-align: center;
    max-width: 980px;
}
.item h2:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0D3386;
background: -moz-linear-gradient(left,  rgba(13,51,134,1) 25%, rgba(83,120,158,1) 50%, rgba(13,51,134,1) 75%);
background: -webkit-linear-gradient(left,  rgba(13,51,134,1) 25%,rgba(83,120,158,1) 50%,rgba(13,51,134,1) 75%);
background: linear-gradient(to right,  rgba(13,51,134,1) 25%,rgba(83,120,158,1) 50%,rgba(13,51,134,1) 75%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3386', endColorstr='#0d3386',GradientType=1 );
    top: -4px;
    left: 0;
}

.item h2:first-child{
    margin-top: 0;
}
#entry h3{
    background: #2694ff;
    border-left: 5px solid #2963da;
    padding: .5em;
    font-size: 1.2em;
    color: #FFF;
    font-weight: bold;
    letter-spacing: .2em;
    margin: 1.6em 0 .8em;
}
#entry h3:first-child{
    margin: 0 0 .8em;
    border-left: 5px solid #b60066;
    background: #FF00A2;
}
#subfooter{
    background: #FFEAFB;
    margin-top: 1em;
}
#music h3{
    background: #ff851e;
    border-left: 5px solid #bc3e0d;
    padding: .5em;
    font-size: 1.5em;
    color: #FFF;
    font-weight: bold;
    letter-spacing: .2em;
    margin: 1.6em 0 .8em;
}
#music h3.green{
    background: #6fc00b;
    border-left: 5px solid #15810a;
}
#music h3:first-child{
    margin: 0 0 .8em;
}
#music h5{
    color: #FF00A2;
    text-align: center;
    font-size: 1.08em;
    margin: 1em 0;
}
.f-xs{
    font-size: .8em;
}

#movie .col-xs-6{
    margin-top: 1em;
    margin-bottom: 1em;
}
.youtube a{
    display: block;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    outline: 1px solid #FF00A2;
}
.youtube a:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 30px;
    border-color: transparent transparent transparent #0C9EED;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.youtube a:hover:after{
border-color: transparent transparent transparent #FF00A2;
}
.youtube h3{
    font-size: 1em;
    font-weight: bold;
    margin: .5em;
    text-align: center;
}
.support{
    list-style: none;
}
.support li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.kiteidate{
    margin-left: 4em;
}
/* add */
#headinner{
    display: none;
}
#limit{
    background: #F00;
    color: #FFF;
    font-size: 2em;
    font-weight: bold;
    padding: .5em 0;
    text-align: center;
}
#lead{
    font-size: .96em;
    line-height: 1.8em;
    padding: .5em;
    background: #ffb1b1;
}
#lead p{
    max-width: 860px;
    background: #FFF;
    border-radius: 10px;
    padding: .5em;
    margin: 0 auto;
}
ol{
    padding-left: 1.4em;
}
ol li{
    margin-bottom: .5em;
}
#entry{
    margin-top: 2em;
}
#music .row{
    margin: 0;
}
#music h4{
    background: #FFE0A1;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: .1em;
    padding: .5em;
    text-align: center;
}
.coaching{
    background: #fff9e9;
    margin: 2em 0;
}
#music .sound h4{
    background: #FFD9ED;
}
.sound{
    background: #fff2f2;
}
#schedule dd{
    background: url(../img/dot.png) repeat-y left top;
    font-size: .96em;
    padding-bottom: 3px;
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 1em;
}
#schedule dd:after{
content: "";
height: 0;
position: absolute;
width: 0;
border: 10px solid transparent;
    border-top-color: transparent;
border-top-color: #0C9EED;
bottom: -20px;
left: 4px;
margin-left: -10px;
}

#schedule dd:last-child{
    background: none;
}
#schedule dd:last-child:after{
    display: none;
}
#schedule dd h3{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 0.6em;
}
.cheer{
    color: #0C9EED;
    font-weight: bold;
    margin: .8em 0;
}
#musician{
    padding-bottom: 1em;
}
#musician .subh2{
    font-size: 1.2em;
    margin-top: 1em;
}
#musician .msubwrap{

}
#mphoto{
    background: rgba(255, 251, 214, 0.8);
    padding: 15px 0;
    text-align: center;
}
#mphoto img{
    border-radius: 6px;
    border: 1px solid #ABABAB;
}
#mphoto h2{
    color: #004BFF;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.4em;
    text-shadow: 1px 1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF, -1px -1px 0px #FFF;
}
.msong{
    color: #FF00A2;
    font-size: 1.3em;
    font-weight: bold;
    padding: .4em 0;
}
.martist{
    font-size: 1.1em;
    font-weight: bold;
    padding: .6em 0 1em;
    margin-top: -2.6em;
    text-shadow: 1px 1px 0px #333, -1px 1px 0px #333, 1px -1px 0px #333, -1px -1px 0px #333;
    color: #FFF;
}
.guest{
    font-size: 1.1em;
    background: #004BFF;
    color: #FFF;
    padding: .2em 1em 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: .4em auto 1em;
}
.banner{
    padding-top: 2em;
}
.banner a{
        display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
#cheermovie h2{
    color: #F00;
    font-size: 1.6em;
    font-weight: bold;
    padding: .6em 0;
    text-shadow: 1px 1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF, -1px -1px 0px #FFF;
}
#cheermovie a,
#entrylink{
    display: block;
    border-radius: 100px;
background: url(../img/grad.png) #f05e0f left top repeat-x;
    padding: .6em;
    margin-bottom: 2em;
    color: #FFF;
    position: relative;
    border: 1px solid #EF6C0C;
    text-decoration: none;
    max-width: 420px;
box-shadow: rgba(33, 33, 33, 0.6) 0px 2px 6px 0px;
-webkit-box-shadow: rgba(33, 33, 33, 0.6) 0px 2px 6px 0px;
-moz-box-shadow: rgba(33, 33, 33, 0.6) 0px 2px 6px 0px;
}
#cheermovie a{
    border-radius: 10px;
    margin: 0 auto 2em;
}
#cheermovie a img{
    border: 1px solid #DDD;
    border-radius: 6px;
    width: 200px;
}
#entrylink{
    font-weight: bold;
}
#cheermovie a:hover,
#entrylink:hover{
    background: url(../img/grad.png) #FF00A2 left top repeat-x;
    color: #FFF;
    border: 1px solid #FF00A2;
box-shadow: rgba(33, 33, 33, 0.6) 0px 2px 4px 0px;
-webkit-box-shadow: rgba(33, 33, 33, 0.6) 0px 2px 4px 0px;
-moz-box-shadow: rgba(33, 33, 33, 0.6) 0px 2px 4px 0px;
}
#cheermovie a:after,
#entrylink:after{
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-left-color: #FFF;
    top: 50%;
    right: 3%;
    margin-top: -8px;
}
#cheermovie a:hover:after,
#entrylink:hover:after{
border-left-color: #FFF;
}
#cheermovie span{
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 4px;
    font-size: .8em;
    text-align: center;
}
#entrylink{
    font-size: 1.2em;
    padding: .8em;
    text-align: center;
    margin-top: 1em;
}
.official{
    border: 1px solid #0C9EED;
    padding: 1em;
    text-align: center;
    margin-top: 1em;
}
.official a{
    font-size: 1.2em;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.suport{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: .7em;
}
#howto .red.bld{
    font-size: 1.3em;
}
.address{
    margin-bottom: 1em;
}
#contact{
    text-align: center;
}
#contact h3{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: .8em;
}
#contact p{
    font-size: 1.1em;
}

.postlead{
    margin-bottom: 1em;
    font-size: 1.2em;
}

 #entry h4{
    color: #FFF;
    font-size: 1.2em;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: .3em .8em;
    margin: .5em 0;
    background: #ff851e;
    letter-spacing: .1em;
}
 #entry h4.free{
    background: #6fc00b;
}
.mt3{
    margin-top: 3em;
}
#result{
    padding: 15px;
    background: #fcbf44;
background: -moz-linear-gradient(top,  #fcbf44 0%, #ff5c37 100%);
background: -webkit-linear-gradient(top,  #fcbf44 0%,#ff5c37 100%);
background: linear-gradient(to bottom,  #fcbf44 0%,#ff5c37 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ff7b', endColorstr='#ff5c37',GradientType=0 );
color: #FFF;

}
#result h3{
    font-size: 1.2em;
    font-weight: bold;
    color: #f00;
    text-shadow: 1px 1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF, -1px -1px 0px #FFF;
    margin-top: 1em;
    margin-bottom: .2em;
}
#result h3:first-child{
    margin-top: 0;
}
#result span{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
#result .teamname{
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: .1em;
text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.8);
margin: .3em auto 0;
}
#result .teamschool{
    margin-bottom: .4em;
}
#music .youtube {
    margin-bottom: 2em;
}

/* PC */
@media (min-width: 768px) {
    #wrapper {
     padding-top: 63px;
     width: 100%;
     position: relative;
     /*height:auto !important;
     height: 100%;
     min-height: 100%;*/
    }
    #content{
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 136px;
    }
    #footer {
    width: 100%;
    padding: 0 0 1em;
    }
    #footer a{
        color: #FFF;
    }
    #pnkz{
    max-width: 980px;
    margin: 0 auto;
    padding: 2em 0;
    }
    #copyright{
    max-width: 980px;
    margin: 0 auto;
    padding: .5em 1em;
    text-align: center;
    }
    a{
        opacity: 1;
    }
    a:hover{
        opacity: .8;
    }
/* nav */
#nav{
    z-index: 999;
    height: 62px;
}
#nav .navbar-brand{
    width: 100px;
    padding: 0;
    height: auto;
    margin: 0;
}
#nav .navbar-brand:hover{
    opacity: .6;
}
#nav ul{
    max-width: 980px;
    margin: 0 auto;
}
#nav li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    vertical-align: middle;
}
#nav a{
    display: block;
    padding: 0;
}
#nav .container{
    max-width: 980px;
}
#nav #headnav{
    list-style: none;
}
#headnav{
    text-align: center;
}
#headnav a{
    height: 55px;
    font-size: 1.1em;
    color: #0C9EED;
    position: relative;
    padding: 1em .6em 0;
}
#headnav a:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #FF00A2;
    top: 76%;
    left: 52%;
    margin-left: -10px;
    -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#headnav a:hover{
    background: transparent;
    color: #FF00A2;
}
#headnav a:hover:after {
    content: "";
    width: 100%;
    left: 0;
    height: 2px;
    margin-left: 0;
    border: 2.5px solid #FF00A2;
}
#headsns li{
    padding-top: .5em;
}
#headsns a{
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    color: #FFF;
    text-align: center;
    padding-top: .7em;
    margin-left: .5em;
}
.headfb a ,#headsns .headfb a:hover,#headsns .headfb a:focus{
    background: #3B5998;
}
.headtwi a ,#headsns .headtwi a:hover,#headsns .headtwi a:focus{
    background: #00ACED;
}
#headsns a:hover{
    opacity: .6;
}

/* footer */
#subfooter{
    margin-top: 0;
}

#footsns{
    padding: 0 15px;
}
#footsns ul{
    text-align: right;
}
#footsns li{
    border-radius: 0 0 6px 6px;
    margin-left: .6em;
    box-shadow: rgba(41, 61, 84, 0.6) 0px 2px 3px 0px;
-webkit-box-shadow: rgba(41, 61, 84, 0.6) 0px 2px 3px 0px;
-moz-box-shadow: rgba(41, 61, 84, 0.6) 0px 2px 3px 0px;
border: none;
width: 44%;
}
#footsns .line{
    display: none;
}
#footsns li a:hover{
    border-radius: 0 0 6px 6px;
}

/* pagetop */
    #pagetop{
    bottom: 92px;
    right: 3%;
    }

/* main_contents */
#music .row{
    padding: 1em 0 2em;
}
#mphoto{
    position: relative;
}
#mphoto .guesthead{
    position: absolute;
    top: -63px;
    left: 0;
    z-index: 10;
    width: 150px;
}
#mphoto .guesthead img{
    border: none;
}
dl.dlist dd{
    padding: .3em 0;
}
#cheermovie a{
    border-radius: 20px;
}
#cheermovie a img{
    width: 150px;
}
.youtube h3{
    font-size: 1.1em;
}
.google-maps {
    margin-bottom: 0;
}
.item dd{
    padding-top: .6em;
}
.border dd{
    border-top: 1px dotted #888;
}
.border dd:nth-child(2){
    border-top: none;
}
#lead{
    padding: 1.6em 1em;
}
#lead p{
    font-size: 1.1em;
    padding: 1.2em 1.6em;
}
.item{
    padding: 0 0 5em;
}
.item .container {
    max-width: 850px;
}
.item dt{
    background: none;
    padding: 0;
    margin: 0;
}
.dl-horizontal dt{
    text-align: left;
    padding: .6em 0 0;
    width: 150px;
}
.dl-horizontal dd{
    padding: .6em 0;
    margin-left: 150px;
}

.item h2{
    font-size: 1.8em;
    margin-bottom: 2.6em;
    margin-top: 1em;
}
h3.text-center{
    margin-top: 0;
}
.youtube a:after{
    border-width: 20px 0 20px 60px;
}
#music .youtube {
    margin-bottom: 0;
}
#schedule dt{
    padding-top: 0;
    width: 130px;
}
#schedule dd{
    margin-bottom: 2em;
    margin-left: 130px;
    padding-top: 0;
    font-size: 1em;
}
#mphoto{
    border-radius: 6px;
    border: 1px solid #e69235;
    padding: 25px 0 15px;
}
.suport{
    margin-right: 1em;
}
#result{
    margin-top: 1em;
    margin-bottom: 3em;
    border-radius: 6px;
}
#result .teamname{
    font-size: 1.6em;
}
#result h3{
    font-size: 1.4em;
    letter-spacing: .1em;
}
#result .teamschool{
    font-size: 1em;
}
#howto dt{
    border-top: 1px dotted #0C9EED;
    padding-top: 1em;
}
#howto dd{
    border-top: 1px dotted #0C9EED;
    padding: 1em;
}
}

@media (min-width: 992px) {
/* main_contents */
#headinner{
    display: block;
    position: relative;
    text-align: center;
}
#headinner .headboy,#headinner .headgirl{
    position: absolute;
    width: 25%;
    max-width: 325px;
}
#headinner .headboy{
    top: 10%;
    left: 20px;
}
#headinner .headgirl{
    bottom: -9%;
    right: 2%;
}

#nav .navbar-brand{
    width: 70px;
    padding: 0 0 0 7px;
    height: auto;
    margin: 0 10px 0 0;
}

#pagetop{
    bottom: 70px;
}
#headnav a{
    padding: 1em .8em 0;
}
#cheermovie span{
    font-size: .96em;
    margin-right: 5px;
}
#cheermovie a img{
    width: 200px;
}
#mphoto .guesthead{
    width: 180px;
}
#howto dd{
    font-size: 1.1em;
}
}</pre></body></html>