@charset "utf-8";

@import url("responsiveForm.css");


body { min-width:100%; }


/*-----------------------------------------
  common
-----------------------------------------*/
.br_no{display:none;}
.br_on{display:block;}
.amore-divider{
  overflow:hidden;
  padding-top: 42px;
  padding-bottom: 42px;
  color: rgb(250,250,250);
}

body .top-headline{
  font-size: 24px;
  line-height: 1.2;
  padding: 30px 0 30px 0;
}
/*-----------------------------------------
  top page (welcome screen)
-----------------------------------------*/

/* first block */
h1.first-h1{
  width: 90%;
  margin: 0 auto;
  font-family: serif;
  font-size: 20px;
  line-height: 170%;
  text-shadow: 0 0 10px #666;
}

/* second block */
.second-lead{
  width: 90%;
  margin: 0 auto;
}
.second-body{
  width: 90%;
  margin: 0 auto;
}
.second-img{
  width: 90%;
  margin: 0 auto;
}
#second .col-md-30{
  margin-bottom: 50px;
}

/* 3rd block */
#third .amore-section>div{
  margin-bottom: 50px;
}
#third .amore-section>div:last-child{
  margin-bottom: 0;
}

/* 4th block */
#fourth>div>.amore-section{
  padding-top: 20px;
  padding-bottom: 0;
}




/*-----------------------------------------
  posts page (index.php)
-----------------------------------------*/
#blog-index>div{
  margin-top: 0px;
}
#blog-index>div:first-child{
  margin-top: 40px;
}
#blog-index>div>div{
  margin-bottom: 30px;
}

.blog-list-title{
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  margin: 10px 0;
  color: #000;
  display: block;
}

.blog-list-body{
  line-height: 150%;
}

.blog-load-btn{
  margin-bottom: 0 !important;
  margin-top:0 !important;
}
.spCenter {
	text-align:center;
}
	

