@charset "utf-8";
/*
Theme Name: kcv-wp-theme
Version: 100.0
package: kcv-wp-theme
Description: KCV Original wordpress Theme
*/






h2{
color:#005173;
margin:20px;
}

h3{color:#005173;/*
margin-top:32px;
margin-bottom:16px;
padding-top:20px;
*/
}








#header-logo {
  float: left;
  margin: 0;
max-width: 400px;
  height: auto;
margin: 8px 0px 0px 6px;
}





/*  NAV  */
#global-nav{
  float: right;
background: #FFF;
width:auto;
height:56px;
    margin-top: 4px;
/* border-right: 1px #ccc solid; */
}

#global-nav ul{
list-style-type: none;
    -webkit-padding-start: 0px;
}

#global-nav li{
float: left;
/*     width: 106px; */
    width: 89px;
    line-height: 45px;
    text-align: center;
    padding-top: 5px;
    /*border-left: 1px #ccc solid; */
}


#global-nav li a {
    color: #333;
}





.breadcrumbs{

margin:10px 10px;

}





.clearfix {
    display: block;
}






/*  FOOTER  */


#footer-nav{
	clear: both;
	background: #f4f4f4;
    padding: 20px;
}



#copyright{
    text-align:center;
    clear: both;
    color: #fff;
    background: #6C9B29;
    font-size: 12px;
    padding: 20px;
}

main{
    width:100%;	
    float:left;
    padding:0;
}

.sidebar{
    width:260px;
    float:right
}





.footerBg {
background-image: url(images/footerbg.png);
height: 111px;
  background-position: center 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}



.home .breadcrumbs{
display:none;
}

.page .mainslider,.single-post .mainslider{
display:none;
}
.home .mainslider{
display:block;
}

.siteBlock{
    margin:70px 0px 50px;
}

.fix{
position: fixed;
}


.page-id-21 main li{
line-height: 250%;
}



#header {
height: 60px;
width:100%;
position: fixed;
z-index: 1;

background-color: #FFF;
background-image: url(images/line.png);
background-position: center top;
background-size: 100% 4px;
background-repeat: no-repeat;
}

.mainslider{
margin-top: 60px;
}


#facebookArea{
    background: #F4F0E9;
padding:40px 0;
}



.footerNav ul li {
    text-align:center;
    color: #333333;
    font-size: 13px;
    line-height: 180%;
    margin-right: 20px;
}


#readCopy p{
line-height:140%;
font-size:1.5rem;
}

#readCopy h1, #news h1, .single-post main h1{
  font-family: "heisei-mincho-std",serif;
font-style: normal;
font-weight: 700;
font-size:5rem;
text-align:center;
  }



.single-post main{
padding:100px 0;

}