html, body{
font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
text-align: center;
height: 100%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background-color: #cccccc;
}



/* アンカー */

a {
color: #0000ff;
text-decoration: none;
transition: 2.0s ;
}

a:link {
color: #4682b4;
text-decoration: none;
}

a:visited {
color: #4682b4;
text-decoration: none;
}

a:active {
color: #cc0000;
text-decoration: none;
}

a:hover {
color: #cc0000;
text-decoration: none;
}








h1{
text-decoration: none;
font-size: 28px;
color: #0066cc;
margin-top: 10px;
margin-bottom: 10px;
text-align:center;
}



h2{
text-decoration: none;
font-size: 19px;
color: #0066cc;
margin-top: 20px;
margin-right: 20px;
margin-left: 20px;
margin-bottom: 0;
text-align:center;
}


h3{
text-decoration: none;
font-size: 24px;
color: #000000;
margin-top: 20px;
margin-right: 0;
text-align:center;
}


h4{
text-decoration: none;
font-size: 19px;
color: #0066cc;
background-color: #ffffff;
margin-top:19px;
margin-bottom: 10px;
margin-right: 10px;
margin-right: 10px;
padding: 10px;
text-align:center;
border: 2px;
border: medium solid #0066cc;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}





p {
margin-top: 13px;
margine-bottom: 13px;
}





/* リスト */

ul#top{
list-style-image:url(http://littlerockheart.com/img/ball01.gif);
font-size: 16px;
color: #000000;
margin-top: 0px;
margin-left: 40px;
}



/*野球塾マネジメント講座リスト*/

ul#mng{
list-style-image:url(http://littlerockheart.com/img/ball01.gif);
font-size: 16px;
color: #000000;
margin-top: 0px;
margin-left: 40px;
}



ul li#mng{
padding-top: 10px;
padding-bottom: 10px;
}



ol li{
color:#000000;
font-size: 16px;
line-height: 1.5em;
width:90%;
margin-bottom: 10px;
margin-left: 40px;
}










/*本文*/
#text {
text-align:left;
margin-top:19px;
margin-bottom: 10px;
margin-right: 10px;
margin-right: 10px;
padding: 20px;
}

/*本文*/
#text2 {
background-image: url(http://sp.teamkaz.online/img/back-index.png);
text-align:left;
padding-top:130px;
padding-bottom:130px;
padding-right:50px;
padding-left:50px;
line-height: 180%;
font-size:18px;
color: #ffffff;
}



/*本文*/
#text3 {
background-color: #f5f5f5;
text-align:left;
margin-top:19px;
margin-bottom: 10px;
margin-right: 10px;
margin-right: 10px;
padding: 20px;
}




#text4 {
text-align:left;
margin-top:10px ;
margin-left:0;
margin-right:0;
margin-bottom:0;
padding:20px;
line-height: 180%;
font-size:16px;
background-color: #f8f8f8;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}




#white1 {
text-align:left;
margin:0 auto;
width: 800px;

}


#white2 {
line-height: 1.9;
color: #000000;
font-size: 16px;
background-color: #ffffff;
border: 0;
font-weight:normal;
margin: 0;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 30px;
padding-right: 30px;
}


#black {
text-align:center;
margin:0 auto;
width: 1000px;
background-color: #000000;
padding-top: 15px;
padding-bottom: 15px;
}



#black2 {
text-align:center;
margin:0 auto;
background-color: #000000;
}

#black3 {
width: 1000px;
text-align:left;
margin:0 auto;
color: #ffffff;
background-color: #000000;
padding: 10px;
}







#text-pink {
text-align:left;
margin-top:0px ;
margin-left:0;
margin-right:0;
margin-bottom:0;
padding:20px;
line-height: 180%;
font-size:16px;
background-color: #ffc0cb;
}




#text-blue {
text-align:left;
margin-top:0px ;
margin-left:0;
margin-right:0;
margin-bottom:0;
padding:20px;
line-height: 180%;
font-size:16px;
background-color: #afeeee;
}




#text-yellow {
text-align:left;
margin-top:0px ;
margin-left:0;
margin-right:0;
margin-bottom:0;
padding:20px;
line-height: 180%;
font-size:16px;
background-color: #fffacd;
}







#privacypolicy {
font-size: 12px;
margin-top: 6px;
margin-bottom: 6px;
text-align:center;
}


/* パンくずリスト */
#list {
font-size: 12px;
margin-top: 6px;
margin-bottom: 6px;
}






/* コピーライツ */
#copyrights {
text-align:center;
width: 1000px;
color: #ffffff;
background-color: #000000;
padding-top: 15px;
padding-bottom: 15px;
line-height: 150%;
bottom: 0;
}




/* ページトップに戻る */

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #cc0000;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}




/* 画像のホバー */

a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}


/* 画像フェード */

a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}


/* 画像の角丸 */

img.home {
max-width : 100% ;
height : auto ;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}









.site-header{
    background: #000;
    display: flex;
    padding: 20px 60px 20px 20px;
    position: fixed;
    justify-content: space-between;
    width: 100%;
}
.site-logo img{
    height: 20px;
    margin-right: 10px;
    width: auto;
}
.gnav__menu{
    display: flex;
}
.gnav__menu__item{
    margin-right: 20px;
}
.gnav__menu__item a{
    color: #fff;
    text-decoration: none;
}
.hero{
    max-height: 0px;
    overflow: hidden;
}
.hero img{
    height: auto;
    width: 100%;
}
.content{
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 100px;
    width: 1000px;
}
.content p{
    margin-bottom: 40px;
}
.site-footer{
    background: #333;
    padding: 80px 0;
}





/* ヘッダーのリンクカラー */

a.header {
font-size: 20px;
text-decoration: none;
transition: 2.0s ;
}


a:link.header {
color: #ffffff;
}

a:visited.header {
color: #ffffff;
}

a:active.header {
color: #ffffff;
text-decoration: none;
}

a:hover.header {
color: #666666;
text-decoration: none;
}
​

